Home
last modified time | relevance | path

Searched refs:_as (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_avx512bw.c230 #define _as "zmm14" macro
249 "vpsraw $0x4, %%" VR0(r) ", %%"_as "\n" \
253 "vpandq %%" _0f ", %%" _as ", %%" _as "\n" \
256 "vpshufb %%" _as ", %%" _ltmod ", %%" _ta "\n" \
258 "vpshufb %%" _as ", %%" _ltmul ", %%" _as "\n" \
264 "vpxorq %%" _ta ", %%" _as ", %%" _as "\n" \
273 "vpxorq %%" _as ", %%" VR0(r) ", %%" VR0(r) "\n" \
H A Dvdev_raidz_math_avx2.c232 #define _as "ymm14" macro
251 "vpsraw $0x4, %%" VR0(r) ", %%"_as "\n" \
255 "vpand %%" _0f ", %%" _as ", %%" _as "\n" \
258 "vpshufb %%" _as ", %%" _ltmod ", %%" _ta "\n" \
260 "vpshufb %%" _as ", %%" _ltmul ", %%" _as "\n" \
266 "vpxor %%" _ta ", %%" _as ", %%" _as "\n" \
275 "vpxor %%" _as ", %%" VR0(r) ", %%" VR0(r) "\n" \
/f-stack/freebsd/net80211/
H A Dieee80211_freebsd.h185 #define ACL_LOCK_INIT(_as, _name) \ argument
186 mtx_init(&(_as)->as_lock, _name, "802.11 ACL", MTX_DEF)
187 #define ACL_LOCK_DESTROY(_as) mtx_destroy(&(_as)->as_lock) argument
188 #define ACL_LOCK(_as) mtx_lock(&(_as)->as_lock) argument
189 #define ACL_UNLOCK(_as) mtx_unlock(&(_as)->as_lock) argument
190 #define ACL_LOCK_ASSERT(_as) \ argument
191 mtx_assert((&(_as)->as_lock), MA_OWNED)