Home
last modified time | relevance | path

Searched full:replacement (Results 1 – 25 of 367) sorted by relevance

12345678910>>...15

/Linux-v6.1/arch/parisc/kernel/
Dalternative.c48 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-v6.1/arch/parisc/include/asm/
Dalternative.h27 u32 replacement; /* replacement instruction or code */ member
36 #define ALTERNATIVE(cond, replacement) "!0:" \ argument
40 ".word " __stringify(replacement) " !" \
46 #define ALTERNATIVE(from, to, cond, replacement)\ argument
50 .word replacement ! \
/Linux-v6.1/arch/s390/kernel/
Dalternative.c24 u8 *instr, *replacement; in __apply_alternatives() local
32 replacement = (u8 *)&a->repl_offset + a->repl_offset; in __apply_alternatives()
43 s390_kernel_write(instr, replacement, a->instrlen); in __apply_alternatives()
/Linux-v6.1/arch/x86/include/asm/
Dalternative.h33 * separate table which is a pure address list without replacement ptr
64 s32 repl_offset; /* offset to replacement instruction */
65 u16 cpuid; /* cpuid bit set for replacement */
129 * Pad the second replacement alternative with additional NOPs if it is
130 * additionally longer than the first replacement alternative.
155 " .byte " alt_rlen(num) "\n" /* replacement len */
157 #define ALTINSTR_REPLACEMENT(newinstr, num) /* replacement */ \
158 "# ALT: replacement " #num "\n" \
/Linux-v6.1/drivers/dma-buf/
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 RCU_INITIALIZER(replacement))); in dma_fence_chain_walk()
70 dma_fence_put(replacement); in dma_fence_chain_walk()
/Linux-v6.1/drivers/md/
Draid10.c471 rdev = conf->mirrors[dev].replacement; in raid10_end_write_request()
482 /* Never record new bad blocks to replacement, in raid10_end_write_request()
780 rdev = rcu_dereference(conf->mirrors[disk].replacement); in read_balance()
1271 struct bio *bio, bool replacement, in raid10_write_one_disk() argument
1285 if (replacement) { in raid10_write_one_disk()
1286 rdev = conf->mirrors[devnum].replacement; in raid10_write_one_disk()
1288 /* Replacement just got moved to main 'rdev' */ in raid10_write_one_disk()
1296 if (replacement) in raid10_write_one_disk()
1305 if (!replacement && test_bit(FailFast, in raid10_write_one_disk()
1346 conf->mirrors[i].replacement); in wait_blocked_dev()
[all …]
Draid10.h19 struct md_rdev *rdev, *replacement; member
91 * replacement device.
144 * We sometimes need an extra bio to write to the replacement.
Draid5.h259 /* rreq and rvec are used for the replacement device when
282 * read all devices, just the replacement targets.
327 R5_ReadRepl, /* Will/did read from replacement rather than orig */
328 R5_MadeGoodRepl,/* A bad block on the replacement device has been
330 R5_NeedReplace, /* This device has a replacement which is not
332 R5_WantReplace, /* We need to update the replacement, we have read
477 struct md_rdev __rcu *replacement; member
/Linux-v6.1/tools/testing/selftests/drivers/net/mlxsw/
Drif_mac_profiles_occ.sh70 log_test "RIF MAC profile replacement"
118 # MAC replacement should fail because all the MAC profiles are in use
124 log_test "RIF MAC profile shared replacement"
Dfib.sh126 log_test "IPv4 local table route replacement"
223 log_test "IPv6 local table route replacement"
/Linux-v6.1/arch/arm64/include/asm/
Dalternative.h15 s32 alt_offset; /* offset to replacement instruction */
16 u16 cpufeature; /* cpufeature bit set for replacement */
Dalternative-macros.h31 " .byte 664f-663f\n" /* replacement len */
38 " .byte 664f-663f\n" /* replacement len */
54 * Alternatives with callbacks do not generate replacement instructions.
/Linux-v6.1/include/linux/crush/
Dcrush.h144 * Replacement weights for each item in a bucket. The size of the
157 * Replacement weights and ids for a given straw2 bucket, for
161 * replacement weights found at __weight_set[N]__ are used instead of
185 * Replacement weights and ids for each bucket in the crushmap. The
199 struct crush_choose_arg *args; /*!< replacement for each bucket
/Linux-v6.1/arch/riscv/include/asm/
Dalternative.h32 void *alt_ptr; /* address of replacement instruction or data */
34 unsigned long alt_len; /* The replacement size */
/Linux-v6.1/arch/sparc/include/asm/
Dcontregs.h21 #define AC_M_TSUTRCR 0x1000 /* s TLB Replacement Ctrl Reg */
25 #define AC_M_TRCR 0x1400 /* hv TLB Replacement Control Reg */
/Linux-v6.1/arch/s390/include/asm/
Dalternative.h13 s32 repl_offset; /* offset to replacement instruction */
14 u16 facility; /* facility bit set for replacement */
59 #define ALTINSTR_REPLACEMENT(altinstr, num) /* replacement */ \
/Linux-v6.1/kernel/locking/
Dqspinlock_stat.h106 * Replacement function for pv_kick()
118 * Replacement function for pv_wait()
/Linux-v6.1/arch/m68k/include/asm/
Dcontregs.h43 #define AC_M_TSUTRCR 0x1000 /* s TLB Replacement Ctrl Reg */
47 #define AC_M_TRCR 0x1400 /* hv TLB Replacement Control Reg */
/Linux-v6.1/fs/afs/
Dsecurity.c146 struct afs_permits *permits, *xpermits, *replacement, *zap, *new = NULL; in afs_cache_permit() local
261 replacement = xpermits; in afs_cache_permit()
271 replacement = new; in afs_cache_permit()
283 rcu_assign_pointer(vnode->permit_cache, replacement); in afs_cache_permit()
285 zap = replacement; in afs_cache_permit()
/Linux-v6.1/drivers/hid/
Dhid-uclogic-params.h196 * Pointer to the common part of the replacement report descriptor,
202 * Size of the common part of the replacement report descriptor.
222 /* Get a replacement report descriptor for a tablet's interface. */
Dhid-uclogic-core.c29 /* Pointer to the replacement report descriptor. NULL if none. */
32 * Size of the replacement report descriptor.
222 /* Generate replacement report descriptor */ in uclogic_probe()
228 "failed generating replacement report descriptor: %d\n", in uclogic_probe()
/Linux-v6.1/tools/testing/selftests/drivers/net/netdevsim/
Dnexthop.sh304 check_fail $? "Nexthop group replacement succeeded when should fail"
358 check_fail $? "Nexthop group replacement succeeded when should fail"
443 # Deletion prompts group replacement. Check that the bucket timers
799 check_fail $? "Nexthop replacement succeeded when should fail"
852 check_fail $? "Nexthop replacement succeeded when should fail"
900 # the old is deleted, the replacement will fail as it will result in an
/Linux-v6.1/tools/perf/pmu-events/arch/s390/cf_z14/
Dextended.json14 … Buffer 2 (TLB2) and the request was made by the data cache. This is a replacement for what was pr…
21 …2 miss in progress for the Level-1 Data cache on this cycle. This is a replacement for what was pr…
49 … 2 (TLB2) and the request was made by the instruction cache. This is a replacement for what was pr…
56 …ss in progress for the Level-1 Instruction cache in a cycle. This is a replacement for what was pr…
/Linux-v6.1/security/apparmor/
Dpolicy.c573 * replacement_allowed - test to see if replacement is allowed
575 * @noreplace: true if replacement shouldn't be allowed but addition is okay
576 * @info: Returns - info about why replacement failed (NOT NULL)
578 * Returns: %0 if replacement allowed else error code
815 /* migrate dents must come after label replacement b/c update */ in __replace_profile()
828 * __lookup_replace - lookup replacement information for a profile
1008 /* released on profile replacement or free_profile */ in aa_replace_profiles()
1041 /* Done with checks that may fail - do actual replacement */ in aa_replace_profiles()
1051 /* dedup actual profile replacement */ in aa_replace_profiles()
/Linux-v6.1/tools/perf/pmu-events/arch/s390/cf_z15/
Dextended.json14 … Buffer 2 (TLB2) and the request was made by the data cache. This is a replacement for what was pr…
21 …2 miss in progress for the Level-1 Data cache on this cycle. This is a replacement for what was pr…
49 … 2 (TLB2) and the request was made by the instruction cache. This is a replacement for what was pr…
56 …ss in progress for the Level-1 Instruction cache in a cycle. This is a replacement for what was pr…

12345678910>>...15