Home
last modified time | relevance | path

Searched refs:FLAGS (Results 51 – 75 of 108) sorted by relevance

12345

/openbmc/linux/arch/s390/kernel/vdso64/
H A Dvdso64.lds.S121 text PT_LOAD FILEHDR PHDRS FLAGS(5); /* PF_R|PF_X */
122 dynamic PT_DYNAMIC FLAGS(4); /* PF_R */
123 note PT_NOTE FLAGS(4); /* PF_R */
/openbmc/linux/arch/s390/kernel/vdso32/
H A Dvdso32.lds.S121 text PT_LOAD FILEHDR PHDRS FLAGS(5); /* PF_R|PF_X */
122 dynamic PT_DYNAMIC FLAGS(4); /* PF_R */
123 note PT_NOTE FLAGS(4); /* PF_R */
/openbmc/linux/arch/x86/kernel/
H A Dvmlinux.lds.S103 text PT_LOAD FLAGS(5); /* R_E */
104 data PT_LOAD FLAGS(6); /* RW_ */
107 percpu PT_LOAD FLAGS(6); /* RW_ */
109 init PT_LOAD FLAGS(7); /* RWE */
111 note PT_NOTE FLAGS(0); /* ___ */
/openbmc/linux/arch/s390/kernel/
H A Dvmlinux.lds.S35 text PT_LOAD FLAGS(5); /* R_E */
36 data PT_LOAD FLAGS(7); /* RWE */
37 note PT_NOTE FLAGS(0); /* ___ */
/openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind/
H A Dinit.d-add-support-for-read-only-rootfs.patch30 + for flag in `awk -v dir=$dir '{ if ($2 == dir) { print "FOUND"; split($4,FLAGS,",") } }; \
31 + END { for (f in FLAGS) print FLAGS[f] }' < /proc/mounts`; do
/openbmc/u-boot/drivers/bios_emulator/include/x86emu/
H A Dregs.h105 u32 FLAGS; member
152 #define R_FLG spc.FLAGS
160 #define R_FLG spc.FLAGS
168 #define R_EFLG spc.FLAGS
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ruli/files/
H A D0001-Make-space-for-flags-from-environment.patch67 FLAGS = $(DEBUG) -O2 -pipe -Wall -g -shared -D_REENTRANT \
69 SOFT_CFLAGS = $(WARN) $(FLAGS)
70 -CFLAGS = $(WARN) -Werror $(FLAGS)
71 +CFLAGS += $(WARN) -Werror $(FLAGS)
/openbmc/linux/drivers/mtd/spi-nor/
H A Dmacronix.c64 FLAGS(SPI_NOR_HAS_LOCK | SPI_NOR_4BIT_BP)
87 FLAGS(SPI_NOR_RWW) },
H A Dfujitsu.c14 FLAGS(SPI_NOR_NO_ERASE) },
H A Dissi.c78 FLAGS(SPI_NOR_QUAD_PP)
H A Dspansion.c784 FLAGS(SPI_NOR_HAS_LOCK)
866 FLAGS(NO_CHIP_ERASE)
879 FLAGS(NO_CHIP_ERASE)
882 FLAGS(SPI_NOR_NO_ERASE) },
/openbmc/linux/arch/mips/kernel/
H A Dvmlinux.lds.S27 text PT_LOAD FLAGS(7); /* RWX */
29 note PT_NOTE FLAGS(4); /* R__ */
/openbmc/linux/arch/loongarch/kernel/
H A Dvmlinux.lds.S29 text PT_LOAD FLAGS(7); /* RWX */
30 note PT_NOTE FLAGS(4); /* R__ */
/openbmc/linux/tools/testing/selftests/mm/
H A Dhugepage-mremap.c33 #define FLAGS (MAP_SHARED | MAP_ANONYMOUS) macro
153 mmap((void *)suggested_addr, length, PROTECTION, FLAGS, -1, 0); in main()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-networking/cyrus-sasl/cyrus-sasl/
H A Dsaslauthd.conf11 FLAGS=
H A Dsaslauthd.service9 ExecStart=@SBINDIR@/saslauthd -m $SOCKETDIR -a $MECH $FLAGS
/openbmc/linux/include/linux/
H A Dfs_parser.h107 #define __fsparam(TYPE, NAME, OPT, FLAGS, DATA) \ argument
112 .flags = FLAGS, \
/openbmc/linux/tools/testing/selftests/sgx/
H A Dtest_encl_bootstrap.S14 .fill 1, 8, 0 # FLAGS
28 .fill 1, 8, 0 # FLAGS
/openbmc/qemu/target/loongarch/
H A Dcpu.h51 FIELD(FCSR0, FLAGS, 16, 5)
70 #define GET_FP_FLAGS(REG) FIELD_EX32(REG, FCSR0, FLAGS)
73 (REG) = FIELD_DP32(REG, FCSR0, FLAGS, V); \
78 (REG) |= FIELD_DP32(0, FCSR0, FLAGS, V); \
/openbmc/linux/lib/zlib_inflate/
H A Dinflate.h19 FLAGS, /* i: waiting for method and flags (gzip) */ enumerator
/openbmc/u-boot/lib/zlib/
H A Dinflate.h22 FLAGS, /* i: waiting for method and flags (gzip) */ enumerator
/openbmc/linux/arch/mips/boot/compressed/
H A Dld.script12 text PT_LOAD FLAGS(7); /* RWX */
/openbmc/linux/security/keys/
H A Dproc.c222 #define showflag(FLAGS, LETTER, FLAG) \ in proc_keys_show() argument
223 ((FLAGS & (1 << FLAG)) ? LETTER : '-') in proc_keys_show()
/openbmc/linux/arch/powerpc/kernel/
H A Dvmlinux.lds.S43 text PT_LOAD FLAGS(7); /* RWX */
44 note PT_NOTE FLAGS(0);
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/cdparanoia/files/
H A Dout-of-tree-build.patch18 FLAGS=@TYPESIZES@ @CFLAGS@

12345