Home
last modified time | relevance | path

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

/openbmc/qemu/hw/hppa/
H A Dhppa_hardware.h27 #define CPU_HPA 0xfffb0000 macro
H A Dmachine.c228 val = cpu_to_le64(CPU_HPA + 16); in create_fw_cfg()
232 val = cpu_to_le64(CPU_HPA + 24); in create_fw_cfg()
307 translate(NULL, CPU_HPA + i * 0x1000), in machine_HP_common_init_cpus()
315 memory_region_add_subregion(addr_space, translate(NULL, CPU_HPA + 16), in machine_HP_common_init_cpus()
660 cpu[i]->env.gr[5] = CPU_HPA + i * 0x1000; in hppa_machine_reset()
/openbmc/qemu/hw/pci-host/
H A Dastro.c422 s->iosapic_reg[0x11 + 2 * irq] = SWIZZLE_HPA(CPU_HPA); in elroy_reset()