Searched refs:_PAGE_P_BIT (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/arch/ia64/kernel/ |
D | ivt.S | 179 (p7) tbit.z p6,p7=r18,_PAGE_P_BIT // page present bit cleared? 267 tbit.z p6,p0=r18,_PAGE_P_BIT // page present bit cleared? 311 tbit.z p6,p0=r18,_PAGE_P_BIT // page present bit cleared? 551 tbit.z p7,p6 = r18,_PAGE_P_BIT // Check present bit 617 tbit.z p7,p6 = r18,_PAGE_P_BIT // Check present bit 672 tbit.z p7,p6 = r18,_PAGE_P_BIT // Check present bit
|
/linux-3.4.99/arch/ia64/include/asm/ |
D | pgtable.h | 28 #define _PAGE_P_BIT 0 macro 32 #define _PAGE_P (1 << _PAGE_P_BIT) /* page present bit */
|