Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dsev.h326 struct pte_enc_desc { struct
456 int prepare_pte_enc(struct pte_enc_desc *d);
497 static inline int prepare_pte_enc(struct pte_enc_desc *d) { return 0; } in prepare_pte_enc()
/linux/arch/x86/coco/sev/
H A Dcore.c959 struct pte_enc_desc d = { in set_pte_enc()