/linux-6.3-rc2/arch/parisc/math-emu/ |
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.3-rc2/arch/arm/crypto/ |
A D | Makefile | 56 aflags-thumb2-$(CONFIG_THUMB2_KERNEL) := -U__thumb2__ -D__thumb2__=1 58 AFLAGS_sha256-core.o += $(aflags-thumb2-y) 59 AFLAGS_sha512-core.o += $(aflags-thumb2-y) 62 poly1305-aflags-$(CONFIG_CPU_V7) := -U__LINUX_ARM_ARCH__ -D__LINUX_ARM_ARCH__=5 63 poly1305-aflags-$(CONFIG_KERNEL_MODE_NEON) := -U__LINUX_ARM_ARCH__ -D__LINUX_ARM_ARCH__=7 64 AFLAGS_poly1305-core.o += $(poly1305-aflags-y) $(aflags-thumb2-y)
|
/linux-6.3-rc2/arch/hexagon/ |
A D | Makefile | 23 aflags-y += $(call cc-option,-mv${CONFIG_HEXAGON_ARCH_VERSION}) 27 KBUILD_AFLAGS += $(aflags-y)
|
/linux-6.3-rc2/arch/s390/ |
A D | Makefile | 51 aflags-y += $(mflags-y) 69 KBUILD_AFLAGS_DECOMPRESSOR += $(aflags-y) 93 aflags-y += -DCC_USING_EXPOLINE 114 KBUILD_AFLAGS += $(aflags-y) $(cfi)
|
/linux-6.3-rc2/arch/mips/vdso/ |
A D | Makefile | 39 aflags-vdso := $(ccflags-vdso) \ 113 $(obj-vdso): KBUILD_AFLAGS := $(aflags-vdso) $(native-abi) 142 $(obj-vdso-o32): KBUILD_AFLAGS := $(aflags-vdso) -mabi=32 182 $(obj-vdso-n32): KBUILD_AFLAGS := $(aflags-vdso) -mabi=n32
|
/linux-6.3-rc2/arch/powerpc/ |
A D | Makefile | 77 aflags-$(CONFIG_PPC64_ELF_ABI_V1) += $(call cc-option,-mabi=elfv1) 78 aflags-$(CONFIG_PPC64_ELF_ABI_V2) += -mabi=elfv2 88 aflags-$(CONFIG_CPU_BIG_ENDIAN) += $(call cc-option,-mbig-endian) 89 aflags-$(CONFIG_CPU_LITTLE_ENDIAN) += -mlittle-endian 216 KBUILD_AFLAGS += $(aflags-y)
|
/linux-6.3-rc2/arch/loongarch/vdso/ |
A D | Makefile | 30 aflags-vdso := $(ccflags-vdso) \ 74 $(obj-vdso): KBUILD_AFLAGS := $(aflags-vdso) $(native-abi)
|
/linux-6.3-rc2/drivers/net/wireless/ti/wlcore/ |
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()
|
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()
|
A D | conf.h | 286 u8 aflags; member
|
A D | cmd.h | 407 u8 aflags; member
|
A D | acx.h | 413 u8 aflags; member
|
/linux-6.3-rc2/include/linux/ |
A D | audit.h | 372 unsigned int aflags) { in audit_inode() argument 374 __audit_inode(name, dentry, aflags); in audit_inode() 611 unsigned int aflags) in audit_inode() argument
|
/linux-6.3-rc2/drivers/block/aoe/ |
A D | aoe.h | 52 unsigned char aflags; member
|
A D | aoecmd.c | 345 ah->aflags |= AOEAFL_EXT; in ata_rw_frameinit() 353 ah->aflags |= AOEAFL_WRITE; in ata_rw_frameinit()
|
/linux-6.3-rc2/drivers/net/wireless/ti/wl1251/ |
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()
|
A D | acx.h | 1084 u8 aflags; member
|
/linux-6.3-rc2/fs/gfs2/ |
A D | inode.c | 399 struct gfs2_alloc_parms ap = { .target = *dblocks, .aflags = flags, }; in alloc_dinode() 625 u32 aflags = 0; in gfs2_create_inode() local 726 aflags |= GFS2_AF_ORLOV; in gfs2_create_inode() 731 error = alloc_dinode(ip, aflags, &blocks); in gfs2_create_inode()
|
A D | incore.h | 312 u32 aflags; member
|
A D | file.c | 421 struct gfs2_alloc_parms ap = { .aflags = 0, }; in gfs2_page_mkwrite() 1238 struct gfs2_alloc_parms ap = { .aflags = 0, }; in __gfs2_fallocate()
|
A D | quota.c | 884 struct gfs2_alloc_parms ap = { .aflags = 0, }; in do_sync() 1709 struct gfs2_alloc_parms ap = { .aflags = 0, }; in gfs2_set_dqblk()
|
/linux-6.3-rc2/drivers/staging/media/av7110/ |
A D | av7110.c | 717 u16 aflags = 0; in SetPIDs() local 731 aflags |= 0x8000; in SetPIDs() 734 pcrpid, vpid, apid, ttpid, subpid, aflags); in SetPIDs()
|
/linux-6.3-rc2/drivers/net/wireless/ti/wl12xx/ |
A D | main.c | 121 .aflags = 0,
|
/linux-6.3-rc2/drivers/net/wireless/ti/wl18xx/ |
A D | main.c | 262 .aflags = 0,
|
/linux-6.3-rc2/Documentation/kbuild/ |
A D | makefiles.rst | 588 aflags-$(biarch) += -a32 592 option. When $(biarch) equals "y", the expanded variables $(aflags-y)
|