Home
last modified time | relevance | path

Searched refs:_PAGE_RO (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/nohash/32/
H A Dpte-8xx.h47 #define _PAGE_RO 0x0600 /* Supervisor RO, User no access */ macro
55 #define _PAGE_KERNEL_RO (_PAGE_SH | _PAGE_RO)
56 #define _PAGE_KERNEL_ROX (_PAGE_SH | _PAGE_RO | _PAGE_EXEC)
84 #define PAGE_COPY __pgprot(_PAGE_BASE | _PAGE_RO)
86 #define PAGE_READONLY __pgprot(_PAGE_BASE | _PAGE_RO)
92 return __pte(pte_val(pte) | _PAGE_RO); in pte_wrprotect()
99 return (pte_val(pte) & _PAGE_RO) != _PAGE_NA; in pte_read()
106 return !(pte_val(pte) & _PAGE_RO); in pte_write()
113 return __pte(pte_val(pte) & ~_PAGE_RO); in pte_mkwrite_novma()
151 pte_update(mm, addr, ptep, 0, _PAGE_RO, 0); in ptep_set_wrprotect()
[all …]
/openbmc/linux/arch/powerpc/mm/ptdump/
H A D8xx.c29 .mask = _PAGE_RO | _PAGE_NA,
33 .mask = _PAGE_RO | _PAGE_NA,
34 .val = _PAGE_RO,
37 .mask = _PAGE_RO | _PAGE_NA,
/openbmc/linux/arch/powerpc/kernel/
H A Dhead_8xx.S716 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