Home
last modified time | relevance | path

Searched full:alternatives (Results 1 – 25 of 115) sorted by relevance

12345

/linux/arch/riscv/include/asm/
H A Dalternative.h24 #define RISCV_ALTERNATIVES_BOOT 0 /* alternatives applied during regular boot */
25 #define RISCV_ALTERNATIVES_MODULE 1 /* alternatives applied during module-init */
26 #define RISCV_ALTERNATIVES_EARLY_BOOT 2 /* alternatives applied before mmu start */
H A Dvendor_extensions.h36 * The alternatives need some way of distinguishing between vendor extensions
H A Dchecksum.h50 * worth checking if supported without Alternatives. in ip_fast_csum()
/linux/arch/arm64/kernel/
H A Dsuspend.c106 * before alternatives are patched, but are only restored by in cpu_suspend()
107 * __cpu_suspend_exit() after alternatives are patched. To avoid in cpu_suspend()
109 * after alternatives have been patched. in cpu_suspend()
H A Dalternative.c9 #define pr_fmt(fmt) "alternatives: " fmt
256 pr_info("applying system-wide alternatives\n"); in apply_alternatives_all()
273 pr_info("applying boot alternatives\n"); in apply_boot_alternatives()
/linux/arch/loongarch/include/asm/
H A Dalternative-asm.h12 * enough information for the alternatives patching code to patch an
54 * Same as ALTERNATIVE macro above but for two alternatives. If CPU
/linux/arch/powerpc/perf/
H A Dpower5+-pmu.c196 #define MAX_ALT 3 /* at most 3 alternatives for any event */
213 * Scan the alternatives table for a match and return the
214 * index into the alternatives table if found, else -1.
260 /* new decode alternatives for power5+ */ in find_alternative_bdecode()
302 * This doesn't include alternatives that don't provide in power5p_get_alternatives()
305 * Note that even with these additional alternatives in power5p_get_alternatives()
306 * we never end up with more than 3 alternatives for any event. in power5p_get_alternatives()
H A Dpower6-pmu.c310 #define MAX_ALT 4 /* at most 4 alternatives for any event */
383 /* check the alternatives table */ in p6_get_alternatives()
386 /* copy out alternatives from list */ in p6_get_alternatives()
416 * This doesn't include alternatives that don't provide in p6_get_alternatives()
419 * Note that even with these additional alternatives in p6_get_alternatives()
420 * we never end up with more than 4 alternatives for any event. in p6_get_alternatives()
H A Dpower7-pmu.c118 #define MAX_ALT 2 /* at most 2 alternatives for any event */
127 * Scan the alternatives table for a match and return the
128 * index into the alternatives table if found, else -1.
183 * This doesn't include alternatives that don't provide in power7_get_alternatives()
/linux/tools/testing/selftests/powerpc/primitives/asm/
H A Dfeature-fixups.h90 /* CPU feature sections with alternatives, use BEGIN_FTR_SECTION to start */
125 /* MMU feature sections with alternatives, use BEGIN_FTR_SECTION to start */
155 /* Firmware feature sections with alternatives */
/linux/arch/powerpc/include/asm/
H A Dfeature-fixups.h90 /* CPU feature sections with alternatives, use BEGIN_FTR_SECTION to start */
125 /* MMU feature sections with alternatives, use BEGIN_FTR_SECTION to start */
155 /* Firmware feature sections with alternatives */
/linux/arch/parisc/kernel/
H A Dalternative.c21 __setup("no-alternatives", setup_no_alternatives);
113 pr_info("alternatives: optimizing cache-flushes.\n"); in apply_alternatives_all()
/linux/arch/riscv/lib/
H A Dcsum.c45 * alternatives if supported in csum_ipv6_magic()
162 * alternatives if supported in do_csum_with_alignment()
249 * alternatives if supported in do_csum_no_alignment()
/linux/fs/notify/dnotify/
H A DKconfig9 superior alternatives, but some applications may still rely on
/linux/arch/arm64/include/asm/
H A Dalternative-macros.h47 * .error "Alternatives instruction length mismatch"
54 * Alternatives with callbacks do not generate replacement instructions.
/linux/arch/x86/kernel/
H A Dvmlinux.lds.S219 * Section for code used exclusively before alternatives are run. All
220 * references to such code must be patched out by alternatives, normally
250 * with alternatives, after which the section can be freed.
/linux/Documentation/ABI/stable/
H A Dvdso9 the vDSO and it often contains useful and highly-optimized alternatives
/linux/Documentation/scsi/
H A Daha152x.rst78 Choose from 2 alternatives:
119 If you use both alternatives the first will be taken.
/linux/drivers/cpuidle/
H A DKconfig34 to use. Say Y here if you are not happy with the alternatives.
/linux/fs/verity/
H A DKconfig47 alternatives (such as userspace signature verification, and
/linux/Documentation/driver-api/
H A Dioctl.rst231 Alternatives to ioctl
235 problem. Alternatives include:
/linux/include/linux/
H A Dindirect_call_wrapper.h54 * alternatives
/linux/tools/testing/selftests/powerpc/pmu/event_code_tests/
H A Devent_alternatives_tests_p10.c22 * Check for event alternatives.
H A Devent_alternatives_tests_p9.c22 * Check for event alternatives.
/linux/tools/include/uapi/
H A DREADME44 It's better than all the alternatives we tried so far:

12345