Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dsev.h392 struct pte_enc_desc { struct
520 int prepare_pte_enc(struct pte_enc_desc *d);
629 static inline int prepare_pte_enc(struct pte_enc_desc *d) { return 0; } in prepare_pte_enc()
/linux/arch/x86/mm/
H A Dmem_encrypt_amd.c314 int prepare_pte_enc(struct pte_enc_desc *d) in prepare_pte_enc()
360 struct pte_enc_desc d = { in __set_clr_pte_enc()
/linux/arch/x86/coco/sev/
H A Dcore.c536 struct pte_enc_desc d = { in vmgexit_psc()