Home
last modified time | relevance | path

Searched defs:hva (Results 1 – 25 of 45) sorted by relevance

12

/linux/drivers/media/platform/st/sti/hva/
H A Dhva-hw.c103 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 Dhva-debugfs.c276 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 Dhva-v4l2.c127 struct hva_dev *hva = ctx_to_hdev(ctx); in hva_find_encoder() local
157 static void register_formats(struct hva_dev *hva) in register_formats()
172 static void register_encoders(struct hva_dev *hva) in register_encoders()
195 struct hva_dev *hva = ctx_to_hdev(ctx); in hva_open_encoder() local
261 struct hva_dev *hva = ctx_to_hdev(ctx); in hva_querycap() local
275 struct hva_dev *hva = ctx_to_hdev(ctx); in hva_enum_fmt_stream() local
289 struct hva_dev *hva = ctx_to_hdev(ctx); in hva_enum_fmt_frame() local
858 struct hva_dev *hva = ctx_to_hdev(ctx); in hva_device_run() local
997 struct hva_dev *hva = ctx_to_hdev(ctx); in hva_start_streaming() local
1068 struct hva_dev *hva = ctx_to_hdev(ctx); in hva_stop_streaming() local
[all …]
/linux/arch/riscv/kvm/
H A Dmmu.c176 hva_t hva, reg_end, size; in kvm_arch_prepare_memory_region() local
313 unsigned long hva) in fault_supports_gstage_huge_mapping()
367 unsigned long hva) in get_hva_mapping_size()
421 unsigned long hva, in transparent_hugepage_adjust()
449 gpa_t gpa, unsigned long hva, bool is_write, in kvm_riscv_mmu_map()
H A Dvcpu_sbi_system.c17 unsigned long hva, i; in kvm_sbi_ext_susp_handler() local
H A Dvcpu_exit.c20 unsigned long hva, fault_addr; in gstage_page_fault() local
H A Dvcpu_sbi_sta.c35 unsigned long hva; in kvm_riscv_vcpu_record_steal_time() local
/linux/tools/testing/selftests/kvm/
H A Dset_memory_region_test.c114 uint64_t *hva; in spawn_vm() local
183 uint64_t *hva; in test_move_memory_region() local
/linux/tools/testing/selftests/kvm/x86/
H A Dsmaller_maxphyaddr_emulation_test.c50 uint64_t *hva; in main() local
H A Dnx_huge_pages_test.c111 void *hva; in run_test() local
H A Dsev_smoke_test.c112 void *hva; in test_sync_vmsa() local
H A Dprivate_mem_conversions_test.c350 uint8_t *hva = addr_gpa2hva(vm, gpa + i); in __test_mem_conversions() local
/linux/arch/arm64/kvm/
H A Dmmu.c1030 hva_t hva = memslot->userspace_addr; in stage2_unmap_memslot() local
1329 unsigned long hva, in fault_supports_stage2_huge_mapping()
1403 unsigned long hva, kvm_pfn_t *pfnp, in transparent_hugepage_adjust()
1433 static int get_vma_page_shift(struct vm_area_struct *vma, unsigned long hva) in get_vma_page_shift()
1644 struct kvm_memory_slot *memslot, unsigned long hva, in user_mem_abort()
2056 unsigned long hva; in kvm_handle_guest_abort() local
2411 hva_t hva, reg_end; in kvm_arch_prepare_memory_region() local
/linux/arch/loongarch/kvm/
H A Dmmu.c609 unsigned long hva, bool write) in fault_supports_huge_mapping()
670 unsigned long hva; in host_pfn_mapping_level() local
776 unsigned long hva, mmu_seq, prot_bits; in kvm_map_page() local
/linux/arch/x86/kvm/vmx/
H A Dsgx.c63 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 Duserfaultfd_util.c103 void *hva, uint64_t len, in uffd_setup_demand_paging()
H A Dkvm_util.c922 uint64_t gpa, uint64_t size, void *hva) in __vm_set_user_memory_region()
936 uint64_t gpa, uint64_t size, void *hva) in vm_set_user_memory_region()
949 uint64_t gpa, uint64_t size, void *hva, in __vm_set_user_memory_region2()
968 uint64_t gpa, uint64_t size, void *hva, in vm_set_user_memory_region2()
1654 vm_paddr_t addr_hva2gpa(struct kvm_vm *vm, void *hva) in addr_hva2gpa()
/linux/virt/kvm/
H A Dasync_pf.c180 unsigned long hva, struct kvm_arch_async_pf *arch) in kvm_setup_async_pf()
H A Dkvm_mm.h28 unsigned long hva; member
/linux/tools/testing/selftests/kvm/arm64/
H A Dpage_fault_test.c304 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/tools/testing/selftests/kvm/include/x86/
H A Dsev.h135 uint64_t hva, uint64_t size, uint8_t type) in snp_launch_update_data()
/linux/tools/testing/selftests/kvm/include/
H A Ducall_common.h29 struct ucall *hva; member
/linux/include/linux/
H A Dkvm_types.h79 unsigned long hva; member
/linux/arch/s390/kvm/
H A Dpci.c228 unsigned long hva, bit; in kvm_s390_pci_aif_enable() local
/linux/arch/powerpc/kvm/
H A Dbook3s_hv_rm_mmu.c189 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

12