Home
last modified time | relevance | path

Searched refs:FLAGS (Results 1 – 25 of 34) sorted by relevance

12

/linux/scripts/
H A Dcoccicheck32 FLAGS="--very-quiet"
52 FLAGS="--quiet"
127 FLAGS="--no-show-diff $FLAGS"
244 $FLAGS --cocci-file $COCCI $OPT $OPTIONS || \
246 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff || \
248 $FLAGS --cocci-file $COCCI $OPT $OPTIONS || \
250 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff || exit 1
253 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff && \
255 $FLAGS --cocci-file $COCCI $OPT $OPTIONS || exit 1
257 run_cmd $SPATCH -D $MODE $FLAGS --cocci-file $COCCI $OPT $OPTIONS || exit 1
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/
H A Dfifo.c94 args->flags = NVDEF(NVOS04, FLAGS, CHANNEL_TYPE, PHYSICAL); in r535_chan_alloc()
95 args->flags |= NVDEF(NVOS04, FLAGS, VPR, FALSE); in r535_chan_alloc()
96 args->flags |= NVDEF(NVOS04, FLAGS, CHANNEL_SKIP_MAP_REFCOUNTING, FALSE); in r535_chan_alloc()
97 args->flags |= NVVAL(NVOS04, FLAGS, GROUP_CHANNEL_RUNQUEUE, runq); in r535_chan_alloc()
99 args->flags |= NVDEF(NVOS04, FLAGS, PRIVILEGED_CHANNEL, FALSE); in r535_chan_alloc()
101 args->flags |= NVDEF(NVOS04, FLAGS, PRIVILEGED_CHANNEL, TRUE); in r535_chan_alloc()
102 args->flags |= NVDEF(NVOS04, FLAGS, DELAY_CHANNEL_SCHEDULING, FALSE); in r535_chan_alloc()
103 args->flags |= NVDEF(NVOS04, FLAGS, CHANNEL_DENY_PHYSICAL_MODE_CE, FALSE); in r535_chan_alloc()
105 args->flags |= NVVAL(NVOS04, FLAGS, CHANNEL_USERD_INDEX_VALUE, userd_i); in r535_chan_alloc()
106 args->flags |= NVDEF(NVOS04, FLAGS, CHANNEL_USERD_INDEX_FIXED, FALSE); in r535_chan_alloc()
[all …]
H A Dvmm.c143 ctrl->flags = NVDEF(NV0080_CTRL_DMA_SET_PAGE_DIRECTORY, FLAGS, APERTURE, VIDMEM); in r535_mmu_vaspace_new()
/linux/drivers/video/fbdev/
H A Dedid.h119 #define FLAGS (unsigned)block[ 17 ] macro
121 #define INTERLACED (FLAGS&128)
122 #define SYNC_TYPE (FLAGS&3<<3) /* bits 4,3 */
124 #define HSYNC_POSITIVE (FLAGS & 4)
125 #define VSYNC_POSITIVE (FLAGS & 2)
/linux/tools/testing/selftests/riscv/mm/
H A Dmmap_test.h14 #define FLAGS (MAP_PRIVATE | MAP_ANONYMOUS) macro
18 void *value1 = mmap(NULL, sizeof(int), PROT, FLAGS, 0, 0); in memory_layout()
19 void *value2 = mmap(NULL, sizeof(int), PROT, FLAGS, 0, 0); in memory_layout()
/linux/rust/kernel/
H A Dbug.rs16 const FLAGS: u32 = $crate::bindings::BUGFLAG_WARNING | $flags;
42 flags = const FLAGS,
56 const FLAGS: u32 = $crate::bindings::BUGFLAG_WARNING | $flags;
73 flags = const FLAGS,
15 const FLAGS: u32 = $crate::bindings::BUGFLAG_WARNING | $flags; global() constant
54 const FLAGS: u32 = $crate::bindings::BUGFLAG_WARNING | $flags; global() constant
/linux/arch/x86/um/vdso/
H A Dvdso-layout.lds.S61 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
62 dynamic PT_DYNAMIC FLAGS(4); /* PF_R */
63 note PT_NOTE FLAGS(4); /* PF_R */
/linux/arch/sh/kernel/vsyscall/
H A Dvsyscall.lds.S66 text PT_LOAD FILEHDR PHDRS FLAGS(5); /* PF_R|PF_X */
67 dynamic PT_DYNAMIC FLAGS(4); /* PF_R */
68 note PT_NOTE FLAGS(4); /* PF_R */
/linux/arch/loongarch/vdso/
H A Dvdso.lds.S53 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
54 dynamic PT_DYNAMIC FLAGS(4); /* PF_R */
55 note PT_NOTE FLAGS(4); /* PF_R */
/linux/arch/riscv/kernel/vdso/
H A Dvdso.lds.S61 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
62 dynamic PT_DYNAMIC FLAGS(4); /* PF_R */
63 note PT_NOTE FLAGS(4); /* PF_R */
/linux/arch/arm64/kernel/vdso/
H A Dvdso.lds.S90 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
91 dynamic PT_DYNAMIC FLAGS(4); /* PF_R */
92 note PT_NOTE FLAGS(4); /* PF_R */
/linux/arch/m68k/kernel/
H A Dvmlinux.lds.S5 text PT_LOAD FILEHDR PHDRS FLAGS (7);
6 data PT_LOAD FLAGS (7);
/linux/arch/parisc/kernel/vdso64/
H A Dvdso64.lds.S91 text PT_LOAD FILEHDR PHDRS FLAGS(5); /* PF_R|PF_X */
92 note PT_NOTE FLAGS(4); /* PF_R */
93 dynamic PT_DYNAMIC FLAGS(4); /* PF_R */
/linux/arch/parisc/kernel/vdso32/
H A Dvdso32.lds.S93 text PT_LOAD FILEHDR PHDRS FLAGS(5); /* PF_R|PF_X */
94 note PT_NOTE FLAGS(4); /* PF_R */
95 dynamic PT_DYNAMIC FLAGS(4); /* PF_R */
/linux/tools/perf/arch/x86/tests/
H A Dregs_load.S13 #define FLAGS 9 * 8 macro
46 movq $0, FLAGS(%rdi)
83 movl $0, FLAGS(%edi)
/linux/arch/mips/kernel/
H A Dvmlinux.lds.S27 text PT_LOAD FLAGS(7); /* RWX */
29 note PT_NOTE FLAGS(4); /* R__ */
/linux/arch/loongarch/kernel/
H A Dvmlinux.lds.S35 text PT_LOAD FLAGS(7); /* RWX */
36 note PT_NOTE FLAGS(4); /* R__ */
/linux/tools/testing/selftests/mm/
H A Dhugepage-mremap.c
/linux/tools/testing/selftests/sgx/
H A Dtest_encl_bootstrap.S14 .fill 1, 8, 0 # FLAGS
28 .fill 1, 8, 0 # FLAGS
/linux/tools/testing/selftests/cgroup/
H A Dtest_hugetlb_memcg.c14 #define FLAGS (MAP_PRIVATE | MAP_ANONYMOUS | MAP_HUGETLB) macro
112 addr = mmap(ADDR, LENGTH, PROTECTION, FLAGS, 0, 0); in hugetlb_test_program()
/linux/lib/zlib_inflate/
H A Dinflate.h19 FLAGS, /* i: waiting for method and flags (gzip) */ enumerator
/linux/arch/mips/boot/compressed/
H A Dld.script12 text PT_LOAD FLAGS(7); /* RWX */
/linux/arch/powerpc/kernel/
H A Dvmlinux.lds.S37 text PT_LOAD FLAGS(7); /* RWX */
38 note PT_NOTE FLAGS(0);
/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()
/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-map.rst30 | **entries** *MAX_ENTRIES* **name** *NAME* [**flags** *FLAGS*] [**inner_map** *MAP*] \
76 bpftool map create *FILE* type *TYPE* key *KEY_SIZE* value *VALUE_SIZE* entries *MAX_ENTRIES* name *NAME* [flags *FLAGS*] [inner_map *MAP*] [offload_dev *NAME*]
79 *FLAGS* should be an integer which is the combination of desired flags,

12