/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_btree_staging.c | 136 struct xfs_btree_ops *nops; in xfs_btree_stage_afakeroot() local 142 nops = kmem_alloc(sizeof(struct xfs_btree_ops), KM_NOFS); in xfs_btree_stage_afakeroot() 143 memcpy(nops, cur->bc_ops, sizeof(struct xfs_btree_ops)); in xfs_btree_stage_afakeroot() 144 nops->alloc_block = xfs_btree_fakeroot_alloc_block; in xfs_btree_stage_afakeroot() 145 nops->free_block = xfs_btree_fakeroot_free_block; in xfs_btree_stage_afakeroot() 146 nops->init_ptr_from_cur = xfs_btree_fakeroot_init_ptr_from_cur; in xfs_btree_stage_afakeroot() 147 nops->set_root = xfs_btree_afakeroot_set_root; in xfs_btree_stage_afakeroot() 148 nops->dup_cursor = xfs_btree_fakeroot_dup_cursor; in xfs_btree_stage_afakeroot() 152 cur->bc_ops = nops; in xfs_btree_stage_afakeroot() 217 struct xfs_btree_ops *nops; in xfs_btree_stage_ifakeroot() local [all...] |
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_btree_staging.c | 136 struct xfs_btree_ops *nops; in xfs_btree_stage_afakeroot() local 142 nops = kmem_alloc(sizeof(struct xfs_btree_ops), KM_NOFS); in xfs_btree_stage_afakeroot() 143 memcpy(nops, cur->bc_ops, sizeof(struct xfs_btree_ops)); in xfs_btree_stage_afakeroot() 144 nops->alloc_block = xfs_btree_fakeroot_alloc_block; in xfs_btree_stage_afakeroot() 145 nops->free_block = xfs_btree_fakeroot_free_block; in xfs_btree_stage_afakeroot() 146 nops->init_ptr_from_cur = xfs_btree_fakeroot_init_ptr_from_cur; in xfs_btree_stage_afakeroot() 147 nops->set_root = xfs_btree_afakeroot_set_root; in xfs_btree_stage_afakeroot() 148 nops->dup_cursor = xfs_btree_fakeroot_dup_cursor; in xfs_btree_stage_afakeroot() 152 cur->bc_ops = nops; in xfs_btree_stage_afakeroot() 217 struct xfs_btree_ops *nops; in xfs_btree_stage_ifakeroot() local [all...] |
/kernel/linux/linux-6.6/arch/riscv/kernel/ |
H A D | ftrace.c | 38 unsigned int nops[2] = {NOP4, NOP4}; in ftrace_check_current_call() local 40 /* we expect nops at the hook position */ in ftrace_check_current_call() 42 expected = nops; in ftrace_check_current_call() 70 unsigned int nops[2] = {NOP4, NOP4}; in __ftrace_modify_call() local 79 ((void *)hook_pos, enable ? call : nops, MCOUNT_INSN_SIZE)) in __ftrace_modify_call() 100 unsigned int nops[2] = {NOP4, NOP4}; in ftrace_make_nop() local 102 if (patch_text_nosync((void *)rec->ip, nops, MCOUNT_INSN_SIZE)) in ftrace_make_nop()
|
/kernel/linux/linux-5.10/arch/csky/kernel/ |
H A D | ftrace.c | 68 static uint16_t nops[7] = {NOP, NOP32_HI, NOP32_LO, NOP32_HI, NOP32_LO, variable 76 sizeof(nops))) in ftrace_check_current_nop() 79 if (memcmp((void *)nops, (void *)olds, sizeof(nops))) { in ftrace_check_current_nop() 101 ret = copy_to_kernel_nofault((void *)hook_pos, enable ? call : nops, in ftrace_modify_code() 102 sizeof(nops)); in ftrace_modify_code()
|
/kernel/linux/linux-6.6/arch/csky/kernel/ |
H A D | ftrace.c | 68 static uint16_t nops[7] = {NOP, NOP32_HI, NOP32_LO, NOP32_HI, NOP32_LO, variable 76 sizeof(nops))) in ftrace_check_current_nop() 79 if (memcmp((void *)nops, (void *)olds, sizeof(nops))) { in ftrace_check_current_nop() 101 ret = copy_to_kernel_nofault((void *)hook_pos, enable ? call : nops, in ftrace_modify_code() 102 sizeof(nops)); in ftrace_modify_code()
|
/kernel/linux/linux-5.10/tools/perf/arch/powerpc/util/ |
H A D | skip-callchain-idx.c | 51 size_t nops; in check_return_reg() local 54 result = dwarf_frame_register(frame, ra_regno, ops_mem, &ops, &nops); in check_return_reg() 65 if ((nops != 0 || ops != NULL) && in check_return_reg() 66 !(nops == 1 && ops[0].atom == DW_OP_regx && in check_return_reg() 74 result = dwarf_frame_cfa(frame, &ops, &nops); in check_return_reg() 84 if (nops == 1 && ops[0].atom == DW_OP_bregx && ops[0].number == 1 && in check_return_reg()
|
/kernel/linux/linux-6.6/tools/perf/arch/powerpc/util/ |
H A D | skip-callchain-idx.c | 51 size_t nops; in check_return_reg() local 54 result = dwarf_frame_register(frame, ra_regno, ops_mem, &ops, &nops); in check_return_reg() 65 if ((nops != 0 || ops != NULL) && in check_return_reg() 66 !(nops == 1 && ops[0].atom == DW_OP_regx && in check_return_reg() 74 result = dwarf_frame_cfa(frame, &ops, &nops); in check_return_reg() 84 if (nops == 1 && ops[0].atom == DW_OP_bregx && ops[0].number == 1 && in check_return_reg()
|
/kernel/linux/linux-5.10/arch/riscv/kernel/ |
H A D | ftrace.c | 41 unsigned int nops[2] = {NOP4, NOP4}; in ftrace_check_current_call() local 43 /* we expect nops at the hook position */ in ftrace_check_current_call() 45 expected = nops; in ftrace_check_current_call() 73 unsigned int nops[2] = {NOP4, NOP4}; in __ftrace_modify_call() local 79 ((void *)hook_pos, enable ? call : nops, MCOUNT_INSN_SIZE)) in __ftrace_modify_call()
|
/kernel/linux/linux-5.10/tools/build/feature/ |
H A D | test-dwarf_getlocations.c | 10 size_t nops; in main() local 12 return (int)dwarf_getlocations(&attr, offset, &base, &start, &end, &op, &nops); in main()
|
/kernel/linux/linux-6.6/tools/build/feature/ |
H A D | test-dwarf_getlocations.c | 10 size_t nops; in main() local 12 return (int)dwarf_getlocations(&attr, offset, &base, &start, &end, &op, &nops); in main()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | switch.S | 28 .macro nops number 46 nops 6 64 nops 3 69 nops 7
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | alternative.c | 30 static const void *nops[] __initdata_or_module = { 59 memcpy(insns, nops[len / 2 - 1], len); in add_padding()
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | arch_gicv3.h | 61 nops(8); in gic_read_iar_cavium_thunderx() 63 nops(4); in gic_read_iar_cavium_thunderx()
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | arch_gicv3.h | 62 * 2. Having extra nops doesn't add any side effects for Silicons where 70 nops(8); in gic_read_iar_cavium_thunderx() 72 nops(4); in gic_read_iar_cavium_thunderx()
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | callback_xdr.c | 163 hdr->nops = ntohl(*p); in decode_compound_hdr_arg() 663 hdr->nops = xdr_reserve_space(xdr, 4); in encode_compound_hdr_res() 664 if (unlikely(hdr->nops == NULL)) in encode_compound_hdr_res() 932 unsigned int nops = 0; in nfs4_callback_compound() local 965 while (status == 0 && nops != hdr_arg.nops) { in nfs4_callback_compound() 966 status = process_op(nops, rqstp, &xdr_in, in nfs4_callback_compound() 969 nops++; in nfs4_callback_compound() 976 nops--; in nfs4_callback_compound() 980 *hdr_res.nops in nfs4_callback_compound() [all...] |
H A D | callback.h | 55 unsigned nops; member 62 __be32 *nops; member
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | nfs4callback.c | 57 u32 nops; member 273 *p = cpu_to_be32(hdr->nops); /* argarray element count */ in encode_cb_compound4args() 281 BUG_ON(hdr->nops > NFS4_MAX_BACK_CHANNEL_OPS); in encode_cb_nops() 282 *hdr->nops_p = cpu_to_be32(hdr->nops); in encode_cb_nops() 310 hdr->nops = be32_to_cpup(p); in decode_cb_compound4res() 339 hdr->nops++; in encode_cb_recall4args() 357 hdr->nops++; in encode_cb_recallany4args() 392 hdr->nops++; in encode_cb_sequence4args() 644 hdr->nops++; in encode_cb_layout4args() 718 hdr.nops in nfs4_xdr_enc_cb_notify_lock() [all...] |
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | callback_xdr.c | 162 hdr->nops = ntohl(*p); in decode_compound_hdr_arg() 662 hdr->nops = xdr_reserve_space(xdr, 4); in encode_compound_hdr_res() 663 if (unlikely(hdr->nops == NULL)) in encode_compound_hdr_res() 930 unsigned int nops = 0; in nfs4_callback_compound() local 958 while (status == 0 && nops != hdr_arg.nops) { in nfs4_callback_compound() 959 status = process_op(nops, rqstp, &cps); in nfs4_callback_compound() 960 nops++; in nfs4_callback_compound() 967 nops--; in nfs4_callback_compound() 971 *hdr_res.nops in nfs4_callback_compound() [all...] |
H A D | callback.h | 55 unsigned nops; member 62 __be32 *nops; member
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfs4callback.c | 57 u32 nops; member 262 *p = cpu_to_be32(hdr->nops); /* argarray element count */ in encode_cb_compound4args() 270 BUG_ON(hdr->nops > NFS4_MAX_BACK_CHANNEL_OPS); in encode_cb_nops() 271 *hdr->nops_p = cpu_to_be32(hdr->nops); in encode_cb_nops() 299 hdr->nops = be32_to_cpup(p); in decode_cb_compound4res() 328 hdr->nops++; in encode_cb_recall4args() 363 hdr->nops++; in encode_cb_sequence4args() 573 hdr->nops++; in encode_cb_layout4args() 647 hdr.nops++; in nfs4_xdr_enc_cb_notify_lock() 726 hdr->nops in encode_cb_offload4args() [all...] |
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | smap.h | 12 #include <asm/nops.h>
|
H A D | barrier.h | 6 #include <asm/nops.h>
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | jump_label.h | 8 #include <asm/nops.h>
|
H A D | smap.h | 12 #include <asm/nops.h>
|
/kernel/linux/linux-6.6/arch/riscv/include/asm/ |
H A D | barrier.h | 17 #define nops(n) __asm__ __volatile__ (__nops(n)) macro
|