Searched refs:altinstr_replacement (Results 1 - 14 of 14) sorted by relevance
/linux-4.4.14/tools/perf/bench/ |
H A D | mem-memcpy-x86-64-asm.S | 2 #define altinstr_replacement text define
|
H A D | mem-memset-x86-64-asm.S | 2 #define altinstr_replacement text define
|
/linux-4.4.14/arch/um/include/asm/ |
H A D | common.lds.S | 81 .altinstr_replacement : { *(.altinstr_replacement) }
|
/linux-4.4.14/arch/x86/include/asm/ |
H A D | alternative-asm.h | 53 .pushsection .altinstr_replacement,"ax" 89 .pushsection .altinstr_replacement,"ax"
|
H A D | cpufeature.h | 485 ".section .altinstr_replacement,\"ax\"\n" __static_cpu_has() 520 ".section .altinstr_replacement,\"ax\"\n" _static_cpu_has_safe() 555 ".section .altinstr_replacement,\"ax\"\n" _static_cpu_has_safe() 570 ".section .altinstr_replacement,\"ax\"\n" _static_cpu_has_safe()
|
H A D | alternative.h | 139 ".pushsection .altinstr_replacement, \"ax\"\n" \ 149 ".pushsection .altinstr_replacement, \"ax\"\n" \
|
/linux-4.4.14/arch/x86/um/vdso/ |
H A D | vdso-layout.lds.S | 38 .altinstr_replacement : { *(.altinstr_replacement) }
|
/linux-4.4.14/arch/mn10300/kernel/ |
H A D | vmlinux.lds.S | 68 .altinstr_replacement : { *(.altinstr_replacement) }
|
/linux-4.4.14/arch/arm64/include/asm/ |
H A D | alternative.h | 53 ".pushsection .altinstr_replacement, \"a\"\n" \ 81 .pushsection .altinstr_replacement, "ax" 120 662: .pushsection .altinstr_replacement, "ax"
|
/linux-4.4.14/scripts/ |
H A D | check_extable.sh | 52 # The target of the .altinstr_replacement is the relocation just before 53 # the .altinstr_replacement one. 63 echo "Error: found a reference to .altinstr_replacement in __ex_table:" 96 ".altinstr_replacement")
|
/linux-4.4.14/arch/x86/entry/vdso/ |
H A D | vdso-layout.lds.S | 94 .altinstr_replacement : { *(.altinstr_replacement) } :text
|
/linux-4.4.14/arch/arm64/kernel/ |
H A D | vmlinux.lds.S | 155 .altinstr_replacement : { 156 *(.altinstr_replacement)
|
/linux-4.4.14/arch/x86/kernel/ |
H A D | vmlinux.lds.S | 245 .altinstr_replacement : AT(ADDR(.altinstr_replacement) - LOAD_OFFSET) { 246 *(.altinstr_replacement)
|
/linux-4.4.14/scripts/mod/ |
H A D | modpost.c | 1071 .bad_tosec = { ".altinstr_replacement", NULL },
|
Completed in 782 milliseconds