Searched refs:err_struct_info (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/Documentation/arch/ia64/ |
D | err_inject.rst | 39 #cpu, loop, interval, err_type_info, err_struct_info, err_data_buffer 44 # err_type_info, err_struct_info: PAL parameters. 199 u64 err_struct_info; 511 unsigned long err_type_info, err_struct_info, err_data_buffer; 523 sprintf(fn, "%s/err_struct_info", path); 524 if (rd(fn, &err_struct_info)<0) { 525 perror("err_struct_info reading error.\n"); 528 printf("err_struct_info=%lx\n", err_struct_info); 565 err_struct_info_t err_struct_info; 568 err_struct_info.err_struct_info=0; [all …]
|
/linux-6.6.21/arch/ia64/kernel/ |
D | err_inject.c | 46 static u64 err_struct_info[NR_CPUS]; variable 90 printk(KERN_DEBUG "err_struct_info=%llx,\n", err_struct_info[cpu]); in show() 101 err_struct_info[cpu], in show() 108 err_struct_info[cpu], in show() 157 show(err_struct_info) 158 store(err_struct_info) in store() argument 203 define_one_rw(err_struct_info);
|
/linux-6.6.21/arch/ia64/include/asm/ |
D | pal.h | 1250 ia64_pal_mc_error_inject_phys (u64 err_type_info, u64 err_struct_info, in ia64_pal_mc_error_inject_phys() argument 1255 err_struct_info, err_data_buffer); in ia64_pal_mc_error_inject_phys() 1264 ia64_pal_mc_error_inject_virt (u64 err_type_info, u64 err_struct_info, in ia64_pal_mc_error_inject_virt() argument 1269 err_struct_info, err_data_buffer); in ia64_pal_mc_error_inject_virt()
|