Searched refs:cpu_state_entry_size (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-core.c42 u64 cpu_state_entry_size; member in struct:opalcore_config
231 size_per_thread = oc_conf->cpu_state_entry_size;
549 oc_conf->cpu_state_entry_size =
552 if ((oc_conf->cpu_state_entry_size == 0) ||
553 (oc_conf->cpu_state_entry_size > oc_conf->cpu_state_data_size)) {
558 oc_conf->cpu_state_entry_size);
H A Dopal-fadump.c379 fadump_conf->cpu_state_entry_size =
394 (fadump_conf->cpu_state_entry_size == 0) ||
395 (fadump_conf->cpu_state_entry_size >
429 size_per_thread = fadump_conf->cpu_state_entry_size;
/linux-master/arch/powerpc/include/asm/
H A Dfadump-internal.h85 u32 cpu_state_entry_size; member in struct:fw_dump

Completed in 157 milliseconds