Home
last modified time | relevance | path

Searched refs:_PAGE_SAO (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dmman.h31 __pgprot(_PAGE_SAO | vmflag_to_pte_pkey_bits(vm_flags)) : in arch_vm_get_page_prot()
34 return (vm_flags & VM_SAO) ? __pgprot(_PAGE_SAO) : __pgprot(0); in arch_vm_get_page_prot()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h88 #define _PAGE_SAO 0 macro
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H A Dpgtable.c648 prot |= _PAGE_SAO; in vm_get_page_prot()
H A Dhash_utils.c335 else if ((pteflags & _PAGE_CACHE_CTL) == _PAGE_SAO) in htab_convert_pte_flags()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h24 #define _PAGE_SAO 0x00010 /* Strong access order */ macro
839 #define _PAGE_CACHE_CTL (_PAGE_SAO | _PAGE_NON_IDEMPOTENT | _PAGE_TOLERANT)
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h23 #define _PAGE_SAO 0x00010 /* Strong access order */ macro
792 #define _PAGE_CACHE_CTL (_PAGE_SAO | _PAGE_NON_IDEMPOTENT | _PAGE_TOLERANT)
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H A Dhash_utils.c235 else if ((pteflags & _PAGE_CACHE_CTL) == _PAGE_SAO) in htab_convert_pte_flags()

Completed in 13 milliseconds