Searched refs:_PAGE_ENC (Results 1 - 10 of 10) sorted by relevance

/linux-master/arch/x86/boot/compressed/
H A Dident_map_64.c299 if ((set | clr) & _PAGE_ENC) {
321 if (set & _PAGE_ENC)
332 return set_clr_page_flags(&mapping_info, address, 0, _PAGE_ENC);
337 return set_clr_page_flags(&mapping_info, address, _PAGE_ENC, 0);
/linux-master/arch/x86/platform/efi/
H A Defi_64.c192 pf = _PAGE_NX | _PAGE_RW | _PAGE_ENC;
252 pf = _PAGE_NX | _PAGE_ENC;
261 pf = _PAGE_ENC;
297 flags |= _PAGE_ENC;
408 pf |= _PAGE_ENC;
457 pf |= _PAGE_ENC;
/linux-master/arch/x86/kernel/
H A Despfix_64.c192 pte = __pte(__pa(stack_page) | ((__PAGE_KERNEL_RO | _PAGE_ENC) & ptemask));
H A Dmachine_kexec_64.c209 info.page_flag |= _PAGE_ENC;
210 info.kernpg_flag |= _PAGE_ENC;
H A Dsev.c536 if (WARN_ON_ONCE(pte_val(*pte) & _PAGE_ENC))
/linux-master/arch/x86/mm/
H A Dmem_encrypt_amd.c326 pgprot_val(new_prot) |= _PAGE_ENC;
328 pgprot_val(new_prot) &= ~_PAGE_ENC;
H A Dkasan_init_64.c292 __PAGE_KERNEL | _PAGE_ENC;
445 prot = __pgprot(__PAGE_KERNEL_RO | _PAGE_ENC);
H A Dmem_encrypt_identity.c63 #define PMD_FLAGS_ENC (PMD_FLAGS_LARGE | _PAGE_ENC)
71 #define PTE_FLAGS_ENC (PTE_FLAGS | _PAGE_ENC)
/linux-master/arch/x86/include/asm/
H A Dpgtable_types.h177 #define _PAGE_ENC (_AT(pteval_t, sme_me_mask)) macro
193 #define _ENC _PAGE_ENC
/linux-master/arch/x86/mm/pat/
H A Dset_memory.c2436 if (!(page_flags & _PAGE_ENC))

Completed in 155 milliseconds