Searched refs:_PAGE_SPS (Results 1 - 4 of 4) sorted by path

/linux-master/arch/powerpc/include/asm/nohash/32/
H A Dhugetlb-8xx.h75 return __pte(pte_val(entry) | _PAGE_SPS);
77 return __pte(pte_val(entry) | _PAGE_SPS | _PAGE_HUGE);
H A Dpte-8xx.h35 #define _PAGE_SPS 0x0008 /* SPS: Small Page Size (1 if 16k, 512k or 8M)*/ macro
77 #define _PAGE_PSIZE _PAGE_SPS
118 return __pte(pte_val(pte) | _PAGE_SPS | _PAGE_HUGE);
160 if (val & _PAGE_SPS)
/linux-master/arch/powerpc/kernel/
H A Dhead_8xx.S590 ori r0, r0, 0xf0 | _PAGE_DIRTY | _PAGE_SPS | _PAGE_SH | \
716 LOAD_REG_IMMEDIATE(r8, 0xf0 | _PAGE_RO | _PAGE_SPS | _PAGE_SH | _PAGE_PRESENT)
750 ori r12, r8, 0xf0 | _PAGE_RO | _PAGE_SPS | _PAGE_SH | _PAGE_PRESENT
762 ori r12, r8, 0xf0 | _PAGE_DIRTY | _PAGE_SPS | _PAGE_SH | _PAGE_PRESENT
778 ori r8, r8, 0xf0 | _PAGE_DIRTY | _PAGE_SPS | _PAGE_SH | \
/linux-master/arch/powerpc/mm/ptdump/
H A D8xx.c18 .mask = _PAGE_SPS,
19 .val = _PAGE_SPS,

Completed in 208 milliseconds