| /linux/arch/parisc/math-emu/ |
| H A D | decode_exc.c | 85 #define update_trap_counts(Fpu_register, aflags, bflags, trap_counts) { \ argument 86 aflags=(Fpu_register[0])>>27; /* assumes zero fill. 32 bit */ \ 96 unsigned int aflags; in decode_fpu() local 126 update_trap_counts(Fpu_register, aflags, bflags, trap_counts); in decode_fpu() 178 update_trap_counts(Fpu_register, aflags, bflags, in decode_fpu() 202 update_trap_counts(Fpu_register, aflags, bflags, in decode_fpu() 258 update_trap_counts(Fpu_register, aflags, bflags, in decode_fpu() 277 update_trap_counts(Fpu_register, aflags, bflags, in decode_fpu() 280 update_trap_counts(Fpu_register, aflags, bflags, in decode_fpu() 312 update_trap_counts(Fpu_register, aflags, bflags, in decode_fpu() [all …]
|
| /linux/arch/s390/ |
| H A D | Makefile | 57 aflags-y += $(mflags-y) 76 KBUILD_AFLAGS_DECOMPRESSOR += $(aflags-y) 90 aflags-y += -DCC_USING_EXPOLINE 115 KBUILD_AFLAGS += $(aflags-y) $(cfi)
|
| /linux/arch/hexagon/ |
| H A D | Makefile | 23 aflags-y += $(call cc-option,-mv${CONFIG_HEXAGON_ARCH_VERSION}) 27 KBUILD_AFLAGS += $(aflags-y)
|
| /linux/lib/crypto/ |
| H A D | Makefile | 3 aflags-thumb2-$(CONFIG_THUMB2_KERNEL) := -U__thumb2__ -D__thumb2__=1 203 poly1305-aflags-$(CONFIG_CPU_V7) := -U__LINUX_ARM_ARCH__ -D__LINUX_ARM_ARCH__=5 204 poly1305-aflags-$(CONFIG_KERNEL_MODE_NEON) := -U__LINUX_ARM_ARCH__ -D__LINUX_ARM_ARCH__=7 205 AFLAGS_arm/poly1305-core.o += $(poly1305-aflags-y) $(aflags-thumb2-y) 299 AFLAGS_arm/sha256-core.o += $(aflags-thumb2-y) 329 AFLAGS_arm/sha512-core.o += $(aflags-thumb2-y)
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_ptp.c | 989 u32 aflags = adapter->flags; in ixgbe_ptp_set_timestamp_mode() local 1007 aflags &= ~(IXGBE_FLAG_RX_HWTSTAMP_ENABLED | in ixgbe_ptp_set_timestamp_mode() 1013 aflags |= (IXGBE_FLAG_RX_HWTSTAMP_ENABLED | in ixgbe_ptp_set_timestamp_mode() 1019 aflags |= (IXGBE_FLAG_RX_HWTSTAMP_ENABLED | in ixgbe_ptp_set_timestamp_mode() 1034 aflags |= (IXGBE_FLAG_RX_HWTSTAMP_ENABLED | in ixgbe_ptp_set_timestamp_mode() 1046 aflags |= IXGBE_FLAG_RX_HWTSTAMP_ENABLED; in ixgbe_ptp_set_timestamp_mode() 1089 aflags |= IXGBE_FLAG_RX_HWTSTAMP_ENABLED; in ixgbe_ptp_set_timestamp_mode() 1090 aflags &= ~IXGBE_FLAG_RX_HWTSTAMP_IN_REGISTER; in ixgbe_ptp_set_timestamp_mode() 1124 adapter->flags = aflags; in ixgbe_ptp_set_timestamp_mode()
|
| /linux/arch/mips/vdso/ |
| H A D | Makefile | 35 aflags-vdso := $(ccflags-vdso) \ 105 $(obj-vdso): KBUILD_AFLAGS := $(aflags-vdso) $(native-abi) 134 $(obj-vdso-o32): KBUILD_AFLAGS := $(aflags-vdso) -mabi=32 174 $(obj-vdso-n32): KBUILD_AFLAGS := $(aflags-vdso) -mabi=n32
|
| /linux/drivers/firmware/efi/libstub/ |
| H A D | Makefile.zboot | 35 aflags-zboot-header-$(EFI_ZBOOT_FORWARD_CFI) := \ 42 $(aflags-zboot-header-y)
|
| /linux/arch/powerpc/ |
| H A D | Makefile | 83 aflags-$(CONFIG_PPC64_ELF_ABI_V1) += $(call cc-option,-mabi=elfv1) 84 aflags-$(CONFIG_PPC64_ELF_ABI_V2) += -mabi=elfv2 94 aflags-$(CONFIG_CPU_BIG_ENDIAN) += $(call cc-option,-mbig-endian) 95 aflags-$(CONFIG_CPU_LITTLE_ENDIAN) += -mlittle-endian 221 KBUILD_AFLAGS += $(aflags-y)
|
| /linux/arch/loongarch/vdso/ |
| H A D | Makefile | 31 aflags-vdso := $(ccflags-vdso) \ 76 $(obj-vdso): KBUILD_AFLAGS := $(aflags-vdso) $(native-abi)
|
| /linux/drivers/net/wireless/ti/wlcore/ |
| H A D | acx.c | 745 acx->rate_policy.aflags = c->aflags; in wl1271_acx_sta_rate_policies() 761 acx->rate_policy.aflags = c->aflags; in wl1271_acx_sta_rate_policies() 779 acx->rate_policy.aflags = c->aflags; in wl1271_acx_sta_rate_policies() 810 acx->rate_policy.aflags = c->aflags; in wl1271_acx_ap_rate_policy()
|
| H A D | init.c | 438 rc.aflags = 0; in wl1271_init_ap_rates() 447 rc.aflags = 0; in wl1271_init_ap_rates() 472 rc.aflags = 0; in wl1271_init_ap_rates()
|
| H A D | conf.h | 286 u8 aflags; member
|
| H A D | acx.h | 413 u8 aflags; member
|
| /linux/drivers/block/aoe/ |
| H A D | aoe.h | 52 unsigned char aflags; member
|
| H A D | aoecmd.c | 345 ah->aflags |= AOEAFL_EXT; in ata_rw_frameinit() 353 ah->aflags |= AOEAFL_WRITE; in ata_rw_frameinit()
|
| /linux/drivers/net/wireless/ti/wl1251/ |
| H A D | acx.h | 1084 u8 aflags; member
|
| /linux/drivers/staging/media/av7110/ |
| H A D | av7110.c | 700 u16 aflags = 0; in SetPIDs() local 718 aflags |= 0x8000; in SetPIDs() 721 pcrpid, vpid, apid, ttpid, subpid, aflags); in SetPIDs()
|
| /linux/drivers/net/wireless/ti/wl12xx/ |
| H A D | main.c | 121 .aflags = 0,
|
| /linux/fs/gfs2/ |
| H A D | rgrp.c | 2070 if (S_ISDIR(ip->i_inode.i_mode) && (ap->aflags & GFS2_AF_ORLOV)) in gfs2_inplace_reserve()
|