Home
last modified time | relevance | path

Searched refs:DECLARE_REG (Results 1 – 4 of 4) sorted by relevance

/linux/arch/arm64/kvm/hyp/nvhe/
H A Dhyp-main.c167 DECLARE_REG(pkvm_handle_t, handle, host_ctxt, 1); in handle___pkvm_vcpu_load()
168 DECLARE_REG(unsigned int, vcpu_idx, host_ctxt, 2); in handle___pkvm_vcpu_load()
169 DECLARE_REG(u64, hcr_el2, host_ctxt, 3); in handle___pkvm_vcpu_load()
203 DECLARE_REG(struct kvm_vcpu *, host_vcpu, host_ctxt, 1); in handle___kvm_vcpu_run()
253 DECLARE_REG(u64, pfn, host_ctxt, 1); in handle___pkvm_host_share_guest()
254 DECLARE_REG(u64, gfn, host_ctxt, 2); in handle___pkvm_host_share_guest()
255 DECLARE_REG(u64, nr_pages, host_ctxt, 3); in handle___pkvm_host_share_guest()
256 DECLARE_REG(enum kvm_pgtable_prot, prot, host_ctxt, 4); in handle___pkvm_host_share_guest()
278 DECLARE_REG(pkvm_handle_t, handle, host_ctxt, 1); in handle___pkvm_host_unshare_guest()
279 DECLARE_REG(u64, gfn, host_ctxt, 2); in handle___pkvm_host_unshare_guest()
[all …]
H A Dffa.c236 DECLARE_REG(phys_addr_t, tx, ctxt, 1); in do_ffa_rxtx_map()
237 DECLARE_REG(phys_addr_t, rx, ctxt, 2); in do_ffa_rxtx_map()
238 DECLARE_REG(u32, npages, ctxt, 3); in do_ffa_rxtx_map()
315 DECLARE_REG(u32, id, ctxt, 1); in do_ffa_rxtx_unmap()
416 DECLARE_REG(u32, handle_lo, ctxt, 1); in do_ffa_mem_frag_tx()
417 DECLARE_REG(u32, handle_hi, ctxt, 2); in do_ffa_mem_frag_tx()
418 DECLARE_REG(u32, fraglen, ctxt, 3); in do_ffa_mem_frag_tx()
419 DECLARE_REG(u32, endpoint_id, ctxt, 4); in do_ffa_mem_frag_tx()
475 DECLARE_REG(u32, len, ctxt, 1); in __do_ffa_mem_xfer()
476 DECLARE_REG(u32, fraglen, ctxt, 2); in __do_ffa_mem_xfer()
[all …]
H A Dpsci-relay.c109 DECLARE_REG(u64, mpidr, host_ctxt, 1); in psci_cpu_on()
110 DECLARE_REG(unsigned long, pc, host_ctxt, 2); in psci_cpu_on()
111 DECLARE_REG(unsigned long, r0, host_ctxt, 3); in psci_cpu_on()
153 DECLARE_REG(u64, power_state, host_ctxt, 1); in psci_cpu_suspend()
154 DECLARE_REG(unsigned long, pc, host_ctxt, 2); in psci_cpu_suspend()
155 DECLARE_REG(unsigned long, r0, host_ctxt, 3); in psci_cpu_suspend()
181 DECLARE_REG(unsigned long, pc, host_ctxt, 1); in psci_system_suspend()
182 DECLARE_REG(unsigned long, r0, host_ctxt, 2); in psci_system_suspend()
/linux/arch/arm64/kvm/hyp/include/nvhe/
H A Dtrap_handler.h15 #define DECLARE_REG(type, name, ctxt, reg) \ macro