Home
last modified time | relevance | path

Searched refs:TBI_ADDR_MASK (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/arm64/arm64/
H A Dcopyinout.S46 and x6, x\user_arg, #(~TBI_ADDR_MASK)
161 and x6, x0, #(~TBI_ADDR_MASK)
H A Delf_machdep.c69 .code = TBI_ADDR_MASK,
70 .data = TBI_ADDR_MASK,
H A Dsupport.S48 and x6, x\user_arg, #(~TBI_ADDR_MASK)
/freebsd/sys/arm64/include/
H A Dvmparam.h216 #define TBI_ADDR_MASK 0xff00000000000000UL macro