Home
last modified time | relevance | path

Searched refs:cpuflags (Results 1 – 12 of 12) sorted by relevance

/linux-6.12.1/arch/m68k/
DMakefile33 cpuflags-$(CONFIG_M68060) = -m68060
36 cpuflags-$(CONFIG_M68040) = -m68040
38 cpuflags-$(CONFIG_M68030) =
39 cpuflags-$(CONFIG_M68020) =
40 cpuflags-$(CONFIG_M68000) = -m68000
41 cpuflags-$(CONFIG_M5441x) = $(call cc-option,-mcpu=54455,-mcfv4e)
42 cpuflags-$(CONFIG_M54xx) = $(call cc-option,-mcpu=5475,-m5200)
43 cpuflags-$(CONFIG_M5407) = $(call cc-option,-mcpu=5407,-m5200)
44 cpuflags-$(CONFIG_M532x) = $(call cc-option,-mcpu=532x,-m5307)
45 cpuflags-$(CONFIG_M537x) = $(call cc-option,-mcpu=537x,-m5307)
[all …]
/linux-6.12.1/arch/alpha/
DMakefile18 cpuflags-$(CONFIG_ALPHA_EV56) := -mcpu=ev56
19 cpuflags-$(CONFIG_ALPHA_POLARIS) := -mcpu=pca56
20 cpuflags-$(CONFIG_ALPHA_SX164) := -mcpu=pca56
21 cpuflags-$(CONFIG_ALPHA_EV6) := -mcpu=ev6
22 cpuflags-$(CONFIG_ALPHA_EV67) := -mcpu=ev67
25 cpuflags-$(CONFIG_ALPHA_GENERIC) := -mcpu=ev56 -mtune=ev6
27 cflags-y += $(cpuflags-y)
/linux-6.12.1/arch/s390/kvm/
Dvsie.c75 atomic_or(CPUSTAT_STOP_INT, &vsie_page->scb_s.cpuflags); in prefix_unmapped_sync()
96 int cpuflags; in update_intervention_requests() local
98 cpuflags = atomic_read(&vsie_page->scb_o->cpuflags); in update_intervention_requests()
99 atomic_andnot(bits, &vsie_page->scb_s.cpuflags); in update_intervention_requests()
100 atomic_or(cpuflags & bits, &vsie_page->scb_s.cpuflags); in update_intervention_requests()
108 int newflags, cpuflags = atomic_read(&scb_o->cpuflags); in prepare_cpuflags() local
111 if (!(cpuflags & CPUSTAT_ZARCH)) in prepare_cpuflags()
114 if (cpuflags & (CPUSTAT_RRF | CPUSTAT_MCDS)) in prepare_cpuflags()
116 else if (cpuflags & (CPUSTAT_SLSV | CPUSTAT_SLSR)) in prepare_cpuflags()
121 if (cpuflags & CPUSTAT_GED && test_kvm_facility(vcpu->kvm, 8)) in prepare_cpuflags()
[all …]
Dtrace.h98 TP_PROTO(VCPU_PROTO_COMMON, int cpuflags),
99 TP_ARGS(VCPU_ARGS_COMMON, cpuflags),
103 __field(int, cpuflags)
108 __entry->cpuflags = cpuflags;
111 VCPU_TP_PRINTK("entering sie flags %x", __entry->cpuflags)
Dkvm-s390.h81 atomic_or(flags, &vcpu->arch.sie_block->cpuflags); in kvm_s390_set_cpuflags()
86 atomic_andnot(flags, &vcpu->arch.sie_block->cpuflags); in kvm_s390_clear_cpuflags()
91 return (atomic_read(&vcpu->arch.sie_block->cpuflags) & flags) == flags; in kvm_s390_test_cpuflags()
Dkvm-s390.c3837 atomic_set(&vcpu->arch.sie_block->cpuflags, CPUSTAT_ZARCH | in kvm_s390_vcpu_setup()
4675 int rc, cpuflags; in vcpu_pre_run() local
4708 cpuflags = atomic_read(&vcpu->arch.sie_block->cpuflags); in vcpu_pre_run()
4709 VCPU_EVENT(vcpu, 6, "entering sie flags %x", cpuflags); in vcpu_pre_run()
4710 trace_kvm_s390_sie_enter(vcpu, cpuflags); in vcpu_pre_run()
/linux-6.12.1/arch/arm64/kernel/
Dsmp.c186 u32 cpuflags; in init_gic_priority_masking() local
191 cpuflags = read_sysreg(daif); in init_gic_priority_masking()
193 WARN_ON(!(cpuflags & PSR_I_BIT)); in init_gic_priority_masking()
194 WARN_ON(!(cpuflags & PSR_F_BIT)); in init_gic_priority_masking()
/linux-6.12.1/tools/testing/selftests/kvm/include/s390x/
Dsie.h44 __u32 cpuflags; /* 0x0000 */ member
/linux-6.12.1/arch/x86/boot/
DMakefile23 setup-y += a20.o bioscall.o cmdline.o copy.o cpu.o cpuflags.o cpucheck.o
/linux-6.12.1/arch/x86/boot/compressed/
DMakefile90 $(obj)/piggy.o $(obj)/cpuflags.o
/linux-6.12.1/tools/testing/selftests/kvm/s390x/
Ducontrol_test.c139 self->sie_block->cpuflags &= ~CPUSTAT_STOPPED; in FIXTURE_SETUP()
/linux-6.12.1/arch/s390/include/asm/
Dkvm_host.h173 atomic_t cpuflags; /* 0x0000 */ member