Searched refs:patched (Results 1 – 8 of 8) sorted by relevance
| /arch/arm64/kernel/ |
| A D | patching.c | 105 typedef void text_poke_f(void *dst, void *src, size_t patched, size_t len); 110 size_t patched = 0; in __text_poke() local 117 while (patched < len) { in __text_poke() 118 ptr = addr + patched; in __text_poke() 120 len - patched); in __text_poke() 123 func(waddr, src, patched, size); in __text_poke() 126 patched += size; in __text_poke() 135 static void text_poke_memcpy(void *dst, void *src, size_t patched, size_t len) in text_poke_memcpy() argument 137 copy_to_kernel_nofault(dst, src + patched, len); in text_poke_memcpy() 140 static void text_poke_memset(void *dst, void *src, size_t patched, size_t len) in text_poke_memset() argument
|
| /arch/sparc/kernel/ |
| A D | etrap_32.S | 113 sll %t_wim, 0x7, %t_wim ! patched on 7 window Sparcs 116 and %g2, 0xff, %g2 ! patched on 7 window Sparcs 189 and %g2, 0xff, %g2 ! patched on 7win Sparcs 203 and %g1, 0xff, %g1 ! patched on 7win Sparcs, mask 206 sll %t_wim, 0x7, %t_wim ! patched on 7win Sparcs 209 and %g2, 0xff, %g2 ! patched on 7win Sparcs
|
| A D | wof.S | 234 spnwin_patch3: and %twin_tmp, 0xff, %twin_tmp ! patched on 7win Sparcs
|
| /arch/x86/kernel/ |
| A D | alternative.c | 2578 size_t patched = 0; in text_poke_copy_locked() local 2583 while (patched < len) { in text_poke_copy_locked() 2584 unsigned long ptr = start + patched; in text_poke_copy_locked() 2587 s = min_t(size_t, PAGE_SIZE * 2 - offset_in_page(ptr), len - patched); in text_poke_copy_locked() 2589 __text_poke(text_poke_memcpy, (void *)ptr, opcode + patched, s); in text_poke_copy_locked() 2590 patched += s; in text_poke_copy_locked() 2627 size_t patched = 0; in text_poke_set() local 2633 while (patched < len) { in text_poke_set() 2634 unsigned long ptr = start + patched; in text_poke_set() 2637 s = min_t(size_t, PAGE_SIZE * 2 - offset_in_page(ptr), len - patched); in text_poke_set() [all …]
|
| /arch/arm/kernel/ |
| A D | phys2virt.S | 94 @ order bits, which can be patched into imm8 directly (and i:imm3
|
| /arch/mips/boot/dts/cavium-octeon/ |
| A D | octeon_3xxx.dts | 5 * This device tree is pruned and patched by early boot code before
|
| A D | octeon_68xx.dts | 6 * This device tree is pruned and patched by early boot code before
|
| /arch/ |
| A D | Kconfig | 1638 preemption function will be patched directly. 1642 trampoline will be patched.
|
Completed in 27 milliseconds