/kernel/linux/linux-5.10/scripts/dtc/ |
H A D | dtx_diff | 132 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 D | mmutrace.h | 300 __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 D | Makefile | 209 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 D | Makefile | 39 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 D | dtx_diff | 132 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 D | report.js | 102 'nodejsVersion', 'wordSize', 'arch', 'platform', 124 assert.strictEqual(header.arch, os.arch());
|
/third_party/musl/scripts/build_lite/ |
H A D | Makefile | 130 mv -f arch/arm/bits/liteos_a/* arch/arm/bits/ && \
|
/third_party/python/PC/layout/support/ |
H A D | appxmanifest.py | 349 }[ns.arch] 401 for k, v in zip(APPX_PLATFORM_DATA["_keys"], APPX_PLATFORM_DATA[ns.arch]):
|
/third_party/python/Lib/test/ |
H A D | test_platform.py | 469 arch = ('64bit', '') 471 mock.patch.object(platform, 'architecture', return_value=arch):
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | session.c | 37 #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 D | arch_timer.c | 248 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 D | params.c | 360 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 D | params.c | 467 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 D | memcpy.S | 29 .arch armv7-a 36 .arch armv6 42 .arch armv6
|
/third_party/rust/crates/minimal-lexical/src/ |
H A D | libm.rs | 394 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 D | trace.h | 746 __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 D | kvm_host.h | 164 * 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 D | trace.h | 829 __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 D | coresight-etm4x-core.c | 1074 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 D | pcie.c | 2 * arch/arm/mach-dove/pcie.c 16 #include <asm/mach/arch.h>
|
/kernel/linux/linux-5.10/arch/arm/mach-iop32x/ |
H A D | iq31244.c | 3 * arch/arm/mach-iop32x/iq31244.c 28 #include <asm/mach/arch.h>
|
/kernel/linux/linux-5.10/arch/arm/mach-pxa/ |
H A D | palmtx.c | 31 #include <asm/mach/arch.h>
|
/kernel/linux/linux-5.10/arch/arm/mach-s3c/ |
H A D | mach-mini6410.c | 23 #include <asm/mach/arch.h>
|
H A D | mach-hmt.c | 23 #include <asm/mach/arch.h>
|
/kernel/linux/linux-5.10/arch/arm/mach-davinci/ |
H A D | sleep.S | 27 .arch armv5te
|