Searched refs:OV5_XIVE_EXPLOIT (Results 1 – 6 of 6) sorted by relevance
/qemu/hw/intc/ |
H A D | spapr_xive.c | 945 if (!spapr_ovec_test(spapr->ov5_cas, OV5_XIVE_EXPLOIT)) { in h_int_get_source_info() 1062 if (!spapr_ovec_test(spapr->ov5_cas, OV5_XIVE_EXPLOIT)) { in h_int_set_source_config() 1169 if (!spapr_ovec_test(spapr->ov5_cas, OV5_XIVE_EXPLOIT)) { in h_int_get_source_config() 1245 if (!spapr_ovec_test(spapr->ov5_cas, OV5_XIVE_EXPLOIT)) { in h_int_get_queue_info() 1334 if (!spapr_ovec_test(spapr->ov5_cas, OV5_XIVE_EXPLOIT)) { in h_int_set_queue_config() 1503 if (!spapr_ovec_test(spapr->ov5_cas, OV5_XIVE_EXPLOIT)) { in h_int_get_queue_config() 1600 if (!spapr_ovec_test(spapr->ov5_cas, OV5_XIVE_EXPLOIT)) { in h_int_set_os_reporting_line() 1640 if (!spapr_ovec_test(spapr->ov5_cas, OV5_XIVE_EXPLOIT)) { in h_int_get_os_reporting_line() 1694 if (!spapr_ovec_test(spapr->ov5_cas, OV5_XIVE_EXPLOIT)) { in h_int_esb() 1766 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()
|
/qemu/include/hw/ppc/ |
H A D | spapr_ovec.h | 57 #define OV5_XIVE_EXPLOIT OV_BIT(23, 1) /* 1=exploitation 0=legacy */ macro
|
/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 | 1243 guest_xive = spapr_ovec_test(ov5_guest, OV5_XIVE_EXPLOIT); in do_client_architecture_support()
|
H A D | spapr.c | 2918 spapr_ovec_set(spapr->ov5, OV5_XIVE_EXPLOIT); in spapr_machine_init()
|