Home
last modified time | relevance | path

Searched refs:BTFIXUP_HALF (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/asm-sparc/
Dpgtable.h248 return pte_val(pte) & BTFIXUP_HALF(pte_writei); in pte_write()
254 return pte_val(pte) & BTFIXUP_HALF(pte_dirtyi); in pte_dirty()
260 return pte_val(pte) & BTFIXUP_HALF(pte_youngi); in pte_young()
270 return __pte(pte_val(pte) & ~BTFIXUP_HALF(pte_wrprotecti)); in pte_wrprotect()
276 return __pte(pte_val(pte) & ~BTFIXUP_HALF(pte_mkcleani)); in pte_mkclean()
282 return __pte(pte_val(pte) & ~BTFIXUP_HALF(pte_mkoldi)); in pte_mkold()
Dbtfixup.h21 #define BTFIXUP_HALF(__name) ___illegal_use_of_BTFIXUP_HALF_in_module() macro
29 #define BTFIXUP_HALF(__name) ___af_##__name() macro