Home
last modified time | relevance | path

Searched refs:cpuflags (Results 1 – 11 of 11) 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_M68360) := -m68332
43 cpuflags-$(CONFIG_M68000) := -m68000
44 cpuflags-$(CONFIG_M5441x) := $(call cc-option,-mcpu=54455,-mcfv4e)
45 cpuflags-$(CONFIG_M54xx) := $(call cc-option,-mcpu=5475,-m5200)
46 cpuflags-$(CONFIG_M5407) := $(call cc-option,-mcpu=5407,-m5200)
47 cpuflags-$(CONFIG_M532x) := $(call cc-option,-mcpu=532x,-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/
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()
82 flags = atomic_read(&dst_vcpu->arch.sie_block->cpuflags); in __sigp_conditional_emergency()
220 flags = atomic_read(dst_vcpu->arch.local_int.cpuflags); in __sigp_store_status_at_addr()
244 if (atomic_read(li->cpuflags) & CPUSTAT_RUNNING) { in __sigp_sense_running()
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)
Dkvm-s390.c1309 atomic_or(CPUSTAT_RUNNING, &vcpu->arch.sie_block->cpuflags); in kvm_arch_vcpu_load()
1314 atomic_andnot(CPUSTAT_RUNNING, &vcpu->arch.sie_block->cpuflags); in kvm_arch_vcpu_put()
1410 atomic_set(&vcpu->arch.sie_block->cpuflags, CPUSTAT_ZARCH | in kvm_arch_vcpu_setup()
1415 atomic_or(CPUSTAT_GED2, &vcpu->arch.sie_block->cpuflags); in kvm_arch_vcpu_setup()
1417 atomic_or(CPUSTAT_GED, &vcpu->arch.sie_block->cpuflags); in kvm_arch_vcpu_setup()
1491 vcpu->arch.local_int.cpuflags = &vcpu->arch.sie_block->cpuflags; in kvm_arch_vcpu_create()
1542 atomic_or(CPUSTAT_STOP_INT, &vcpu->arch.sie_block->cpuflags); in exit_sie()
1774 atomic_or(CPUSTAT_P, &vcpu->arch.sie_block->cpuflags); in kvm_arch_vcpu_ioctl_set_guest_debug()
1779 atomic_andnot(CPUSTAT_P, &vcpu->arch.sie_block->cpuflags); in kvm_arch_vcpu_ioctl_set_guest_debug()
1786 atomic_andnot(CPUSTAT_P, &vcpu->arch.sie_block->cpuflags); in kvm_arch_vcpu_ioctl_set_guest_debug()
[all …]
Dinterrupt.c164 atomic_or(CPUSTAT_WAIT, &vcpu->arch.sie_block->cpuflags); in __set_cpu_idle()
170 atomic_andnot(CPUSTAT_WAIT, &vcpu->arch.sie_block->cpuflags); in __unset_cpu_idle()
177 &vcpu->arch.sie_block->cpuflags); in __reset_intercept_indicators()
190 atomic_or(flag, &vcpu->arch.sie_block->cpuflags); in __set_cpuflag()
801 (atomic_read(&vcpu->arch.sie_block->cpuflags) & CPUSTAT_ECALL_PEND); in kvm_s390_ext_call_pending()
913 atomic_andnot(CPUSTAT_ECALL_PEND, li->cpuflags); in kvm_s390_clear_local_irqs()
1002 atomic_or(CPUSTAT_EXT_INT, li->cpuflags); in __inject_pfault_init()
1017 atomic_or(CPUSTAT_ECALL_PEND, &vcpu->arch.sie_block->cpuflags); in __inject_extcall_sigpif()
1042 atomic_or(CPUSTAT_EXT_INT, li->cpuflags); in __inject_extcall()
1118 atomic_or(CPUSTAT_EXT_INT, li->cpuflags); in __inject_sigp_emergency()
[all …]
Dkvm-s390.h53 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.h92 atomic_t cpuflags; /* 0x0000 */ member
432 atomic_t *cpuflags; member
/arch/x86/boot/compressed/
DMakefile63 $(obj)/piggy.o $(obj)/cpuflags.o
/arch/x86/boot/
DMakefile32 setup-y += a20.o bioscall.o cmdline.o copy.o cpu.o cpuflags.o cpucheck.o