Searched defs:kernel (Results 1 - 21 of 21) sorted by relevance

/arch/s390/oprofile/
H A Dop_counter.h15 unsigned long kernel; member in struct:op_counter_config
/arch/x86/oprofile/
H A Dop_counter.h22 unsigned long kernel; member in struct:op_counter_config
/arch/mips/oprofile/
H A Dop_impl.h21 unsigned long kernel; member in struct:op_counter_config
/arch/parisc/
H A DMakefile58 # Currently we save and restore fpregs on all kernel entry/interruption paths.
60 # kernel.
82 head-y := arch/parisc/kernel/head.o
86 kernel-y := mm/ kernel/ math-emu/
87 kernel-$(CONFIG_HPUX) += hpux/
89 core-y += $(addprefix arch/parisc/, $(kernel-y))
139 @echo '* vmlinux - Uncompressed kernel image (./vmlinux)'
140 @echo ' vmlinuz - Compressed kernel image (./vmlinuz)'
142 @echo ' install - Install uncompressed vmlinux kernel usin
[all...]
/arch/um/kernel/skas/
H A Dmmu.c18 unsigned long kernel)
38 *pte = mk_pte(virt_to_page(kernel), __pgprot(_PAGE_PRESENT));
17 init_stub_pte(struct mm_struct *mm, unsigned long proc, unsigned long kernel) argument
/arch/alpha/oprofile/
H A Dop_impl.h19 unsigned long kernel; member in struct:op_counter_config
/arch/avr32/oprofile/
H A Dop_model_avr32.c33 unsigned long kernel; member in struct:avr32_perf_counter
118 oprofilefs_create_ulong(dir, "kernel",
119 &counter[i].kernel);
/arch/powerpc/include/asm/
H A Doprofile_impl.h23 /* Classic doesn't support per-counter user/kernel selection */
24 unsigned long kernel; member in struct:op_counter_config
36 /* Register for oprofile user tool to check cell kernel profiling
/arch/powerpc/oprofile/
H A Dop_model_fsl_emb.c8 * Maintainer: Kumar Gala <galak@kernel.crashing.org>
183 static void set_pmc_user_kernel(int ctr, int user, int kernel) argument
194 if(kernel)
271 set_pmc_user_kernel(i, ctr[i].user, ctr[i].kernel);
H A Dop_model_cell.c399 * the count mode based on the user selection of user and kernel.
406 set_count_mode(u32 kernel, u32 user) argument
409 * The user must specify user and kernel if they want them. If
413 if (kernel) {
589 * periodically based on kernel timer to switch which SPU is
1479 * A kernel timer is used to periodically call the routine spu_evnt_swap()
/arch/hexagon/lib/
H A Dmemcpy.S44 * 1 32byte chunk from kernel loop and extended 8byte
67 * int i, prolog, kernel, epilog, mask;
87 * kernel = len - prolog;
88 * epilog = kernel & 0x1F;
89 * kernel = kernel>>5;
111 * if(kernel) { kernel -= 1; epilog += 32; }
112 * if(kernel) for(i=0; i < kernel;
177 #define kernel R4 /* number of 32byte chunks in kernel */ define
257 kernel = sub(len, prolog); define
270 kernel = lsr(kernel, #5); define
452 kernel = and(epilog, #7); define
[all...]
/arch/x86/kernel/
H A Dmachine_kexec_64.c2 * handle transition of Linux booting another kernel
124 * for example when jump back to original kernel from kexeced kernel.
125 * or first kernel is booted with user mem map, and second kernel
273 * get timer interrupts in second kernel. kexec/kdump
385 int arch_kexec_kernel_verify_sig(struct kimage *image, void *kernel, argument
389 pr_debug("kernel loader does not support signature verification.");
393 return image->fops->verify_sig(kernel, kernel_len);
H A Dkexec-bzimage64.c19 #include <linux/kernel.h>
174 * If 1:1 mapping is not enabled, second kernel can not setup EFI
176 * acpi_rsdp=<addr> on kernel command line to make second kernel boot
276 /* kernel should be atleast two sectors long */
314 * Can't handle 32bit EFI as it does not allow loading kernel
318 pr_debug("EFI is 32 bit. Can't load kernel above 4G.\n");
329 static void *bzImage64_load(struct kimage *image, char *kernel, argument
349 header = (struct setup_header *)(kernel + setup_hdr_offset);
419 setup_header_size = 0x0202 + kernel[
532 bzImage64_verify_sig(const char *kernel, unsigned long kernel_len) argument
[all...]
/arch/xtensa/mm/
H A Dtlb.c207 * Check that TLB entries with kernel ASID (1) have kernel VMA (>= TASK_SIZE),
225 bool kernel = tlb_asid == 1; local
228 if (tlb_asid > 0 && ((vpn < TASK_SIZE) == kernel)) {
231 kernel ? "kernel" : "user");
/arch/powerpc/boot/
H A DMakefile10 # it packages a 64 bit kernel. We do this to simplify the
15 # compiler for the rest of the kernel, with the -m32 flag added.
133 cmd_copy_zliblinuxheader = sed "s@<linux/string.h>@\"string.h\"@;s@<linux/kernel.h>@<stddef.h>@;s@<linux/\([^>]*\).*@\"\1\"@" $< > $@
407 clean-kernel := vmlinux.strip vmlinux.bin
408 clean-kernel += $(addsuffix .gz,$(clean-kernel))
410 clean-files += $(addprefix $(objtree)/, $(clean-kernel))
412 WRAPPER_OBJDIR := /usr/lib/kernel-wrapper
413 WRAPPER_DTSDIR := /usr/lib/kernel-wrapper/dts
/arch/x86/boot/tools/
H A Dbuild.c250 /* Defaults for old kernel */
339 void *kernel; local
381 /* Open and stat the kernel file */
389 kernel = mmap(NULL, sz, PROT_READ, MAP_SHARED, fd, 0);
390 if (kernel == MAP_FAILED)
409 /* Copy the kernel code */
410 crc = partial_crc32(kernel, sz, crc);
411 if (fwrite(kernel, 1, sz, dest) != sz)
412 die("Writing kernel failed");
/arch/arm/kernel/
H A Dsys_oabi-compat.c2 * arch/arm/kernel/sys_oabi-compat.c
5 * old ABI user space binaries with an EABI kernel.
200 struct flock64 kernel; local
215 kernel.l_type = user.l_type;
216 kernel.l_whence = user.l_whence;
217 kernel.l_start = user.l_start;
218 kernel.l_len = user.l_len;
219 kernel.l_pid = user.l_pid;
220 local_arg = (unsigned long)&kernel;
230 user.l_type = kernel
256 struct epoll_event kernel; local
[all...]
/arch/powerpc/mm/
H A Dpgtable_64.c26 #include <linux/kernel.h>
296 /* writeable implies dirty for kernel addresses */
388 static pte_t *__alloc_for_cache(struct mm_struct *mm, int kernel) argument
395 if (!kernel && !pgtable_page_ctor(page)) {
416 pte_t *page_table_alloc(struct mm_struct *mm, unsigned long vmaddr, int kernel) argument
424 return __alloc_for_cache(mm, kernel);
427 void page_table_free(struct mm_struct *mm, unsigned long *table, int kernel) argument
431 if (!kernel)
/arch/ia64/sn/pci/
H A Dtioce_provider.c219 * @kernel: ptr to store struct tioce_kernel * for the CE holding this device
227 struct tioce_kernel **kernel, int *port)
239 if (kernel)
240 *kernel = ce_kernel;
730 * tioce_kern_init - init kernel structures related to a given TIOCE
983 * @prom_bussoft: Common prom/kernel struct representing the bus
985 * Replicates the tioce_common pointed to by @prom_bussoft in kernel
986 * space. Allocates and initializes a kernel-only area for a given CE,
989 * On successful setup, returns the kernel version of tioce_common back to
1000 * Allocate kernel bu
226 pcidev_to_tioce(struct pci_dev *pdev, struct tioce __iomem **base, struct tioce_kernel **kernel, int *port) argument
[all...]
/arch/tile/include/hv/
H A Diorpc.h232 * The iorpc code generator also supports generation of kernel code
235 * complex and endpoint drivers and perhaps an in-kernel crypto
237 * kernel needs to generate a kernel version of the generate rpc code
238 * and (probably) copy any related gxio source files into the kernel.
379 kernel; /**< Buffer as described by kernel. */ member in union:iorpc_mem_buffer
392 * for user and kernel interrupts. As with the mem_buffer_t, translation
410 kernel; /**< Interrupt as described by the kernel member in union:iorpc_interrupt
434 kernel; /**< pollfd_setup as described by the kernel. */ member in union:iorpc_pollfd_setup
455 kernel; /**< pollfd as described by the kernel. */ member in union:iorpc_pollfd
[all...]
/arch/x86/xen/
H A Dmmu.c90 * Identity map, in addition to plain kernel map. This needs to be
463 * (We should never see kernel mappings with _PAGE_PSE set,
593 * 1. The only existing pagetable is the kernel's
627 /* If it's pinned, then we can at least batch the kernel and
875 /* Need to make sure unshared kernel PMD is pinnable */
994 /* Need to make sure unshared kernel PMD is unpinned */
1011 * kernel doesn't see any unexpected pinned pagetables.
1351 static void __xen_write_cr3(bool kernel, unsigned long cr3) argument
1356 trace_xen_mmu_write_cr3(kernel, cr3);
1363 WARN_ON(mfn == 0 && kernel);
[all...]

Completed in 625 milliseconds