/Linux-v5.10/arch/parisc/kernel/ |
D | alternative.c | 47 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-v5.10/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.10/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() 66 prev, replacement); in dma_fence_chain_walk() 70 dma_fence_put(replacement); in dma_fence_chain_walk()
|
/Linux-v5.10/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.10/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() 1212 struct bio *bio, bool replacement, in raid10_write_one_disk() argument 1226 if (replacement) { in raid10_write_one_disk() 1227 rdev = conf->mirrors[devnum].replacement; in raid10_write_one_disk() 1237 if (replacement) in raid10_write_one_disk() 1247 if (!replacement && test_bit(FailFast, in raid10_write_one_disk() 1351 conf->mirrors[d].replacement); in raid10_write_request() 1441 rdev = conf->mirrors[d].replacement; in raid10_write_request() 1703 if (tmp->replacement in raid10_spare_active() [all …]
|
D | raid10.h | 19 struct md_rdev *rdev, *replacement; member
|
D | raid5.c | 643 rdev = rcu_dereference(conf->disks[i].replacement); in raid5_calc_degraded() 669 rdev = rcu_dereference(conf->disks[i].replacement); in raid5_calc_degraded() 1100 rrdev = rcu_dereference(conf->disks[i].replacement); in ops_run_io() 2689 rdev = conf->disks[i].replacement; in raid5_end_read_request() 2801 int replacement = 0; in raid5_end_write_request() local 2809 rdev = conf->disks[i].replacement; in raid5_end_write_request() 2811 replacement = 1; in raid5_end_write_request() 2830 if (replacement) { in raid5_end_write_request() 2859 if (sh->batch_head && bi->bi_status && !replacement) in raid5_end_write_request() 3695 rdev = rcu_dereference(conf->disks[i].replacement); in handle_failed_sync() [all …]
|
D | raid5.h | 475 struct md_rdev *rdev, *replacement; member
|
/Linux-v5.10/arch/x86/kernel/ |
D | alternative.c | 376 u8 *instr, *replacement; in apply_alternatives() local 393 replacement = (u8 *)&a->repl_offset + a->repl_offset; in apply_alternatives() 407 replacement, a->replacementlen, a->padlen); in apply_alternatives() 410 DUMP_BYTES(replacement, a->replacementlen, "%px: rpl_insn: ", replacement); in apply_alternatives() 412 memcpy(insn_buff, replacement, a->replacementlen); in apply_alternatives() 422 *(s32 *)(insn_buff + 1) += replacement - instr; in apply_alternatives() 428 if (a->replacementlen && is_jmp(replacement[0])) in apply_alternatives() 429 recompute_jump(a, instr, replacement, insn_buff); in apply_alternatives()
|
/Linux-v5.10/fs/afs/ |
D | security.c | 146 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-v5.10/Documentation/admin-guide/blockdev/drbd/ |
D | index.rst | 10 clusters and in this context, is a "drop-in" replacement for shared
|
/Linux-v5.10/fs/efivarfs/ |
D | Kconfig | 7 efivarfs is a replacement filesystem for the old EFI
|
/Linux-v5.10/fs/configfs/ |
D | Kconfig | 12 same system. One is not a replacement for the other.
|
/Linux-v5.10/drivers/staging/rtl8712/ |
D | TODO | 7 A replacement for this driver with MAC80211 support is available
|
/Linux-v5.10/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.10/drivers/parisc/ |
D | README.dino | 21 ** Note that many boards were fixed/replaced under a free replacement
|
/Linux-v5.10/drivers/bcma/ |
D | README | 1 Broadcom introduced new bus as replacement for older SSB. It is based on AMBA,
|
/Linux-v5.10/Documentation/timers/ |
D | hpet.rst | 18 prevents use of that mode. They support the other "legacy replacement"
|
/Linux-v5.10/Documentation/admin-guide/device-mapper/ |
D | dm-flakey.rst | 63 Perform the replacement only if bio->bi_opf has all the
|
/Linux-v5.10/arch/arm/boot/dts/ |
D | bcm53016-meraki-mr32.dts | 91 * This is a replacement until I can figure
|
/Linux-v5.10/drivers/block/drbd/ |
D | Kconfig | 21 clusters and in this context, is a "drop-in" replacement for shared
|
/Linux-v5.10/arch/s390/include/asm/ |
D | nospec-insn.h | 111 # The ALTERNATIVE replacement code has a .+10 which targets
|
/Linux-v5.10/drivers/net/fddi/ |
D | Kconfig | 11 design; essentially a replacement for high speed Ethernet. FDDI can
|
/Linux-v5.10/Documentation/admin-guide/ |
D | ldm.rst | 12 replacement for the MSDOS style partitions. It stores its information in a
|
/Linux-v5.10/net/bluetooth/ |
D | Kconfig | 21 It was designed as a replacement for cables and other short-range
|