Searched refs:info (Results 126 - 150 of 477) sorted by relevance

1234567891011>>

/arch/x86/lib/
H A Dmsr-smp.c6 static void __rdmsr_on_cpu(void *info) argument
8 struct msr_info *rv = info;
20 static void __wrmsr_on_cpu(void *info) argument
22 struct msr_info *rv = info;
99 void (*msr_func) (void *info))
147 static void __rdmsr_safe_on_cpu(void *info) argument
149 struct msr_info *rv = info;
154 static void __wrmsr_safe_on_cpu(void *info) argument
156 struct msr_info *rv = info;
228 static void __rdmsr_safe_regs_on_cpu(void *info) argument
97 __rwmsr_on_cpus(const struct cpumask *mask, u32 msr_no, struct msr *msrs, void (*msr_func) (void *info)) argument
235 __wrmsr_safe_regs_on_cpu(void *info) argument
[all...]
/arch/arm/kernel/
H A Dtraps.c337 struct siginfo *info, unsigned long err, unsigned long trap)
343 force_sig_info(info->si_signo, info, current);
409 siginfo_t info; local
456 info.si_signo = SIGILL;
457 info.si_errno = 0;
458 info.si_code = ILL_ILLOPC;
459 info.si_addr = pc;
461 arm_notify_die("Oops - undefined instruction", regs, &info, 0, 6);
509 siginfo_t info; local
336 arm_notify_die(const char *str, struct pt_regs *regs, struct siginfo *info, unsigned long err, unsigned long trap) argument
577 siginfo_t info; local
770 siginfo_t info; local
[all...]
/arch/ia64/kernel/
H A Dsys_ia64.c30 struct vm_unmapped_area_info info; local
58 info.flags = 0;
59 info.length = len;
60 info.low_limit = addr;
61 info.high_limit = TASK_SIZE;
62 info.align_mask = align_mask;
63 info.align_offset = 0;
64 return vm_unmapped_area(&info);
/arch/ia64/mm/
H A Dhugetlbpage.c151 struct vm_unmapped_area_info info; local
169 info.flags = 0;
170 info.length = len;
171 info.low_limit = addr;
172 info.high_limit = HPAGE_REGION_BASE + RGN_MAP_LIMIT;
173 info.align_mask = PAGE_MASK & (HPAGE_SIZE - 1);
174 info.align_offset = 0;
175 return vm_unmapped_area(&info);
/arch/metag/kernel/
H A Dvmlinux.lds.S46 .init.arch.info : {
48 *(.arch.info.init)
/arch/sh/drivers/dma/
H A Ddma-sysfs.c33 struct dma_info *info = get_dma_info(i); local
36 if (unlikely(!info) || !channel)
40 channel->chan, info->name,
124 int dma_create_sysfs_files(struct dma_channel *chan, struct dma_info *info) argument
144 dev_err(&info->pdev->dev, "Failed creating attrs\n");
149 return sysfs_create_link(&info->pdev->dev.kobj, &dev->kobj, name);
152 void dma_remove_sysfs_files(struct dma_channel *chan, struct dma_info *info) argument
164 sysfs_remove_link(&info->pdev->dev.kobj, name);
/arch/tile/include/asm/
H A Dtraps.h37 unsigned long info; member in struct:intvec_state
42 unsigned long info);
/arch/x86/platform/intel-mid/device_libs/
H A Dplatform_msic_ocd.c25 static void __init *msic_ocd_platform_data(void *info) argument
38 return msic_generic_platform_data(info, INTEL_MSIC_BLOCK_OCD);
H A Dplatform_tca6416.c22 static void *tca6416_platform_data(void *info) argument
25 struct i2c_board_info *i2c_info = info;
/arch/mips/kernel/
H A Dprocess.c280 static int get_frame_info(struct mips_frame_info *info) argument
283 union mips_instruction *ip = (void *) (((char *) info->func) - 1);
285 union mips_instruction *ip = info->func;
287 unsigned max_insns = info->func_size / sizeof(union mips_instruction);
290 info->pc_offset = -1;
291 info->frame_size = 0;
304 if (!info->frame_size) {
315 info->frame_size = -(signed short)(tmp | ((tmp & 0x100) ? 0xfe00 : 0));
318 info->frame_size = -(signed short)(tmp & 0xf);
324 info
420 struct mips_frame_info info; local
[all...]
/arch/ia64/include/asm/
H A Dfb.h18 static inline int fb_is_primary_device(struct fb_info *info) argument
/arch/mips/include/asm/
H A Dbugs.h17 #include <asm/cpu-info.h>
/arch/parisc/kernel/
H A Dsys_parisc.c91 struct vm_unmapped_area_info info; local
121 info.flags = 0;
122 info.length = len;
123 info.low_limit = mm->mmap_legacy_base;
124 info.high_limit = mmap_upper_limit();
125 info.align_mask = last_mmap ? (PAGE_MASK & (SHM_COLOUR - 1)) : 0;
126 info.align_offset = shared_align_offset(last_mmap, pgoff);
127 addr = vm_unmapped_area(&info);
145 struct vm_unmapped_area_info info; local
181 info
[all...]
/arch/x86/pci/
H A Dbus_numa.h24 extern void update_res(struct pci_root_info *info, resource_size_t start,
/arch/sparc/kernel/
H A Dtraps_64.c89 siginfo_t info; local
109 info.si_signo = SIGILL;
110 info.si_errno = 0;
111 info.si_code = ILL_ILLTRP;
112 info.si_addr = (void __user *)regs->tpc;
113 info.si_trapno = lvl;
114 force_sig_info(SIGILL, &info, current);
193 siginfo_t info; local
208 info.si_signo = SIGSEGV;
209 info
232 siginfo_t info; local
270 siginfo_t info; local
322 siginfo_t info; local
500 siginfo_t info; local
1139 cheetah_log_errors(struct pt_regs *regs, struct cheetah_err_info *info, unsigned long afsr, unsigned long afar, int recoverable) argument
2177 siginfo_t info; local
2243 siginfo_t info; local
2268 siginfo_t info; local
2445 siginfo_t info; local
2492 siginfo_t info; local
2514 siginfo_t info; local
2535 siginfo_t info; local
[all...]
H A Dsys_sparc_64.c92 struct vm_unmapped_area_info info; local
125 info.flags = 0;
126 info.length = len;
127 info.low_limit = TASK_UNMAPPED_BASE;
128 info.high_limit = min(task_size, VA_EXCLUDE_START);
129 info.align_mask = do_color_align ? (PAGE_MASK & (SHMLBA - 1)) : 0;
130 info.align_offset = pgoff << PAGE_SHIFT;
131 addr = vm_unmapped_area(&info);
135 info.low_limit = VA_EXCLUDE_END;
136 info
153 struct vm_unmapped_area_info info; local
502 siginfo_t info; local
[all...]
/arch/arm/mach-pxa/
H A Dgeneric.c73 * If info is not 0 we also display the current settings.
75 unsigned int get_clk_frequency_khz(int info) argument
78 return pxa25x_get_clk_frequency_khz(info);
80 return pxa27x_get_clk_frequency_khz(info);
/arch/arm/plat-omap/
H A Di2c.c91 * @info: pointer into I2C device descriptor table or NULL
97 struct i2c_board_info const *info,
104 if (info) {
105 err = i2c_register_board_info(bus_id, info, len);
96 omap_register_i2c_bus(int bus_id, u32 clkrate, struct i2c_board_info const *info, unsigned len) argument
/arch/arm64/kernel/
H A Ddebug-monitors.c205 * There is no Syndrome info to check for determining the handler.
230 siginfo_t info; local
240 info.si_signo = SIGTRAP;
241 info.si_errno = 0;
242 info.si_code = TRAP_HWBKPT;
243 info.si_addr = (void __user *)instruction_pointer(regs);
244 force_sig_info(SIGTRAP, &info, current);
307 siginfo_t info; local
310 info = (siginfo_t) {
317 force_sig_info(SIGTRAP, &info, curren
328 siginfo_t info; local
[all...]
/arch/cris/mm/
H A Dfault.c59 siginfo_t info; local
109 info.si_code = SEGV_MAPERR;
149 info.si_code = SEGV_ACCERR;
233 info.si_signo = SIGSEGV;
234 info.si_errno = 0;
235 /* info.si_code has been set above */
236 info.si_addr = (void *)address;
237 force_sig_info(SIGSEGV, &info, tsk);
295 info.si_signo = SIGBUS;
296 info
[all...]
/arch/frv/mm/
H A Dfault.c38 siginfo_t info; local
75 info.si_code = SEGV_MAPERR;
134 info.si_code = SEGV_ACCERR;
192 info.si_signo = SIGSEGV;
193 info.si_errno = 0;
194 /* info.si_code has been set above */
195 info.si_addr = (void *) ear0;
196 force_sig_info(SIGSEGV, &info, current);
273 info.si_signo = SIGBUS;
274 info
[all...]
/arch/mips/mm/
H A Dfault.c43 siginfo_t info; local
64 info.si_code = SEGV_MAPERR;
113 info.si_code = SEGV_ACCERR;
213 info.si_signo = SIGSEGV;
214 info.si_errno = 0;
215 /* info.si_code has been set above */
216 info.si_addr = (void __user *) address;
217 force_sig_info(SIGSEGV, &info, tsk);
272 info.si_signo = SIGBUS;
273 info
[all...]
/arch/mn10300/mm/
H A Dfault.c125 siginfo_t info; local
165 info.si_code = SEGV_MAPERR;
226 info.si_code = SEGV_ACCERR;
298 info.si_signo = SIGSEGV;
299 info.si_errno = 0;
300 /* info.si_code has been set above */
301 info.si_addr = (void *)address;
302 force_sig_info(SIGSEGV, &info, tsk);
363 info.si_signo = SIGBUS;
364 info
[all...]
/arch/s390/include/asm/
H A Dsclp.h48 int sclp_get_cpu_info(struct sclp_cpu_info *info);
58 int sclp_chp_read_info(struct sclp_chp_info *info);
59 void sclp_get_ipl_info(struct sclp_ipl_info *info);
/arch/xtensa/mm/
H A Dfault.c43 siginfo_t info; local
49 info.si_code = SEGV_MAPERR;
95 info.si_code = SEGV_ACCERR;
153 info.si_signo = SIGSEGV;
154 info.si_errno = 0;
155 /* info.si_code has been set above */
156 info.si_addr = (void *) address;
157 force_sig_info(SIGSEGV, &info, current);
182 info.si_code = SIGBUS;
183 info
[all...]

Completed in 836 milliseconds

1234567891011>>