Searched defs:arch (Results 1 - 16 of 16) sorted by relevance

/arch/um/include/asm/
H A Dmmu.h14 struct uml_arch_mm_context arch; member in struct:mm_context
H A Dprocessor-generic.h38 struct arch_thread arch; member in struct:thread_struct
67 .arch = INIT_ARCH_THREAD, \
/arch/ia64/kernel/
H A Daudit.c31 int audit_classify_arch(int arch) argument
/arch/powerpc/kernel/
H A Daudit.c31 int audit_classify_arch(int arch) argument
34 if (arch == AUDIT_ARCH_PPC)
/arch/s390/kernel/
H A Daudit.c32 int audit_classify_arch(int arch) argument
35 if (arch == AUDIT_ARCH_S390)
/arch/sparc/kernel/
H A Daudit.c31 int audit_classify_arch(int arch) argument
34 if (arch == AUDIT_ARCH_SPARC)
/arch/x86/kernel/
H A Daudit_64.c31 int audit_classify_arch(int arch) argument
34 if (arch == AUDIT_ARCH_I386)
/arch/cris/
H A DMakefile15 arch-y := v10
16 arch-$(CONFIG_ETRAX_ARCH_V10) := v10
17 arch-$(CONFIG_ETRAX_ARCH_V32) := v32
24 ifneq ($(arch-y),)
25 SARCH := arch-$(arch-y)
27 inc += -Iarch/cris/include/$(SARCH)/arch
45 KBUILD_AFLAGS += -mlinux -march=$(arch-y) $(inc)
46 KBUILD_CFLAGS += -mlinux -march=$(arch-y) -pipe $(inc)
54 head-y := arch/cri
[all...]
/arch/mips/kernel/
H A Dptrace.c521 int arch = EM_MIPS; local
523 arch |= __AUDIT_ARCH_64BIT;
526 arch |= __AUDIT_ARCH_LE;
528 return arch;
/arch/powerpc/boot/
H A Daddnote.c23 static const char arch[] = "PowerPC"; variable
108 nnote = 12 + ROUNDUP(strlen(arch) + 1) + sizeof(descr);
157 PUT_32BE(ns, strlen(arch) + 1);
160 strcpy((char *) &buf[ns + 12], arch);
161 ns += 12 + strlen(arch) + 1;
/arch/sh/kernel/
H A Dptrace_32.c493 int arch = EM_SH; local
496 arch |= __AUDIT_ARCH_LE;
499 return arch;
H A Dptrace_64.c2 * arch/sh/kernel/ptrace_64.c
509 int arch = EM_SH; local
512 arch |= __AUDIT_ARCH_64BIT;
515 arch |= __AUDIT_ARCH_LE;
518 return arch;
/arch/arm/kernel/
H A Dkprobes-common.c2 * arch/arm/kernel/kprobes-common.c
6 * Some contents moved here from arch/arm/include/asm/kprobes-arm.c which is
55 int arch = cpu_architecture(); local
56 BUG_ON(arch == CPU_ARCH_UNKNOWN);
57 load_write_pc_interworks = arch >= CPU_ARCH_ARMv5T;
69 int arch = cpu_architecture(); local
70 BUG_ON(arch == CPU_ARCH_UNKNOWN);
71 alu_write_pc_interworks = arch >= CPU_ARCH_ARMv7;
H A Dhw_breakpoint.c155 u8 arch = get_debug_arch(); local
158 return (arch >= ARM_DEBUG_ARCH_V6 && arch <= ARM_DEBUG_ARCH_V7_ECP14) ||
159 arch >= ARM_DEBUG_ARCH_V7_1;
585 * Validate the arch-specific HW Breakpoint register settings.
H A Dsetup.c2 * linux/arch/arm/kernel/setup.c
50 #include <asm/mach/arch.h>
266 static int cpu_has_aliasing_icache(unsigned int arch) argument
275 /* arch specifies the register format */
276 switch (arch) {
302 unsigned int arch = cpu_architecture(); local
304 if (arch >= CPU_ARCH_ARMv6) {
307 arch = CPU_ARCH_ARMv7;
318 arch = CPU_ARCH_ARMv6;
324 if (cpu_has_aliasing_icache(arch))
[all...]
/arch/x86/kvm/
H A Dmmu.c253 return vcpu->arch.efer & EFER_NX;
400 * gup_get_pte(arch/x86/mm/gup.c).
554 atomic_inc(&vcpu->kvm->arch.reader_counter);
564 atomic_dec(&vcpu->kvm->arch.reader_counter);
622 r = mmu_topup_memory_cache(&vcpu->arch.mmu_pte_list_desc_cache,
626 r = mmu_topup_memory_cache_page(&vcpu->arch.mmu_page_cache, 8);
629 r = mmu_topup_memory_cache(&vcpu->arch.mmu_page_header_cache,
637 mmu_free_memory_cache(&vcpu->arch.mmu_pte_list_desc_cache,
639 mmu_free_memory_cache_page(&vcpu->arch.mmu_page_cache);
640 mmu_free_memory_cache(&vcpu->arch
3001 struct kvm_arch_async_pf arch; local
[all...]

Completed in 368 milliseconds