Home
last modified time | relevance | path

Searched refs:VM_PKEY_BIT0 (Results 1 – 5 of 5) sorted by relevance

/linux/arch/x86/include/asm/
H A Dmman.h7 ((key) & 0x1 ? VM_PKEY_BIT0 : 0) | \
/linux/arch/powerpc/include/asm/book3s/64/
H A Dhash-pkey.h10 return (((vm_flags & VM_PKEY_BIT0) ? H_PTE_PKEY_BIT0 : 0x0UL) | in hash__vmflag_to_pte_pkey_bits()
/linux/arch/arm64/mm/
H A Dmmap.c122 if (vm_flags & VM_PKEY_BIT0) in vm_get_page_prot()
/linux/tools/testing/vma/include/
H A Ddup.h254 #define VM_PKEY_BIT0 INIT_VM_FLAG(PKEY_BIT0) macro
/linux/include/linux/
H A Dmm.h449 #define VM_PKEY_BIT0 INIT_VM_FLAG(PKEY_BIT0) macro