Searched refs:override (Results 1 - 25 of 135) sorted by relevance

123456

/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dconfig_override.sh4 # config_override.sh base override
6 # Combines base and override, removing any Kconfig options from base
7 # that conflict with any in override, concatenating what remains and
23 override=$2
24 if test -r $override
28 echo Override file $override unreadable!!!
35 sed < $override -e 's/^/grep -v "/' -e 's/=.*$/="/' |
47 cat $override
/linux-master/drivers/memory/tegra/
H A Dtegra194.c19 .override = 0x000,
29 .override = 0x008,
39 .override = 0x010,
49 .override = 0x0a8,
59 .override = 0x0b0,
69 .override = 0x0e0,
79 .override = 0x0f8,
89 .override = 0x138,
99 .override = 0x158,
109 .override
[all...]
H A Dtegra186.c78 if (client->regs.sid.security == 0 && client->regs.sid.override == 0)
84 * If the secure firmware has locked this down the override
91 * Otherwise, try to set the override itself. Typically the
95 * override itself.
103 value = readl(mc->regs + client->regs.sid.override);
109 writel(sid, mc->regs + client->regs.sid.override);
175 .override = 0x000,
185 .override = 0x070,
195 .override = 0x0a8,
205 .override
[all...]
H A Dtegra234.c17 * override and security register offsets.
28 .override = 0xa8,
40 .override = 0xe0,
52 .override = 0x140,
64 .override = 0x148,
76 .override = 0x150,
88 .override = 0x158,
100 .override = 0x160,
112 .override = 0x168,
124 .override
[all...]
/linux-master/tools/tracing/rtla/
H A DMakefile.rtla3 define allow-override
10 $(call allow-override,CC,$(CROSS_COMPILE)gcc)
11 $(call allow-override,AR,$(CROSS_COMPILE)ar)
12 $(call allow-override,STRIP,$(CROSS_COMPILE)strip)
13 $(call allow-override,PKG_CONFIG,pkg-config)
14 $(call allow-override,LD_SO_CONF_PATH,/etc/ld.so.conf.d/)
15 $(call allow-override,LDCONFIG,ldconfig)
/linux-master/tools/verification/rv/
H A DMakefile.rv3 define allow-override
10 $(call allow-override,CC,$(CROSS_COMPILE)gcc)
11 $(call allow-override,AR,$(CROSS_COMPILE)ar)
12 $(call allow-override,STRIP,$(CROSS_COMPILE)strip)
13 $(call allow-override,PKG_CONFIG,pkg-config)
14 $(call allow-override,LD_SO_CONF_PATH,/etc/ld.so.conf.d/)
15 $(call allow-override,LDCONFIG,ldconfig)
/linux-master/tools/power/x86/turbostat/
H A DMakefile12 override CFLAGS += -O2 -Wall -Wextra -I../../../include
13 override CFLAGS += -DMSRHEADER='"../../../../arch/x86/include/asm/msr-index.h"'
14 override CFLAGS += -DINTEL_FAMILY_HEADER='"../../../../arch/x86/include/asm/intel-family.h"'
15 override CFLAGS += -D_FILE_OFFSET_BITS=64
16 override CFLAGS += -D_FORTIFY_SOURCE=2
/linux-master/tools/thermal/tmon/
H A DMakefile9 override CFLAGS+= $(call cc-option,-O3,-O1) ${WARNFLAGS}
11 override CFLAGS+= $(call cc-option,-fstack-protector-strong)
15 override CFLAGS+=-D VERSION=\"$(VERSION)\"
31 override CFLAGS += $(shell $(PKG_CONFIG) --cflags $(STATIC) panelw ncursesw 2> /dev/null || \
/linux-master/drivers/gpu/drm/amd/display/dc/dce80/
H A DMakefile26 CFLAGS_$(AMDDALPATH)/dc/dce80/dce80_resource.o = -Wno-override-init
/linux-master/drivers/gpu/drm/amd/display/dc/dce112/
H A DMakefile26 CFLAGS_$(AMDDALPATH)/dc/dce112/dce112_resource.o = -Wno-override-init
/linux-master/drivers/gpu/drm/amd/display/dc/dce120/
H A DMakefile27 CFLAGS_$(AMDDALPATH)/dc/dce120/dce120_resource.o = -Wno-override-init
/linux-master/arch/arm64/kernel/pi/
H A Didreg-override.c3 * Early cpufeature override framework
30 PREL64(struct arm64_ftr_override, override);
55 .override = &id_aa64mmfr1_override,
84 .override = &id_aa64mmfr2_override,
96 * override id_aa64zfr0_el1 to be 0.
108 .override = &id_aa64pfr0_override,
132 .override = &id_aa64pfr1_override,
143 .override = &id_aa64isar1_override,
155 .override = &id_aa64isar2_override,
166 .override
265 struct arm64_ftr_override *override; local
372 struct arm64_ftr_override *override; local
[all...]
/linux-master/tools/power/x86/x86_energy_perf_policy/
H A DMakefile12 override CFLAGS += -O2 -Wall -I../../../include
13 override CFLAGS += -DMSRHEADER='"../../../../arch/x86/include/asm/msr-index.h"'
14 override CFLAGS += -D_FORTIFY_SOURCE=2
/linux-master/drivers/gpu/drm/amd/display/dc/dce60/
H A DMakefile26 CFLAGS_$(AMDDALPATH)/dc/dce60/dce60_resource.o = -Wno-override-init
/linux-master/tools/scripts/
H A DMakefile.include48 define allow-override
61 $(call allow-override,CC,$(LLVM_PREFIX)clang$(LLVM_SUFFIX))
62 $(call allow-override,AR,$(LLVM_PREFIX)llvm-ar$(LLVM_SUFFIX))
63 $(call allow-override,LD,$(LLVM_PREFIX)ld.lld$(LLVM_SUFFIX))
64 $(call allow-override,CXX,$(LLVM_PREFIX)clang++$(LLVM_SUFFIX))
65 $(call allow-override,STRIP,$(LLVM_PREFIX)llvm-strip$(LLVM_SUFFIX))
68 $(call allow-override,CC,$(CROSS_COMPILE)gcc)
69 $(call allow-override,AR,$(CROSS_COMPILE)ar)
70 $(call allow-override,LD,$(CROSS_COMPILE)ld)
71 $(call allow-override,CX
[all...]
/linux-master/tools/arch/x86/intel_sdsi/
H A DMakefile10 override CFLAGS += -O2 -Wall
/linux-master/drivers/gpu/drm/amd/display/dc/dce110/
H A DMakefile26 CFLAGS_$(AMDDALPATH)/dc/dce110/dce110_resource.o = -Wno-override-init
/linux-master/drivers/base/
H A Ddriver.c34 * driver_set_override() - Helper to set or clear driver override.
36 * @override: Address of string to change (e.g. &device->driver_override);
37 * The contents will be freed and hold newly allocated override.
43 * Helper to set or clear driver override in a device, intended for the cases
48 int driver_set_override(struct device *dev, const char **override, argument
54 if (!override || !s)
73 /* Empty string passed - clear override */
75 old = *override;
76 *override = NULL;
92 old = *override;
[all...]
/linux-master/tools/thermal/lib/
H A DMakefile72 override CFLAGS += $(EXTRA_WARNINGS)
73 override CFLAGS += -Werror -Wall
74 override CFLAGS += -fPIC
75 override CFLAGS += $(INCLUDES)
76 override CFGLAS += -Wl,-L.
77 override CFGLAS += -Wl,-lthermal
/linux-master/tools/build/
H A DMakefile9 define allow-override
15 $(call allow-override,CC,$(CROSS_COMPILE)gcc)
16 $(call allow-override,LD,$(CROSS_COMPILE)ld)
/linux-master/arch/x86/math-emu/
H A Dget_address.c221 && (addr_modes.override.segment == PREFIX_CS_)) {
281 address += vm86_segment(addr_modes.override.segment, addr);
285 address = pm_address(FPU_modrm, addr_modes.override.segment,
305 && (addr_modes.override.segment == PREFIX_CS_)) {
356 if (addr_modes.override.segment == PREFIX_DEFAULT)
357 addr_modes.override.segment = PREFIX_SS_;
361 if (addr_modes.override.segment == PREFIX_DEFAULT)
362 addr_modes.override.segment = PREFIX_SS_;
372 if (addr_modes.override.segment == PREFIX_DEFAULT)
373 addr_modes.override
[all...]
/linux-master/tools/testing/selftests/powerpc/
H A DMakefile50 override define RUN_TESTS
57 override define INSTALL_RULE
70 override define CLEAN
/linux-master/tools/arch/x86/kcpuid/
H A DMakefile12 override CFLAGS += -O2 -Wall -I../../../include
/linux-master/tools/testing/selftests/powerpc/benchmarks/
H A Dnull_syscall.c72 char *override; local
109 override = getenv("FREQUENCY");
110 if (override)
111 clock_frequency = strtoull(override, NULL, 10);
/linux-master/fs/btrfs/
H A Ddiscard.h26 bool override);

Completed in 334 milliseconds

123456