Searched refs:hva (Results 1 – 6 of 6) sorted by relevance
/qemu/target/i386/ |
H A D | sev.c | 176 void *hva; member 880 if (!data->hva || !data->len) { in sev_snp_launch_update() 883 data->hva, data->len); in sev_snp_launch_update() 889 memcpy(&snp_cpuid_info, data->hva, sizeof(snp_cpuid_info)); in sev_snp_launch_update() 892 update.uaddr = (__u64)(unsigned long)data->hva; in sev_snp_launch_update() 921 sev_snp_cpuid_report_mismatches(&snp_cpuid_info, data->hva); in sev_snp_launch_update() 1120 snp_launch_update_data(uint64_t gpa, void *hva, size_t len, int type) in snp_launch_update_data() argument 1126 data->hva = hva; in snp_launch_update_data() 1194 snp_launch_update_cpuid(uint32_t cpuid_addr, void *hva, size_t cpuid_len) in snp_launch_update_cpuid() argument 1222 memcpy(hva, &snp_cpuid_info, sizeof(snp_cpuid_info)); in snp_launch_update_cpuid() [all …]
|
H A D | trace-events | 12 kvm_sev_launch_secret(uint64_t hpa, uint64_t hva, uint64_t secret, int len) "hpa 0x%" PRIx64 " hva …
|
/qemu/target/i386/nvmm/ |
H A D | nvmm-all.c | 1027 nvmm_update_mapping(hwaddr start_pa, ram_addr_t size, uintptr_t hva, in nvmm_update_mapping() argument 1038 ret = nvmm_gpa_map(mach, hva, start_pa, size, prot); in nvmm_update_mapping() 1040 ret = nvmm_gpa_unmap(mach, hva, start_pa, size); in nvmm_update_mapping() 1047 (void *)size, (void *)hva, errno); in nvmm_update_mapping() 1058 uintptr_t hva; in nvmm_process_section() local 1077 hva = (uintptr_t)memory_region_get_ram_ptr(mr) + in nvmm_process_section() 1080 nvmm_update_mapping(start_pa, size, hva, add, in nvmm_process_section() 1137 uintptr_t hva = (uintptr_t)host; in nvmm_ram_block_added() local 1140 ret = nvmm_hva_map(mach, hva, max_size); in nvmm_ram_block_added() 1145 (void *)hva, (void *)size, errno); in nvmm_ram_block_added()
|
/qemu/linux-headers/asm-x86/ |
H A D | kvm.h | 584 __u64 hva; member 635 __u64 hva; member
|
/qemu/system/ |
H A D | trace-events | 35 ram_block_discard_range(const char *rbname, void *hva, size_t length, bool need_madvise, bool need_…
|
/qemu/hw/virtio/ |
H A D | trace-events | 23 …nt_addr, uint64_t qhva, int reply_i, int region_i) "client:0x%"PRIx64" for hva: 0x%"PRIx64" reply …
|