Searched refs:arch (Results 26 - 50 of 1183) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/arch/powerpc/
H A DMakefile3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/arch/sh/
H A DMakefile3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/arch/sparc/
H A DMakefile3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/arch/x86/
H A DMakefile3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/asm/
H A Ddelay.h10 #include <arch/delay.h>
14 extern unsigned long loops_per_usec; /* arch/cris/mm/init.c */
16 /* May be defined by arch/delay.h. */
H A Dptrace.h4 #include <arch/ptrace.h>
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/
H A Dcheckstack.pl19 # objdump -d vmlinux | checkstack.pl [arch]
21 # TODO : Port to all architectures (one regex per arch)
23 # check for arch
32 my $arch = shift;
33 if ($arch eq "") {
34 $arch = `uname -m`;
39 if ($arch eq 'arm') {
42 } elsif ($arch eq 'blackfin') {
45 } elsif ($arch =~ /^i[3456]86$/) {
48 } elsif ($arch e
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/
H A DMakefile21 KBUILD_LDFLAGS_MODULE += -T $(srctree)/arch/m68k/kernel/module.lds
60 head-y := arch/m68k/kernel/head.o
62 head-y := arch/m68k/kernel/sun3-head.o
65 core-y += arch/m68k/kernel/ arch/m68k/mm/
66 libs-y += arch/m68k/lib/
68 core-$(CONFIG_Q40) += arch/m68k/q40/
69 core-$(CONFIG_AMIGA) += arch/m68k/amiga/
70 core-$(CONFIG_ATARI) += arch/m68k/atari/
71 core-$(CONFIG_MAC) += arch/m68
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/
H A DMakefile25 KBUILD_LDFLAGS_MODULE += -T $(srctree)/arch/ia64/module.lds
33 GAS_STATUS = $(shell $(srctree)/arch/ia64/scripts/check-gas "$(CC)" "$(OBJDUMP)")
34 KBUILD_CPPFLAGS += $(shell $(srctree)/arch/ia64/scripts/toolchain-flags "$(CC)" "$(OBJDUMP)" "$(READELF)")
45 head-y := arch/ia64/kernel/head.o arch/ia64/kernel/init_task.o
47 libs-y += arch/ia64/lib/
48 core-y += arch/ia64/kernel/ arch/ia64/mm/
49 core-$(CONFIG_IA64_DIG) += arch/ia64/dig/
50 core-$(CONFIG_IA64_DIG_VTD) += arch/ia6
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Dkvm_cache_regs.h12 if (!test_bit(reg, (unsigned long *)&vcpu->arch.regs_avail))
15 return vcpu->arch.regs[reg];
22 vcpu->arch.regs[reg] = val;
23 __set_bit(reg, (unsigned long *)&vcpu->arch.regs_dirty);
24 __set_bit(reg, (unsigned long *)&vcpu->arch.regs_avail);
42 (unsigned long *)&vcpu->arch.regs_avail))
45 return vcpu->arch.pdptrs[index];
51 if (tmask & vcpu->arch.cr0_guest_owned_bits)
53 return vcpu->arch.cr0 & mask;
64 if (tmask & vcpu->arch
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kvm/
H A Dintercept.c25 int reg1 = (vcpu->arch.sie_block->ipa & 0x00f0) >> 4;
26 int reg3 = vcpu->arch.sie_block->ipa & 0x000f;
27 int base2 = vcpu->arch.sie_block->ipb >> 28;
28 int disp2 = ((vcpu->arch.sie_block->ipb & 0x0fff0000) >> 16) +
29 ((vcpu->arch.sie_block->ipb & 0xff00) << 4);
34 if ((vcpu->arch.sie_block->ipb & 0xff) != 0x2f)
39 useraddr += vcpu->arch.guest_gprs[base2];
51 &vcpu->arch.sie_block->gcr[reg]);
66 int reg1 = (vcpu->arch.sie_block->ipa & 0x00f0) >> 4;
67 int reg3 = vcpu->arch
[all...]
H A Dinterrupt.c25 return !(vcpu->arch.sie_block->gpsw.mask & PSW_MASK_EXT);
30 if ((vcpu->arch.sie_block->gpsw.mask & PSW_MASK_PER) ||
31 (vcpu->arch.sie_block->gpsw.mask & PSW_MASK_IO) ||
32 (vcpu->arch.sie_block->gpsw.mask & PSW_MASK_EXT))
44 if (vcpu->arch.sie_block->gcr[0] & 0x4000ul)
50 if (vcpu->arch.sie_block->gcr[0] & 0x200ul)
56 if (vcpu->arch.sie_block->gcr[0] & 0x200ul)
73 atomic_set_mask(CPUSTAT_WAIT, &vcpu->arch.sie_block->cpuflags);
74 set_bit(vcpu->vcpu_id, vcpu->arch.local_int.float_int->idle_mask);
80 atomic_clear_mask(CPUSTAT_WAIT, &vcpu->arch
[all...]
H A Dkvm-s390.c182 kvm->arch.sca = (struct sca_block *) get_zeroed_page(GFP_KERNEL);
183 if (!kvm->arch.sca)
188 kvm->arch.dbf = debug_register(debug_name, 8, 2, 8 * sizeof(long));
189 if (!kvm->arch.dbf)
192 spin_lock_init(&kvm->arch.float_int.lock);
193 INIT_LIST_HEAD(&kvm->arch.float_int.list);
195 debug_register_view(kvm->arch.dbf, &debug_sprintf_view);
200 free_page((unsigned long)(kvm->arch.sca));
210 clear_bit(63 - vcpu->vcpu_id, (unsigned long *) &vcpu->kvm->arch.sca->mcn);
211 if (vcpu->kvm->arch
[all...]
H A Dkvm-s390.h33 debug_sprintf_event(d_kvm->arch.dbf, d_loglevel, d_string "\n", \
39 debug_sprintf_event(d_vcpu->kvm->arch.dbf, d_loglevel, \
41 d_vcpu->arch.sie_block->gpsw.mask, d_vcpu->arch.sie_block->gpsw.addr,\
47 return atomic_read(&vcpu->arch.sie_block->cpuflags) & CPUSTAT_STOP_INT;
63 return vcpu->arch.sie_block->gmslm
64 - vcpu->arch.sie_block->gmsor
79 vcpu->arch.sie_block->gmsor = mem->userspace_addr;
80 vcpu->arch.sie_block->gmslm =
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/threads/
H A Dpthreads-vms.com7 $ arch := VAX
9 $ arch = f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
10 $ if (arch .eqs. "") then arch = "UNK"
14 $ link mttest,[--.'arch'.exe.ssl]libssl/lib,[--.'arch'.exe.crypto]libcrypto/lib
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/threads/
H A Dpthreads-vms.com7 $ arch := VAX
9 $ arch = f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
10 $ if (arch .eqs. "") then arch = "UNK"
14 $ link mttest,[--.'arch'.exe.ssl]libssl/lib,[--.'arch'.exe.crypto]libcrypto/lib
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/
H A DMakefile48 head-y := arch/mn10300/kernel/head.o arch/mn10300/kernel/init_task.o
50 core-y += arch/mn10300/kernel/ arch/mn10300/mm/
53 core-y += arch/mn10300/proc-$(PROCESSOR)/
56 core-y += arch/mn10300/unit-$(UNIT)/
58 libs-y += arch/mn10300/lib/
60 drivers-$(CONFIG_OPROFILE) += arch/mn10300/oprofile/
62 boot := arch/mn10300/boot
81 $(Q)$(MAKE) $(clean)=arch/mn1030
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/
H A DMakefile2 # arch/score/Makefile
28 head-y := arch/score/kernel/head.o
29 libs-y += arch/score/lib/
30 core-y += arch/score/kernel/ arch/score/mm/
32 boot := arch/score/boot
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kvm/
H A Dbooke.c65 printk("pc: %08lx msr: %08lx\n", vcpu->arch.pc, vcpu->arch.msr);
66 printk("lr: %08lx ctr: %08lx\n", vcpu->arch.lr, vcpu->arch.ctr);
67 printk("srr0: %08lx srr1: %08lx\n", vcpu->arch.srr0, vcpu->arch.srr1);
69 printk("exceptions: %08lx\n", vcpu->arch.pending_exceptions);
83 set_bit(priority, &vcpu->arch.pending_exceptions);
89 vcpu->arch.queued_dear = dear_flags;
90 vcpu->arch
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/Linux/RPM/
H A Dmake_curl_rpm9 arch=`rpm --showrc | awk 'NF == 3 && $2 == "_arch" { print $3 }'`
50 sed -e 's/^Packager: .*/Packager: $packager_name $packager_email/' $specs_dir/$target.spec > $specs_dir/$target-$version-$arch.spec
53 if ! rpm -ba $specs_dir/$target-$version-$arch.spec
55 echo "error building $target for $arch -- check output above"
58 echo "$target rpm is now in $rpms_dir/$arch"
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/lguest/
H A Dsegments.c84 if ((cpu->arch.gdt[i].b & 0x00006000) == 0)
85 cpu->arch.gdt[i].b |= (GUEST_PL << 13);
93 cpu->arch.gdt[i].b |= 0x00000100;
136 cpu->arch.gdt[GDT_ENTRY_KERNEL_CS] = FULL_EXEC_SEGMENT;
137 cpu->arch.gdt[GDT_ENTRY_KERNEL_DS] = FULL_SEGMENT;
138 cpu->arch.gdt[GDT_ENTRY_KERNEL_CS].b |= (GUEST_PL << 13);
139 cpu->arch.gdt[GDT_ENTRY_KERNEL_DS].b |= (GUEST_PL << 13);
151 gdt[i] = cpu->arch.gdt[i];
169 gdt[i] = cpu->arch.gdt[i];
182 if (num >= ARRAY_SIZE(cpu->arch
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/
H A DMakefile34 head-y := arch/m32r/kernel/head.o arch/m32r/kernel/init_task.o
38 libs-y += arch/m32r/lib/ $(LIBGCC)
39 core-y += arch/m32r/kernel/ \
40 arch/m32r/mm/ \
41 arch/m32r/boot/ \
42 arch/m32r/platforms/
44 drivers-$(CONFIG_OPROFILE) += arch/m32r/oprofile/
46 boot := arch/m32r/boot
61 echo '* zImage - Compressed kernel image (arch/
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/
H A DMakefile40 vardirs := $(patsubst %,arch/xtensa/variants/%/,$(variant-y))
41 plfdirs := $(patsubst %,arch/xtensa/platforms/%/,$(platform-y))
53 # arch/xtensa/boot/ramdisk
55 core-$(CONFIG_EMBEDDED_RAMDISK) += arch/xtensa/boot/ramdisk/
71 buildvar := $(shell test -a $(srctree)/arch/xtensa/variants/$(VARIANT)/Makefile && echo arch/xtensa/variants/$(VARIANT)/)
72 buildplf := $(shell test -a $(srctree)/arch/xtensa/platforms/$(PLATFORM)/Makefile && echo arch/xtensa/platforms/$(PLATFORM)/)
78 head-y := arch/xtensa/kernel/head.o
79 core-y += arch/xtens
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/kernel/
H A Dcrisksyms.c3 #include <arch/dma.h>
4 #include <arch/intmem.h>
6 #include <arch/io.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-lh7a40x/
H A DMakefile12 obj-$(CONFIG_MACH_KEV7A400) += arch-kev7a400.o irq-lh7a400.o
13 obj-$(CONFIG_MACH_LPD7A400) += arch-lpd7a40x.o irq-lh7a400.o
14 obj-$(CONFIG_MACH_LPD7A404) += arch-lpd7a40x.o irq-lh7a404.o

Completed in 277 milliseconds

1234567891011>>