Home
last modified time | relevance | path

Searched refs:replacement (Results 1 – 25 of 96) sorted by relevance

1234

/linux/arch/parisc/kernel/
A Dalternative.c47 u32 *from, cond, replacement; in apply_alternatives() local
53 replacement = entry->replacement; in apply_alternatives()
61 index, cond, len, from, replacement); in apply_alternatives()
68 if (replacement == INSN_PxTLB) { in apply_alternatives()
69 replacement = *from; in apply_alternatives()
71 replacement |= (1 << 10); /* set el bit */ in apply_alternatives()
78 if (replacement == INSN_NOP && len > 1) in apply_alternatives()
79 replacement = 0xe8000002 + (len-2)*8; /* "b,n .+8" */ in apply_alternatives()
82 index, cond, len, replacement, from, from); in apply_alternatives()
88 source = (u32 *)((ulong)&entry->replacement + entry->replacement); in apply_alternatives()
[all …]
/linux/arch/parisc/include/asm/
A Dalternative.h27 u32 replacement; /* replacement instruction or code */ member
36 #define ALTERNATIVE(cond, replacement) "!0:" \ argument
39 __stringify(replacement) " !" \
45 #define ALTERNATIVE(from, to, cond, replacement)\ argument
48 .word cond, replacement ! \
/linux/drivers/dma-buf/
A Ddma-fence-chain.c42 struct dma_fence *prev, *replacement, *tmp; in dma_fence_chain_walk() local
57 replacement = dma_fence_chain_get_prev(prev_chain); in dma_fence_chain_walk()
62 replacement = NULL; in dma_fence_chain_walk()
66 prev, replacement); in dma_fence_chain_walk()
70 dma_fence_put(replacement); in dma_fence_chain_walk()
/linux/arch/s390/kernel/
A Dalternative.c69 u8 *instr, *replacement; in __apply_alternatives() local
80 replacement = (u8 *)&a->repl_offset + a->repl_offset; in __apply_alternatives()
91 memcpy(insnbuf, replacement, a->replacementlen); in __apply_alternatives()
/linux/drivers/md/
A Draid10.c1228 if (replacement) { in raid10_write_one_disk()
1239 if (replacement) in raid10_write_one_disk()
2034 if (tmp->replacement in raid10_spare_active()
2148 rdevp = &p->replacement; in raid10_remove_disk()
2162 (!p->replacement || p->replacement == rdev) && in raid10_remove_disk()
2178 if (p->replacement) { in raid10_remove_disk()
2180 p->rdev = p->replacement; in raid10_remove_disk()
2185 p->replacement = NULL; in raid10_remove_disk()
4107 if (disk->replacement) in raid10_run()
4109 disk->replacement = rdev; in raid10_run()
[all …]
A Draid10.h19 struct md_rdev *rdev, *replacement; member
A Draid5.c2802 int replacement = 0; in raid5_end_write_request() local
2812 replacement = 1; in raid5_end_write_request()
2831 if (replacement) { in raid5_end_write_request()
7317 if (disk->replacement) in setup_conf()
7319 disk->replacement = rdev; in setup_conf()
7848 if (tmp->replacement in raid5_spare_active()
7908 rdevp = &p->replacement; in raid5_remove_disk()
7927 (!p->replacement || p->replacement == rdev) && in raid5_remove_disk()
7946 if (p->replacement) { in raid5_remove_disk()
7948 p->rdev = p->replacement; in raid5_remove_disk()
[all …]
/linux/fs/afs/
A Dsecurity.c146 struct afs_permits *permits, *xpermits, *replacement, *zap, *new = NULL; in afs_cache_permit() local
262 replacement = xpermits; in afs_cache_permit()
272 replacement = new; in afs_cache_permit()
284 rcu_assign_pointer(vnode->permit_cache, replacement); in afs_cache_permit()
286 zap = replacement; in afs_cache_permit()
/linux/arch/x86/kernel/
A Dalternative.c267 u8 *instr, *replacement; in apply_alternatives() local
286 replacement = (u8 *)&a->repl_offset + a->repl_offset; in apply_alternatives()
304 replacement, a->replacementlen); in apply_alternatives()
307 DUMP_BYTES(replacement, a->replacementlen, "%px: rpl_insn: ", replacement); in apply_alternatives()
309 memcpy(insn_buff, replacement, a->replacementlen); in apply_alternatives()
319 *(s32 *)(insn_buff + 1) += replacement - instr; in apply_alternatives()
325 if (a->replacementlen && is_jmp(replacement[0])) in apply_alternatives()
326 recompute_jump(a, instr, replacement, insn_buff); in apply_alternatives()
/linux/drivers/perf/
A Dxgene_pmu.c295 XGENE_PMU_EVENT_ATTR(write-need-replacement, 0x06),
393 XGENE_PMU_EVENT_ATTR(write-caused-replacement, 0x04),
416 XGENE_PMU_EVENT_ATTR(replacement, 0x1c),
417 XGENE_PMU_EVENT_ATTR(old-replacement, 0x1d),
418 XGENE_PMU_EVENT_ATTR(young-replacement, 0x1e),
419 XGENE_PMU_EVENT_ATTR(r-set-replacement, 0x1f),
420 XGENE_PMU_EVENT_ATTR(r-clear-replacement, 0x20),
421 XGENE_PMU_EVENT_ATTR(old-r-replacement, 0x21),
422 XGENE_PMU_EVENT_ATTR(old-nr-replacement, 0x22),
423 XGENE_PMU_EVENT_ATTR(young-r-replacement, 0x23),
[all …]
/linux/fs/efivarfs/
A DKconfig7 efivarfs is a replacement filesystem for the old EFI
/linux/Documentation/admin-guide/blockdev/drbd/
A Dindex.rst10 clusters and in this context, is a "drop-in" replacement for shared
/linux/fs/configfs/
A DKconfig12 same system. One is not a replacement for the other.
/linux/drivers/staging/rtl8712/
A DTODO7 A replacement for this driver with MAC80211 support is available
/linux/drivers/parisc/
A DREADME.dino21 ** Note that many boards were fixed/replaced under a free replacement
/linux/drivers/bcma/
A DREADME1 Broadcom introduced new bus as replacement for older SSB. It is based on AMBA,
/linux/Documentation/devicetree/bindings/iio/adc/
A Dadc.yaml49 Oversampling is used as replacement of or addition to the low-pass filter.
/linux/Documentation/timers/
A Dhpet.rst18 prevents use of that mode. They support the other "legacy replacement"
/linux/Documentation/admin-guide/device-mapper/
A Ddm-flakey.rst63 Perform the replacement only if bio->bi_opf has all the
/linux/drivers/block/drbd/
A DKconfig21 clusters and in this context, is a "drop-in" replacement for shared
/linux/drivers/net/fddi/
A DKconfig11 design; essentially a replacement for high speed Ethernet. FDDI can
/linux/arch/s390/include/asm/
A Dnospec-insn.h111 # The ALTERNATIVE replacement code has a .+10 which targets
/linux/arch/arm/boot/dts/
A Dbcm53016-meraki-mr32.dts91 * This is a replacement until I can figure
/linux/Documentation/process/
A Ddeprecated.rst114 no good reason to add new uses of this function. The safe replacement
127 for callers using only NUL-terminated strings. The safe replacement is
144 if a source string is not NUL-terminated. The safe replacement is strscpy(),
/linux/Documentation/admin-guide/
A Dldm.rst12 replacement for the MSDOS style partitions. It stores its information in a

Completed in 65 milliseconds

1234