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.c510 static int pnv_xive2_nxc_to_table_type(uint8_t nxc_type, uint32_t *table_type) in pnv_xive2_nxc_to_table_type() argument
512 switch (nxc_type) { in pnv_xive2_nxc_to_table_type()
532 uint8_t blk, nxc_type; in pnv_xive2_nxc_update() local
541 nxc_type = GETFIELD(PC_NXC_WATCH_NXC_TYPE, xive->pc_regs[spec_reg]); in pnv_xive2_nxc_update()
545 assert(!pnv_xive2_nxc_to_table_type(nxc_type, &table_type)); in pnv_xive2_nxc_update()
557 uint8_t blk, nxc_type; in pnv_xive2_nxc_cache_load() local
566 nxc_type = GETFIELD(PC_NXC_WATCH_NXC_TYPE, xive->pc_regs[spec_reg]); in pnv_xive2_nxc_cache_load()
570 assert(!pnv_xive2_nxc_to_table_type(nxc_type, &table_type)); in pnv_xive2_nxc_cache_load()