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.c99 unsigned int arm_pamax(ARMCPU *cpu) in arm_pamax() function
1494 if (arm_pamax(cpu) < 44) { in check_s2_mmu_setup()
1510 if (arm_pamax(cpu) < 42) { in check_s2_mmu_setup()
1525 if (arm_pamax(cpu) < 44) { in check_s2_mmu_setup()
1578 return (level == 1 && arm_pamax(cpu) == 52) || level == 2; in lpae_block_desc_valid()
3108 int pamax = arm_pamax(env_archcpu(env)); in get_phys_addr_disabled()
H A Dinternals.h264 unsigned int arm_pamax(ARMCPU *cpu);
/openbmc/qemu/hw/arm/
H A Dvirt.c2013 int pamax = arm_pamax(ARM_CPU(first_cpu)); in virt_cpu_post_init()
2066 pa_bits = arm_pamax(armcpu); in machvirt_init()