Home
last modified time | relevance | path

Searched refs:kvm_arm_mte_supported (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/arm/
H A Dkvm_arm.h194 bool kvm_arm_mte_supported(void);
245 static inline bool kvm_arm_mte_supported(void) in kvm_arm_mte_supported() function
H A Dkvm.c131 if (kvm_arm_mte_supported()) { in kvm_arm_create_scratch_host_vcpu()
1805 bool kvm_arm_mte_supported(void) in kvm_arm_mte_supported() function
/openbmc/qemu/hw/arm/
H A Dvirt.c2323 if (!kvm_arm_mte_supported()) { in machvirt_init()