Searched refs:option (Results 51 - 75 of 610) sorted by relevance

1234567891011>>

/linux-master/kernel/kcsan/
H A DMakefile10 CFLAGS_core.o := $(call cc-option,-fno-conserve-stack) \
11 $(call cc-option,-mno-outline-atomics) \
/linux-master/arch/riscv/include/asm/
H A Dalternative-macros.h24 .option push
25 .option norvc
26 .option norelax
28 .option pop
38 .option push
39 .option norvc
40 .option norelax
42 .option pop
75 ".option push\n" \
76 ".option norv
[all...]
/linux-master/arch/powerpc/
H A DMakefile24 HAS_BIARCH := $(call cc-option-yn, -m32)
70 KBUILD_CFLAGS_MODULE += $(call cc-option,-mno-save-toc-indirect)
72 KBUILD_CFLAGS += $(call cc-option,-mbig-endian)
81 cflags-$(CONFIG_PPC64_ELF_ABI_V1) += $(call cc-option,-mabi=elfv1)
82 cflags-$(CONFIG_PPC64_ELF_ABI_V1) += $(call cc-option,-mcall-aixdesc)
83 aflags-$(CONFIG_PPC64_ELF_ABI_V1) += $(call cc-option,-mabi=elfv1)
92 cflags-$(CONFIG_CPU_BIG_ENDIAN) += $(call cc-option,-mbig-endian)
94 aflags-$(CONFIG_CPU_BIG_ENDIAN) += $(call cc-option,-mbig-endian)
117 ifeq ($(call cc-option-yn,-mcmodel=medium),y)
133 CFLAGS-$(CONFIG_PPC64) := $(call cc-option,
[all...]
/linux-master/drivers/hwtracing/coresight/
H A DMakefile15 $(call cc-option, -Wrestrict) \
16 $(call cc-option, -Wunused-but-set-variable) \
17 $(call cc-option, -Wunused-const-variable) \
18 $(call cc-option, -Wpacked-not-aligned) \
19 $(call cc-option, -Wformat-overflow) \
20 $(call cc-option, -Wformat-truncation) \
21 $(call cc-option, -Wstringop-overflow) \
22 $(call cc-option, -Wstringop-truncation)
/linux-master/include/uapi/linux/netfilter/
H A Dxt_tcpudp.h11 __u8 option; /* TCP Option iff non-zero*/ member in struct:xt_tcp
21 #define XT_TCP_INV_OPTION 0x08 /* Invert the sense of option test. */
/linux-master/arch/x86/boot/
H A Dcmdline.c21 * Find a non-boolean option, that is, "option=argument". In accordance
22 * with standard Linux practice, if this option is repeated, this returns
28 int __cmdline_find_option(unsigned long cmdline_ptr, const char *option, char *buffer, int bufsize) argument
56 opptr = option;
95 * Find a boolean option (like quiet,noapic,nosmp....)
97 * Returns the position of that option (starts counting with 1)
100 int __cmdline_find_option_bool(unsigned long cmdline_ptr, const char *option) argument
130 opptr = option;
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dgv100.c25 #include <core/option.h>
H A Dgp100.c25 #include <core/option.h>
H A Dgp10b.c25 #include <core/option.h>
/linux-master/arch/xtensa/
H A DMakefile36 KBUILD_CFLAGS += $(call cc-option,-mforce-no-pic,)
37 KBUILD_CFLAGS += $(call cc-option,-mno-serialize-volatile,)
38 KBUILD_CFLAGS += $(call cc-option,-mno-fdpic,)
45 KBUILD_AFLAGS += $(call cc-option,-mno-fdpic,)
/linux-master/tools/perf/util/
H A Drecord.h12 struct option;
85 extern struct option *record_options;
87 int record__parse_freq(const struct option *opt, const char *str, int unset);
H A Dparse-regs-options.c13 __parse_regs(const struct option *opt, const char *str, int unset, bool intr)
86 parse_user_regs(const struct option *opt, const char *str, int unset)
92 parse_intr_regs(const struct option *opt, const char *str, int unset)
/linux-master/include/net/
H A Dbond_options.h25 * BOND_OPTFLAG_RAWVAL - the option parses the value itself
83 /* This structure is used for storing option values and for passing option
84 * values when changing an option. The logic when used as an arg is as follows:
110 /* unsuppmodes is used to denote modes in which the option isn't
114 /* supported values which this option can have, can be a subset of
122 int __bond_opt_set(struct bonding *bond, unsigned int option,
125 int __bond_opt_set_notify(struct bonding *bond, unsigned int option,
127 int bond_opt_tryset_rtnl(struct bonding *bond, unsigned int option, char *buf);
131 const struct bond_option *bond_opt_get(unsigned int option);
[all...]
/linux-master/arch/x86/
H A DMakefile16 RETPOLINE_CFLAGS := $(call cc-option,-mindirect-branch=thunk-extern -mindirect-branch-register)
17 RETPOLINE_VDSO_CFLAGS := $(call cc-option,-mindirect-branch=thunk-inline -mindirect-branch-register)
23 RETPOLINE_CFLAGS += $(call cc-option,-mindirect-branch-cs-prefix)
35 # clang has the option -mstack-alignment for that purpose.
36 ifneq ($(call cc-option, -mpreferred-stack-boundary=4),)
39 else ifneq ($(call cc-option, -mstack-alignment=16),)
49 -mno-mmx -mno-sse $(call cc-option,-fcf-protection=none)
87 KBUILD_CFLAGS += $(call cc-option,-fcf-protection=branch -fno-jump-tables)
90 KBUILD_CFLAGS += $(call cc-option,-fcf-protection=none)
135 KBUILD_CFLAGS += $(call cc-option,
[all...]
/linux-master/drivers/misc/cardreader/
H A Drts5249.c89 struct rtsx_cr_option *option = &(pcr->option); local
99 if (option->ltr_en) {
100 if (option->ltr_enabled)
101 rtsx_set_ltr_latency(pcr, option->ltr_active_latency);
234 struct rtsx_cr_option *option = &(pcr->option); local
292 if (option->force_clkreq_0)
398 struct rtsx_cr_option *option = &pcr->option; local
424 struct rtsx_cr_option *option = &pcr->option; local
540 struct rtsx_cr_option *option = &(pcr->option); local
664 struct rtsx_cr_option *option = &(pcr->option); local
[all...]
H A Drts5261.c158 struct rtsx_cr_option *option = &pcr->option; local
160 if (option->ocp_en)
294 if (pcr->option.ocp_en)
302 struct rtsx_cr_option *option = &pcr->option; local
304 if (option->ocp_en) {
312 RTS5261_LDO1_OCP_THD_MASK, option->sd_800mA_ocp_thd);
346 if (!pcr->option.ocp_en)
457 struct rtsx_cr_option *option local
467 struct rtsx_cr_option *option = &pcr->option; local
586 struct rtsx_cr_option *option = &pcr->option; local
764 struct rtsx_cr_option *option = &pcr->option; local
[all...]
H A Drts5264.c155 struct rtsx_cr_option *option = &pcr->option; local
157 if (option->ocp_en)
252 if (pcr->option.ocp_en)
314 struct rtsx_cr_option *option = &pcr->option; local
316 if (option->ocp_en) {
320 RTS5264_LDO1_OCP_THD_MASK, option->sd_800mA_ocp_thd);
393 if (!pcr->option.ocp_en)
504 struct rtsx_cr_option *option local
522 struct rtsx_cr_option *option = &pcr->option; local
649 struct rtsx_cr_option *option = &(pcr->option); local
843 struct rtsx_cr_option *option = &pcr->option; local
[all...]
/linux-master/arch/riscv/lib/
H A Dstrlen.S47 .option push
48 .option arch,+zbb
130 .option pop
H A Dstrcmp.S49 .option push
50 .option arch,+zbb
120 .option pop
/linux-master/lib/
H A Dcmdline.c36 * get_option - Parse integer from an option string
37 * @str: option string
40 * Read an int from an option string; if available accept a subsequent
44 * the current option in the string.
194 * parse_option_str - Parse a string and check an option is set or not
196 * @option: option name
201 * Return true if there's such option in the string, or return false.
203 bool parse_option_str(const char *str, const char *option) argument
206 if (!strncmp(str, option, strle
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dtest_tcp_hdr_options.h25 #define TEST_OPTION_FLAGS(flags, option) (1 & ((flags) >> (option)))
26 #define SET_OPTION_FLAGS(flags, option) ((flags) |= (1 << (option)))
/linux-master/arch/mips/
H A DMakefile60 ifeq ($(call cc-option-yn,-mmcount-ra-address), y)
65 cflags-y += $(call cc-option, -mno-check-zero-division)
112 cflags-$(CONFIG_SB1XXX_CORELIS) += $(call cc-option,-mno-sched-prolog) \
116 # option during the build, which adds a simple stack-probe at the beginning
146 cflags-y += $(call cc-option,-Wa$(comma)-mno-fix-loongson3-llsc,)
151 cflags-$(CONFIG_CPU_R3000) += $(call cc-option,-march=r3000,-march=mips1)
152 cflags-$(CONFIG_CPU_R4300) += $(call cc-option,-march=r4300,-march=mips3) -Wa,--trap
153 cflags-$(CONFIG_CPU_R4X00) += $(call cc-option,-march=r4600,-march=mips3) -Wa,--trap
154 cflags-$(CONFIG_CPU_TX49XX) += $(call cc-option,-march=r4600,-march=mips3) -Wa,--trap
163 cflags-$(CONFIG_CPU_P5600) += $(call cc-option,
[all...]
/linux-master/tools/lib/subcmd/
H A Dparse-options.h51 struct option;
52 typedef int parse_opt_cb(const struct option *, const char *arg, int unset);
56 * holds the type of the option, you must have an OPTION_END last in your
60 * the character to use as a short option name, '\0' if none.
63 * the long option name, without the leading dashes, NULL if none.
69 * token to explain the kind of argument this option wants. Keep it
73 * the short help associated to what the option does.
80 * PARSE_OPT_NOARG: says that this option takes no argument, for CALLBACKs
81 * PARSE_OPT_NONEG: says that this option cannot be negated
82 * PARSE_OPT_HIDDEN this option i
97 struct option { struct
[all...]
/linux-master/tools/testing/selftests/gpio/
H A Dgpio-mockup-sysfs.sh48 for option in $*; do
49 case $option in
/linux-master/tools/testing/selftests/powerpc/pmu/ebb/
H A DMakefile12 no-pie-option := $(call try-run, echo 'int main() { return 0; }' | \
15 LDFLAGS += $(no-pie-option)

Completed in 200 milliseconds

1234567891011>>