Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/mm/ptdump/
D8xx.c24 .mask = _PAGE_RO | _PAGE_NA,
28 .mask = _PAGE_RO | _PAGE_NA,
32 .mask = _PAGE_RO | _PAGE_NA,
33 .val = _PAGE_NA,
/linux-6.12.1/arch/powerpc/include/asm/
Dpgtable-masks.h5 #ifndef _PAGE_NA
6 #define _PAGE_NA 0 macro
23 #define PAGE_NONE __pgprot(_PAGE_BASE | _PAGE_NA)
/linux-6.12.1/arch/powerpc/include/asm/nohash/32/
Dpte-8xx.h46 #define _PAGE_NA 0x0200 /* Supervisor NA, User no access */ macro
51 #define _PAGE_NAX (_PAGE_NA | _PAGE_EXEC)
96 return (pte_val(pte) & _PAGE_RO) != _PAGE_NA; in pte_read()
/linux-6.12.1/arch/powerpc/include/asm/nohash/
Dpte-e500.h49 #define _PAGE_NA 0 macro