Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dspapr_xive.c946 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 Dxics_spapr.c44 if (spapr_ovec_test(spapr->ov5_cas, OV5_XIVE_EXPLOIT) || in check_emulated_xics()
/openbmc/qemu/include/hw/ppc/
H A Dspapr_ovec.h57 #define OV5_XIVE_EXPLOIT OV_BIT(23, 1) /* 1=exploitation 0=legacy */ macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dprom.h158 #define OV5_XIVE_EXPLOIT 0x1740 /* XIVE exploitation mode Only */ macro
/openbmc/qemu/hw/ppc/
H A Dspapr_irq.c527 && spapr_ovec_test(spapr->ov5_cas, OV5_XIVE_EXPLOIT)) { in spapr_irq_update_active_intc()
H A Dspapr_hcall.c1230 guest_xive = spapr_ovec_test(ov5_guest, OV5_XIVE_EXPLOIT); in do_client_architecture_support()
H A Dspapr.c2888 spapr_ovec_set(spapr->ov5, OV5_XIVE_EXPLOIT); in spapr_machine_init()
/openbmc/linux/arch/powerpc/sysdev/xive/
H A Dspapr.c797 case OV5_FEAT(OV5_XIVE_EXPLOIT): in xive_spapr_disabled()
/openbmc/linux/arch/powerpc/kernel/
H A Dprom_init.c1294 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()