Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dpnv_xive2.c493 static int pnv_xive2_nxc_to_table_type(uint8_t nxc_type, uint32_t *table_type) in pnv_xive2_nxc_to_table_type() argument
495 switch (nxc_type) { in pnv_xive2_nxc_to_table_type()
515 uint8_t blk, nxc_type; in pnv_xive2_nxc_update() local
524 nxc_type = GETFIELD(PC_NXC_WATCH_NXC_TYPE, xive->pc_regs[spec_reg]); in pnv_xive2_nxc_update()
528 assert(!pnv_xive2_nxc_to_table_type(nxc_type, &table_type)); in pnv_xive2_nxc_update()
540 uint8_t blk, nxc_type; in pnv_xive2_nxc_cache_load() local
549 nxc_type = GETFIELD(PC_NXC_WATCH_NXC_TYPE, xive->pc_regs[spec_reg]); in pnv_xive2_nxc_cache_load()
553 assert(!pnv_xive2_nxc_to_table_type(nxc_type, &table_type)); in pnv_xive2_nxc_cache_load()