Searched refs:policy_data2 (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/backends/ |
| H A D | confidential-guest-support.c | 44 void *policy_data2, uint32_t policy_data2_size, in set_guest_policy() argument
|
| /openbmc/qemu/include/system/ |
| H A D | confidential-guest-support.h | 144 void *policy_data2, uint32_t policy_data2_size,
|
| /openbmc/qemu/target/i386/ |
| H A D | sev.c | 2639 uint32_t policy_data1_size, void *policy_data2, in cgs_set_guest_policy() 2665 * and ID auth in policy_data1 and policy_data2 respectively. The ID in cgs_set_guest_policy() 2680 (struct sev_snp_id_authentication *)policy_data2; in cgs_set_guest_policy() 2694 assert(policy_data2 != NULL); in cgs_set_guest_policy() 2699 (__u64)g_memdup2(policy_data2, KVM_SEV_SNP_ID_AUTH_SIZE); in cgs_set_guest_policy() 2640 cgs_set_guest_policy(ConfidentialGuestPolicyType policy_type,uint64_t policy,void * policy_data1,uint32_t policy_data1_size,void * policy_data2,uint32_t policy_data2_size,Error ** errp) cgs_set_guest_policy() argument
|