Searched refs:cpuflags (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/m68k/ |
| H A D | Makefile | 33 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/arch/alpha/ |
| H A D | Makefile | 18 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/arch/s390/kvm/ |
| H A D | trace.h | 98 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)
|
| H A D | kvm-s390.c | 3610 atomic_set(&vcpu->arch.sie_block->cpuflags, CPUSTAT_ZARCH | in kvm_s390_vcpu_setup() 4448 int rc, cpuflags; in vcpu_pre_run() local 4479 cpuflags = atomic_read(&vcpu->arch.sie_block->cpuflags); in vcpu_pre_run() 4480 VCPU_EVENT(vcpu, 6, "entering sie flags %x", cpuflags); in vcpu_pre_run() 4481 trace_kvm_s390_sie_enter(vcpu, cpuflags); in vcpu_pre_run()
|
| /linux/tools/testing/selftests/kvm/s390/ |
| H A D | ucontrol_test.c | 182 self->sie_block->cpuflags &= ~CPUSTAT_STOPPED; in FIXTURE_SETUP() 335 sie_block->cpuflags &= ~CPUSTAT_KSS; in uc_skey_enable() 607 TEST_ASSERT_EQ(0, sie_block->cpuflags & CPUSTAT_KSS); in TEST_F()
|
| /linux/arch/x86/boot/ |
| H A D | Makefile | 23 setup-y += a20.o bioscall.o cmdline.o copy.o cpu.o cpuflags.o cpucheck.o
|
| /linux/arch/x86/boot/compressed/ |
| H A D | Makefile | 93 $(obj)/piggy.o $(obj)/cpuflags.o
|