Home
last modified time | relevance | path

Searched refs:architecture (Results 1 - 25 of 47) sorted by relevance

12

/kernel/linux/linux-5.10/tools/testing/selftests/x86/
H A Dtrivial_64bit_program.c8 # error wrong architecture
H A Dtrivial_32bit_program.c8 # error wrong architecture
/kernel/linux/linux-5.10/include/asm-generic/
H A Dspinlock.h9 #error need an architecture specific asm/spinlock.h
H A Dtlbflush.h10 #error need to implement an architecture specific asm/tlbflush.h
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H A Dtrivial_64bit_program.c8 # error wrong architecture
H A Dtrivial_32bit_program.c8 # error wrong architecture
/kernel/linux/linux-6.6/include/asm-generic/
H A Dtlbflush.h10 #error need to implement an architecture specific asm/tlbflush.h
/kernel/linux/linux-6.6/scripts/
H A Dget_feat.pl209 # Output feature(s) for a given architecture
212 my $title = "Feature status on $arch architecture";
271 # list feature(s) for a given architecture
274 print "#\n# Kernel feature support matrix of the '$arch' architecture:\n#\n";
425 printf "|%-${status_size}s|\n", "Status per architecture";
556 with features for this machine's architecture
565 B<ls> or B<list> - list features for this machine's architecture,
577 Output features for an specific architecture, optionally filtering for
614 It supports output data per architecture, per feature or a
620 matrix with features per architecture
[all...]
/kernel/linux/linux-5.10/arch/powerpc/include/uapi/asm/
H A Dbootx.h39 /* Bit in the architecture flag mask. More to be defined in
80 /* NEW (vers. 4) Detected hw architecture */
81 __u32 architecture; member
85 * On pre-PCI macintosh (BOOT_ARCH_PCI bit set to 0 in architecture), this
/kernel/linux/linux-6.6/arch/powerpc/include/uapi/asm/
H A Dbootx.h39 /* Bit in the architecture flag mask. More to be defined in
80 /* NEW (vers. 4) Detected hw architecture */
81 __u32 architecture; member
85 * On pre-PCI macintosh (BOOT_ARCH_PCI bit set to 0 in architecture), this
/kernel/linux/linux-5.10/arch/x86/um/
H A Dsetjmp_64.S5 # setjmp/longjmp for the x86-64 architecture
H A Dsetjmp_32.S5 # setjmp/longjmp for the i386 architecture
/kernel/linux/linux-6.6/arch/x86/um/
H A Dsetjmp_64.S5 # setjmp/longjmp for the x86-64 architecture
H A Dsetjmp_32.S5 # setjmp/longjmp for the i386 architecture
/kernel/linux/linux-5.10/arch/c6x/kernel/
H A Dvectors.S3 ; Port on Texas Instruments TMS320C6x architecture
H A Dhead.S3 ; Port on Texas Instruments TMS320C6x architecture
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/
H A Dsystem_counter_offset_test.c54 #error test not implemented for this architecture!
/kernel/linux/linux-5.10/scripts/gdb/linux/
H A Dutils.py140 if hasattr(gdb.Frame, 'architecture'):
141 return arch in gdb.newest_frame().architecture().name()
145 target_arch = gdb.execute("show architecture", to_string=True)
/kernel/linux/linux-5.10/scripts/package/
H A Dmkdebian27 # Attempt to find the correct Debian architecture
75 debarch=$(dpkg-architecture -qDEB_HOST_ARCH)
79 echo "Your architecture doesn't have its equivalent" >&2
80 echo "Debian userspace architecture defined!" >&2
81 echo "Falling back to the current host architecture ($debarch)." >&2
H A Dbuilddeb104 host_arch=$(dpkg-architecture -a$(cat debian/arch) -qDEB_HOST_MULTIARCH)
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/bin/
H A Dkvm-test-1-run.sh14 # generated from the underlying CPU architecture.
103 echo Do the torture scripts know about your architecture?
146 # Generate architecture-specific and interaction-specific qemu arguments
/kernel/linux/linux-6.6/scripts/gdb/linux/
H A Dutils.py170 if hasattr(gdb.Frame, 'architecture'):
171 return arch in gdb.newest_frame().architecture().name()
175 target_arch = gdb.execute("show architecture", to_string=True)
/kernel/linux/linux-6.6/scripts/package/
H A Dmkdebian27 # Attempt to find the correct Debian architecture
75 debarch=$(dpkg-architecture -qDEB_HOST_ARCH)
79 echo "Your architecture doesn't have its equivalent" >&2
80 echo "Debian userspace architecture defined!" >&2
81 echo "Falling back to the current host architecture ($debarch)." >&2
/kernel/linux/linux-5.10/scripts/kconfig/
H A DMakefile93 $(if $(call configfiles),, $(error No configuration exists for this target on this architecture))
/kernel/linux/linux-6.6/scripts/kconfig/
H A DMakefile101 $(if $(config-fragments),, $(error $@ fragment does not exists on this architecture))

Completed in 7 milliseconds

12