Home
last modified time | relevance | path

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

/Linux-v5.10/include/ras/
Dras_event.h181 __field(u32, psci_state)
197 __entry->psci_state = proc->psci_state;
200 __entry->psci_state = ~0;
207 __entry->running_state, __entry->psci_state)
/Linux-v5.10/drivers/cpuidle/
Dcpuidle-psci-domain.c54 u32 psci_state, *psci_state_buf; in psci_pd_parse_state_nodes() local
58 &psci_state); in psci_pd_parse_state_nodes()
67 *psci_state_buf = psci_state; in psci_pd_parse_state_nodes()
/Linux-v5.10/drivers/firmware/efi/
Dcper-arm.c269 pfx, proc->psci_state); in cper_print_proc_arm()
/Linux-v5.10/include/linux/
Dcper.h415 u32 psci_state; member