Home
last modified time | relevance | path

Searched refs:vendor_hyp_bmap (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/arch/arm64/kvm/
Dhypercalls.c115 &smccc_feat->vendor_hyp_bmap); in kvm_hvc_call_allowed()
118 &smccc_feat->vendor_hyp_bmap); in kvm_hvc_call_allowed()
211 val[0] = smccc_feat->vendor_hyp_bmap; in kvm_hvc_call_handler()
247 smccc_feat->vendor_hyp_bmap = KVM_ARM_SMCCC_VENDOR_HYP_FEATURES; in kvm_arm_init_hypercalls()
340 val = READ_ONCE(smccc_feat->vendor_hyp_bmap); in kvm_arm_get_fw_reg()
369 fw_reg_bmap = &smccc_feat->vendor_hyp_bmap; in kvm_arm_set_fw_reg_bmap()
/linux-6.1.9/arch/arm64/include/asm/
Dkvm_host.h115 unsigned long vendor_hyp_bmap; member