Home
last modified time | relevance | path

Searched refs:F (Results 1 – 25 of 1391) sorted by relevance

12345678910>>...56

/openbmc/linux/arch/ia64/kernel/
H A Dunaligned.c248 # define F(reg) case reg: ia64_invala_gr(reg); break in invala_gr() macro
251 F( 0); F( 1); F( 2); F( 3); F( 4); F( 5); F( 6); F( 7); in invala_gr()
252 F( 8); F( 9); F( 10); F( 11); F( 12); F( 13); F( 14); F( 15); in invala_gr()
253 F( 16); F( 17); F( 18); F( 19); F( 20); F( 21); F( 22); F( 23); in invala_gr()
254 F( 24); F( 25); F( 26); F( 27); F( 28); F( 29); F( 30); F( 31); in invala_gr()
255 F( 32); F( 33); F( 34); F( 35); F( 36); F( 37); F( 38); F( 39); in invala_gr()
256 F( 40); F( 41); F( 42); F( 43); F( 44); F( 45); F( 46); F( 47); in invala_gr()
257 F( 48); F( 49); F( 50); F( 51); F( 52); F( 53); F( 54); F( 55); in invala_gr()
258 F( 56); F( 57); F( 58); F( 59); F( 60); F( 61); F( 62); F( 63); in invala_gr()
259 F( 64); F( 65); F( 66); F( 67); F( 68); F( 69); F( 70); F( 71); in invala_gr()
[all …]
/openbmc/qemu/
H A DMAINTAINERS36 F: Files and directories with wildcard patterns.
38 F: drivers/net/ all files in and below drivers/net
39 F: drivers/net/* all files in drivers/net, but not below
40 F: */net/* all files in "any top level directory"/net
41 One pattern per line. Multiple F: lines acceptable.
42 X: Files and directories that are NOT maintained, same rules as F:
45 F: net/
64 F: *
65 F: */
75 F: docs/devel/style.rst
[all …]
/openbmc/u-boot/board/freescale/p1_p2_rdb_pc/
H A DMAINTAINERS4 F: board/freescale/p1_p2_rdb_pc/
5 F: include/configs/p1_p2_rdb_pc.h
6 F: configs/P1020MBG-PC_defconfig
7 F: configs/P1020MBG-PC_36BIT_defconfig
8 F: configs/P1020MBG-PC_36BIT_SDCARD_defconfig
9 F: configs/P1020MBG-PC_SDCARD_defconfig
10 F: configs/P1020RDB-PC_defconfig
11 F: configs/P1020RDB-PC_36BIT_defconfig
12 F: configs/P1020RDB-PC_36BIT_NAND_defconfig
13 F: configs/P1020RDB-PC_36BIT_SDCARD_defconfig
[all …]
/openbmc/u-boot/board/sunxi/
H A DMAINTAINERS4 F: board/sunxi/
5 F: include/configs/sun4i.h
6 F: configs/A10-OLinuXino-Lime_defconfig
7 F: configs/ba10_tv_box_defconfig
8 F: configs/Chuwi_V7_CW0825_defconfig
9 F: configs/Cubieboard_defconfig
10 F: configs/dserve_dsrv9703c_defconfig
11 F: configs/Hyundai_A7HD_defconfig
12 F: configs/inet1_defconfig
13 F: configs/inet97fv2_defconfig
[all …]
/openbmc/u-boot/
H A DMAINTAINERS17 F: Files and directories with wildcard patterns.
19 F: drivers/net/ all files in and below drivers/net
20 F: drivers/net/* all files in drivers/net, but not below
21 F: */net/* all files in "any top level directory"/net
22 One pattern per line. Multiple F: lines acceptable.
27 match F: pattern and matches of N: patterns. By default,
28 get_maintainer will not look at git log history when an F: pattern
31 X: Files and directories that are NOT maintained, same rules as F:
34 F: net/
59 F: arch/arc/
[all …]
/openbmc/u-boot/board/freescale/corenet_ds/
H A DMAINTAINERS4 F: board/freescale/corenet_ds/
5 F: include/configs/P3041DS.h
6 F: configs/P3041DS_defconfig
7 F: configs/P3041DS_NAND_defconfig
8 F: configs/P3041DS_SDCARD_defconfig
9 F: configs/P3041DS_SECURE_BOOT_defconfig
10 F: configs/P3041DS_SPIFLASH_defconfig
11 F: configs/P3041DS_SRIO_PCIE_BOOT_defconfig
12 F: include/configs/P4080DS.h
13 F: configs/P4080DS_defconfig
[all …]
/openbmc/u-boot/board/freescale/p1010rdb/
H A DMAINTAINERS4 F: board/freescale/p1010rdb/
5 F: include/configs/P1010RDB.h
6 F: configs/P1010RDB-PA_36BIT_NAND_defconfig
7 F: configs/P1010RDB-PA_36BIT_NAND_SECBOOT_defconfig
8 F: configs/P1010RDB-PA_36BIT_NOR_defconfig
9 F: configs/P1010RDB-PA_36BIT_NOR_SECBOOT_defconfig
10 F: configs/P1010RDB-PA_36BIT_SDCARD_defconfig
11 F: configs/P1010RDB-PA_36BIT_SPIFLASH_defconfig
12 F: configs/P1010RDB-PA_36BIT_SPIFLASH_SECBOOT_defconfig
13 F: configs/P1010RDB-PA_NAND_defconfig
[all …]
/openbmc/linux/arch/x86/kvm/
H A Dcpuid.c85 #define F feature_bit macro
91 (boot_cpu_has(X86_FEATURE_##name) ? F(name) : 0); \
601 unsigned int f_gbpages = F(GBPAGES); in kvm_set_cpu_caps()
602 unsigned int f_lm = F(LM); in kvm_set_cpu_caps()
603 unsigned int f_xfd = F(XFD); in kvm_set_cpu_caps()
622 F(XMM3) | F(PCLMULQDQ) | 0 /* DTES64, MONITOR */ | in kvm_set_cpu_caps()
624 0 /* TM2 */ | F(SSSE3) | 0 /* CNXT-ID */ | 0 /* Reserved */ | in kvm_set_cpu_caps()
625 F(FMA) | F(CX16) | 0 /* xTPR Update */ | F(PDCM) | in kvm_set_cpu_caps()
626 F(PCID) | 0 /* Reserved, DCA */ | F(XMM4_1) | in kvm_set_cpu_caps()
627 F(XMM4_2) | F(X2APIC) | F(MOVBE) | F(POPCNT) | in kvm_set_cpu_caps()
[all …]
/openbmc/u-boot/board/freescale/t104xrdb/
H A DMAINTAINERS4 F: board/freescale/t104xrdb/
5 F: include/configs/T104xRDB.h
6 F: configs/T1040RDB_defconfig
7 F: configs/T1040RDB_NAND_defconfig
8 F: configs/T1040RDB_SPIFLASH_defconfig
9 F: configs/T1040D4RDB_defconfig
10 F: configs/T1040D4RDB_NAND_defconfig
11 F: configs/T1040D4RDB_SPIFLASH_defconfig
12 F: configs/T1042RDB_defconfig
13 F: configs/T1042D4RDB_defconfig
[all …]
/openbmc/linux/
H A DMAINTAINERS33 F: *Files* and directories wildcard patterns.
35 F: drivers/net/ all files in and below drivers/net
36 F: drivers/net/* all files in drivers/net, but not below
37 F: */net/* all files in "any top level directory"/net
38 One pattern per line. Multiple F: lines acceptable.
40 rules as F:. Files exclusions are tested before file matches.
42 F: net/
50 match F: pattern and matches of N: patterns. By default,
51 get_maintainer will not look at git log history when an F: pattern
74 F: Documentation/networking/device_drivers/ethernet/3com/vortex.rst
[all …]
/openbmc/u-boot/board/engicam/imx6q/
H A DMAINTAINERS4 F: board/engicam/imx6q
5 F: include/configs/imx6-engicam.h
6 F: configs/imx6qdl_icore_mmc_defconfig
7 F: configs/imx6q_icore_nand_defconfig
8 F: configs/imx6dl_icore_nand_defconfig
9 F: configs/imx6qdl_icore_rqs_defconfig
10 F: configs/imx6qdl_icore_mipi_defconfig
11 F: configs/imx6qdl_icore_nand_defconfig
12 F: arch/arm/dts/imx6qdl.dtsi
13 F: arch/arm/dts/imx6qdl-u-boot.dtsi
[all …]
/openbmc/u-boot/board/freescale/bsc9132qds/
H A DMAINTAINERS4 F: board/freescale/bsc9132qds/
5 F: include/configs/BSC9132QDS.h
6 F: configs/BSC9132QDS_NAND_DDRCLK100_defconfig
7 F: configs/BSC9132QDS_NAND_DDRCLK133_defconfig
8 F: configs/BSC9132QDS_NOR_DDRCLK100_defconfig
9 F: configs/BSC9132QDS_NOR_DDRCLK133_defconfig
10 F: configs/BSC9132QDS_SDCARD_DDRCLK100_defconfig
11 F: configs/BSC9132QDS_SDCARD_DDRCLK133_defconfig
12 F: configs/BSC9132QDS_SPIFLASH_DDRCLK100_defconfig
13 F: configs/BSC9132QDS_SPIFLASH_DDRCLK133_defconfig
[all …]
/openbmc/linux/Documentation/userspace-api/ioctl/
H A Dioctl-number.rst73 0x00 00-1F linux/fs.h conflict!
74 0x00 00-1F scsi/scsi_ioctl.h conflict!
75 0x00 00-1F linux/fb.h conflict!
76 0x00 00-1F linux/wavefront.h conflict!
82 0x10 00-0F drivers/char/s390/vmcp.h
83 0x10 10-1F arch/s390/include/uapi/sclp_ctl.h
84 0x10 20-2F arch/s390/include/uapi/asm/hypfs.h
91 0x3E 00-0F linux/counter.h <mailto:linux-iio@vger.kernel.…
92 '!' 00-1F uapi/linux/seccomp.h
93 '#' 00-3F IEEE 1394 Subsystem
[all …]
/openbmc/u-boot/lib/
H A Dsha256.c62 uint32_t A, B, C, D, E, F, G, H; in sha256_process() local
110 F = ctx->state[5]; in sha256_process()
114 P(A, B, C, D, E, F, G, H, W[0], 0x428A2F98); in sha256_process()
115 P(H, A, B, C, D, E, F, G, W[1], 0x71374491); in sha256_process()
116 P(G, H, A, B, C, D, E, F, W[2], 0xB5C0FBCF); in sha256_process()
117 P(F, G, H, A, B, C, D, E, W[3], 0xE9B5DBA5); in sha256_process()
118 P(E, F, G, H, A, B, C, D, W[4], 0x3956C25B); in sha256_process()
119 P(D, E, F, G, H, A, B, C, W[5], 0x59F111F1); in sha256_process()
120 P(C, D, E, F, G, H, A, B, W[6], 0x923F82A4); in sha256_process()
121 P(B, C, D, E, F, G, H, A, W[7], 0xAB1C5ED5); in sha256_process()
[all …]
/openbmc/u-boot/board/micronas/vct/
H A DMAINTAINERS4 F: board/micronas/vct/
5 F: include/configs/vct.h
6 F: configs/vct_platinum_defconfig
7 F: configs/vct_platinum_onenand_defconfig
8 F: configs/vct_platinum_onenand_small_defconfig
9 F: configs/vct_platinum_small_defconfig
10 F: configs/vct_platinumavc_defconfig
11 F: configs/vct_platinumavc_onenand_defconfig
12 F: configs/vct_platinumavc_onenand_small_defconfig
13 F: configs/vct_platinumavc_small_defconfig
[all …]
/openbmc/u-boot/board/atmel/at91sam9260ek/
H A DMAINTAINERS4 F: board/atmel/at91sam9260ek/
5 F: include/configs/at91sam9260ek.h
6 F: configs/at91sam9260ek_dataflash_cs0_defconfig
7 F: configs/at91sam9260ek_dataflash_cs1_defconfig
8 F: configs/at91sam9260ek_nandflash_defconfig
9 F: configs/at91sam9g20ek_2mmc_nandflash_defconfig
10 F: configs/at91sam9g20ek_dataflash_cs0_defconfig
11 F: configs/at91sam9g20ek_dataflash_cs1_defconfig
12 F: configs/at91sam9g20ek_mmc_defconfig
13 F: configs/at91sam9g20ek_2mmc_defconfig
[all …]
/openbmc/qemu/tests/tcg/i386/
H A Dtest-avx.c96 #define MMREG(F) \ argument
97 F(mm0, 0x00) \
98 F(mm1, 0x08) \
99 F(mm2, 0x10) \
100 F(mm3, 0x18) \
101 F(mm4, 0x20) \
102 F(mm5, 0x28) \
103 F(mm6, 0x30) \
104 F(mm7, 0x38)
105 #define YMMREG(F) \ argument
[all …]
H A Dtest-mmx.c108 #define MMREG(F) \ argument
109 F(mm0, 0x00) \
110 F(mm1, 0x08) \
111 F(mm2, 0x10) \
112 F(mm3, 0x18) \
113 F(mm4, 0x20) \
114 F(mm5, 0x28) \
115 F(mm6, 0x30) \
116 F(mm7, 0x38)
117 #define XMMREG(F) \ argument
[all …]
/openbmc/qemu/tests/unit/
H A Dtest-smp-parse.c21 #define F false macro
141 .config = SMP_CONFIG_GENERIC(F, 0, F, 0, F, 0, F, 0, F, 0),
148 .config = SMP_CONFIG_GENERIC(T, 8, F, 0, F, 0, F, 0, F, 0),
154 .config = SMP_CONFIG_GENERIC(F, 0, T, 2, F, 0, F, 0, F, 0),
160 .config = SMP_CONFIG_GENERIC(F, 0, F, 0, T, 4, F, 0, F, 0),
166 .config = SMP_CONFIG_GENERIC(F, 0, F, 0, F, 0, T, 2, F, 0),
173 .config = SMP_CONFIG_GENERIC(F, 0, F, 0, F, 0, F, 0, T, 16),
179 .config = SMP_CONFIG_GENERIC(T, 8, T, 2, F, 0, F, 0, F, 0),
185 .config = SMP_CONFIG_GENERIC(T, 8, F, 0, T, 4, F, 0, F, 0),
192 .config = SMP_CONFIG_GENERIC(T, 8, F, 0, F, 0, T, 2, F, 0),
[all …]
/openbmc/u-boot/board/engicam/imx6ul/
H A DMAINTAINERS4 F: board/engicam/imx6ul
5 F: include/configs/imx6-engicam.h
6 F: configs/imx6ul_geam_mmc_defconfig
7 F: configs/imx6ul_geam_nand_defconfig
8 F: configs/imx6ul_isiot_emmc_defconfig
9 F: configs/imx6ul_isiot_mmc_defconfig
10 F: configs/imx6ul_isiot_nand_defconfig
11 F: arch/arm/dts/imx6ul.dtsi
12 F: arch/arm/dts/imx6ul-u-boot.dtsi
13 F: arch/arm/dts/imx6ul-geam-kit.dts
[all …]
/openbmc/u-boot/board/keymile/km83xx/
H A DMAINTAINERS4 F: board/keymile/km83xx/
5 F: include/configs/km8360.h
6 F: configs/kmcoge5ne_defconfig
7 F: configs/kmeter1_defconfig
8 F: include/configs/tuxx1.h
9 F: configs/kmopti2_defconfig
10 F: configs/kmtepr2_defconfig
11 F: include/configs/suvd3.h
12 F: configs/kmtegr1_defconfig
13 F: configs/kmvect1_defconfig
[all …]
/openbmc/qemu/tests/tcg/s390x/
H A Dex-relative-long.c36 #define FOR_EACH_INSN(F) \ argument
37 F(cgfrl, REG, MEM, 2) \
38 F(cghrl, REG, MEM, 2) \
39 F(cgrl, REG, MEM, 2) \
40 F(chrl, REG, MEM, 1) \
41 F(clgfrl, REG, MEM, 2) \
42 F(clghrl, REG, MEM, 2) \
43 F(clgrl, REG, MEM, 1) \
44 F(clhrl, REG, MEM, 2) \
45 F(clrl, REG, MEM, 1) \
[all …]
H A Dex-branch.c17 #define FOR_EACH_INSN(F) \ argument
18 F(bras, "%[link]", LINK_64) \
19 F(brasl, "%[link]", LINK_64) \
20 F(brc, "0x8", LINK_NONE) \
21 F(brcl, "0x8", LINK_NONE) \
22 F(brct, "%%r0", LINK_NONE) \
23 F(brctg, "%%r0", LINK_NONE) \
24 F(brxh, "%%r2,%%r0", LINK_NONE) \
25 F(brxhg, "%%r2,%%r0", LINK_NONE) \
26 F(brxle, "%%r0,%%r1", LINK_NONE) \
[all …]
/openbmc/u-boot/board/freescale/t208xqds/
H A DMAINTAINERS4 F: board/freescale/t208xqds/
5 F: include/configs/T208xQDS.h
6 F: configs/T2080QDS_defconfig
7 F: configs/T2080QDS_NAND_defconfig
8 F: configs/T2080QDS_SDCARD_defconfig
9 F: configs/T2080QDS_SPIFLASH_defconfig
10 F: configs/T2080QDS_SRIO_PCIE_BOOT_defconfig
11 F: configs/T2081QDS_defconfig
12 F: configs/T2081QDS_NAND_defconfig
13 F: configs/T2081QDS_SDCARD_defconfig
[all …]
/openbmc/u-boot/board/sandbox/
H A DMAINTAINERS4 F: board/sandbox/
5 F: include/configs/sandbox.h
6 F: configs/sandbox_defconfig
12 F: board/sandbox/
13 F: include/configs/sandbox.h
14 F: configs/sandbox64_defconfig
19 F: board/sandbox/
20 F: include/configs/sandbox.h
21 F: configs/sandbox_noblk_defconfig
26 F: board/sandbox/
[all …]

12345678910>>...56