Home
last modified time | relevance | path

Searched refs:pidr (Results 1 – 7 of 7) sorted by relevance

/openbmc/libcper/generator/sections/
H A Dgen-section-arm-ras.c112 node->IPType.pidr.PIDR3 = cper_rand(); in gen_arm_ras_fill_node_fields()
113 node->IPType.pidr.PIDR2 = cper_rand(); in gen_arm_ras_fill_node_fields()
114 node->IPType.pidr.PIDR1 = cper_rand(); in gen_arm_ras_fill_node_fields()
115 node->IPType.pidr.PIDR0 = cper_rand(); in gen_arm_ras_fill_node_fields()
116 node->IPType.pidr.PIDR7 = cper_rand(); in gen_arm_ras_fill_node_fields()
117 node->IPType.pidr.PIDR6 = cper_rand(); in gen_arm_ras_fill_node_fields()
118 node->IPType.pidr.PIDR5 = cper_rand(); in gen_arm_ras_fill_node_fields()
119 node->IPType.pidr.PIDR4 = cper_rand(); in gen_arm_ras_fill_node_fields()
120 node->IPType.pidr.Reserved1 = 0; in gen_arm_ras_fill_node_fields()
121 node->IPType.pidr.Reserved2 = 0; in gen_arm_ras_fill_node_fields()
/openbmc/libcper/sections/
H A Dcper-section-arm-ras.c162 add_int_hex_8(ipType, "pidr3", node->IPType.pidr.PIDR3); in arm_ras_add_fixed_fields()
163 add_int_hex_8(ipType, "pidr2", node->IPType.pidr.PIDR2); in arm_ras_add_fixed_fields()
164 add_int_hex_8(ipType, "pidr1", node->IPType.pidr.PIDR1); in arm_ras_add_fixed_fields()
165 add_int_hex_8(ipType, "pidr0", node->IPType.pidr.PIDR0); in arm_ras_add_fixed_fields()
166 add_int_hex_8(ipType, "pidr7", node->IPType.pidr.PIDR7); in arm_ras_add_fixed_fields()
167 add_int_hex_8(ipType, "pidr6", node->IPType.pidr.PIDR6); in arm_ras_add_fixed_fields()
168 add_int_hex_8(ipType, "pidr5", node->IPType.pidr.PIDR5); in arm_ras_add_fixed_fields()
169 add_int_hex_8(ipType, "pidr4", node->IPType.pidr.PIDR4); in arm_ras_add_fixed_fields()
527 get_value_hex_8(obj, "pidr3", &node->IPType.pidr.PIDR3); in arm_ras_fill_node_identifiers()
528 get_value_hex_8(obj, "pidr2", &node->IPType.pidr in arm_ras_fill_node_identifiers()
[all...]
/openbmc/u-boot/arch/sh/include/asm/
H A Dcpu_sh7752.h143 unsigned char pidr; member
H A Dcpu_sh7753.h143 unsigned char pidr; member
/openbmc/qemu/include/hw/ppc/
H A Dspapr_nested.h436 uint64_t pidr; member
482 uint64_t pidr; member
/openbmc/qemu/hw/ppc/
H A Dspapr_nested.c163 save->pidr = env->spr[SPR_BOOKS_PID]; in nested_save_state()
262 env->spr[SPR_BOOKS_PID] = load->pidr; in nested_load_state()
422 l2_state.pidr = hv_state.pidr; in h_enter_nested()
524 hvstate->pidr = l2_state.pidr; in spapr_exit_nested_hv()
913 GUEST_STATE_ELEMENT_ENV_W(GSB_VCPU_SPR_PIDR, pidr),
/openbmc/libcper/include/libcper/
H A DCper.h1765 } pidr; member