/kernel/linux/linux-5.10/tools/testing/selftests/x86/ |
H A D | trivial_64bit_program.c | 8 # error wrong architecture
|
H A D | trivial_32bit_program.c | 8 # error wrong architecture
|
/kernel/linux/linux-5.10/include/asm-generic/ |
H A D | spinlock.h | 9 #error need an architecture specific asm/spinlock.h
|
H A D | tlbflush.h | 10 #error need to implement an architecture specific asm/tlbflush.h
|
/kernel/linux/linux-6.6/tools/testing/selftests/x86/ |
H A D | trivial_64bit_program.c | 8 # error wrong architecture
|
H A D | trivial_32bit_program.c | 8 # error wrong architecture
|
/kernel/linux/linux-6.6/include/asm-generic/ |
H A D | tlbflush.h | 10 #error need to implement an architecture specific asm/tlbflush.h
|
/kernel/linux/linux-6.6/scripts/ |
H A D | get_feat.pl | 209 # 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 D | bootx.h | 39 /* 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 D | bootx.h | 39 /* 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 D | setjmp_64.S | 5 # setjmp/longjmp for the x86-64 architecture
|
H A D | setjmp_32.S | 5 # setjmp/longjmp for the i386 architecture
|
/kernel/linux/linux-6.6/arch/x86/um/ |
H A D | setjmp_64.S | 5 # setjmp/longjmp for the x86-64 architecture
|
H A D | setjmp_32.S | 5 # setjmp/longjmp for the i386 architecture
|
/kernel/linux/linux-5.10/arch/c6x/kernel/ |
H A D | vectors.S | 3 ; Port on Texas Instruments TMS320C6x architecture
|
H A D | head.S | 3 ; Port on Texas Instruments TMS320C6x architecture
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/ |
H A D | system_counter_offset_test.c | 54 #error test not implemented for this architecture!
|
/kernel/linux/linux-5.10/scripts/gdb/linux/ |
H A D | utils.py | 140 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 D | mkdebian | 27 # 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 D | builddeb | 104 host_arch=$(dpkg-architecture -a$(cat debian/arch) -qDEB_HOST_MULTIARCH)
|
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/bin/ |
H A D | kvm-test-1-run.sh | 14 # 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 D | utils.py | 170 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 D | mkdebian | 27 # 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 D | Makefile | 93 $(if $(call configfiles),, $(error No configuration exists for this target on this architecture))
|
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | Makefile | 101 $(if $(config-fragments),, $(error $@ fragment does not exists on this architecture))
|