Searched refs:arch (Results 201 - 225 of 843) sorted by relevance

1234567891011>>

/linux-master/arch/mips/generic/
H A Dvmlinux.its.S13 arch = "mips"; define
/linux-master/arch/arm/mach-shmobile/
H A Dsetup-emev2.c11 #include <asm/mach/arch.h>
/linux-master/arch/arm/mach-mvebu/
H A Ddove.c3 * arch/arm/mach-mvebu/dove.c
13 #include <asm/mach/arch.h>
/linux-master/tools/testing/selftests/drivers/s390x/uvdevice/
H A DMakefile14 LINUX_TOOL_ARCH_INCLUDE = $(top_srcdir)/tools/arch/$(ARCH)/include
/linux-master/arch/x86/kvm/
H A Dkvm_onhyperv.c40 struct kvm_arch *kvm_arch = &kvm->arch;
57 root = vcpu->arch.hv_root_tdp;
114 struct kvm_arch *kvm_arch = &vcpu->kvm->arch;
118 vcpu->arch.hv_root_tdp = root_tdp;
/linux-master/arch/riscv/kvm/
H A Dvcpu_sbi_base.c19 struct kvm_cpu_context *cp = &vcpu->arch.guest_context;
53 *out_val = vcpu->arch.mvendorid;
56 *out_val = vcpu->arch.marchid;
59 *out_val = vcpu->arch.mimpid;
H A Dvcpu_onereg.c185 set_bit(host_isa, vcpu->arch.isa);
204 reg_val = vcpu->arch.isa[0] & KVM_RISCV_BASE_ISA_MASK;
207 if (!riscv_isa_extension_available(vcpu->arch.isa, ZICBOM))
212 if (!riscv_isa_extension_available(vcpu->arch.isa, ZICBOZ))
217 reg_val = vcpu->arch.mvendorid;
220 reg_val = vcpu->arch.marchid;
223 reg_val = vcpu->arch.mimpid;
267 if (reg_val == (vcpu->arch.isa[0] & KVM_RISCV_BASE_ISA_MASK))
270 if (!vcpu->arch.ran_atleast_once) {
287 reg_val = (vcpu->arch
[all...]
/linux-master/tools/objtool/include/objtool/
H A Dcfi.h9 #include <arch/cfi_regs.h>
/linux-master/arch/arm/mach-bcm/
H A Dbcm_5301x.c9 #include <asm/mach/arch.h>
/linux-master/tools/include/nolibc/
H A DMakefile10 # when run as make -C tools/ nolibc_<foo> the arch is not set
27 arch_file := arch-$(nolibc_arch).h
76 arch-x86_64.h; \
79 arch-i386.h; \
85 fi > $(OUTPUT)sysroot/include/arch.h
/linux-master/arch/x86/
H A DMakefile.postlink15 CMD_RELOCS = arch/x86/tools/relocs
16 OUT_RELOCS = arch/x86/boot/compressed
/linux-master/arch/mips/mobileye/
H A Dvmlinux.its.S13 arch = "mips"; define
/linux-master/arch/arm64/kvm/vgic/
H A Dvgic-debug.c37 struct vgic_dist *dist = &kvm->arch.vgic;
65 struct vgic_dist *dist = &kvm->arch.vgic;
83 struct vgic_dist *dist = &kvm->arch.vgic;
101 iter->nr_spis = kvm->arch.vgic.nr_spis;
102 if (kvm->arch.vgic.vgic_model == KVM_DEV_TYPE_ARM_VGIC_V3)
123 mutex_lock(&kvm->arch.config_lock);
124 iter = kvm->arch.vgic.iter;
137 kvm->arch.vgic.iter = iter;
142 mutex_unlock(&kvm->arch.config_lock);
149 struct vgic_state_iter *iter = kvm->arch
[all...]
/linux-master/arch/s390/kvm/
H A Dinterrupt.c52 read_lock(&vcpu->kvm->arch.sca_lock);
53 if (vcpu->kvm->arch.use_esca) {
54 struct esca_block *sca = vcpu->kvm->arch.sca;
61 struct bsca_block *sca = vcpu->kvm->arch.sca;
68 read_unlock(&vcpu->kvm->arch.sca_lock);
81 read_lock(&vcpu->kvm->arch.sca_lock);
82 if (vcpu->kvm->arch.use_esca) {
83 struct esca_block *sca = vcpu->kvm->arch.sca;
96 struct bsca_block *sca = vcpu->kvm->arch.sca;
109 read_unlock(&vcpu->kvm->arch
[all...]
/linux-master/arch/mips/kvm/
H A Dvz.c115 if (kvm_mips_guest_has_msa(&vcpu->arch))
122 if (kvm_mips_guest_has_fpu(&vcpu->arch)) {
158 if (kvm_mips_guest_can_have_fpu(&vcpu->arch))
175 if (kvm_mips_guest_can_have_msa(&vcpu->arch))
205 set_bit(priority, &vcpu->arch.pending_exceptions);
206 clear_bit(priority, &vcpu->arch.pending_exceptions_clr);
211 clear_bit(priority, &vcpu->arch.pending_exceptions);
212 set_bit(priority, &vcpu->arch.pending_exceptions_clr);
282 clear_bit(priority, &vcpu->arch.pending_exceptions);
324 clear_bit(priority, &vcpu->arch
1081 struct kvm_vcpu_arch *arch = &vcpu->arch; local
1216 struct kvm_vcpu_arch *arch = &vcpu->arch; local
1298 struct kvm_vcpu_arch *arch = &vcpu->arch; local
[all...]
/linux-master/arch/parisc/include/asm/
H A Dsyscall.h60 int arch = AUDIT_ARCH_PARISC; local
63 arch = AUDIT_ARCH_PARISC64;
65 return arch;
/linux-master/arch/sh/include/asm/
H A Dsyscall_32.h62 int arch = AUDIT_ARCH_SH; local
65 arch |= __AUDIT_ARCH_LE;
67 return arch;
/linux-master/samples/seccomp/
H A Ddropper.c28 static int install_filter(int arch, int nr, int error) argument
32 (offsetof(struct seccomp_data, arch))),
33 BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, arch, 0, 3),
64 "dropper <arch> <syscall_nr> <errno> <prog> [<args>]\n"
/linux-master/arch/powerpc/kvm/
H A De500.h11 * This file is based on arch/powerpc/kvm/44x_tlb.h and
12 * arch/powerpc/include/asm/kvm_44x.h by Hollis Blanchard <hollisb@us.ibm.com>,
210 return vcpu->arch.pid & 0xff;
215 return !!(vcpu->arch.shared->msr & (MSR_IS | MSR_DS));
220 return !!(vcpu->arch.shared->msr & MSR_PR);
225 return (vcpu->arch.shared->mas6 >> 16) & 0xff;
230 return vcpu->arch.shared->mas6 & 0x1;
239 return (vcpu->arch.shared->mas0 >> 28) & 0x1;
244 return vcpu->arch.shared->mas0 & 0xfff;
249 return (vcpu->arch
[all...]
H A Dbook3s_hv_rm_mmu.c44 if (kvm->arch.online_vcores == 1 && local_paca->kvm_hstate.kvm_vcpu)
56 cpumask_setall(&kvm->arch.need_tlb_flush);
58 cpumask_clear_cpu(cpu, &kvm->arch.need_tlb_flush);
76 head = &kvm->arch.hpt.rev[i];
79 tail = &kvm->arch.hpt.rev[head->back];
142 rmap = real_vmalloc_addr(&memslot->arch.rmap[gfn - memslot->base_gfn]);
166 next = real_vmalloc_addr(&kvm->arch.hpt.rev[rev->forw]);
167 prev = real_vmalloc_addr(&kvm->arch.hpt.rev[rev->back]);
243 rmap = &memslot->arch.rmap[slot_fn];
303 if (pte_index >= kvmppc_hpt_npte(&kvm->arch
[all...]
/linux-master/arch/alpha/
H A DMakefile35 libs-y += arch/alpha/lib/
37 # export what is needed by arch/alpha/boot/Makefile
41 boot := arch/alpha/boot
53 $(Q)$(MAKE) $(build)=arch/alpha/kernel/syscalls all
56 echo '* boot - Compressed kernel image (arch/alpha/boot/vmlinux.gz)'
57 echo ' bootimage - SRM bootable image (arch/alpha/boot/bootimage)'
58 echo ' bootpfile - BOOTP bootable image (arch/alpha/boot/bootpfile)'
59 echo ' bootpzfile - compressed kernel BOOTP image (arch/alpha/boot/bootpzfile)'
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dswitch.c43 ___activate_traps(vcpu, vcpu->arch.hcr_el2);
46 val = vcpu->arch.cptr_el2;
69 struct kvm_cpu_context *ctxt = &vcpu->arch.ctxt;
118 __vgic_v3_save_state(&vcpu->arch.vgic_cpu.vgic_v3);
119 __vgic_v3_deactivate_traps(&vcpu->arch.vgic_cpu.vgic_v3);
127 __vgic_v3_activate_traps(&vcpu->arch.vgic_cpu.vgic_v3);
128 __vgic_v3_restore_state(&vcpu->arch.vgic_cpu.vgic_v3);
138 struct kvm_pmu_events *pmu = &vcpu->arch.pmu.events;
154 struct kvm_pmu_events *pmu = &vcpu->arch.pmu.events;
283 guest_ctxt = &vcpu->arch
[all...]
/linux-master/arch/arm64/kvm/
H A Dhypercalls.c47 cycles = systime_snapshot.cycles - vcpu->kvm->arch.timer_data.voffset;
50 cycles = systime_snapshot.cycles - vcpu->kvm->arch.timer_data.poffset;
98 struct kvm_smccc_features *smccc_feat = &vcpu->kvm->arch.smccc_feat;
145 r = mtree_insert_range(&kvm->arch.smccc_filter,
152 r = mtree_insert_range(&kvm->arch.smccc_filter,
161 mtree_destroy(&kvm->arch.smccc_filter);
167 return !mtree_empty(&kvm->arch.smccc_filter);
189 mutex_lock(&kvm->arch.config_lock);
202 r = mtree_insert_range(&kvm->arch.smccc_filter, start, end,
205 mutex_unlock(&kvm->arch
[all...]
/linux-master/arch/arm/
H A DMakefile2 # arch/arm/Makefile
63 arch-$(CONFIG_CPU_32v7M) :=-march=armv7-m
64 arch-$(CONFIG_CPU_32v7) :=-march=armv7-a
65 arch-$(CONFIG_CPU_32v6) :=-march=armv6
69 arch-$(CONFIG_CPU_32v6K) :=-march=armv6k
71 arch-$(CONFIG_CPU_32v5) :=-march=armv5te
72 arch-$(CONFIG_CPU_32v4T) :=-march=armv4t
73 arch-$(CONFIG_CPU_32v4) :=-march=armv4
74 arch-$(CONFIG_CPU_32v3) :=-march=armv3m
151 KBUILD_CFLAGS +=$(CFLAGS_ABI) $(CFLAGS_ISA) $(arch
[all...]
/linux-master/scripts/
H A Dget_feat.pl14 my $arch;
32 'arch=s' => \$arch,
97 return if ($file =~ m,($prefix)/arch-support.txt,);
98 return if (!($file =~ m,arch-support.txt$,));
155 next if (m/^\s*\|\s*arch\s*\|\s*status\s*\|\s*$/);
212 my $title = "Feature status on $arch architecture";
254 printf "%-${max_size_status}s ", $arch_table{$arch};
274 print "#\n# Kernel feature support matrix of the '$arch' architecture:\n#\n";
284 my $status = $arch_table{$arch};
[all...]

Completed in 584 milliseconds

1234567891011>>