Home
last modified time | relevance | path

Searched refs:pc_regs (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/intc/
H A Dpnv_xive2.c1468 val = xive->pc_regs[reg]; in pnv_xive2_ic_pc_read()
1476 val = xive->pc_regs[reg]; in pnv_xive2_ic_pc_read()
1489 val = xive->pc_regs[reg]; in pnv_xive2_ic_pc_read()
1502 val = xive->pc_regs[reg]; in pnv_xive2_ic_pc_read()
1509 val = xive->pc_regs[reg]; in pnv_xive2_ic_pc_read()
1514 val = xive->pc_regs[reg]; in pnv_xive2_ic_pc_read()
1521 xive->pc_regs[reg] &= ~PC_AT_KILL_VALID; in pnv_xive2_ic_pc_read()
1522 val = xive->pc_regs[reg]; in pnv_xive2_ic_pc_read()
1590 xive->pc_regs[reg] = val; in pnv_xive2_ic_pc_write()
1615 xive->pc_regs[reg] = val; in pnv_xive2_ic_pc_write()
[all …]
/openbmc/qemu/include/hw/ppc/
H A Dpnv_xive.h138 uint64_t pc_regs[0x100]; member