Searched refs:_PAGE_P_BIT (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/arch/ia64/kernel/ |
D | ivt.S | 181 (p7) tbit.z p6,p7=r18,_PAGE_P_BIT // page present bit cleared? 269 tbit.z p6,p0=r18,_PAGE_P_BIT // page present bit cleared? 313 tbit.z p6,p0=r18,_PAGE_P_BIT // page present bit cleared? 553 tbit.z p7,p6 = r18,_PAGE_P_BIT // Check present bit 619 tbit.z p7,p6 = r18,_PAGE_P_BIT // Check present bit 674 tbit.z p7,p6 = r18,_PAGE_P_BIT // Check present bit
|
/Linux-v6.6/arch/ia64/include/asm/ |
D | pgtable.h | 29 #define _PAGE_P_BIT 0 macro 33 #define _PAGE_P (1 << _PAGE_P_BIT) /* page present bit */
|