Searched refs:replacement (Results 1 – 12 of 12) sorted by relevance
| /arch/parisc/kernel/ |
| A D | alternative.c | 48 u32 *from, replacement; in apply_alternatives() local 55 replacement = entry->replacement; in apply_alternatives() 63 index, cond, len, from, replacement); in apply_alternatives() 70 if (replacement == INSN_PxTLB) { in apply_alternatives() 71 replacement = *from; in apply_alternatives() 73 replacement |= (1 << 10); /* set el bit */ in apply_alternatives() 80 if (replacement == INSN_NOP && len > 1) in apply_alternatives() 81 replacement = 0xe8000002 + (len-2)*8; /* "b,n .+8" */ in apply_alternatives() 84 index, cond, len, replacement, from, from); in apply_alternatives() 90 source = (u32 *)((ulong)&entry->replacement + entry->replacement); in apply_alternatives() [all …]
|
| /arch/parisc/include/asm/ |
| A D | alternative.h | 27 u32 replacement; /* replacement instruction or code */ member 36 #define ALTERNATIVE(cond, replacement) "!0:" \ argument 41 ".word " __stringify(replacement) " !" \ 47 #define ALTERNATIVE(from, to, cond, replacement)\ argument 52 .word replacement ! \
|
| /arch/loongarch/kernel/ |
| A D | alternative.c | 188 union loongarch_instruction *instr, *replacement; in apply_alternatives() local 205 replacement = (void *)&a->replace_offset + a->replace_offset; in apply_alternatives() 217 replacement, a->replacementlen); in apply_alternatives() 224 replacement, a->replacementlen); in apply_alternatives() 227 DUMP_WORDS(replacement, nr_repl, "%px: rpl_insn: ", replacement); in apply_alternatives() 229 copy_alt_insns(insnbuf, instr, replacement, nr_repl); in apply_alternatives()
|
| /arch/x86/kernel/ |
| A D | alternative.c | 621 u8 *instr, *replacement; in apply_alternatives() local 660 replacement = (u8 *)&a->repl_offset + a->repl_offset; in apply_alternatives() 681 replacement, a->replacementlen, a->flags); in apply_alternatives() 683 memcpy(insn_buff, replacement, a->replacementlen); in apply_alternatives() 695 text_poke_apply_relocation(insn_buff, instr, a->instrlen, replacement, a->replacementlen); in apply_alternatives() 698 DUMP_BYTES(ALT, replacement, a->replacementlen, "%px: rpl_insn: ", replacement); in apply_alternatives()
|
| /arch/m68k/kernel/ |
| A D | entry.S | 101 | [replacement exception frame]
|
| /arch/powerpc/platforms/44x/ |
| A D | Kconfig | 93 is a small computer replacement with up to 9 ports of FXO/FXS plus VOIP
|
| /arch/arm/boot/compressed/ |
| A D | head.S | 858 orr r0, r0, #0x5000 @ I-cache enable, RR cache replacement 882 orr r0, r0, #0x5000 @ I-cache enable, RR cache replacement
|
| /arch/arm/mm/ |
| A D | Kconfig | 838 bool "Round robin I and D cache replacement algorithm" 841 Say Y here to use the predictable round-robin cache replacement
|
| /arch/alpha/ |
| A D | Kconfig | 342 firmware replacement from floppy (which requires changing a certain
|
| /arch/powerpc/ |
| A D | Kconfig | 727 is meant to be a kdump replacement offering robustness and
|
| /arch/riscv/ |
| A D | Kconfig | 1318 on the replacement properties, "riscv,isa-base" and
|
| /arch/x86/ |
| A D | Kconfig | 1102 SMP-capable replacement for PC-style interrupt controllers. Most
|
Completed in 26 milliseconds