Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/
H A Dptw.c122 unsigned int arm_pamax(ARMCPU *cpu) in arm_pamax() function
1570 if (arm_pamax(cpu) < 44) { in check_s2_mmu_setup()
1586 if (arm_pamax(cpu) < 42) { in check_s2_mmu_setup()
1601 if (arm_pamax(cpu) < 44) { in check_s2_mmu_setup()
1654 return (level == 1 && arm_pamax(cpu) == 52) || level == 2; in lpae_block_desc_valid()
3249 int pamax = arm_pamax(env_archcpu(env)); in get_phys_addr_disabled()
H A Dinternals.h437 unsigned int arm_pamax(ARMCPU *cpu);
/openbmc/qemu/hw/arm/
H A Dvirt.c2082 int pamax = arm_pamax(ARM_CPU(first_cpu)); in virt_cpu_post_init()
2131 pa_bits = arm_pamax(armcpu); in machvirt_init()