Searched refs:arm_is_psci_call (Results 1 – 4 of 4) sorted by relevance
29 bool arm_is_psci_call(ARMCPU *cpu, int excp_type) in arm_is_psci_call() function
1005 if (arm_is_psci_call(cpu, EXCP_HVC)) { in HELPER()1121 if (!arm_is_psci_call(cpu, EXCP_SMC) && in HELPER()
507 static inline bool arm_is_psci_call(ARMCPU *cpu, int excp_type) in arm_is_psci_call() function517 bool arm_is_psci_call(ARMCPU *cpu, int excp_type);
11838 if (tcg_enabled() && arm_is_psci_call(cpu, cs->exception_index)) { in arm_cpu_do_interrupt()