Searched refs:DECLARE_REG (Results 1 – 4 of 4) sorted by relevance
| /arch/arm64/kvm/hyp/nvhe/ |
| A D | hyp-main.c | 249 DECLARE_REG(u64, pfn, host_ctxt, 1); in handle___pkvm_host_share_guest() 250 DECLARE_REG(u64, gfn, host_ctxt, 2); in handle___pkvm_host_share_guest() 275 DECLARE_REG(u64, gfn, host_ctxt, 2); in handle___pkvm_host_unshare_guest() 295 DECLARE_REG(u64, gfn, host_ctxt, 1); in handle___pkvm_host_relax_perms_guest() 315 DECLARE_REG(u64, gfn, host_ctxt, 2); in handle___pkvm_host_wrprotect_guest() 336 DECLARE_REG(u64, gfn, host_ctxt, 2); in handle___pkvm_host_test_clear_young_guest() 357 DECLARE_REG(u64, gfn, host_ctxt, 1); in handle___pkvm_host_mkyoung_guest() 389 DECLARE_REG(int, level, host_ctxt, 3); in handle___kvm_tlb_flush_vmid_ipa() 398 DECLARE_REG(int, level, host_ctxt, 3); in handle___kvm_tlb_flush_vmid_ipa_nsh() 507 DECLARE_REG(u64, pfn, host_ctxt, 1); in handle___pkvm_host_share_hyp() [all …]
|
| A D | ffa.c | 196 DECLARE_REG(u32, npages, ctxt, 3); in do_ffa_rxtx_map() 273 DECLARE_REG(u32, id, ctxt, 1); in do_ffa_rxtx_unmap() 376 DECLARE_REG(u32, fraglen, ctxt, 3); in do_ffa_mem_frag_tx() 433 DECLARE_REG(u32, len, ctxt, 1); in __do_ffa_mem_xfer() 529 DECLARE_REG(u32, flags, ctxt, 3); in do_ffa_mem_reclaim() 640 DECLARE_REG(u32, id, ctxt, 1); in do_ffa_features() 746 DECLARE_REG(u32, uuid0, ctxt, 1); in do_ffa_part_get() 747 DECLARE_REG(u32, uuid1, ctxt, 2); in do_ffa_part_get() 748 DECLARE_REG(u32, uuid2, ctxt, 3); in do_ffa_part_get() 749 DECLARE_REG(u32, uuid3, ctxt, 4); in do_ffa_part_get() [all …]
|
| A D | psci-relay.c | 109 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()
|
| /arch/arm64/kvm/hyp/include/nvhe/ |
| A D | trap_handler.h | 15 #define DECLARE_REG(type, name, ctxt, reg) \ macro
|
Completed in 11 milliseconds