Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/kvm/
H A Dhypercalls.c115 &smccc_feat->vendor_hyp_bmap); in kvm_smccc_test_fw_bmap()
118 &smccc_feat->vendor_hyp_bmap); in kvm_smccc_test_fw_bmap()
352 val[0] = smccc_feat->vendor_hyp_bmap; in kvm_smccc_call_handler()
388 smccc_feat->vendor_hyp_bmap = KVM_ARM_SMCCC_VENDOR_HYP_FEATURES; in kvm_arm_init_hypercalls()
488 val = READ_ONCE(smccc_feat->vendor_hyp_bmap); in kvm_arm_get_fw_reg()
517 fw_reg_bmap = &smccc_feat->vendor_hyp_bmap; in kvm_arm_set_fw_reg_bmap()
/openbmc/linux/arch/arm64/include/asm/
H A Dkvm_host.h195 unsigned long vendor_hyp_bmap; member