Searched refs:OV5_XIVE_EXPLOIT (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/hw/intc/ |
H A D | spapr_xive.c | 946 if (!spapr_ovec_test(spapr->ov5_cas, OV5_XIVE_EXPLOIT)) { in h_int_get_source_info() 1063 if (!spapr_ovec_test(spapr->ov5_cas, OV5_XIVE_EXPLOIT)) { in h_int_set_source_config() 1170 if (!spapr_ovec_test(spapr->ov5_cas, OV5_XIVE_EXPLOIT)) { in h_int_get_source_config() 1246 if (!spapr_ovec_test(spapr->ov5_cas, OV5_XIVE_EXPLOIT)) { in h_int_get_queue_info() 1335 if (!spapr_ovec_test(spapr->ov5_cas, OV5_XIVE_EXPLOIT)) { in h_int_set_queue_config() 1504 if (!spapr_ovec_test(spapr->ov5_cas, OV5_XIVE_EXPLOIT)) { in h_int_get_queue_config() 1601 if (!spapr_ovec_test(spapr->ov5_cas, OV5_XIVE_EXPLOIT)) { in h_int_set_os_reporting_line() 1641 if (!spapr_ovec_test(spapr->ov5_cas, OV5_XIVE_EXPLOIT)) { in h_int_get_os_reporting_line() 1695 if (!spapr_ovec_test(spapr->ov5_cas, OV5_XIVE_EXPLOIT)) { in h_int_esb() 1767 if (!spapr_ovec_test(spapr->ov5_cas, OV5_XIVE_EXPLOIT)) { in h_int_sync() [all …]
|
H A D | xics_spapr.c | 44 if (spapr_ovec_test(spapr->ov5_cas, OV5_XIVE_EXPLOIT) || in check_emulated_xics()
|
/openbmc/qemu/include/hw/ppc/ |
H A D | spapr_ovec.h | 57 #define OV5_XIVE_EXPLOIT OV_BIT(23, 1) /* 1=exploitation 0=legacy */ macro
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | prom.h | 158 #define OV5_XIVE_EXPLOIT 0x1740 /* XIVE exploitation mode Only */ macro
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_irq.c | 527 && spapr_ovec_test(spapr->ov5_cas, OV5_XIVE_EXPLOIT)) { in spapr_irq_update_active_intc()
|
H A D | spapr_hcall.c | 1230 guest_xive = spapr_ovec_test(ov5_guest, OV5_XIVE_EXPLOIT); in do_client_architecture_support()
|
H A D | spapr.c | 2888 spapr_ovec_set(spapr->ov5, OV5_XIVE_EXPLOIT); in spapr_machine_init()
|
/openbmc/linux/arch/powerpc/sysdev/xive/ |
H A D | spapr.c | 797 case OV5_FEAT(OV5_XIVE_EXPLOIT): in xive_spapr_disabled()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | prom_init.c | 1294 case OV5_FEAT(OV5_XIVE_EXPLOIT): /* Only Exploitation mode */ in prom_parse_xive_model() 1389 ibm_architecture_vec.vec5.intarch = OV5_FEAT(OV5_XIVE_EXPLOIT); in prom_check_platform_support()
|