Home
last modified time | relevance | path

Searched refs:cflags (Results 1 – 83 of 83) sorted by relevance

/linux-4.1.27/arch/mips/
DMakefile54 cflags-y += -mmcount-ra-address -DKBUILD_MCOUNT_RA_ADDRESS
58 cflags-y += $(call cc-option, -mno-check-zero-division)
65 cflags-y += -mabi=32
73 cflags-y += -mabi=64
90 cflags-y += -G 0 -mno-abicalls -fno-pic -pipe
91 cflags-y += -msoft-float
102 cflags-y += -DGAS_HAS_SET_HARDFLOAT -Wa,-msoft-float
105 cflags-y += -ffreestanding
122 cflags-$(CONFIG_CPU_BIG_ENDIAN) += $(shell $(CC) -dumpmachine |grep -q 'mips.*el-.*' && echo -EB $…
123 cflags-$(CONFIG_CPU_LITTLE_ENDIAN) += $(shell $(CC) -dumpmachine |grep -q 'mips.*el-.*' || echo -EL…
[all …]
/linux-4.1.27/arch/x86/
DMakefile_32.cpu2 # Must change only cflags-y (or [yn]), not CFLAGS! That makes a difference for UML.
13 cflags-$(CONFIG_M486) += -march=i486
14 cflags-$(CONFIG_M586) += -march=i586
15 cflags-$(CONFIG_M586TSC) += -march=i586
16 cflags-$(CONFIG_M586MMX) += -march=pentium-mmx
17 cflags-$(CONFIG_M686) += -march=i686
18 cflags-$(CONFIG_MPENTIUMII) += -march=i686 $(call tune,pentium2)
19 cflags-$(CONFIG_MPENTIUMIII) += -march=i686 $(call tune,pentium3)
20 cflags-$(CONFIG_MPENTIUMM) += -march=i686 $(call tune,pentium3)
21 cflags-$(CONFIG_MPENTIUM4) += -march=i686 $(call tune,pentium4)
[all …]
DMakefile.um24 cflags-y += $(call cc-option,-mpreferred-stack-boundary=2)
28 cflags-y += -ffreestanding
37 KBUILD_CFLAGS += $(cflags-y)
DMakefile67 KBUILD_CFLAGS += $(cflags-y)
88 cflags-$(CONFIG_MK8) += $(call cc-option,-march=k8)
89 cflags-$(CONFIG_MPSC) += $(call cc-option,-march=nocona)
91 cflags-$(CONFIG_MCORE2) += \
93 cflags-$(CONFIG_MATOM) += $(call cc-option,-march=atom) \
95 cflags-$(CONFIG_GENERIC_CPU) += $(call cc-option,-mtune=generic)
96 KBUILD_CFLAGS += $(cflags-y)
/linux-4.1.27/arch/s390/
DMakefile37 cflags-y += $(mflags-y)
39 cflags-$(CONFIG_MARCH_Z900_TUNE) += -mtune=z900
40 cflags-$(CONFIG_MARCH_Z990_TUNE) += -mtune=z990
41 cflags-$(CONFIG_MARCH_Z9_109_TUNE) += -mtune=z9-109
42 cflags-$(CONFIG_MARCH_Z10_TUNE) += -mtune=z10
43 cflags-$(CONFIG_MARCH_Z196_TUNE) += -mtune=z196
44 cflags-$(CONFIG_MARCH_ZEC12_TUNE) += -mtune=zEC12
45 cflags-$(CONFIG_MARCH_Z13_TUNE) += -mtune=z13
53 cflags-$(CONFIG_FRAME_POINTER) += -fno-optimize-sibling-calls
57 cflags-$(CONFIG_PACK_STACK) += -mkernel-backchain -D__PACK_STACK
[all …]
/linux-4.1.27/arch/arc/
DMakefile17 cflags-y += -mA7 -fno-common -pipe -fno-builtin -D__linux__
32 cflags-$(atleast_gcc44) += -fsection-anchors
34 cflags-$(CONFIG_ARC_HAS_LLSC) += -mlock
35 cflags-$(CONFIG_ARC_HAS_SWAPE) += -mswape
36 cflags-$(CONFIG_ARC_HAS_RTSC) += -mrtsc
37 cflags-$(CONFIG_ARC_DW2_UNWIND) += -fasynchronous-unwind-tables
41 cflags-$(CONFIG_ARC_DW2_UNWIND) += -gdwarf-2
53 cflags-$(disable_small_data) += -mno-sdata -fcall-used-gp
55 cflags-$(CONFIG_CPU_BIG_ENDIAN) += -mbig-endian
64 cflags-y += -mno-mpy
[all …]
/linux-4.1.27/arch/parisc/
DMakefile47 cflags-y := -pipe
51 cflags-y += -mno-space-regs
55 cflags-y += -mfast-indirect-calls
61 cflags-y += -mdisable-fpregs
66 cflags-y += -ffunction-sections
76 cflags-$(CONFIG_PA7000) += -march=1.1 -mschedule=7100
77 cflags-$(CONFIG_PA7200) += -march=1.1 -mschedule=7200
78 cflags-$(CONFIG_PA7100LC) += -march=1.1 -mschedule=7100LC
79 cflags-$(CONFIG_PA7300LC) += -march=1.1 -mschedule=7300
80 cflags-$(CONFIG_PA8X00) += -march=2.0 -mschedule=8000
[all …]
/linux-4.1.27/arch/sh/
DMakefile33 cflags-$(CONFIG_CPU_SH2) := $(call cc-option,-m2,)
34 cflags-$(CONFIG_CPU_SH2A) += $(call cc-option,-m2a,) \
37 cflags-$(CONFIG_CPU_SH3) := $(call cc-option,-m3,)
38 cflags-$(CONFIG_CPU_SH4) := $(call cc-option,-m4,) \
40 cflags-$(CONFIG_CPU_SH4A) += $(call cc-option,-m4a,) \
42 cflags-$(CONFIG_CPU_SH4AL_DSP) += $(call cc-option,-m4al,)
43 cflags-$(CONFIG_CPU_SH5) := $(call cc-option,-m5-32media-nofpu,)
45 ifeq ($(cflags-y),)
55 cflags-y += $(shell $(CC) $(KBUILD_CFLAGS) -print-multi-lib | \
74 cflags-$(CONFIG_CPU_BIG_ENDIAN) += -mb
[all …]
/linux-4.1.27/drivers/firmware/efi/libstub/
DMakefile7 cflags-$(CONFIG_X86_32) := -march=i386
8 cflags-$(CONFIG_X86_64) := -mcmodel=small
9 cflags-$(CONFIG_X86) += -m$(BITS) -D__KERNEL__ $(LINUX_INCLUDE) -O2 \
13 cflags-$(CONFIG_ARM64) := $(subst -pg,,$(KBUILD_CFLAGS))
14 cflags-$(CONFIG_ARM) := $(subst -pg,,$(KBUILD_CFLAGS)) \
17 KBUILD_CFLAGS := $(cflags-y) \
/linux-4.1.27/arch/mips/loongson/
DPlatform6 cflags-$(CONFIG_CPU_LOONGSON2) += -Wa,--trap
7 cflags-$(CONFIG_CPU_LOONGSON2E) += \
9 cflags-$(CONFIG_CPU_LOONGSON2F) += \
16 cflags-$(CONFIG_CPU_NOP_WORKAROUNDS) += -Wa$(comma)-mfix-loongson2f-nop
21 cflags-$(CONFIG_CPU_JUMP_WORKAROUNDS) += -Wa$(comma)-mfix-loongson2f-jump
30 cflags-$(CONFIG_MACH_LOONGSON) += -I$(srctree)/arch/mips/include/asm/mach-loongson -mno-branch-like…
/linux-4.1.27/arch/mips/ralink/
DPlatform5 cflags-$(CONFIG_RALINK) += -I$(srctree)/arch/mips/include/asm/mach-ralink
11 cflags-$(CONFIG_SOC_RT288X) += -I$(srctree)/arch/mips/include/asm/mach-ralink/rt288x
17 cflags-$(CONFIG_SOC_RT305X) += -I$(srctree)/arch/mips/include/asm/mach-ralink/rt305x
23 cflags-$(CONFIG_SOC_RT3883) += -I$(srctree)/arch/mips/include/asm/mach-ralink/rt3883
29 cflags-$(CONFIG_SOC_MT7620) += -I$(srctree)/arch/mips/include/asm/mach-ralink/mt7620
/linux-4.1.27/arch/mips/netlogic/
DPlatform4 cflags-$(CONFIG_NLM_COMMON) += -I$(srctree)/arch/mips/include/asm/mach-netlogic
5 cflags-$(CONFIG_NLM_COMMON) += -I$(srctree)/arch/mips/include/asm/netlogic
10 cflags-$(CONFIG_CPU_XLR) += $(call cc-option,-march=xlr,-march=mips64)
11 cflags-$(CONFIG_CPU_XLP) += $(call cc-option,-march=xlp,-march=mips64r2)
/linux-4.1.27/arch/c6x/
DMakefile11 cflags-y += -mno-dsbt -msdata=none -D__linux__
13 cflags-$(CONFIG_C6X_BIG_KERNEL) += -mlong-calls
19 KBUILD_CFLAGS += $(cflags-y)
20 KBUILD_AFLAGS += $(cflags-y)
/linux-4.1.27/arch/mips/lantiq/
DPlatform6 cflags-$(CONFIG_LANTIQ) += -I$(srctree)/arch/mips/include/asm/mach-lantiq
8 cflags-$(CONFIG_SOC_TYPE_XWAY) += -I$(srctree)/arch/mips/include/asm/mach-lantiq/xway
9 cflags-$(CONFIG_SOC_FALCON) += -I$(srctree)/arch/mips/include/asm/mach-lantiq/falcon
/linux-4.1.27/arch/m32r/
DMakefile19 cflags-$(CONFIG_ISA_M32R2) += -DNO_FPU -Wa,-bitinst
22 cflags-$(CONFIG_ISA_M32R2) += -DNO_FPU -m32r2
26 cflags-$(CONFIG_ISA_M32R) += -DNO_FPU
29 KBUILD_CFLAGS += $(cflags-y)
/linux-4.1.27/arch/alpha/
DMakefile15 cflags-y := -pipe -mno-fp-regs -ffixed-8
16 cflags-y += $(call cc-option, -fno-jump-tables)
31 cflags-y += $(cpuflags-y)
37 KBUILD_CFLAGS += $(cflags-y) -Wa,-mev6
/linux-4.1.27/arch/mips/sibyte/
DPlatform12 cflags-$(CONFIG_SIBYTE_BCM112X) += \
16 cflags-$(CONFIG_SIBYTE_SB1250) += \
20 cflags-$(CONFIG_SIBYTE_BCM1x55) += \
24 cflags-$(CONFIG_SIBYTE_BCM1x80) += \
/linux-4.1.27/arch/score/
DMakefile15 cflags-y += -G0 -pipe -mel -mnhwloop -D__SCOREEL__ \
21 KBUILD_AFLAGS += $(cflags-y)
22 KBUILD_CFLAGS += $(cflags-y)
/linux-4.1.27/tools/perf/util/
Dsetup.py21 cflags = getenv('CFLAGS', '').split() variable
23 cflags += ['-fno-strict-aliasing', '-Wno-write-strings', '-Wno-unused-parameter' ]
36 extra_compile_args = cflags,
/linux-4.1.27/drivers/media/usb/siano/
DMakefile5 ccflags-y += $(extra-cflags-y) $(extra-cflags-m)
/linux-4.1.27/drivers/media/mmc/siano/
DMakefile5 ccflags-y += $(extra-cflags-y) $(extra-cflags-m)
/linux-4.1.27/drivers/media/usb/hdpvr/
DMakefile7 ccflags-y += $(extra-cflags-y) $(extra-cflags-m)
/linux-4.1.27/arch/metag/
DMakefile32 cflags-$(CONFIG_METAG_FUNCTION_TRACE) += -mhwtrace-leaf -mhwtrace-retpc
33 cflags-$(CONFIG_METAG_META21) += -mextensions=bex
38 KBUILD_CFLAGS += $(sflags-y) $(cflags-y)
/linux-4.1.27/arch/mips/loongson1/
DPlatform1 cflags-$(CONFIG_CPU_LOONGSON1) += \
6 cflags-$(CONFIG_MACH_LOONGSON1) += -I$(srctree)/arch/mips/include/asm/mach-loongson1
/linux-4.1.27/arch/mips/txx9/
DPlatform4 cflags-$(CONFIG_MACH_TX39XX) += \
6 cflags-$(CONFIG_MACH_TX49XX) += \
/linux-4.1.27/drivers/media/common/siano/
DMakefile15 ccflags-y += $(extra-cflags-y) $(extra-cflags-m)
/linux-4.1.27/drivers/media/usb/au0828/
DMakefile17 ccflags-y += $(extra-cflags-y) $(extra-cflags-m)
/linux-4.1.27/drivers/media/pci/saa7164/
DMakefile12 ccflags-y += $(extra-cflags-y) $(extra-cflags-m)
/linux-4.1.27/arch/hexagon/
DMakefile18 cflags-y += $(call cc-option,-mv${CONFIG_HEXAGON_ARCH_VERSION})
22 KBUILD_CFLAGS += $(cflags-y)
/linux-4.1.27/drivers/media/pci/cx23885/
DMakefile15 ccflags-y += $(extra-cflags-y) $(extra-cflags-m)
/linux-4.1.27/scripts/kconfig/lxdialog/
Dcheck-lxdialog.sh24 if pkg-config --cflags ncursesw 2>/dev/null; then
26 elif pkg-config --cflags ncurses 2>/dev/null; then
/linux-4.1.27/arch/mips/alchemy/
DPlatform12 cflags-$(CONFIG_MIPS_DB1XXX) += -I$(srctree)/arch/mips/include/asm/mach-db1x00
38 cflags-$(CONFIG_MIPS_ALCHEMY) += -I$(srctree)/arch/mips/include/asm/mach-au1x00
/linux-4.1.27/drivers/tty/serial/
Dmeson_uart.c289 unsigned int cflags, iflags, baud; in meson_uart_set_termios() local
295 cflags = termios->c_cflag; in meson_uart_set_termios()
301 switch (cflags & CSIZE) { in meson_uart_set_termios()
316 if (cflags & PARENB) in meson_uart_set_termios()
321 if (cflags & PARODD) in meson_uart_set_termios()
327 if (cflags & CSTOPB) in meson_uart_set_termios()
332 if (cflags & CRTSCTS) in meson_uart_set_termios()
Dcrisv10.c951 tcflag_t cflags = info->port.tty->termios.c_cflag; in update_char_time() local
956 if ((cflags & CSIZE) == CS7) in update_char_time()
961 if (cflags & CSTOPB) /* 2 stopbits ? */ in update_char_time()
964 if (cflags & PARENB) /* parity bit ? */ in update_char_time()
/linux-4.1.27/arch/x86/boot/compressed/
DMakefile27 cflags-$(CONFIG_X86_32) := -march=i386
28 cflags-$(CONFIG_X86_64) := -mcmodel=small
29 KBUILD_CFLAGS += $(cflags-y)
/linux-4.1.27/scripts/kconfig/
DMakefile205 HOSTCFLAGS_gconf.o = `pkg-config --cflags gtk+-2.0 gmodule-2.0 libglade-2.0` \
228 cflags="\$$(shell pkg-config $$pkg --cflags)"; \
250 cflags="-I$$dir/include"; \
261 cflags="\$$(shell pkg-config QtCore QtGui Qt3Support --cflags)"; \
266 echo "KC_QT_CFLAGS=$$cflags" > $@; \
/linux-4.1.27/tools/build/feature/
DMakefile49 …lelf -laudit -I/usr/include/slang -lslang $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/nu…
97 $(BUILD) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null)
100 $(BUILD) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null)
/linux-4.1.27/arch/powerpc/perf/
Dcore-book3s.c829 u64 event_id[], unsigned int cflags[], in power_check_constraints() argument
844 if ((cflags[i] & PPMU_LIMITED_PMC_REQD) in power_check_constraints()
846 ppmu->get_alternatives(event_id[i], cflags[i], in power_check_constraints()
873 n_alt[i] = ppmu->get_alternatives(event_id[i], cflags[i], in power_check_constraints()
940 static int check_excludes(struct perf_event **ctrs, unsigned int cflags[], in check_excludes() argument
961 if (cflags[i] & PPMU_LIMITED_PMC_OK) { in check_excludes()
962 cflags[i] &= ~PPMU_LIMITED_PMC_REQD; in check_excludes()
980 if (cflags[i] & PPMU_LIMITED_PMC_OK) in check_excludes()
981 cflags[i] |= PPMU_LIMITED_PMC_REQD; in check_excludes()
1746 unsigned int cflags[MAX_HWEVENTS]; in power_pmu_event_init() local
[all …]
/linux-4.1.27/arch/mips/sgi-ip22/
DPlatform11 cflags-$(CONFIG_SGI_IP22) += -I$(srctree)/arch/mips/include/asm/mach-ip22
33 cflags-$(CONFIG_SGI_IP28) += -mr10k-cache-barrier=store -I$(srctree)/arch/mips/include/asm/mach-ip28
/linux-4.1.27/arch/mips/emma/
DPlatform2 cflags-$(CONFIG_SOC_EMMA2RH) += \
/linux-4.1.27/arch/mips/rb532/
DPlatform5 cflags-$(CONFIG_MIKROTIK_RB532) += \
/linux-4.1.27/arch/mips/cobalt/
DPlatform5 cflags-$(CONFIG_MIPS_COBALT) += -I$(srctree)/arch/mips/include/asm/mach-cobalt
/linux-4.1.27/arch/mips/lasat/
DPlatform5 cflags-$(CONFIG_LASAT) += \
/linux-4.1.27/arch/mips/bcm63xx/
DPlatform5 cflags-$(CONFIG_BCM63XX) += \
/linux-4.1.27/arch/mips/pnx833x/
DPlatform3 cflags-$(CONFIG_SOC_PNX833X) += -Iarch/mips/include/asm/mach-pnx833x
/linux-4.1.27/arch/mips/bcm47xx/
DPlatform5 cflags-$(CONFIG_BCM47XX) += \
/linux-4.1.27/arch/mips/ar7/
DPlatform5 cflags-$(CONFIG_AR7) += -I$(srctree)/arch/mips/include/asm/mach-ar7
/linux-4.1.27/arch/mips/jz4740/
DPlatform2 cflags-$(CONFIG_MACH_JZ4740) += -I$(srctree)/arch/mips/include/asm/mach-jz4740
/linux-4.1.27/arch/mips/ath79/
DPlatform6 cflags-$(CONFIG_ATH79) += -I$(srctree)/arch/mips/include/asm/mach-ath79
/linux-4.1.27/arch/mips/ath25/
DPlatform5 cflags-$(CONFIG_ATH25) += -I$(srctree)/arch/mips/include/asm/mach-ath25
/linux-4.1.27/arch/mips/paravirt/
DPlatform5 cflags-$(CONFIG_MIPS_PARAVIRT) += \
/linux-4.1.27/arch/mips/bmips/
DPlatform5 cflags-$(CONFIG_BMIPS_GENERIC) += \
/linux-4.1.27/arch/mips/pistachio/
DPlatform5 cflags-$(CONFIG_MACH_PISTACHIO) += \
/linux-4.1.27/arch/mips/jazz/
DPlatform5 cflags-$(CONFIG_MACH_JAZZ) += -I$(srctree)/arch/mips/include/asm/mach-jazz
/linux-4.1.27/arch/mips/mti-sead3/
DPlatform5 cflags-$(CONFIG_MIPS_SEAD3) += -I$(srctree)/arch/mips/include/asm/mach-sead3
/linux-4.1.27/arch/mips/dec/
DPlatform5 cflags-$(CONFIG_MACH_DECSTATION) += \
/linux-4.1.27/arch/mips/pmcs-msp71xx/
DPlatform5 cflags-$(CONFIG_PMC_MSP) += -I$(srctree)/arch/mips/include/asm/mach-pmcs-msp71xx \
/linux-4.1.27/drivers/net/wan/
Dz85230.c860 unsigned long cflags, dflags; in z8530_sync_dma_open() local
905 spin_lock_irqsave(c->lock, cflags); in z8530_sync_dma_open()
965 spin_unlock_irqrestore(c->lock, cflags); in z8530_sync_dma_open()
1054 unsigned long cflags, dflags; in z8530_sync_txdma_open() local
1079 spin_lock_irqsave(c->lock, cflags); in z8530_sync_txdma_open()
1137 spin_unlock_irqrestore(c->lock, cflags); in z8530_sync_txdma_open()
1155 unsigned long dflags, cflags; in z8530_sync_txdma_close() local
1159 spin_lock_irqsave(c->lock, cflags); in z8530_sync_txdma_close()
1199 spin_unlock_irqrestore(c->lock, cflags); in z8530_sync_txdma_close()
/linux-4.1.27/arch/mips/cavium-octeon/
DPlatform5 cflags-$(CONFIG_CAVIUM_OCTEON_SOC) += \
/linux-4.1.27/arch/mips/sni/
DPlatform5 cflags-$(CONFIG_SNI_RM) += -I$(srctree)/arch/mips/include/asm/mach-rm
/linux-4.1.27/tools/usb/ffs-aio-example/multibuff/host_app/
DMakefile2 LIBUSB_CFLAGS = $(shell pkg-config --cflags libusb-1.0)
/linux-4.1.27/tools/usb/ffs-aio-example/simple/host_app/
DMakefile2 LIBUSB_CFLAGS = $(shell pkg-config --cflags libusb-1.0)
/linux-4.1.27/arch/mips/mti-malta/
DPlatform5 cflags-$(CONFIG_MIPS_MALTA) += -I$(srctree)/arch/mips/include/asm/mach-malta
/linux-4.1.27/tools/testing/selftests/memfd/
DMakefile15 $(CC) $(CFLAGS) fuse_mnt.c `pkg-config fuse --cflags --libs` -o fuse_mnt
/linux-4.1.27/arch/ia64/
DMakefile29 cflags-y := -pipe $(EXTRA) -ffixed-r13 -mfixed-range=f12-f15,f32-f127 \
44 KBUILD_CFLAGS += $(cflags-y)
/linux-4.1.27/arch/mips/sgi-ip32/
DPlatform10 cflags-$(CONFIG_SGI_IP32) += -I$(srctree)/arch/mips/include/asm/mach-ip32
/linux-4.1.27/arch/mips/vr41xx/
DPlatform5 cflags-$(CONFIG_MACH_VR41XX) += -I$(srctree)/arch/mips/include/asm/mach-vr41xx
/linux-4.1.27/arch/mips/sgi-ip27/
DPlatform10 cflags-$(CONFIG_SGI_IP27) += -I$(srctree)/arch/mips/include/asm/mach-ip27
/linux-4.1.27/scripts/
DKbuild.include99 # Usage: cflags-y += $(call as-option,-Wa$(comma)-isa=foo,)
105 # Usage: cflags-y += $(call as-instr,instr,option1,option2)
111 # Usage: cflags-y += $(call cc-option,-march=winchip-c6,-march=i586)
127 # Usage: cflags-y += $(call cc-disable-warning,unused-but-set-variable)
DMakefile.build39 save-cflags := $(CFLAGS)
/linux-4.1.27/arch/s390/boot/compressed/
DMakefile13 KBUILD_CFLAGS += $(cflags-y) -fno-delete-null-pointer-checks -msoft-float
/linux-4.1.27/tools/perf/config/
DMakefile158 PYTHON_EMBED_CCOPTS := $(shell $(PYTHON_CONFIG_SQ) --cflags 2>/dev/null)
387 …FLAGS_GTK2=$(CFLAGS) $(LDFLAGS) $(EXTLIBS) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/n…
396 GTK_CFLAGS += $(shell $(PKG_CONFIG) --cflags gtk+-2.0 2>/dev/null)
456 PYTHON_EMBED_CCOPTS := $(shell $(PYTHON_CONFIG_SQ) --cflags 2>/dev/null)
/linux-4.1.27/fs/jfs/
Djfs_incore.h120 enum cflags { enum
/linux-4.1.27/drivers/net/ethernet/sun/
Dsunvnet.c124 pkt.cflags = 0; in vnet_send_attr()
126 pkt.cflags |= VNET_LSO_IPV4_CAPAB; in vnet_send_attr()
140 (unsigned long long)pkt.mtu, pkt.cflags, pkt.ipv4_lso_maxlen); in vnet_send_attr()
159 (unsigned long long)pkt->mtu, port->rmtu, pkt->cflags, in handle_attr_info()
188 port->tso &= !!(pkt->cflags & VNET_LSO_IPV4_CAPAB); in handle_attr_info()
198 pkt->cflags &= ~VNET_LSO_IPV4_CAPAB; in handle_attr_info()
202 pkt->cflags &= ~VNET_LSO_IPV4_CAPAB; in handle_attr_info()
229 (unsigned long long)pkt->mtu, port->rmtu, pkt->cflags, in handle_attr_info()
/linux-4.1.27/drivers/net/ppp/
Dppp_synctty.c338 char *cflags, int count) in ppp_sync_receive() argument
346 ppp_sync_input(ap, buf, cflags, count); in ppp_sync_receive()
Dppp_async.c346 char *cflags, int count) in ppp_asynctty_receive() argument
354 ppp_async_input(ap, buf, cflags, count); in ppp_asynctty_receive()
Dppp_generic.c571 int unit, cflags; in ppp_ioctl() local
659 cflags = ppp->flags & ~val; in ppp_ioctl()
666 if (cflags & SC_CCP_OPEN) in ppp_ioctl()
/linux-4.1.27/Documentation/kbuild/
Dmakefiles.txt431 cflags-y += $(call as-option,-Wa$(comma)-isa=$(isa-y),)
433 In the above example, cflags-y will be assigned the option
464 cflags-y += $(call cc-option,-march=pentium-mmx,-march=i586)
466 In the above example, cflags-y will be assigned the option
469 cflags-y will be assigned no value if first option is not supported.
480 cflags-$(biarch) += -m32
484 and $(cflags-y) will be assigned the values -a32 and -m32,
526 cflags-y += $(shell \
901 cflags-$(CONFIG_X86_32) := -march=i386
902 cflags-$(CONFIG_X86_64) := -mcmodel=small
[all …]
/linux-4.1.27/arch/sparc/include/asm/
Dvio.h226 u16 cflags; member
/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_iocb.c25 uint16_t cflags; in qla2x00_get_cmd_direction() local
29 cflags = 0; in qla2x00_get_cmd_direction()
33 cflags = CF_WRITE; in qla2x00_get_cmd_direction()
37 cflags = CF_READ; in qla2x00_get_cmd_direction()
41 return (cflags); in qla2x00_get_cmd_direction()
/linux-4.1.27/drivers/tty/
Dcyclades.c2005 u32 cflags; in cy_set_line_char() local
2148 cflags = CyCTS; in cy_set_line_char()
2150 cflags |= CyDSR | CyRI | CyDCD; in cy_set_line_char()
2155 cyy_writeb(info, CyMCOR1, cflags | rflow_thr[i]); in cy_set_line_char()
2157 cyy_writeb(info, CyMCOR1, cflags); in cy_set_line_char()
2159 cyy_writeb(info, CyMCOR2, cflags); in cy_set_line_char()
/linux-4.1.27/drivers/isdn/gigaset/
Dser-gigaset.c691 char *cflags, int count) in gigaset_tty_receive() argument
/linux-4.1.27/kernel/sched/
Dcore.c5538 unsigned long cflags = sd->flags, pflags = parent->flags; in sd_parent_degenerate() local
5559 if (~cflags & pflags) in sd_parent_degenerate()