| /linux/arch/parisc/kernel/ |
| H 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 …]
|
| /linux/arch/parisc/include/asm/ |
| H 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 ! \
|
| /linux/include/kunit/ |
| H A D | static_stub.h | 61 typeof(&real_fn_name) replacement; \ 67 replacement = kunit_hooks.get_static_stub_address(current_test, \ 70 if (unlikely(replacement)) \ 71 return replacement(args); \
|
| /linux/arch/loongarch/kernel/ |
| H 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()
|
| /linux/Documentation/dev-tools/kunit/api/ |
| H A D | functionredirection.rst | 40 function) to another function (the "replacement" function). 43 is running, and if a replacement function is available. If so, that function is 65 2. Write one or more replacement functions. 87 the real function, and the replacement function. You can call this several 88 times with different replacement functions to swap out implementations of the 102 the replacement function instead. Such calls may be buried deep in the 126 It's also possible to use these replacement functions to test to see if a
|
| /linux/fs/afs/ |
| H A D | security.c | 179 struct afs_permits *permits, *xpermits, *replacement, *zap, *new = NULL; in afs_cache_permit() local 294 replacement = xpermits; in afs_cache_permit() 304 replacement = new; in afs_cache_permit() 316 rcu_assign_pointer(vnode->permit_cache, replacement); in afs_cache_permit() 318 zap = replacement; in afs_cache_permit()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | changes_pkt_data.c | |
| /linux/fs/efivarfs/ |
| H A D | Kconfig | 7 efivarfs is a replacement filesystem for the old EFI
|
| /linux/Documentation/admin-guide/blockdev/drbd/ |
| H A D | index.rst | 10 clusters and in this context, is a "drop-in" replacement for shared
|
| /linux/fs/configfs/ |
| H A D | Kconfig | 11 same system. One is not a replacement for the other.
|
| /linux/drivers/parisc/ |
| H A D | README.dino | 21 ** Note that many boards were fixed/replaced under a free replacement
|
| /linux/drivers/bcma/ |
| H A D | README | 1 Broadcom introduced new bus as replacement for older SSB. It is based on AMBA,
|
| /linux/Documentation/timers/ |
| H A D | hpet.rst | 18 prevents use of that mode. They support the other "legacy replacement"
|
| /linux/arch/x86/kernel/ |
| H A D | alternative.c | 603 u8 *instr, *replacement; in apply_alternatives() local 642 replacement = (u8 *)&a->repl_offset + a->repl_offset; in apply_alternatives() 663 replacement, a->replacementlen, a->flags); in apply_alternatives() 665 memcpy(insn_buff, replacement, a->replacementlen); in apply_alternatives() 674 text_poke_apply_relocation(insn_buff, instr, a->instrlen, replacement, a->replacementlen); in apply_alternatives() 677 DUMP_BYTES(ALT, replacement, a->replacementlen, "%px: rpl_insn: ", replacement); in apply_alternatives()
|
| /linux/drivers/staging/media/deprecated/atmel/ |
| H A D | TODO | 33 The replacement driver is named VIDEO_MICROCHIP_ISC or
|
| /linux/drivers/dma-buf/ |
| H A D | dma-resv.c | 344 struct dma_fence *replacement, in dma_resv_replace_fences() argument 360 dma_resv_list_set(list, i, dma_fence_get(replacement), usage); in dma_resv_replace_fences()
|
| /linux/drivers/net/fddi/ |
| H A D | Kconfig | 11 design; essentially a replacement for high speed Ethernet. FDDI can
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | dm-flakey.rst | 67 Perform the replacement only if bio->bi_opf has all the
|
| H A D | cache-policies.rst | 26 Overview of supplied cache replacement policies
|
| /linux/drivers/block/drbd/ |
| H A D | Kconfig | 21 clusters and in this context, is a "drop-in" replacement for shared
|
| /linux/Documentation/process/ |
| H A D | deprecated.rst | 128 no good reason to add new uses of this function. The safe replacement 143 When the destination is required to be NUL-terminated, the replacement is 161 if a source string is not NUL-terminated. The safe replacement is strscpy(), 350 There are two special cases of replacement where the DECLARE_FLEX_ARRAY()
|
| /linux/Documentation/admin-guide/ |
| H A D | ldm.rst | 12 replacement for the MSDOS style partitions. It stores its information in a
|
| /linux/net/bluetooth/ |
| H A D | Kconfig | 21 It was designed as a replacement for cables and other short-range
|
| /linux/tools/lib/python/kdoc/ |
| H A D | parse_data_structs.py | 423 for symbol, (replacement, _) in ref_dict.items():
|
| /linux/scripts/ |
| H A D | unifdef.c | 520 keywordedit(const char *replacement) in keywordedit() argument 523 "%s%s", replacement, newline); in keywordedit()
|