Searched refs:info (Results 51 - 75 of 477) sorted by relevance

1234567891011>>

/arch/ia64/kernel/
H A Dstacktrace.c12 ia64_do_save_stack(struct unw_frame_info *info, void *arg) argument
20 unw_get_ip(info, &ip);
29 } while (unw_unwind(info) >= 0);
H A Dsigframe.h21 struct siginfo info; member in struct:sigframe
/arch/sh/kernel/
H A Dhw_breakpoint.c51 struct arch_hw_breakpoint *info = counter_arch_bp(bp); local
67 sh_ubc->enable(info, i);
83 struct arch_hw_breakpoint *info = counter_arch_bp(bp); local
98 sh_ubc->disable(info, i);
130 struct arch_hw_breakpoint *info = counter_arch_bp(bp); local
132 va = info->address;
133 len = get_hbp_len(info->len);
178 struct arch_hw_breakpoint *info = counter_arch_bp(bp); local
180 info->address = bp->attr.bp_addr;
185 info
223 struct arch_hw_breakpoint *info = counter_arch_bp(bp); local
349 siginfo_t info; local
[all...]
/arch/tile/kernel/
H A Dhardwall.c270 static void hardwall_setup_func(void *info) argument
272 struct hardwall_info *r = info;
326 struct siginfo info; local
387 info.si_signo = SIGILL;
388 info.si_errno = 0;
389 info.si_code = ILL_HARDWALL;
393 BUG_ON(p->thread.hardwall[hwt->index].info != rect);
397 do_send_sig_info(info.si_signo, &info, p, false);
463 if (prev->thread.hardwall[i].info !
476 struct hardwall_info *info = local
493 struct hardwall_info *iter, *info; local
574 hardwall_activate(struct hardwall_info *info) argument
727 struct hardwall_info *info = arg; local
853 hardwall_destroy(struct hardwall_info *info) argument
913 struct hardwall_info *info = sf->private; local
935 hardwall_add_proc(struct hardwall_info *info) argument
943 hardwall_remove_proc(struct hardwall_info *info) argument
956 struct hardwall_info *info = task->thread.hardwall[i].info; local
983 struct hardwall_info *info = file->private_data; local
1040 struct hardwall_info *info = file->private_data; local
[all...]
/arch/s390/kernel/
H A Dtopology.c48 static cpumask_t cpu_group_map(struct mask_info *info, unsigned int cpu) argument
55 for (; info; info = info->next) {
56 if (cpumask_test_cpu(cpu, &info->mask))
57 return info->mask;
94 struct mask_info *info; local
96 info = &socket_info;
97 while (info) {
98 cpumask_clear(&info
115 __tl_to_masks_generic(struct sysinfo_15_1_x *info) argument
144 __tl_to_masks_z10(struct sysinfo_15_1_x *info) argument
169 tl_to_masks(struct sysinfo_15_1_x *info) argument
245 store_topology(struct sysinfo_15_1_x *info) argument
255 struct sysinfo_15_1_x *info = tl_info; local
326 alloc_masks(struct sysinfo_15_1_x *info, struct mask_info *mask, int offset) argument
345 struct sysinfo_15_1_x *info; local
[all...]
/arch/arm/kernel/
H A Dhw_breakpoint.c336 struct arch_hw_breakpoint *info = counter_arch_bp(bp); local
341 addr = info->address;
342 ctrl = encode_ctrl_reg(info->ctrl) | 0x1;
344 if (info->ctrl.type == ARM_BREAKPOINT_EXECUTE) {
373 if (info->step_ctrl.enabled) {
374 addr = info->trigger & ~0x3;
375 ctrl = encode_ctrl_reg(info->step_ctrl);
376 if (info->ctrl.type != ARM_BREAKPOINT_EXECUTE) {
393 struct arch_hw_breakpoint *info = counter_arch_bp(bp); local
397 if (info
464 struct arch_hw_breakpoint *info = counter_arch_bp(bp); local
524 struct arch_hw_breakpoint *info = counter_arch_bp(bp); local
597 struct arch_hw_breakpoint *info = counter_arch_bp(bp); local
673 struct arch_hw_breakpoint *info = counter_arch_bp(bp); local
698 struct arch_hw_breakpoint *info; local
770 struct arch_hw_breakpoint *info; local
803 struct arch_hw_breakpoint *info; local
[all...]
/arch/mips/ath79/
H A Ddev-spi.h19 struct spi_board_info const *info,
H A Ddev-spi.c32 struct spi_board_info const *info,
35 spi_register_board_info(info, n);
31 ath79_register_spi(struct ath79_spi_platform_data *pdata, struct spi_board_info const *info, unsigned n) argument
/arch/powerpc/platforms/cell/spufs/
H A Dfault.c39 siginfo_t info; local
47 memset(&info, 0, sizeof(info));
51 info.si_signo = SIGBUS;
52 info.si_code = BUS_OBJERR;
55 info.si_signo = SIGSEGV;
56 info.si_addr = (void __user *)ea;
57 info.si_code = SEGV_ACCERR;
61 info.si_signo = SIGBUS;
63 info
[all...]
/arch/unicore32/include/asm/
H A Dbug.h20 struct siginfo *info, unsigned long err, unsigned long trap);
/arch/x86/include/asm/
H A Dsigframe.h51 compat_siginfo_t info; member in struct:rt_sigframe_ia32
53 struct siginfo info; member in struct:rt_sigframe_ia32
66 struct siginfo info; member in struct:rt_sigframe
75 compat_siginfo_t info; member in struct:rt_sigframe_x32
/arch/x86/kernel/
H A Dsys_x86_64.c115 struct vm_unmapped_area_info info; local
134 info.flags = 0;
135 info.length = len;
136 info.low_limit = begin;
137 info.high_limit = end;
138 info.align_mask = filp ? get_align_mask() : 0;
139 info.align_offset = pgoff << PAGE_SHIFT;
140 return vm_unmapped_area(&info);
151 struct vm_unmapped_area_info info; local
173 info
[all...]
H A Dhw_breakpoint.c106 struct arch_hw_breakpoint *info = counter_arch_bp(bp); local
122 set_debugreg(info->address, i);
123 __this_cpu_write(cpu_debugreg[i], info->address);
126 *dr7 |= encode_dr7(i, info->len, info->type);
144 struct arch_hw_breakpoint *info = counter_arch_bp(bp); local
161 *dr7 &= ~__encode_dr7(i, info->len, info->type);
196 struct arch_hw_breakpoint *info = counter_arch_bp(bp); local
198 va = info
252 struct arch_hw_breakpoint *info = counter_arch_bp(bp); local
306 struct arch_hw_breakpoint *info = counter_arch_bp(bp); local
359 struct arch_hw_breakpoint *info; local
[all...]
/arch/powerpc/boot/
H A Delf_util.c18 int parse_elf64(void *hdr, struct elf_info *info) argument
47 info->loadsize = (unsigned long)elf64ph->p_filesz;
48 info->memsize = (unsigned long)elf64ph->p_memsz;
49 info->elfoffset = (unsigned long)elf64ph->p_offset;
54 int parse_elf32(void *hdr, struct elf_info *info) argument
78 info->loadsize = elf32ph->p_filesz;
79 info->memsize = elf32ph->p_memsz;
80 info->elfoffset = elf32ph->p_offset;
/arch/x86/platform/intel-mid/device_libs/
H A Dplatform_max3111.c17 static void __init *max3111_platform_data(void *info) argument
19 struct spi_board_info *spi_info = info;
H A Dplatform_mpu3050.c17 static void *mpu3050_platform_data(void *info) argument
19 struct i2c_board_info *i2c_info = info;
H A Dplatform_msic_battery.c24 static void __init *msic_battery_platform_data(void *info) argument
26 return msic_generic_platform_data(info, INTEL_MSIC_BLOCK_BATTERY);
H A Dplatform_msic_power_btn.c23 static void __init *msic_power_btn_platform_data(void *info) argument
25 return msic_generic_platform_data(info, INTEL_MSIC_BLOCK_POWER_BTN);
H A Dplatform_msic_thermal.c24 static void __init *msic_thermal_platform_data(void *info) argument
26 return msic_generic_platform_data(info, INTEL_MSIC_BLOCK_THERMAL);
/arch/blackfin/kernel/
H A Dtraps.c27 kgdb_handle_exception(trapnr, sig, info.si_code, fp); \
79 siginfo_t info; local
113 info.si_code = TRAP_ILLTRAP;
123 info.si_code = SEGV_STACKFLOW;
131 info.si_code = TRAP_ILLTRAP;
152 info.si_code = ILL_ILLPARAOP;
159 info.si_code = TRAP_STEP;
169 info.si_code = TRAP_TRACEFLOW;
221 info.si_code = ILL_ILLOPC;
228 info
[all...]
/arch/hexagon/mm/
H A Dvm_fault.c52 siginfo_t info; local
142 info.si_signo = SIGBUS;
143 info.si_code = BUS_ADRERR;
147 info.si_signo = SIGSEGV;
148 info.si_code = SEGV_ACCERR;
150 info.si_errno = 0;
151 info.si_addr = (void __user *)address;
152 force_sig_info(info.si_signo, &info, current);
159 info
[all...]
/arch/sparc/kernel/
H A Dsys_sparc_32.c41 struct vm_unmapped_area_info info; local
59 info.flags = 0;
60 info.length = len;
61 info.low_limit = addr;
62 info.high_limit = TASK_SIZE;
63 info.align_mask = (flags & MAP_SHARED) ?
65 info.align_offset = pgoff << PAGE_SHIFT;
66 return vm_unmapped_area(&info);
148 siginfo_t info; local
153 info
[all...]
/arch/sparc/mm/
H A Dhugetlbpage.c31 struct vm_unmapped_area_info info; local
36 info.flags = 0;
37 info.length = len;
38 info.low_limit = TASK_UNMAPPED_BASE;
39 info.high_limit = min(task_size, VA_EXCLUDE_START);
40 info.align_mask = PAGE_MASK & ~HPAGE_MASK;
41 info.align_offset = 0;
42 addr = vm_unmapped_area(&info);
46 info.low_limit = VA_EXCLUDE_END;
47 info
62 struct vm_unmapped_area_info info; local
[all...]
/arch/mn10300/kernel/
H A Dfpu.c37 siginfo_t info; local
50 info.si_signo = SIGFPE;
51 info.si_errno = 0;
52 info.si_addr = (void *) tsk->thread.uregs->pc;
53 info.si_code = FPE_FLTINV;
60 info.si_code = FPE_FLTDIV;
62 info.si_code = FPE_FLTOVF;
64 info.si_code = FPE_FLTUND;
66 info.si_code = FPE_FLTRES;
68 force_sig_info(SIGFPE, &info, ts
[all...]
/arch/sparc/include/asm/
H A Dparport.h35 struct ebus_dma_info info; member in struct:sparc_ebus_info
68 ebus_dma_enable(&sparc_ebus_dmas[dmanr].info, 1);
70 if (ebus_dma_request(&sparc_ebus_dmas[dmanr].info,
78 ebus_dma_enable(&sparc_ebus_dmas[dmanr].info, 0);
88 ebus_dma_prepare(&sparc_ebus_dmas[dmanr].info, (mode != DMA_MODE_WRITE));
103 return ebus_dma_residue(&sparc_ebus_dmas[dmanr].info);
135 spin_lock_init(&sparc_ebus_dmas[slot].info.lock);
138 sparc_ebus_dmas[slot].info.regs =
141 if (!sparc_ebus_dmas[slot].info.regs)
144 sparc_ebus_dmas[slot].info
[all...]

Completed in 555 milliseconds

1234567891011>>