| /linux-6.15/arch/parisc/math-emu/ |
| H A D | decode_exc.c | 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() 328 update_trap_counts(Fpu_register, aflags, bflags, trap_counts); in decode_fpu() [all …]
|
| /linux-6.15/arch/arm/crypto/ |
| H A D | Makefile | 52 aflags-thumb2-$(CONFIG_THUMB2_KERNEL) := -U__thumb2__ -D__thumb2__=1 54 AFLAGS_sha256-core.o += $(aflags-thumb2-y) 55 AFLAGS_sha512-core.o += $(aflags-thumb2-y) 58 poly1305-aflags-$(CONFIG_CPU_V7) := -U__LINUX_ARM_ARCH__ -D__LINUX_ARM_ARCH__=5 59 poly1305-aflags-$(CONFIG_KERNEL_MODE_NEON) := -U__LINUX_ARM_ARCH__ -D__LINUX_ARM_ARCH__=7 60 AFLAGS_poly1305-core.o += $(poly1305-aflags-y) $(aflags-thumb2-y)
|
| /linux-6.15/arch/hexagon/ |
| H A D | Makefile | 23 aflags-y += $(call cc-option,-mv${CONFIG_HEXAGON_ARCH_VERSION}) 27 KBUILD_AFLAGS += $(aflags-y)
|
| /linux-6.15/arch/s390/ |
| H A D | Makefile | 55 aflags-y += $(mflags-y) 74 KBUILD_AFLAGS_DECOMPRESSOR += $(aflags-y) 88 aflags-y += -DCC_USING_EXPOLINE 109 KBUILD_AFLAGS += $(aflags-y) $(cfi)
|
| /linux-6.15/drivers/firmware/efi/libstub/ |
| H A D | Makefile.zboot | 35 aflags-zboot-header-$(EFI_ZBOOT_FORWARD_CFI) := \ 42 $(aflags-zboot-header-y)
|
| /linux-6.15/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_ptp.c | 987 u32 aflags = adapter->flags; in ixgbe_ptp_set_timestamp_mode() local 1005 aflags &= ~(IXGBE_FLAG_RX_HWTSTAMP_ENABLED | in ixgbe_ptp_set_timestamp_mode() 1011 aflags |= (IXGBE_FLAG_RX_HWTSTAMP_ENABLED | in ixgbe_ptp_set_timestamp_mode() 1017 aflags |= (IXGBE_FLAG_RX_HWTSTAMP_ENABLED | in ixgbe_ptp_set_timestamp_mode() 1032 aflags |= (IXGBE_FLAG_RX_HWTSTAMP_ENABLED | in ixgbe_ptp_set_timestamp_mode() 1044 aflags |= IXGBE_FLAG_RX_HWTSTAMP_ENABLED; in ixgbe_ptp_set_timestamp_mode() 1087 aflags |= IXGBE_FLAG_RX_HWTSTAMP_ENABLED; in ixgbe_ptp_set_timestamp_mode() 1088 aflags &= ~IXGBE_FLAG_RX_HWTSTAMP_IN_REGISTER; in ixgbe_ptp_set_timestamp_mode() 1122 adapter->flags = aflags; in ixgbe_ptp_set_timestamp_mode()
|
| /linux-6.15/arch/mips/vdso/ |
| H A D | Makefile | 34 aflags-vdso := $(ccflags-vdso) \ 104 $(obj-vdso): KBUILD_AFLAGS := $(aflags-vdso) $(native-abi) 133 $(obj-vdso-o32): KBUILD_AFLAGS := $(aflags-vdso) -mabi=32 173 $(obj-vdso-n32): KBUILD_AFLAGS := $(aflags-vdso) -mabi=n32
|
| /linux-6.15/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-6.15/arch/loongarch/vdso/ |
| H A D | Makefile | 26 aflags-vdso := $(ccflags-vdso) \ 71 $(obj-vdso): KBUILD_AFLAGS := $(aflags-vdso) $(native-abi)
|
| /linux-6.15/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 | cmd.h | 405 u8 aflags; member
|
| H A D | acx.h | 413 u8 aflags; member
|
| /linux-6.15/include/linux/ |
| H A D | audit.h | 373 unsigned int aflags) { in audit_inode() argument 375 __audit_inode(name, dentry, aflags); in audit_inode() 612 unsigned int aflags) in audit_inode() argument
|
| /linux-6.15/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-6.15/drivers/net/wireless/ti/wl1251/ |
| H A D | acx.c | 851 acx->rate_class[0].aflags = 0; in wl1251_acx_rate_policies() 857 acx->rate_class[1].aflags = 0; in wl1251_acx_rate_policies()
|
| H A D | acx.h | 1084 u8 aflags; member
|
| /linux-6.15/fs/gfs2/ |
| H A D | inode.c | 407 struct gfs2_alloc_parms ap = { .target = *dblocks, .aflags = flags, }; in alloc_dinode() 633 u32 aflags = 0; in gfs2_create_inode() local 734 aflags |= GFS2_AF_ORLOV; in gfs2_create_inode() 739 error = alloc_dinode(ip, aflags, &blocks); in gfs2_create_inode()
|
| H A D | incore.h | 310 u32 aflags; member
|
| /linux-6.15/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-6.15/drivers/net/wireless/ti/wl12xx/ |
| H A D | main.c | 121 .aflags = 0,
|
| /linux-6.15/drivers/net/wireless/ti/wl18xx/ |
| H A D | main.c | 262 .aflags = 0,
|
| /linux-6.15/Documentation/kbuild/ |
| H A D | makefiles.rst | 599 aflags-$(biarch) += -a32 603 option. When $(biarch) equals "y", the expanded variables $(aflags-y)
|