Home
last modified time | relevance | path

Searched refs:patched (Results 1 – 8 of 8) sorted by relevance

/arch/arm64/kernel/
A Dpatching.c105 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 Detrap_32.S113 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 Dwof.S234 spnwin_patch3: and %twin_tmp, 0xff, %twin_tmp ! patched on 7win Sparcs
/arch/x86/kernel/
A Dalternative.c2578 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 Dphys2virt.S94 @ order bits, which can be patched into imm8 directly (and i:imm3
/arch/mips/boot/dts/cavium-octeon/
A Docteon_3xxx.dts5 * This device tree is pruned and patched by early boot code before
A Docteon_68xx.dts6 * This device tree is pruned and patched by early boot code before
/arch/
A DKconfig1638 preemption function will be patched directly.
1642 trampoline will be patched.

Completed in 27 milliseconds