Home
last modified time | relevance | path

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

/linux-2.6.39/arch/sparc/include/asm/
Dpgtable_32.h62 #define PAGE_NONE __pgprot(BTFIXUP_INT(page_none))
64 #define PAGE_COPY __pgprot(BTFIXUP_INT(page_copy))
65 #define PAGE_READONLY __pgprot(BTFIXUP_INT(page_readonly))
72 #define PAGE_KERNEL __pgprot(BTFIXUP_INT(page_kernel))
282 return __pte((pte_val(pte) & BTFIXUP_INT(pte_modify_mask)) | in pte_modify()
Dbtfixup.h23 #define BTFIXUP_INT(__name) ___illegal_use_of_BTFIXUP_INT_in_module() macro
31 #define BTFIXUP_INT(__name) ((unsigned int)&___i_##__name) macro