Searched refs:cpuflags (Results 1 – 14 of 14) sorted by relevance
/openbmc/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 …]
|
/openbmc/u-boot/arch/m68k/ |
H A D | Makefile | 8 cpuflags-$(CONFIG_M5208) := -mcpu=5208 9 cpuflags-$(CONFIG_M5235) := -mcpu=5235 -fPIC 10 cpuflags-$(CONFIG_M52277) := -mcpu=52277 -fPIC 11 cpuflags-$(CONFIG_M5249) := -mcpu=5249 12 cpuflags-$(CONFIG_M5253) := -mcpu=5253 13 cpuflags-$(CONFIG_M5271) := -mcpu=5271 14 cpuflags-$(CONFIG_M5272) := -mcpu=5272 15 cpuflags-$(CONFIG_M5275) := -mcpu=5275 16 cpuflags-$(CONFIG_M5282) := -mcpu=5282 17 cpuflags-$(CONFIG_M5307) := -mcpu=5307 [all …]
|
/openbmc/linux/arch/alpha/ |
H A D | Makefile | 18 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)
|
/openbmc/linux/arch/s390/kvm/ |
H A D | vsie.c | 74 atomic_or(CPUSTAT_STOP_INT, &vsie_page->scb_s.cpuflags); in prefix_unmapped_sync() 95 int cpuflags; in update_intervention_requests() local 97 cpuflags = atomic_read(&vsie_page->scb_o->cpuflags); in update_intervention_requests() 98 atomic_andnot(bits, &vsie_page->scb_s.cpuflags); in update_intervention_requests() 99 atomic_or(cpuflags & bits, &vsie_page->scb_s.cpuflags); in update_intervention_requests() 107 int newflags, cpuflags = atomic_read(&scb_o->cpuflags); in prepare_cpuflags() local 110 if (!(cpuflags & CPUSTAT_ZARCH)) in prepare_cpuflags() 113 if (cpuflags & (CPUSTAT_RRF | CPUSTAT_MCDS)) in prepare_cpuflags() 115 else if (cpuflags & (CPUSTAT_SLSV | CPUSTAT_SLSR)) in prepare_cpuflags() 120 if (cpuflags & CPUSTAT_GED && test_kvm_facility(vcpu->kvm, 8)) in prepare_cpuflags() [all …]
|
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.h | 63 atomic_or(flags, &vcpu->arch.sie_block->cpuflags); in kvm_s390_set_cpuflags() 68 atomic_andnot(flags, &vcpu->arch.sie_block->cpuflags); in kvm_s390_clear_cpuflags() 73 return (atomic_read(&vcpu->arch.sie_block->cpuflags) & flags) == flags; in kvm_s390_test_cpuflags()
|
H A D | kvm-s390.c | 3834 atomic_set(&vcpu->arch.sie_block->cpuflags, CPUSTAT_ZARCH | in kvm_s390_vcpu_setup() 4671 int rc, cpuflags; in vcpu_pre_run() local 4704 cpuflags = atomic_read(&vcpu->arch.sie_block->cpuflags); in vcpu_pre_run() 4705 VCPU_EVENT(vcpu, 6, "entering sie flags %x", cpuflags); in vcpu_pre_run() 4706 trace_kvm_s390_sie_enter(vcpu, cpuflags); in vcpu_pre_run()
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | smp.c | 178 u32 cpuflags; in init_gic_priority_masking() local 183 cpuflags = read_sysreg(daif); in init_gic_priority_masking() 185 WARN_ON(!(cpuflags & PSR_I_BIT)); in init_gic_priority_masking() 186 WARN_ON(!(cpuflags & PSR_F_BIT)); in init_gic_priority_masking()
|
/openbmc/linux/arch/x86/boot/ |
H A D | Makefile | 36 setup-y += a20.o bioscall.o cmdline.o copy.o cpu.o cpuflags.o cpucheck.o
|
/openbmc/linux/arch/x86/boot/compressed/ |
H A D | Makefile | 102 $(obj)/piggy.o $(obj)/cpuflags.o
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | kvm_host.h | 174 atomic_t cpuflags; /* 0x0000 */ member
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 21798 } else if (!strcmp(argv[i], "-cpuflags")) {
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |
H A D | opengrok2.0.log | [all...] |