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

12

/linux-master/tools/testing/selftests/x86/
H A Dtrivial_32bit_program.c8 # error wrong architecture
H A Dtrivial_64bit_program.c8 # error wrong architecture
/linux-master/include/asm-generic/
H A Dtlbflush.h10 #error need to implement an architecture specific asm/tlbflush.h
/linux-master/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 in struct:boot_infos
85 * On pre-PCI macintosh (BOOT_ARCH_PCI bit set to 0 in architecture), this
/linux-master/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
/linux-master/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_internal_types.h113 enum dml2_architecture architecture; member in struct:dml2_context
H A Ddml2_dc_resource_mgmt.c811 if (ctx->architecture == dml2_architecture_20) {
834 if (ctx->architecture == dml2_architecture_20)
/linux-master/tools/testing/selftests/kvm/
H A Dsystem_counter_offset_test.c54 #error test not implemented for this architecture!
/linux-master/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...]
H A Dcheck-uapi.sh38 ARCH Target architecture for the UAPI check (default is host arch)
/linux-master/tools/testing/selftests/nolibc/
H A Drun-tests.sh40 -a [ARCH] Host architecture of toolchains to use (default: ${hostarch})
/linux-master/scripts/package/debian/
H A Drules83 # directly. Run 'dpkg-architecture --print-set --print-format=make' to
89 $(Q)dpkg-architecture -a$$(cat debian/arch) --print-set --print-format=make > $@.tmp
/linux-master/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)
/linux-master/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
/linux-master/scripts/dtc/
H A Ddtx_diff57 The shell variable \${ARCH} must provide the architecture containing
137 echo " architecture ${dtx_arch} is in file path," >&2
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm-test-1-run.sh15 # CPU architecture.
112 echo Do the torture scripts know about your architecture?
154 # Generate architecture-specific and interaction-specific qemu arguments
/linux-master/scripts/kconfig/
H A DMakefile109 $(if $(config-fragments),, $(error $@ fragment does not exists on this architecture))
/linux-master/drivers/video/fbdev/
H A D68328fb.c49 #error wrong architecture for the MC68x328 frame buffer device
/linux-master/arch/arm/boot/compressed/
H A Dhead.S229 mov r7, r1 @ save architecture ID
255 * some architecture specific code can be inserted
357 * r7 = architecture ID
553 * r7 = architecture ID
627 * r7 = architecture ID
714 * r7 = architecture number
1093 @ These match on the architecture ID
1436 mov r1, r7 @ restore architecture number
/linux-master/arch/powerpc/platforms/powermac/
H A Dbootx_init.c518 if (bi->architecture != BOOT_ARCH_PCI) {
520 " architecture !\n");
/linux-master/tools/perf/util/
H A Dcs-etm.c702 u64 architecture; local
715 architecture = etm->metadata[m_idx][CS_ETM_MAGIC];
717 switch (architecture) {
/linux-master/drivers/net/ethernet/i825xx/
H A D82596.c107 * on architecture. MVME and BVME are 680x0 based, otherwise it is Intel.
120 #error 82596.c: unknown architecture
/linux-master/tools/perf/
H A DMakefile.config561 $(warning DWARF register mappings have not been defined for architecture $(SRCARCH), DWARF support disabled)
/linux-master/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_av1_req_lat_if.c90 * @architecture: architecture type
100 u32 architecture; member in struct:vdec_av1_slice_init_vsi

Completed in 334 milliseconds

12