Home
last modified time | relevance | path

Searched full:overrides (Results 1 – 25 of 696) sorted by relevance

12345678910>>...28

/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/amdzen3/
Dbranch.json5 "BriefDescription": "L1 Branch Prediction Overrides Existing Prediction (speculative)."
10 "BriefDescription": "L2 Branch Prediction Overrides Existing Prediction (speculative)."
22 … "PublicDescription": "The number of times the instruction decoder overrides the predicted target."
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/amdzen2/
Dbranch.json5 "BriefDescription": "L1 Branch Prediction Overrides Existing Prediction (speculative)."
10 "BriefDescription": "L2 Branch Prediction Overrides Existing Prediction (speculative)."
21 "BriefDescription": "Decoder Overrides Existing Branch Prediction (speculative)."
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/amdzen2/
Dbranch.json5 "BriefDescription": "L1 Branch Prediction Overrides Existing Prediction (speculative)."
10 "BriefDescription": "L2 Branch Prediction Overrides Existing Prediction (speculative)."
21 "BriefDescription": "Decoder Overrides Existing Branch Prediction (speculative)."
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/protocols/
Dlink_dp_training.c682 const struct dc_link_training_overrides *overrides, in override_training_settings() argument
688 if (!link->dp_ss_off && overrides->downspread != NULL) in override_training_settings()
689 lt_settings->link_settings.link_spread = *overrides->downspread ? in override_training_settings()
694 if (overrides->voltage_swing != NULL) in override_training_settings()
695 lt_settings->voltage_swing = overrides->voltage_swing; in override_training_settings()
696 if (overrides->pre_emphasis != NULL) in override_training_settings()
697 lt_settings->pre_emphasis = overrides->pre_emphasis; in override_training_settings()
698 if (overrides->post_cursor2 != NULL) in override_training_settings()
699 lt_settings->post_cursor2 = overrides->post_cursor2; in override_training_settings()
700 if (overrides->ffe_preset != NULL) in override_training_settings()
[all …]
/kernel/linux/linux-5.10/include/uapi/linux/
Dcapability.h110 overrides the restriction of changing file ownership and group
121 /* Overrides all DAC restrictions regarding read and search on files
127 /* Overrides all restrictions about allowed operations on files, where
133 /* Overrides the following restrictions that the effective user ID
142 /* Overrides the restriction that the real or effective user ID of a
301 /* NOTE: ext2 honors fsuid when checking for resource overrides, so
346 to implement capability based overrides of that policy, this is
/kernel/linux/linux-6.6/include/uapi/linux/
Dcapability.h111 overrides the restriction of changing file ownership and group
122 /* Overrides all DAC restrictions regarding read and search on files
128 /* Overrides all restrictions about allowed operations on files, where
134 /* Overrides the following restrictions that the effective user ID
143 /* Overrides the restriction that the real or effective user ID of a
301 /* NOTE: ext2 honors fsuid when checking for resource overrides, so
346 to implement capability based overrides of that policy, this is
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/usb/
Dgr-udc.txt24 each OUT endpoint of the core. Fewer entries overrides the default sizes
30 each IN endpoint of the core. Fewer entries overrides the default sizes
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/usb/
Dgr-udc.txt24 each OUT endpoint of the core. Fewer entries overrides the default sizes
30 each IN endpoint of the core. Fewer entries overrides the default sizes
/kernel/linux/linux-6.6/Documentation/ABI/testing/
Dsysfs-class-devfreq80 the user does not care. min_freq overrides the
89 the user does not care. max_freq overrides the
91 The max_freq overrides min_freq because max_freq may be
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-class-devfreq102 the user does not care. min_freq overrides the
111 the user does not care. max_freq overrides the
113 The max_freq overrides min_freq because max_freq may be
/kernel/linux/linux-6.6/include/linux/platform_data/
Dmtd-davinci.h37 * They're used unless platform data overrides them.
80 /* Main and mirror bbt descriptor overrides */
/kernel/linux/linux-6.6/arch/x86/kernel/apic/
Dinit.c36 /* The container for function call overrides */
105 /* Apply any already installed callback overrides */ in apic_install_driver()
/kernel/linux/linux-5.10/include/linux/platform_data/
Dmtd-davinci.h37 * They're used unless platform data overrides them.
80 /* Main and mirror bbt descriptor overrides */
/kernel/linux/linux-5.10/arch/mips/kernel/
Duprobes.c57 * This definition overrides the weak definition in kernel/events/uprobes.c.
218 * This version overrides the weak version in kernel/events/uprobes.c.
246 * This overrides the weak version in kernel/events/uprobes.c.
/kernel/linux/linux-5.10/arch/arm64/boot/dts/qcom/
Dsdm845-cheza-r2.dts52 /* FIXED REGULATOR OVERRIDES (modifications to sdm845-cheza.dtsi) */
81 * NON-REGULATOR OVERRIDES
Dsdm845-cheza-r1.dts52 /* FIXED REGULATOR OVERRIDES (modifications to sdm845-cheza.dtsi) */
81 * NON-REGULATOR OVERRIDES
/kernel/linux/linux-6.6/arch/arm64/boot/dts/qcom/
Dsdm845-cheza-r1.dts52 /* FIXED REGULATOR OVERRIDES (modifications to sdm845-cheza.dtsi) */
81 * NON-REGULATOR OVERRIDES
Dsdm845-cheza-r2.dts52 /* FIXED REGULATOR OVERRIDES (modifications to sdm845-cheza.dtsi) */
81 * NON-REGULATOR OVERRIDES
/kernel/linux/linux-6.6/Documentation/core-api/
Dmemory-allocation.rst117 * ``GFP_KERNEL | __GFP_NORETRY`` - overrides the default allocator behavior
122 * ``GFP_KERNEL | __GFP_RETRY_MAYFAIL`` - overrides the default allocator
127 * ``GFP_KERNEL | __GFP_NOFAIL`` - overrides the default allocator behavior
/kernel/linux/linux-5.10/Documentation/core-api/
Dmemory-allocation.rst117 * ``GFP_KERNEL | __GFP_NORETRY`` - overrides the default allocator behavior
122 * ``GFP_KERNEL | __GFP_RETRY_MAYFAIL`` - overrides the default allocator
127 * ``GFP_KERNEL | __GFP_NOFAIL`` - overrides the default allocator behavior
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/amdzen1/
Dbranch.json21 "BriefDescription": "Decoder Overrides Existing Branch Prediction (speculative)."
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/amdzen1/
Dbranch.json21 "BriefDescription": "Decoder Overrides Existing Branch Prediction (speculative)."
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-pic32/
Dcpu-feature-overrides.h13 * CPU feature overrides for PIC32 boards
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-pic32/
Dcpu-feature-overrides.h13 * CPU feature overrides for PIC32 boards
/kernel/linux/linux-6.6/include/linux/
Dkmsan_string.h13 * KMSAN overrides the default memcpy/memset/memmove implementations in the

12345678910>>...28