/linux/drivers/media/platform/st/sti/hva/ |
H A D | hva-hw.c | 103 struct hva_dev *hva = data; in hva_hw_its_interrupt() local 117 struct hva_dev *hva = arg; in hva_hw_its_irq_thread() local 201 struct hva_dev *hva = data; in hva_hw_err_interrupt() local 221 struct hva_dev *hva = arg; in hva_hw_err_irq_thread() local 267 static unsigned long int hva_hw_get_ip_version(struct hva_dev *hva) in hva_hw_get_ip_version() 298 int hva_hw_probe(struct platform_device *pdev, struct hva_dev *hva) in hva_hw_probe() 414 void hva_hw_remove(struct hva_dev *hva) in hva_hw_remove() 427 struct hva_dev *hva = dev_get_drvdata(dev); in hva_hw_runtime_suspend() local 436 struct hva_dev *hva = dev_get_drvdata(dev); in hva_hw_runtime_resume() local 457 struct hva_dev *hva = ctx_to_hdev(ctx); in hva_hw_execute_task() local [all …]
|
H A D | hva-debugfs.c | 276 struct hva_dev *hva = s->private; in device_show() local 286 struct hva_dev *hva = s->private; in encoders_show() local 304 struct hva_dev *hva = s->private; in last_show() local 321 struct hva_dev *hva = s->private; in regs_show() local 337 void hva_debugfs_create(struct hva_dev *hva) in hva_debugfs_create() 347 void hva_debugfs_remove(struct hva_dev *hva) in hva_debugfs_remove() 373 struct hva_dev *hva = ctx->hva_dev; in hva_dbg_ctx_create() local 389 struct hva_dev *hva = ctx->hva_dev; in hva_dbg_ctx_remove() local
|
H A D | hva-v4l2.c | 124 struct hva_dev *hva = ctx_to_hdev(ctx); in hva_find_encoder() local 154 static void register_formats(struct hva_dev *hva) in register_formats() 169 static void register_encoders(struct hva_dev *hva) in register_encoders() 192 struct hva_dev *hva = ctx_to_hdev(ctx); in hva_open_encoder() local 258 struct hva_dev *hva = ctx_to_hdev(ctx); in hva_querycap() local 272 struct hva_dev *hva = ctx_to_hdev(ctx); in hva_enum_fmt_stream() local 286 struct hva_dev *hva = ctx_to_hdev(ctx); in hva_enum_fmt_frame() local 855 struct hva_dev *hva = ctx_to_hdev(ctx); in hva_device_run() local 994 struct hva_dev *hva = ctx_to_hdev(ctx); in hva_start_streaming() local 1065 struct hva_dev *hva = ctx_to_hdev(ctx); in hva_stop_streaming() local [all …]
|
/linux/arch/riscv/kvm/ |
H A D | vcpu_sbi_sta.c | 35 unsigned long hva; in kvm_riscv_vcpu_record_steal_time() local 88 unsigned long hva; in kvm_sbi_sta_steal_time_set_shmem() local
|
H A D | vcpu_exit.c | 17 unsigned long hva, fault_addr; in gstage_page_fault() local
|
H A D | mmu.c | 452 hva_t hva, reg_end, size; in kvm_arch_prepare_memory_region() local 591 gpa_t gpa, unsigned long hva, bool is_write) in kvm_riscv_gstage_map()
|
/linux/tools/testing/selftests/kvm/ |
H A D | set_memory_region_test.c | 114 uint64_t *hva; in spawn_vm() local 183 uint64_t *hva; in test_move_memory_region() local
|
H A D | access_tracking_perf_test.c | 97 uint64_t hva = (uint64_t) addr_gva2hva(vm, gva); in lookup_pfn() local
|
/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | smaller_maxphyaddr_emulation_test.c | 51 uint64_t *hva; in main() local
|
H A D | sev_smoke_test.c | 69 void *hva; in test_sync_vmsa() local
|
H A D | nx_huge_pages_test.c | 111 void *hva; in run_test() local
|
H A D | private_mem_conversions_test.c | 350 uint8_t *hva = addr_gpa2hva(vm, gpa + i); in __test_mem_conversions() local
|
/linux/arch/loongarch/kvm/ |
H A D | mmu.c | 625 unsigned long hva, bool write) in fault_supports_huge_mapping() 686 unsigned long hva; in host_pfn_mapping_level() local 792 unsigned long hva, mmu_seq, prot_bits; in kvm_map_page() local
|
/linux/arch/x86/kvm/vmx/ |
H A D | sgx.c | 63 static int sgx_read_hva(struct kvm_vcpu *vcpu, unsigned long hva, void *data, in sgx_read_hva() 92 static int sgx_gpa_to_hva(struct kvm_vcpu *vcpu, gpa_t gpa, unsigned long *hva) in sgx_gpa_to_hva()
|
/linux/tools/testing/selftests/kvm/lib/ |
H A D | userfaultfd_util.c | 103 void *hva, uint64_t len, in uffd_setup_demand_paging()
|
H A D | kvm_util.c | 847 uint64_t gpa, uint64_t size, void *hva) in __vm_set_user_memory_region() 861 uint64_t gpa, uint64_t size, void *hva) in vm_set_user_memory_region() 874 uint64_t gpa, uint64_t size, void *hva, in __vm_set_user_memory_region2() 893 uint64_t gpa, uint64_t size, void *hva, in vm_set_user_memory_region2() 1574 vm_paddr_t addr_hva2gpa(struct kvm_vm *vm, void *hva) in addr_hva2gpa()
|
/linux/virt/kvm/ |
H A D | async_pf.c | 180 unsigned long hva, struct kvm_arch_async_pf *arch) in kvm_setup_async_pf()
|
/linux/tools/testing/selftests/kvm/aarch64/ |
H A D | page_fault_test.c | 304 void *hva; member 409 void *hva = (void *)region->region.userspace_addr; in punch_hole_in_backing_store() local 428 void *hva; in mmio_on_test_gpa_handler() local 530 void *hva; in load_exec_code_for_test() local
|
/linux/arch/s390/kvm/ |
H A D | gaccess.c | 647 unsigned long hva; in vm_check_access_key() local 710 unsigned long hva; in vcpu_check_access_key() local 847 hva_t hva; in access_guest_page_with_key() local 1026 hva_t hva; in cmpxchg_guest_abs_with_key() local
|
H A D | kvm-s390.c | 2083 uint64_t hva; in kvm_s390_get_skeys() local 2131 uint64_t hva; in kvm_s390_set_skeys() local 2204 unsigned long pgstev, hva, cur_gfn = args->start_gfn; in kvm_s390_peek_cmma() local 2261 unsigned long mem_end, cur_gfn, next_gfn, hva, pgstev; in kvm_s390_get_cmma() local 2378 unsigned long hva, mask, pgstev, i; in kvm_s390_set_cmma_bits() local 4648 hva_t hva; in kvm_arch_setup_async_pf() local
|
H A D | pci.c | 230 unsigned long hva, bit; in kvm_s390_pci_aif_enable() local
|
/linux/arch/s390/mm/ |
H A D | pgtable.c | 1042 int pgste_perform_essa(struct mm_struct *mm, unsigned long hva, int orc, in pgste_perform_essa() 1148 int set_pgste_bits(struct mm_struct *mm, unsigned long hva, in set_pgste_bits() 1181 int get_pgste(struct mm_struct *mm, unsigned long hva, unsigned long *pgstep) in get_pgste()
|
/linux/include/linux/ |
H A D | kvm_types.h | 55 unsigned long hva; member
|
/linux/tools/testing/selftests/kvm/include/ |
H A D | ucall_common.h | 29 struct ucall *hva; member
|
/linux/arch/powerpc/kvm/ |
H A D | book3s_hv_rm_mmu.c | 189 unsigned long slot_fn, hva; in kvmppc_do_h_enter() local 889 unsigned long gfn, hva, pa, psize = PAGE_SHIFT; in kvmppc_get_hpa() local
|