Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dpnv_xive2_regs.h424 #define PC_NXC_WATCH_ASSIGN 0x430 macro
H A Dpnv_xive2.c1428 uint64_t state = xive->pc_regs[PC_NXC_WATCH_ASSIGN >> 3]; in pnv_xive2_nxc_cache_watch_assign()
1440 xive->pc_regs[PC_NXC_WATCH_ASSIGN >> 3] = state; in pnv_xive2_nxc_cache_watch_assign()
1448 uint64_t state = xive->pc_regs[PC_NXC_WATCH_ASSIGN >> 3]; in pnv_xive2_nxc_cache_watch_release()
1451 xive->pc_regs[PC_NXC_WATCH_ASSIGN >> 3] = state; in pnv_xive2_nxc_cache_watch_release()
1471 case PC_NXC_WATCH_ASSIGN: in pnv_xive2_ic_pc_read()