Searched refs:err_type_info (Results 1 – 3 of 3) sorted by relevance
| /linux/Documentation/ia64/ |
| A D | err_inject.rst | 159 u64 err_type_info; 521 printf("err_type_info=%lx\n", err_type_info); 572 wr(fn, err_type_info.err_type_info); 597 err_type_info.err_type_info=0; // Initial 642 err_type_info.err_type_info, 649 wr(fn, err_type_info.err_type_info); 719 u64 err_type_info; 803 parameters[0].err_type_info=line_para.err_type_info; 851 err_type_info.err_type_info=parameters[i].err_type_info; 906 path, err_type_info, [all …]
|
| /linux/arch/ia64/kernel/ |
| A D | err_inject.c | 45 static u64 err_type_info[NR_CPUS]; variable 89 printk(KERN_DEBUG "err_type_info=%llx,\n", err_type_info[cpu]); in show() 100 status[cpu]=ia64_pal_mc_error_inject_phys(err_type_info[cpu], in show() 107 status[cpu]=ia64_pal_mc_error_inject_virt(err_type_info[cpu], in show() 126 show(err_type_info) 127 store(err_type_info) in store() argument 202 define_one_rw(err_type_info);
|
| /linux/arch/ia64/include/asm/ |
| A 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 1254 PAL_CALL_PHYS_STK(iprv, PAL_MC_ERROR_INJECT, err_type_info, 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 1268 PAL_CALL_STK(iprv, PAL_MC_ERROR_INJECT, err_type_info, in ia64_pal_mc_error_inject_virt()
|
Completed in 12 milliseconds