Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/mm/
H A Dmem_encrypt_amd.c312 int prepare_pte_enc(struct pte_enc_desc *d) in prepare_pte_enc() function
364 if (prepare_pte_enc(&d)) in __set_clr_pte_enc()
/linux-6.15/arch/x86/include/asm/
H A Dsev.h473 int prepare_pte_enc(struct pte_enc_desc *d);
518 static inline int prepare_pte_enc(struct pte_enc_desc *d) { return 0; } in prepare_pte_enc() function
/linux-6.15/arch/x86/coco/sev/
H A Dcore.c1067 prepare_pte_enc(&d); in set_pte_enc()