Home
last modified time | relevance | path

Searched refs:_PAGE_EXT_KERN_WRITE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/sh/include/asm/
H A Dpgtable_32.h69 #define _PAGE_EXT_KERN_WRITE 0x1000 /* EPR4-bit: Kernel space writable */ macro
182 _PAGE_EXT_KERN_WRITE | \
202 _PAGE_EXT(_PAGE_EXT_KERN_WRITE | \
207 _PAGE_EXT(_PAGE_EXT_KERN_WRITE | \
218 _PAGE_EXT_KERN_WRITE | \
226 _PAGE_EXT_KERN_WRITE | \
347 ((pte).pte_high & (_PAGE_EXT_USER_WRITE | _PAGE_EXT_KERN_WRITE))
361 PTE_BIT_FUNC(high, wrprotect, &= ~(_PAGE_EXT_USER_WRITE | _PAGE_EXT_KERN_WRITE));
362 PTE_BIT_FUNC(high, mkwrite, |= _PAGE_EXT_USER_WRITE | _PAGE_EXT_KERN_WRITE);
H A Dpgtable.h151 prot |= _PAGE_EXT(_PAGE_EXT_KERN_WRITE | _PAGE_EXT_USER_WRITE); in pte_access_permitted()
/kernel/linux/linux-6.6/arch/sh/include/asm/
H A Dpgtable_32.h69 #define _PAGE_EXT_KERN_WRITE 0x1000 /* EPR4-bit: Kernel space writable */ macro
182 _PAGE_EXT_KERN_WRITE | \
202 _PAGE_EXT(_PAGE_EXT_KERN_WRITE | \
207 _PAGE_EXT(_PAGE_EXT_KERN_WRITE | \
218 _PAGE_EXT_KERN_WRITE | \
226 _PAGE_EXT_KERN_WRITE | \
346 ((pte).pte_high & (_PAGE_EXT_USER_WRITE | _PAGE_EXT_KERN_WRITE))
360 PTE_BIT_FUNC(high, wrprotect, &= ~(_PAGE_EXT_USER_WRITE | _PAGE_EXT_KERN_WRITE));
361 PTE_BIT_FUNC(high, mkwrite_novma, |= _PAGE_EXT_USER_WRITE | _PAGE_EXT_KERN_WRITE);
H A Dpgtable.h133 prot |= _PAGE_EXT(_PAGE_EXT_KERN_WRITE | _PAGE_EXT_USER_WRITE); in pte_access_permitted()

Completed in 4 milliseconds