Home
last modified time | relevance | path

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

/linux-3.4.99/arch/ia64/kernel/
Desi.c101 enum esi_proc_type proc_type, u64 func, in ia64_esi_call() argument
127 if (proc_type == ESI_PROC_SERIALIZED) in ia64_esi_call()
129 else if (proc_type == ESI_PROC_MP_SAFE) in ia64_esi_call()
135 if (proc_type == ESI_PROC_SERIALIZED) in ia64_esi_call()
138 else if (proc_type == ESI_PROC_MP_SAFE) in ia64_esi_call()
/linux-3.4.99/arch/arm/mach-realview/include/mach/
Dboard-eb.h77 #define check_eb_proc(proc_type) \ argument
79 == proc_type)
Dboard-pbx.h94 #define check_pbx_proc(proc_type) \ argument
96 == proc_type)
/linux-3.4.99/drivers/acpi/apei/
Dcper.c136 printk("%s""processor_type: %d, %s\n", pfx, proc->proc_type, in cper_print_proc_generic()
137 proc->proc_type < ARRAY_SIZE(cper_proc_type_strs) ? in cper_print_proc_generic()
138 cper_proc_type_strs[proc->proc_type] : "unknown"); in cper_print_proc_generic()
/linux-3.4.99/drivers/staging/tidspbridge/include/dspbridge/
Ddisp.h34 int proc_type; /* eg, 5510 */ member
/linux-3.4.99/include/linux/
Dcper.h290 __u8 proc_type; member
/linux-3.4.99/drivers/staging/tidspbridge/rmgr/
Dnode.c150 int proc_type; /* eg, 5510 */ member
1298 disp_attr_obj.proc_type = node_mgr_obj->proc_type; in node_create_mgr()
2795 hnode_mgr->proc_type = 6410; in get_proc_props()