Home
last modified time | relevance | path

Searched refs:participation_type (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/firmware/efi/
H A Dcper-arm.c92 u8 trans_type, op_type, level, participation_type, address_space; in cper_print_arm_err_info() local
198 participation_type = ((error_info >> CPER_ARM_ERR_PARTICIPATION_TYPE_SHIFT) in cper_print_arm_err_info()
200 if (participation_type < ARRAY_SIZE(arm_bus_err_part_type_strs)) { in cper_print_arm_err_info()
202 arm_bus_err_part_type_strs[participation_type]); in cper_print_arm_err_info()
/kernel/linux/linux-6.6/drivers/firmware/efi/
H A Dcper-arm.c91 u8 trans_type, op_type, level, participation_type, address_space; in cper_print_arm_err_info() local
197 participation_type = ((error_info >> CPER_ARM_ERR_PARTICIPATION_TYPE_SHIFT) in cper_print_arm_err_info()
199 if (participation_type < ARRAY_SIZE(arm_bus_err_part_type_strs)) { in cper_print_arm_err_info()
201 arm_bus_err_part_type_strs[participation_type]); in cper_print_arm_err_info()

Completed in 2 milliseconds