Home
last modified time | relevance | path

Searched refs:arch (Results 1451 - 1475 of 1986) sorted by relevance

1...<<51525354555657585960>>...80

/kernel/linux/linux-5.10/scripts/dtc/
H A Ddtx_diff132 dtx_arch=`echo "/${dtx}" | sed -e 's|.*/arch/||' -e 's|/.*||'`
142 if [ ! -d ${srctree}/arch/${ARCH} ] ; then
145 echo " ${srctree}/arch/${ARCH}/ does not exist" >&2
150 if [ -d ${git_root}/arch/ ] ; then
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H A Dmmutrace.h300 __entry->mmu_valid_gen = kvm->arch.mmu_valid_gen;
301 __entry->mmu_used_pages = kvm->arch.n_used_mmu_pages;
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/
H A DMakefile209 LINUX_TOOL_ARCH_INCLUDE = $(top_srcdir)/tools/arch/x86/include
211 LINUX_TOOL_ARCH_INCLUDE = $(top_srcdir)/tools/arch/$(ARCH)/include
/kernel/linux/linux-6.6/samples/hid/
H A DMakefile39 BPF_EXTRA_CFLAGS += -I$(srctree)/arch/mips/include/asm/mach-loongson64
40 BPF_EXTRA_CFLAGS += -I$(srctree)/arch/mips/include/asm/mach-generic
/kernel/linux/linux-6.6/scripts/dtc/
H A Ddtx_diff132 dtx_arch=`echo "/${dtx}" | sed -e 's|.*/arch/||' -e 's|/.*||'`
142 if [ ! -d ${srctree}/arch/${ARCH} ] ; then
145 echo " ${srctree}/arch/${ARCH}/ does not exist" >&2
150 if [ -d ${git_root}/arch/ ] ; then
/third_party/node/test/common/
H A Dreport.js102 'nodejsVersion', 'wordSize', 'arch', 'platform',
124 assert.strictEqual(header.arch, os.arch());
/third_party/musl/scripts/build_lite/
H A DMakefile130 mv -f arch/arm/bits/liteos_a/* arch/arm/bits/ && \
/third_party/python/PC/layout/support/
H A Dappxmanifest.py349 }[ns.arch]
401 for k, v in zip(APPX_PLATFORM_DATA["_keys"], APPX_PLATFORM_DATA[ns.arch]):
/third_party/python/Lib/test/
H A Dtest_platform.py469 arch = ('64bit', '')
471 mock.patch.object(platform, 'architecture', return_value=arch):
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsession.c37 #include "arch/common.h"
1199 static void regs_dump__printf(u64 mask, u64 *regs, const char *arch) in regs_dump__printf() argument
1207 perf_reg_name(rid, arch), val); in regs_dump__printf()
1225 static void regs__printf(const char *type, struct regs_dump *regs, const char *arch) in regs__printf() argument
1234 regs_dump__printf(mask, regs->regs, arch); in regs__printf()
1237 static void regs_user__printf(struct perf_sample *sample, const char *arch) in regs_user__printf() argument
1242 regs__printf("user", user_regs, arch); in regs_user__printf()
1245 static void regs_intr__printf(struct perf_sample *sample, const char *arch) in regs_intr__printf() argument
1250 regs__printf("intr", intr_regs, arch); in regs_intr__printf()
1340 struct perf_sample *sample, const char *arch) in dump_sample()
1339 dump_sample(struct evsel *evsel, union perf_event *event, struct perf_sample *sample, const char *arch) dump_sample() argument
[all...]
/kernel/linux/linux-5.10/arch/arm64/kvm/
H A Darch_timer.c248 struct arch_timer_context *ctx = &vcpu->arch.timer_cpu.timers[i]; in kvm_timer_earliest_exp()
269 vcpu = container_of(timer, struct kvm_vcpu, arch.timer_cpu); in kvm_bg_timer_expire()
1213 if (vcpu->arch.timer_cpu.enabled) in kvm_arm_timer_set_attr()
/kernel/linux/linux-5.10/drivers/usb/dwc2/
H A Dparams.c360 bool dma_capable = !(hw->arch == GHWCFG2_SLAVE_ONLY_ARCH); in dwc2_set_default_params()
654 bool dma_capable = !(hw->arch == GHWCFG2_SLAVE_ONLY_ARCH); in dwc2_check_params()
798 hw->arch = (hwcfg2 & GHWCFG2_ARCHITECTURE_MASK) >> in dwc2_get_hwparams()
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H A Dparams.c467 bool dma_capable = !(hw->arch == GHWCFG2_SLAVE_ONLY_ARCH); in dwc2_set_default_params()
760 bool dma_capable = !(hw->arch == GHWCFG2_SLAVE_ONLY_ARCH); in dwc2_check_params()
904 hw->arch = (hwcfg2 & GHWCFG2_ARCHITECTURE_MASK) >> in dwc2_get_hwparams()
/third_party/optimized-routines/string/arm/
H A Dmemcpy.S29 .arch armv7-a
36 .arch armv6
42 .arch armv6
/third_party/rust/crates/minimal-lexical/src/
H A Dlibm.rs394 use core::arch::x86::*; in sqrtf()
396 use core::arch::x86_64::*; in sqrtf()
1073 use core::arch::x86::*; in sqrtd()
1075 use core::arch::x86_64::*; in sqrtd()
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dtrace.h746 __entry->len = vcpu->arch.emulate_ctxt->fetch.ptr
747 - vcpu->arch.emulate_ctxt->fetch.data;
748 __entry->rip = vcpu->arch.emulate_ctxt->_eip - __entry->len;
750 vcpu->arch.emulate_ctxt->fetch.data,
752 __entry->flags = kei_decode_mode(vcpu->arch.emulate_ctxt->mode);
1588 #define TRACE_INCLUDE_PATH ../../arch/x86/kvm
/kernel/linux/linux-6.6/include/linux/
H A Dkvm_host.h164 * Bits 3-7 are reserved for more arch-independent bits.
244 struct kvm_arch_async_pf arch; member
252 unsigned long hva, struct kvm_arch_async_pf *arch);
382 struct kvm_vcpu_arch arch; member
586 struct kvm_arch_memory_slot arch; member
714 * Protects the arch-specific fields of struct kvm_memory_slots in
767 struct kvm_arch arch; member
1562 return vcpu->arch.waitp; in kvm_arch_vcpu_get_wait()
1707 * __gfn_to_memslot() and its descendants are here to allow arch code to inline
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dtrace.h829 __entry->len = vcpu->arch.emulate_ctxt->fetch.ptr
830 - vcpu->arch.emulate_ctxt->fetch.data;
831 __entry->rip = vcpu->arch.emulate_ctxt->_eip - __entry->len;
833 vcpu->arch.emulate_ctxt->fetch.data,
835 __entry->flags = kei_decode_mode(vcpu->arch.emulate_ctxt->mode);
1837 #define TRACE_INCLUDE_PATH ../../arch/x86/kvm
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-etm4x-core.c1074 drvdata->arch = etm_devarch_to_arch(devarch); in etm4_init_sysreg_access()
1106 drvdata->arch = etm_devarch_to_arch(devarch); in etm4_init_iomem_access()
1266 if ((drvdata->arch < ETM_ARCH_V4_3) || (drvdata->nr_resource > 0)) in etm4_init_arch_data()
2003 if (!drvdata->arch) in etm4_add_coresight_dev()
2006 major = ETM_ARCH_MAJOR_VERSION(drvdata->arch); in etm4_add_coresight_dev()
2007 minor = ETM_ARCH_MINOR_VERSION(drvdata->arch); in etm4_add_coresight_dev()
/kernel/linux/linux-5.10/arch/arm/mach-dove/
H A Dpcie.c2 * arch/arm/mach-dove/pcie.c
16 #include <asm/mach/arch.h>
/kernel/linux/linux-5.10/arch/arm/mach-iop32x/
H A Diq31244.c3 * arch/arm/mach-iop32x/iq31244.c
28 #include <asm/mach/arch.h>
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
H A Dpalmtx.c31 #include <asm/mach/arch.h>
/kernel/linux/linux-5.10/arch/arm/mach-s3c/
H A Dmach-mini6410.c23 #include <asm/mach/arch.h>
H A Dmach-hmt.c23 #include <asm/mach/arch.h>
/kernel/linux/linux-5.10/arch/arm/mach-davinci/
H A Dsleep.S27 .arch armv5te

Completed in 29 milliseconds

1...<<51525354555657585960>>...80