/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | verifier.c | 259 * than 4th meta, shove it into arg1. in nfp_bpf_check_helper_call() 291 if (reg1->type != meta->arg1.type) { in nfp_bpf_check_helper_call() 293 meta->arg1.type, reg1->type); in nfp_bpf_check_helper_call() 304 meta->arg1 = *reg1; in nfp_bpf_check_helper_call()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | verifier.c | 259 * than 4th meta, shove it into arg1. in nfp_bpf_check_helper_call() 291 if (reg1->type != meta->arg1.type) { in nfp_bpf_check_helper_call() 293 meta->arg1.type, reg1->type); in nfp_bpf_check_helper_call() 304 meta->arg1 = *reg1; in nfp_bpf_check_helper_call()
|
/third_party/curl/lib/vquic/ |
H A D | curl_msh3.c | 755 int event, int arg1, void *arg2) in cf_msh3_data_event() 763 (void)arg1; in cf_msh3_data_event() 770 result = h3_data_pause(cf, data, (arg1 != 0)); in cf_msh3_data_event() 753 cf_msh3_data_event(struct Curl_cfilter *cf, struct Curl_easy *data, int event, int arg1, void *arg2) cf_msh3_data_event() argument
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | entry.S | 1104 copy %r29, %r25 /* arg1 is pt_regs */ 2238 LDREG 16(%arg1), %arg1 2239 bve,l (%arg1), %rp 2249 bb,>=,n %arg1, 30, 1f 2250 depwi 0,31,2, %arg1 2251 LDREG 0(%arg1), %arg1 2253 be,l 0(%sr4,%arg1), %sr0, %r31
|
H A D | firmware.c | 1705 unsigned int arg1; member 1722 real_stack.arg1 = va_arg(args, unsigned int); in real32_call() 1745 unsigned long arg1; member 1773 real64_stack.arg1 = va_arg(args, unsigned long); in real64_call()
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | entry.S | 1084 copy %r29, %r25 /* arg1 is pt_regs */ 2164 LDREG 16(%arg1), %arg1 2165 bve,l (%arg1), %rp 2175 bb,>=,n %arg1, 30, 1f 2176 depwi 0,31,2, %arg1 2177 LDREG 0(%arg1), %arg1 2179 be,l 0(%sr4,%arg1), %sr0, %r31
|
H A D | firmware.c | 1845 unsigned int arg1; member 1862 real_stack.arg1 = va_arg(args, unsigned int); in real32_call() 1885 unsigned long arg1; member 1913 real64_stack.arg1 = va_arg(args, unsigned long); in real64_call()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/toshiba/ |
H A D | ps3_gelic_wireless.c | 87 int pre_arg; /* command requires arg1, arg2 at POST COMMAND */ 88 int post_arg; /* command requires arg1, arg2 at GET_RESULT */ 148 u64 arg1, arg2; in gelic_eurus_sync_cmd_worker() local 158 arg1 = (cmd->buffer) ? in gelic_eurus_sync_cmd_worker() 163 arg1 = 0; in gelic_eurus_sync_cmd_worker() 170 cmd->cmd, arg1, arg2, in gelic_eurus_sync_cmd_worker() 181 arg1 = ps3_mm_phys_to_lpar(__pa(cmd->buffer)); in gelic_eurus_sync_cmd_worker() 184 arg1 = 0; in gelic_eurus_sync_cmd_worker() 190 cmd->tag, arg1, arg2, in gelic_eurus_sync_cmd_worker() 194 pr_debug("%s: cmd done tag=%#lx arg1 in gelic_eurus_sync_cmd_worker() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/toshiba/ |
H A D | ps3_gelic_wireless.c | 87 int pre_arg; /* command requires arg1, arg2 at POST COMMAND */ 88 int post_arg; /* command requires arg1, arg2 at GET_RESULT */ 148 u64 arg1, arg2; in gelic_eurus_sync_cmd_worker() local 158 arg1 = (cmd->buffer) ? in gelic_eurus_sync_cmd_worker() 163 arg1 = 0; in gelic_eurus_sync_cmd_worker() 170 cmd->cmd, arg1, arg2, in gelic_eurus_sync_cmd_worker() 181 arg1 = ps3_mm_phys_to_lpar(__pa(cmd->buffer)); in gelic_eurus_sync_cmd_worker() 184 arg1 = 0; in gelic_eurus_sync_cmd_worker() 190 cmd->tag, arg1, arg2, in gelic_eurus_sync_cmd_worker() 194 pr_debug("%s: cmd done tag=%#lx arg1 in gelic_eurus_sync_cmd_worker() [all...] |
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | bpf-loader.c | 488 struct probe_trace_arg *arg1, *arg2; in compare_tev_args() local 491 arg1 = &tev1->args[i]; in compare_tev_args() 494 ret = strcmp(arg1->value, arg2->value); in compare_tev_args() 498 ref1 = arg1->ref; in compare_tev_args()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
H A D | nouveau_drm.c | 348 u32 arg0, arg1; in nouveau_accel_gr_init() local 354 arg1 = 1; in nouveau_accel_gr_init() 357 arg1 = NvDmaTT; in nouveau_accel_gr_init() 360 ret = nouveau_channel_new(drm, device, arg0, arg1, false, in nouveau_accel_gr_init()
|
/third_party/ffmpeg/libavcodec/ |
H A D | evrcdec.c | 261 float arg1 = M_PI * 0.9 * (tt - n); in evrc_decode_init() local 265 if (arg1) in evrc_decode_init() 267 sin(arg1) / arg1; in evrc_decode_init()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | PluralRulesTest.java | 1020 public int compare(Set<StandardPluralCategories> arg0, Set<StandardPluralCategories> arg1) { 1021 int diff = arg0.size() - arg1.size(); 1029 if (!arg1.contains(value)) { 1032 } else if (arg1.contains(value)) {
|
/third_party/node/deps/v8/src/json/ |
H A D | json-parser.cc | 254 Handle<Object> arg1 = Handle<Smi>(Smi::FromInt(pos), isolate()); in ReportUnexpectedToken() local 269 arg2 = arg1; in ReportUnexpectedToken() 270 arg1 = factory->LookupSingleCharacterStringFromCode(*cursor_); in ReportUnexpectedToken() 293 isolate()->ThrowAt(factory->NewSyntaxError(message, arg1, arg2), &location); in ReportUnexpectedToken()
|
/kernel/linux/linux-5.10/arch/x86/xen/ |
H A D | mmu_pv.c | 668 op.arg1.mfn = pfn_to_mfn(pfn); in xen_do_pin() 992 op.arg1.mfn = pfn_to_mfn(pfn); in pin_pagetable_pfn() 1242 op->arg1.linear_addr = addr & PAGE_MASK; in xen_flush_tlb_one_user() 1278 args->op.arg1.linear_addr = info->start; in xen_flush_tlb_others() 1311 op.arg1.mfn = mfn; in __xen_write_cr3() 1495 op->arg1.mfn = pfn_to_mfn(pfn); in __pin_pagetable_pfn()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | tcp.h | 2318 static inline int tcp_call_bpf_2arg(struct sock *sk, int op, u32 arg1, u32 arg2) in tcp_call_bpf_2arg() argument 2320 u32 args[2] = {arg1, arg2}; in tcp_call_bpf_2arg() 2325 static inline int tcp_call_bpf_3arg(struct sock *sk, int op, u32 arg1, u32 arg2, in tcp_call_bpf_3arg() argument 2328 u32 args[3] = {arg1, arg2, arg3}; in tcp_call_bpf_3arg() 2339 static inline int tcp_call_bpf_2arg(struct sock *sk, int op, u32 arg1, u32 arg2) in tcp_call_bpf_2arg() argument 2344 static inline int tcp_call_bpf_3arg(struct sock *sk, int op, u32 arg1, u32 arg2, in tcp_call_bpf_3arg() argument
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | bpf_trace.c | 413 BPF_CALL_5(bpf_trace_printk, char *, fmt, u32, fmt_size, u64, arg1, in BPF_CALL_5() 483 unsafe_ptr = (void *)(long)arg1; in BPF_CALL_5() 484 arg1 = (long)buf; in BPF_CALL_5() 522 ? __BPF_TP(arg1, ##__VA_ARGS__) \ in BPF_CALL_5() 524 ? __BPF_TP((long)arg1, ##__VA_ARGS__) \ in BPF_CALL_5() 525 : __BPF_TP((u32)arg1, ##__VA_ARGS__))) in BPF_CALL_5()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | tcp.h | 2440 static inline int tcp_call_bpf_2arg(struct sock *sk, int op, u32 arg1, u32 arg2) in tcp_call_bpf_2arg() argument 2442 u32 args[2] = {arg1, arg2}; in tcp_call_bpf_2arg() 2447 static inline int tcp_call_bpf_3arg(struct sock *sk, int op, u32 arg1, u32 arg2, in tcp_call_bpf_3arg() argument 2450 u32 args[3] = {arg1, arg2, arg3}; in tcp_call_bpf_3arg() 2461 static inline int tcp_call_bpf_2arg(struct sock *sk, int op, u32 arg1, u32 arg2) in tcp_call_bpf_2arg() argument 2466 static inline int tcp_call_bpf_3arg(struct sock *sk, int op, u32 arg1, u32 arg2, in tcp_call_bpf_3arg() argument
|
/kernel/linux/linux-6.6/arch/x86/xen/ |
H A D | mmu_pv.c | 688 op.arg1.mfn = pfn_to_mfn(pfn); in xen_do_pin() 1007 op.arg1.mfn = pfn_to_mfn(pfn); in pin_pagetable_pfn() 1265 op->arg1.linear_addr = addr & PAGE_MASK; in xen_flush_tlb_one_user() 1300 args->op.arg1.linear_addr = info->start; in xen_flush_tlb_multi() 1333 op.arg1.mfn = mfn; in __xen_write_cr3() 1520 op->arg1.mfn = pfn_to_mfn(pfn); in __pin_pagetable_pfn()
|
/kernel/linux/linux-6.6/lib/ |
H A D | overflow_kunit.c | 744 #define __TEST_OVERFLOWS_TYPE(func, arg1, arg2, of) do { \ in overflows_type_test() 745 bool __of = func(arg1, arg2); \ in overflows_type_test() 747 "expected " #func "(" #arg1 ", " #arg2 " to%s overflow\n",\ in overflows_type_test() 1030 #define TEST_CASTABLE_TO_TYPE(arg1, arg2, pass) do { \ in castable_to_type_test() 1031 bool __pass = castable_to_type(arg1, arg2); \ in castable_to_type_test() 1033 "expected castable_to_type(" #arg1 ", " #arg2 ") to%s pass\n",\ in castable_to_type_test()
|
/kernel/linux/linux-5.10/drivers/clk/zynqmp/ |
H A D | divider.c | 220 qdata.arg1 = clk_id; in zynqmp_clk_get_max_divisor()
|
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
H A D | asmregs.h | 14 arg1: .reg %r25
|
/kernel/linux/linux-6.6/arch/parisc/include/asm/ |
H A D | asmregs.h | 14 arg1: .reg %r25
|
/kernel/linux/linux-5.10/include/xen/interface/ |
H A D | xen.h | 366 } arg1; member
|
/kernel/linux/linux-6.6/drivers/clk/zynqmp/ |
H A D | divider.c | 226 qdata.arg1 = clk_id; in zynqmp_clk_get_max_divisor()
|