Home
last modified time | relevance | path

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

/arch/m68k/
DMakefile35 cpuflags-$(CONFIG_M68060) := -m68060
38 cpuflags-$(CONFIG_M68040) := -m68040
40 cpuflags-$(CONFIG_M68030) :=
41 cpuflags-$(CONFIG_M68020) :=
42 cpuflags-$(CONFIG_M68000) := -m68000
43 cpuflags-$(CONFIG_M5441x) := $(call cc-option,-mcpu=54455,-mcfv4e)
44 cpuflags-$(CONFIG_M54xx) := $(call cc-option,-mcpu=5475,-m5200)
45 cpuflags-$(CONFIG_M5407) := $(call cc-option,-mcpu=5407,-m5200)
46 cpuflags-$(CONFIG_M532x) := $(call cc-option,-mcpu=532x,-m5307)
47 cpuflags-$(CONFIG_M537x) := $(call cc-option,-mcpu=537x,-m5307)
[all …]
/arch/alpha/
DMakefile18 cpuflags-$(CONFIG_ALPHA_EV4) := -mcpu=ev4
19 cpuflags-$(CONFIG_ALPHA_EV5) := -mcpu=ev5
20 cpuflags-$(CONFIG_ALPHA_EV56) := -mcpu=ev56
21 cpuflags-$(CONFIG_ALPHA_POLARIS) := -mcpu=pca56
22 cpuflags-$(CONFIG_ALPHA_SX164) := -mcpu=pca56
23 cpuflags-$(CONFIG_ALPHA_EV6) := -mcpu=ev6
24 cpuflags-$(CONFIG_ALPHA_EV67) := -mcpu=ev67
29 cpuflags-$(CONFIG_ALPHA_GENERIC) := -mcpu=ev5
31 cflags-y += $(cpuflags-y)
/arch/s390/kvm/
Dvsie.c59 atomic_or(CPUSTAT_STOP_INT, &vsie_page->scb_s.cpuflags); in prefix_unmapped_sync()
80 int cpuflags; in update_intervention_requests() local
82 cpuflags = atomic_read(&vsie_page->scb_o->cpuflags); in update_intervention_requests()
83 atomic_andnot(bits, &vsie_page->scb_s.cpuflags); in update_intervention_requests()
84 atomic_or(cpuflags & bits, &vsie_page->scb_s.cpuflags); in update_intervention_requests()
92 int newflags, cpuflags = atomic_read(&scb_o->cpuflags); in prepare_cpuflags() local
95 if (!(cpuflags & CPUSTAT_ZARCH)) in prepare_cpuflags()
98 if (cpuflags & (CPUSTAT_RRF | CPUSTAT_MCDS)) in prepare_cpuflags()
100 else if (cpuflags & (CPUSTAT_SLSV | CPUSTAT_SLSR)) in prepare_cpuflags()
105 if (cpuflags & CPUSTAT_GED && test_kvm_facility(vcpu->kvm, 8)) in prepare_cpuflags()
[all …]
Dtrace.h97 TP_PROTO(VCPU_PROTO_COMMON, int cpuflags),
98 TP_ARGS(VCPU_ARGS_COMMON, cpuflags),
102 __field(int, cpuflags)
107 __entry->cpuflags = cpuflags;
110 VCPU_TP_PRINTK("entering sie flags %x", __entry->cpuflags)
Dsigp.c27 int cpuflags; in __sigp_sense() local
33 cpuflags = atomic_read(li->cpuflags); in __sigp_sense()
35 if (!(cpuflags & CPUSTAT_STOPPED) && !ext_call_pending) in __sigp_sense()
41 if (cpuflags & CPUSTAT_STOPPED) in __sigp_sense()
220 flags = atomic_read(dst_vcpu->arch.local_int.cpuflags); in __sigp_store_status_at_addr()
250 if (atomic_read(li->cpuflags) & CPUSTAT_RUNNING) { in __sigp_sense_running()
Dkvm-s390.c1840 atomic_or(CPUSTAT_RUNNING, &vcpu->arch.sie_block->cpuflags); in kvm_arch_vcpu_load()
1851 atomic_andnot(CPUSTAT_RUNNING, &vcpu->arch.sie_block->cpuflags); in kvm_arch_vcpu_put()
1954 atomic_set(&vcpu->arch.sie_block->cpuflags, CPUSTAT_ZARCH | in kvm_arch_vcpu_setup()
1959 atomic_or(CPUSTAT_GED2, &vcpu->arch.sie_block->cpuflags); in kvm_arch_vcpu_setup()
1961 atomic_or(CPUSTAT_GED, &vcpu->arch.sie_block->cpuflags); in kvm_arch_vcpu_setup()
2035 vcpu->arch.local_int.cpuflags = &vcpu->arch.sie_block->cpuflags; in kvm_arch_vcpu_create()
2087 atomic_or(CPUSTAT_STOP_INT, &vcpu->arch.sie_block->cpuflags); in exit_sie()
2334 atomic_or(CPUSTAT_P, &vcpu->arch.sie_block->cpuflags); in kvm_arch_vcpu_ioctl_set_guest_debug()
2339 atomic_andnot(CPUSTAT_P, &vcpu->arch.sie_block->cpuflags); in kvm_arch_vcpu_ioctl_set_guest_debug()
2346 atomic_andnot(CPUSTAT_P, &vcpu->arch.sie_block->cpuflags); in kvm_arch_vcpu_ioctl_set_guest_debug()
[all …]
Dinterrupt.c42 if (!(atomic_read(&vcpu->arch.sie_block->cpuflags) & CPUSTAT_ECALL_PEND)) in sca_ext_call_pending()
107 atomic_or(CPUSTAT_ECALL_PEND, &vcpu->arch.sie_block->cpuflags); in sca_inject_ext_call()
118 atomic_andnot(CPUSTAT_ECALL_PEND, li->cpuflags); in sca_clear_ext_call()
269 atomic_or(CPUSTAT_WAIT, &vcpu->arch.sie_block->cpuflags); in __set_cpu_idle()
275 atomic_andnot(CPUSTAT_WAIT, &vcpu->arch.sie_block->cpuflags); in __unset_cpu_idle()
282 &vcpu->arch.sie_block->cpuflags); in __reset_intercept_indicators()
295 atomic_or(flag, &vcpu->arch.sie_block->cpuflags); in __set_cpuflag()
1182 atomic_or(CPUSTAT_EXT_INT, li->cpuflags); in __inject_pfault_init()
1207 atomic_or(CPUSTAT_EXT_INT, li->cpuflags); in __inject_extcall()
1283 atomic_or(CPUSTAT_EXT_INT, li->cpuflags); in __inject_sigp_emergency()
[all …]
Dkvm-s390.h55 return atomic_read(&vcpu->arch.sie_block->cpuflags) & CPUSTAT_STOPPED; in is_vcpu_stopped()
/arch/avr32/
DMakefile19 cpuflags-$(CONFIG_PLATFORM_AT32AP) += -march=ap
21 KBUILD_CFLAGS += $(cpuflags-y)
22 KBUILD_AFLAGS += $(cpuflags-y)
/arch/s390/include/asm/
Dkvm_host.h133 atomic_t cpuflags; /* 0x0000 */ member
479 atomic_t *cpuflags; member
/arch/x86/boot/compressed/
DMakefile73 $(obj)/piggy.o $(obj)/cpuflags.o
/arch/x86/boot/
DMakefile33 setup-y += a20.o bioscall.o cmdline.o copy.o cpu.o cpuflags.o cpucheck.o