Home
last modified time | relevance | path

Searched refs:_PAGE_SPS (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/arch/powerpc/include/asm/nohash/32/
Dpte-8xx.h35 #define _PAGE_SPS 0x0008 /* SPS: Small Page Size (1 if 16k, 512k or 8M)*/ macro
77 #define _PAGE_BASE_NC (_PAGE_PRESENT | _PAGE_ACCESSED | _PAGE_SPS)
117 return __pte(pte_val(pte) | _PAGE_SPS | _PAGE_HUGE); in pte_mkhuge()
152 if (val & _PAGE_SPS) in __pte_leaf_size()
Dhugetlb-8xx.h53 return __pte(pte_val(entry) | _PAGE_SPS); in arch_make_huge_pte()
55 return __pte(pte_val(entry) | _PAGE_SPS | _PAGE_HUGE); in arch_make_huge_pte()
/linux-6.12.1/arch/powerpc/mm/ptdump/
D8xx.c18 .mask = _PAGE_SPS,
19 .val = _PAGE_SPS,
/linux-6.12.1/arch/powerpc/kernel/
Dhead_8xx.S585 ori r0, r0, 0xf0 | _PAGE_DIRTY | _PAGE_SPS | _PAGE_SH | \
717 LOAD_REG_IMMEDIATE(r8, 0xf0 | _PAGE_RO | _PAGE_SPS | _PAGE_SH | _PAGE_PRESENT)
752 ori r12, r8, 0xf0 | _PAGE_RO | _PAGE_SPS | _PAGE_SH | _PAGE_PRESENT
764 ori r12, r8, 0xf0 | _PAGE_DIRTY | _PAGE_SPS | _PAGE_SH | _PAGE_PRESENT
780 ori r8, r8, 0xf0 | _PAGE_DIRTY | _PAGE_SPS | _PAGE_SH | \