Home
last modified time | relevance | path

Searched refs:err_type_info (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/Documentation/ia64/
Derr_inject.txt39 #cpu, loop, interval, err_type_info, err_struct_info, err_data_buffer
44 # err_type_info, err_struct_info: PAL parameters.
159 u64 err_type_info;
379 sprintf(fn, "%s/%s", fn, "err_type_info");
511 unsigned long err_type_info, err_struct_info, err_data_buffer;
516 sprintf(fn, "%s/err_type_info", path);
517 if (rd(fn, &err_type_info)<0) {
518 perror("err_type_info reading error.\n");
521 printf("err_type_info=%lx\n", err_type_info);
561 int query_capabilities(char *path, err_type_info_t err_type_info,
[all …]
/linux-2.6.39/arch/ia64/kernel/
Derr_inject.c45 static u64 err_type_info[NR_CPUS]; variable
89 printk(KERN_DEBUG "err_type_info=%lx,\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
203 define_one_rw(err_type_info);
/linux-2.6.39/arch/ia64/include/asm/
Dpal.h1248 ia64_pal_mc_error_inject_phys (u64 err_type_info, u64 err_struct_info, in ia64_pal_mc_error_inject_phys() argument
1252 PAL_CALL_PHYS_STK(iprv, PAL_MC_ERROR_INJECT, err_type_info, in ia64_pal_mc_error_inject_phys()
1262 ia64_pal_mc_error_inject_virt (u64 err_type_info, u64 err_struct_info, in ia64_pal_mc_error_inject_virt() argument
1266 PAL_CALL_STK(iprv, PAL_MC_ERROR_INJECT, err_type_info, in ia64_pal_mc_error_inject_virt()