/Linux-v5.4/arch/parisc/kernel/ |
D | alternative.c | 31 u32 *from, cond, replacement; in apply_alternatives() local 37 replacement = entry->replacement; in apply_alternatives() 45 index, cond, len, from, replacement); in apply_alternatives() 67 if (replacement == INSN_PxTLB) { in apply_alternatives() 68 replacement = *from; in apply_alternatives() 70 replacement |= (1 << 10); /* set el bit */ in apply_alternatives() 77 if (replacement == INSN_NOP && len > 1) in apply_alternatives() 78 replacement = 0xe8000002 + (len-2)*8; /* "b,n .+8" */ in apply_alternatives() 81 index, cond, len, replacement, from, from); in apply_alternatives() 87 source = (u32 *)((ulong)&entry->replacement + entry->replacement); in apply_alternatives() [all …]
|
/Linux-v5.4/arch/parisc/include/asm/ |
D | alternative.h | 27 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-v5.4/drivers/dma-buf/ |
D | dma-fence-chain.c | 42 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() 65 tmp = cmpxchg((void **)&chain->prev, (void *)prev, (void *)replacement); in dma_fence_chain_walk() 69 dma_fence_put(replacement); in dma_fence_chain_walk()
|
/Linux-v5.4/arch/s390/kernel/ |
D | alternative.c | 66 u8 *instr, *replacement; in __apply_alternatives() local 77 replacement = (u8 *)&a->repl_offset + a->repl_offset; in __apply_alternatives() 89 memcpy(insnbuf, replacement, a->replacementlen); in __apply_alternatives()
|
/Linux-v5.4/arch/x86/kernel/ |
D | alternative.c | 373 u8 *instr, *replacement; in apply_alternatives() local 390 replacement = (u8 *)&a->repl_offset + a->repl_offset; in apply_alternatives() 404 replacement, a->replacementlen, a->padlen); in apply_alternatives() 407 DUMP_BYTES(replacement, a->replacementlen, "%px: rpl_insn: ", replacement); in apply_alternatives() 409 memcpy(insn_buff, replacement, a->replacementlen); in apply_alternatives() 419 *(s32 *)(insn_buff + 1) += replacement - instr; in apply_alternatives() 425 if (a->replacementlen && is_jmp(replacement[0])) in apply_alternatives() 426 recompute_jump(a, instr, replacement, insn_buff); in apply_alternatives()
|
/Linux-v5.4/drivers/md/ |
D | raid10.c | 443 rdev = conf->mirrors[dev].replacement; in raid10_end_write_request() 752 rdev = rcu_dereference(conf->mirrors[disk].replacement); in read_balance() 1229 struct bio *bio, bool replacement, in raid10_write_one_disk() argument 1243 if (replacement) { in raid10_write_one_disk() 1244 rdev = conf->mirrors[devnum].replacement; in raid10_write_one_disk() 1254 if (replacement) in raid10_write_one_disk() 1264 if (!replacement && test_bit(FailFast, in raid10_write_one_disk() 1368 conf->mirrors[d].replacement); in raid10_write_request() 1458 rdev = conf->mirrors[d].replacement; in raid10_write_request() 1721 if (tmp->replacement in raid10_spare_active() [all …]
|
D | raid10.h | 19 struct md_rdev *rdev, *replacement; member
|
D | raid5.c | 566 rdev = rcu_dereference(conf->disks[i].replacement); in raid5_calc_degraded() 592 rdev = rcu_dereference(conf->disks[i].replacement); in raid5_calc_degraded() 1023 rrdev = rcu_dereference(conf->disks[i].replacement); in ops_run_io() 2488 rdev = conf->disks[i].replacement; in raid5_end_read_request() 2600 int replacement = 0; in raid5_end_write_request() local 2608 rdev = conf->disks[i].replacement; in raid5_end_write_request() 2610 replacement = 1; in raid5_end_write_request() 2629 if (replacement) { in raid5_end_write_request() 2658 if (sh->batch_head && bi->bi_status && !replacement) in raid5_end_write_request() 3494 rdev = rcu_dereference(conf->disks[i].replacement); in handle_failed_sync() [all …]
|
D | raid5.h | 466 struct md_rdev *rdev, *replacement; member
|
/Linux-v5.4/fs/afs/ |
D | security.c | 146 struct afs_permits *permits, *xpermits, *replacement, *zap, *new = NULL; in afs_cache_permit() local 263 replacement = xpermits; in afs_cache_permit() 273 replacement = new; in afs_cache_permit() 286 rcu_assign_pointer(vnode->permit_cache, replacement); in afs_cache_permit() 288 zap = replacement; in afs_cache_permit()
|
/Linux-v5.4/fs/efivarfs/ |
D | Kconfig | 7 efivarfs is a replacement filesystem for the old EFI
|
/Linux-v5.4/Documentation/admin-guide/blockdev/drbd/ |
D | index.rst | 10 clusters and in this context, is a "drop-in" replacement for shared
|
/Linux-v5.4/fs/configfs/ |
D | Kconfig | 12 same system. One is not a replacement for the other.
|
/Linux-v5.4/drivers/staging/rtl8712/ |
D | TODO | 7 A replacement for this driver with MAC80211 support is available
|
/Linux-v5.4/drivers/perf/ |
D | xgene_pmu.c | 298 XGENE_PMU_EVENT_ATTR(write-need-replacement, 0x06), 299 XGENE_PMU_EVENT_ATTR(write-not-need-replacement, 0x07), 396 XGENE_PMU_EVENT_ATTR(write-caused-replacement, 0x04), 397 XGENE_PMU_EVENT_ATTR(write-not-caused-replacement, 0x05), 419 XGENE_PMU_EVENT_ATTR(replacement, 0x1c), 420 XGENE_PMU_EVENT_ATTR(old-replacement, 0x1d), 421 XGENE_PMU_EVENT_ATTR(young-replacement, 0x1e), 422 XGENE_PMU_EVENT_ATTR(r-set-replacement, 0x1f), 423 XGENE_PMU_EVENT_ATTR(r-clear-replacement, 0x20), 424 XGENE_PMU_EVENT_ATTR(old-r-replacement, 0x21), [all …]
|
/Linux-v5.4/drivers/parisc/ |
D | README.dino | 21 ** Note that many boards were fixed/replaced under a free replacement
|
/Linux-v5.4/drivers/bcma/ |
D | README | 1 Broadcom introduced new bus as replacement for older SSB. It is based on AMBA,
|
/Linux-v5.4/Documentation/process/ |
D | deprecated.rst | 87 this function. The safe replacement is :c:func:`strscpy`. 96 only NUL-terminated strings. The safe replacement is :c:func:`strscpy`. 110 safe replacement is :c:func:`strscpy`.
|
/Linux-v5.4/Documentation/timers/ |
D | hpet.rst | 18 prevents use of that mode. They support the other "legacy replacement"
|
/Linux-v5.4/Documentation/admin-guide/device-mapper/ |
D | dm-flakey.rst | 63 Perform the replacement only if bio->bi_opf has all the
|
/Linux-v5.4/drivers/block/drbd/ |
D | Kconfig | 21 clusters and in this context, is a "drop-in" replacement for shared
|
/Linux-v5.4/arch/s390/include/asm/ |
D | nospec-insn.h | 111 # The ALTERNATIVE replacement code has a .+10 which targets
|
/Linux-v5.4/Documentation/devicetree/bindings/power/supply/ |
D | battery.txt | 11 behavior should a replacement that changes the battery type occur
|
/Linux-v5.4/drivers/net/fddi/ |
D | Kconfig | 11 design; essentially a replacement for high speed Ethernet. FDDI can
|
/Linux-v5.4/Documentation/admin-guide/ |
D | ldm.rst | 12 replacement for the MSDOS style partitions. It stores its information in a
|