Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dpsci.c29 bool arm_is_psci_call(ARMCPU *cpu, int excp_type) in arm_is_psci_call() function
H A Dop_helper.c1005 if (arm_is_psci_call(cpu, EXCP_HVC)) { in HELPER()
1121 if (!arm_is_psci_call(cpu, EXCP_SMC) && in HELPER()
/openbmc/qemu/target/arm/
H A Dinternals.h507 static inline bool arm_is_psci_call(ARMCPU *cpu, int excp_type) in arm_is_psci_call() function
517 bool arm_is_psci_call(ARMCPU *cpu, int excp_type);
H A Dhelper.c11838 if (tcg_enabled() && arm_is_psci_call(cpu, cs->exception_index)) { in arm_cpu_do_interrupt()