/kernel/linux/linux-6.6/net/ipv4/netfilter/ |
H A D | ip_tables.c | 162 if (strcmp(t->target.u.kernel.target->name, XT_ERROR_TARGET) == 0) { in get_chainname_rulenum() 163 /* Head of user chain: ERROR target with chainname */ in get_chainname_rulenum() 164 *chainname = t->target.data; in get_chainname_rulenum() 170 strcmp(t->target.u.kernel.target->name, in get_chainname_rulenum() 173 /* Tail of chains: STANDARD target (return/policy) */ in get_chainname_rulenum() 301 WARN_ON(!t->u.kernel.target); in ipt_do_table() 309 /* Standard target? */ in ipt_do_table() 310 if (!t->u.kernel.target in ipt_do_table() 520 struct xt_target *target; find_check_entry() local 1290 struct xt_target *target; check_compat_entry_size_and_hooks() local 1666 int target; do_ipt_get_ctl() local [all...] |
/kernel/linux/linux-6.6/net/ipv6/netfilter/ |
H A D | ip6_tables.c | 187 if (strcmp(t->target.u.kernel.target->name, XT_ERROR_TARGET) == 0) { in get_chainname_rulenum() 188 /* Head of user chain: ERROR target with chainname */ in get_chainname_rulenum() 189 *chainname = t->target.data; in get_chainname_rulenum() 195 strcmp(t->target.u.kernel.target->name, in get_chainname_rulenum() 198 /* Tail of chains: STANDARD target (return/policy) */ in get_chainname_rulenum() 324 WARN_ON(!t->u.kernel.target); in ip6t_do_table() 332 /* Standard target? */ in ip6t_do_table() 333 if (!t->u.kernel.target in ip6t_do_table() 539 struct xt_target *target; find_check_entry() local 1306 struct xt_target *target; check_compat_entry_size_and_hooks() local 1675 int target; do_ip6t_get_ctl() local [all...] |
/kernel/linux/linux-5.10/scripts/ |
H A D | markup_oops.pl | 37 my $target = "0"; 159 $target = $1; 162 $target = $1; 183 my $decodestart = Math::BigInt->from_hex("0x$target") - Math::BigInt->from_hex("0x$func_offset"); 184 my $decodestop = Math::BigInt->from_hex("0x$target") + 8192; 185 if ($target eq "0") { 206 $vmaoffset = Math::BigInt->from_hex("0x$target") - Math::BigInt->from_hex("0x$fu") - Math::BigInt->from_hex("0x$func_offset"); 219 my ($address, $target) = @_; 221 my $ta = "0x".$target; 242 if (InRange($1, $target)) { [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_gem_evict.c | 320 * @target: range (and color) to evict for 323 * This function will try to evict vmas that overlap the target node. 330 struct drm_mm_node *target, in i915_gem_evict_for_node() 335 u64 start = target->start; in i915_gem_evict_for_node() 336 u64 end = start + target->size; in i915_gem_evict_for_node() 344 trace_i915_gem_evict_node(vm, target, flags); in i915_gem_evict_for_node() 390 if (node->start + node->size == target->start) { in i915_gem_evict_for_node() 391 if (node->color == target->color) in i915_gem_evict_for_node() 394 if (node->start == target->start + target in i915_gem_evict_for_node() 328 i915_gem_evict_for_node(struct i915_address_space *vm, struct i915_gem_ww_ctx *ww, struct drm_mm_node *target, unsigned int flags) i915_gem_evict_for_node() argument [all...] |
/kernel/linux/linux-6.6/scripts/ |
H A D | markup_oops.pl | 37 my $target = "0"; 159 $target = $1; 162 $target = $1; 183 my $decodestart = Math::BigInt->from_hex("0x$target") - Math::BigInt->from_hex("0x$func_offset"); 184 my $decodestop = Math::BigInt->from_hex("0x$target") + 8192; 185 if ($target eq "0") { 206 $vmaoffset = Math::BigInt->from_hex("0x$target") - Math::BigInt->from_hex("0x$fu") - Math::BigInt->from_hex("0x$func_offset"); 219 my ($address, $target) = @_; 221 my $ta = "0x".$target; 242 if (InRange($1, $target)) { [all...] |
/kernel/linux/linux-6.6/net/vmw_vsock/ |
H A D | vmci_transport_notify_qstate.c | 160 size_t target, bool *data_ready_now) in vmci_transport_notify_pkt_poll_in() 164 if (vsock_stream_has_data(vsk) >= target) { in vmci_transport_notify_pkt_poll_in() 181 size_t target, bool *space_avail_now) in vmci_transport_notify_pkt_poll_out() 203 size_t target, in vmci_transport_notify_pkt_recv_init() 212 if (PKT_FIELD(vsk, write_notify_min_window) < target + 1) { in vmci_transport_notify_pkt_recv_init() 213 PKT_FIELD(vsk, write_notify_min_window) = target + 1; in vmci_transport_notify_pkt_recv_init() 235 size_t target, in vmci_transport_notify_pkt_recv_pre_block() 255 size_t target, in vmci_transport_notify_pkt_recv_post_dequeue() 391 size_t target, in vmci_transport_notify_pkt_recv_pre_dequeue() 159 vmci_transport_notify_pkt_poll_in(struct sock *sk, size_t target, bool *data_ready_now) vmci_transport_notify_pkt_poll_in() argument 180 vmci_transport_notify_pkt_poll_out(struct sock *sk, size_t target, bool *space_avail_now) vmci_transport_notify_pkt_poll_out() argument 201 vmci_transport_notify_pkt_recv_init( struct sock *sk, size_t target, struct vmci_transport_recv_notify_data *data) vmci_transport_notify_pkt_recv_init() argument 233 vmci_transport_notify_pkt_recv_pre_block( struct sock *sk, size_t target, struct vmci_transport_recv_notify_data *data) vmci_transport_notify_pkt_recv_pre_block() argument 253 vmci_transport_notify_pkt_recv_post_dequeue( struct sock *sk, size_t target, ssize_t copied, bool data_read, struct vmci_transport_recv_notify_data *data) vmci_transport_notify_pkt_recv_post_dequeue() argument 389 vmci_transport_notify_pkt_recv_pre_dequeue( struct sock *sk, size_t target, struct vmci_transport_recv_notify_data *data) vmci_transport_notify_pkt_recv_pre_dequeue() argument
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | alternative.c | 42 * Check if the target PC is within an alternative block. 60 unsigned long target; in get_alt_insn() local 62 target = (unsigned long)altinsnptr + offset; in get_alt_insn() 69 if (branch_insn_requires_update(alt, target)) { in get_alt_insn() 70 offset = target - (unsigned long)insnptr; in get_alt_insn() 75 unsigned long target; in get_alt_insn() local 83 target = align_down(altinsnptr, SZ_4K) + orig_offset; in get_alt_insn() 84 new_offset = target - align_down(insnptr, SZ_4K); in get_alt_insn()
|
/kernel/linux/linux-6.6/arch/arm64/kernel/ |
H A D | alternative.c | 49 * Check if the target PC is within an alternative block. 67 unsigned long target; in get_alt_insn() local 69 target = (unsigned long)altinsnptr + offset; in get_alt_insn() 76 if (branch_insn_requires_update(alt, target)) { in get_alt_insn() 77 offset = target - (unsigned long)insnptr; in get_alt_insn() 82 unsigned long target; in get_alt_insn() local 90 target = align_down(altinsnptr, SZ_4K) + orig_offset; in get_alt_insn() 91 new_offset = target - align_down(insnptr, SZ_4K); in get_alt_insn()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | configfs.h | 214 int (*allow_link)(struct config_item *src, struct config_item *target); 215 void (*drop_link)(struct config_item *src, struct config_item *target); 256 struct config_item *target); 257 void configfs_undepend_item(struct config_item *target); 262 * NOTE: First parameter is a caller's subsystem, not target's. 267 struct config_item *target); 270 static inline void configfs_undepend_item_unlocked(struct config_item *target) in configfs_undepend_item_unlocked() argument 272 configfs_undepend_item(target); in configfs_undepend_item_unlocked()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | configfs.h | 210 int (*allow_link)(struct config_item *src, struct config_item *target); 211 void (*drop_link)(struct config_item *src, struct config_item *target); 251 struct config_item *target); 252 void configfs_undepend_item(struct config_item *target); 257 * NOTE: First parameter is a caller's subsystem, not target's. 262 struct config_item *target); 265 static inline void configfs_undepend_item_unlocked(struct config_item *target) in configfs_undepend_item_unlocked() argument 267 configfs_undepend_item(target); in configfs_undepend_item_unlocked()
|
/kernel/linux/linux-5.10/arch/mips/net/ |
H A D | bpf_jit.c | 95 * @target: Memory location for the compiled filter 103 u32 *target; member 123 if ((ctx)->target != NULL) { \ 124 u32 *p = &(ctx)->target[ctx->idx]; \ 136 if ((ctx)->target != NULL) { \ 137 u32 *p = &(ctx)->target[ctx->idx]; \ 163 if (ctx->target != NULL) { in emit_load_imm() 166 u32 *p = &ctx->target[ctx->idx]; in emit_load_imm() 168 p = &ctx->target[ctx->idx + 1]; in emit_load_imm() 171 u32 *p = &ctx->target[ct in emit_load_imm() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | code-patching.h | 17 * "b" == create_branch(addr, target, 0); 18 * "ba" == create_branch(addr, target, BRANCH_ABSOLUTE); 19 * "bl" == create_branch(addr, target, BRANCH_SET_LINK); 20 * "bla" == create_branch(addr, target, BRANCH_ABSOLUTE | BRANCH_SET_LINK); 28 unsigned long target, int flags); 30 unsigned long target, int flags); 31 int patch_branch(struct ppc_inst *addr, unsigned long target, int flags); 45 static inline int patch_branch_site(s32 *site, unsigned long target, int flags) in patch_branch_site() argument 47 return patch_branch((struct ppc_inst *)patch_site_addr(site), target, flags); in patch_branch_site()
|
/kernel/linux/linux-5.10/arch/nds32/kernel/ |
H A D | ptrace.c | 14 static int gpr_get(struct task_struct *target, in gpr_get() argument 18 return membuf_write(&to, &task_pt_regs(target)->user_regs, in gpr_get() 22 static int gpr_set(struct task_struct *target, const struct user_regset *regset, in gpr_set() argument 27 struct user_pt_regs newregs = task_pt_regs(target)->user_regs; in gpr_set() 33 task_pt_regs(target)->user_regs = newregs; in gpr_set()
|
/kernel/linux/common_modules/tzdriver/core/ |
H A D | smc_abi.c | 50 [re3] "r"(&out->target) : in do_smc_transport() 80 [re3] "r"(&out->target) : in do_smc_transport() 91 out_param->target = out_param->ta; in fix_params_offset() 99 temp_info.crash_reg[2] = out_param->target; in fix_params_offset() 105 out_param->target = temp_info.crash_reg[2]; in fix_params_offset()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/logicvc/ |
H A D | logicvc_of.c | 127 unsigned int index, u32 *target) in logicvc_of_property_parse_u32() 162 *target = value; in logicvc_of_property_parse_u32() 168 unsigned int index, bool *target) in logicvc_of_property_parse_bool() 174 *target = false; in logicvc_of_property_parse_bool() 179 *target = of_property_read_bool(of_node, property->name); in logicvc_of_property_parse_bool() 126 logicvc_of_property_parse_u32(struct device_node *of_node, unsigned int index, u32 *target) logicvc_of_property_parse_u32() argument 167 logicvc_of_property_parse_bool(struct device_node *of_node, unsigned int index, bool *target) logicvc_of_property_parse_bool() argument
|
/kernel/linux/linux-6.6/arch/mips/net/ |
H A D | bpf_jit_comp.c | 168 /* Compute the 28-bit jump target address from a BPF program location */ 172 unsigned long pc = (unsigned long)&ctx->target[ctx->jit_index]; in get_target() 173 unsigned long addr = (unsigned long)&ctx->target[index]; in get_target() 175 if (!ctx->target) in get_target() 580 int target = ctx->bpf_index + bpf_off + 1; in setup_jmp() local 583 offset = (INDEX(ctx->descriptors[target]) - in setup_jmp() 687 int target = get_target(ctx, ctx->bpf_index + bpf_off + 1); in finish_jmp() local 689 if (target < 0) in finish_jmp() 691 emit(ctx, j, target); in finish_jmp() 828 int target in emit_ja() local 840 int target = get_target(ctx, ctx->program->len); emit_exit() local [all...] |
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/ |
H A D | randomalloc.c | 98 efi_physical_addr_t target; in efi_random_alloc() local 106 target = round_up(md->phys_addr, align) + target_slot * align; in efi_random_alloc() 110 EFI_LOADER_DATA, pages, &target); in efi_random_alloc() 112 *addr = target; in efi_random_alloc()
|
/kernel/linux/linux-5.10/tools/testing/selftests/timers/ |
H A D | mqueue-lat.c | 63 struct timespec start, end, now, target; in mqueue_lat_test() local 81 target = now; in mqueue_lat_test() 82 target = timespec_add(now, TARGET_TIMEOUT); /* 100ms */ in mqueue_lat_test() 84 ret = mq_timedreceive(q, buf, sizeof(buf), NULL, &target); in mqueue_lat_test()
|
/kernel/linux/linux-5.10/net/bridge/netfilter/ |
H A D | ebt_redirect.c | 34 return info->target; in ebt_redirect_tg() 42 if (BASE_CHAIN && info->target == EBT_RETURN) in ebt_redirect_tg_check() 51 if (ebt_invalid_target(info->target)) in ebt_redirect_tg_check() 62 .target = ebt_redirect_tg,
|
/kernel/linux/linux-6.6/tools/testing/selftests/timers/ |
H A D | mqueue-lat.c | 63 struct timespec start, end, now, target; in mqueue_lat_test() local 81 target = now; in mqueue_lat_test() 82 target = timespec_add(now, TARGET_TIMEOUT); /* 100ms */ in mqueue_lat_test() 84 ret = mq_timedreceive(q, buf, sizeof(buf), NULL, &target); in mqueue_lat_test()
|
/kernel/linux/linux-6.6/net/bridge/netfilter/ |
H A D | ebt_redirect.c | 34 return info->target; in ebt_redirect_tg() 42 if (BASE_CHAIN && info->target == EBT_RETURN) in ebt_redirect_tg_check() 51 if (ebt_invalid_target(info->target)) in ebt_redirect_tg_check() 62 .target = ebt_redirect_tg,
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | ptrace.c | 700 * Note: at the time of this call, the target task is blocked in convert_to_non_syscall() 763 access_elf_reg(struct task_struct *target, struct unw_frame_info *info, 1208 struct task_struct *target; member 1231 access_elf_gpreg(struct task_struct *target, struct unw_frame_info *info, in access_elf_gpreg() argument 1234 struct pt_regs *pt = task_pt_regs(target); in access_elf_gpreg() 1259 access_elf_breg(struct task_struct *target, struct unw_frame_info *info, in access_elf_breg() argument 1265 pt = task_pt_regs(target); in access_elf_breg() 1287 access_elf_areg(struct task_struct *target, struct unw_frame_info *info, in access_elf_areg() argument 1294 pt = task_pt_regs(target); in access_elf_areg() 1329 urbs_end = ia64_get_user_rbs_end(target, p in access_elf_areg() 1424 access_elf_reg(struct task_struct *target, struct unw_frame_info *info, unsigned long addr, unsigned long *data, int write_access) access_elf_reg() argument 1624 unwind_and_call(void (*call)(struct unw_frame_info *, void *), struct task_struct *target, void *data) unwind_and_call() argument 1638 do_regset_call(void (*call)(struct unw_frame_info *, void *), struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) do_regset_call() argument 1653 gpregs_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) gpregs_get() argument 1662 gpregs_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) gpregs_set() argument 1682 gpregs_writeback(struct task_struct *target, const struct user_regset *regset, int now) gpregs_writeback() argument 1694 fpregs_active(struct task_struct *target, const struct user_regset *regset) fpregs_active() argument 1699 fpregs_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) fpregs_get() argument 1708 fpregs_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) fpregs_set() argument [all...] |
/kernel/linux/linux-6.6/arch/riscv/kvm/ |
H A D | aia_aplic.c | 26 u32 target; member 87 ret = irqd->target; in aplic_read_target() 107 irqd->target = val; in aplic_write_target() 205 static void aplic_inject_msi(struct kvm *kvm, u32 irq, u32 target) in aplic_inject_msi() argument 209 hart_idx = target >> APLIC_TARGET_HART_IDX_SHIFT; in aplic_inject_msi() 211 guest_idx = target >> APLIC_TARGET_GUEST_IDX_SHIFT; in aplic_inject_msi() 213 eiid = target & APLIC_TARGET_EIID_MASK; in aplic_inject_msi() 220 u32 irq, target; in aplic_update_irq_range() local 236 target = irqd->target; in aplic_update_irq_range() 252 u32 target; kvm_riscv_aia_aplic_inject() local [all...] |
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-ftrace.c | 25 #include "target.h" 38 struct target target; member 287 if (target__has_cpu(&ftrace->target)) in set_tracing_pid() 328 if (!target__has_cpu(&ftrace->target)) in set_tracing_cpu() 604 &ftrace->target, argv, false, in __cmd_ftrace() 881 .target = { .uid = UINT_MAX, }, in cmd_ftrace() 894 OPT_STRING('p', "pid", &ftrace.target.pid, "pid", in cmd_ftrace() 897 OPT_STRING(0, "tid", &ftrace.target.tid, "tid", in cmd_ftrace() 901 OPT_BOOLEAN('a', "all-cpus", &ftrace.target in cmd_ftrace() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
H A D | nouveau_chan.c | 153 u32 target; in nouveau_channel_prep() local 166 target = NOUVEAU_GEM_DOMAIN_GART | NOUVEAU_GEM_DOMAIN_COHERENT; in nouveau_channel_prep() 168 target = NOUVEAU_GEM_DOMAIN_VRAM; in nouveau_channel_prep() 170 ret = nouveau_bo_new(cli, size, 0, target, 0, 0, NULL, NULL, in nouveau_channel_prep() 173 ret = nouveau_bo_pin(chan->push.buffer, target, false); in nouveau_channel_prep() 210 args.target = NV_DMA_V0_TARGET_VM; in nouveau_channel_prep() 221 args.target = NV_DMA_V0_TARGET_PCI; in nouveau_channel_prep() 227 args.target = NV_DMA_V0_TARGET_VRAM; in nouveau_channel_prep() 234 args.target = NV_DMA_V0_TARGET_AGP; in nouveau_channel_prep() 240 args.target in nouveau_channel_prep() [all...] |