Home
last modified time | relevance | path

Searched defs:mmfr1 (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/arm64/include/asm/
H A Dcpufeature.h861 u64 mmfr1; in cpu_has_hw_af() local
877 u64 mmfr1 = read_cpuid(ID_AA64MMFR1_EL1); in cpu_has_pan() local
895 static inline unsigned int get_vmid_bits(u64 mmfr1) in get_vmid_bits()
/openbmc/linux/arch/arm64/kernel/
H A Didreg-override.c144 u64 mmfr1 = read_sysreg(id_aa64mmfr1_el1); in hvhe_filter() local
H A Dproton-pack.c934 u64 mmfr1; in supports_ecbhb() local
H A Dcpufeature.c3190 u64 safe_mmfr1, mmfr0, mmfr1; in verify_hyp_capabilities() local
/openbmc/linux/tools/testing/selftests/kvm/aarch64/
H A Dpage_fault_test.c195 uint64_t mmfr1 = read_sysreg(id_aa64mmfr1_el1); in guest_set_ha() local
/openbmc/linux/arch/arm64/kvm/
H A Dmmu.c871 u64 mmfr0, mmfr1; in kvm_init_stage2_mmu() local
/openbmc/linux/arch/arm64/kvm/hyp/
H A Dpgtable.c624 u64 kvm_get_vtcr(u64 mmfr0, u64 mmfr1, u32 phys_shift) in kvm_get_vtcr()