Searched refs:program (Results 51 - 75 of 100) sorted by last modified time

1234

/linux-master/arch/mips/net/
H A Dbpf_jit_comp64.c67 /* Arguments from eBPF program to in-kernel function */
119 if (!ctx->program->aux->verifier_zext)
447 if (bpf_jit_get_func_addr(ctx->program, insn, false,
530 * Stack frame layout for a JITed program (stack grows down).
538 * | allocated by program |
545 /* Build program prologue to set up the stack and registers */
586 /* Stack space used by eBPF program local data */
587 locals = ALIGN(ctx->program->aux->stack_depth, MIPS_STACK_ALIGNMENT);
618 /* Build the program epilogue to restore the stack and registers */
1052 if (ctx->bpf_index == ctx->program
[all...]
H A Dbpf_jit_comp.c168 /* Compute the 28-bit jump target address from a BPF program location */
184 /* Compute the PC-relative offset to relative BPF program offset */
840 int target = get_target(ctx, ctx->program->len);
849 /* Build the program body from eBPF bytecode */
852 const struct bpf_prog *prog = ctx->program;
890 const struct bpf_prog *prog = ctx->program;
943 ctx.program = prog;
H A Dbpf_jit_comp.h74 /* JIT context for an eBPF program */
76 struct bpf_prog *program; /* The eBPF program being JITed */ member in struct:jit_context
79 u32 bpf_index; /* Index of current BPF program insn */
125 * initialized by the program if expected, e.g. FP.
134 * saved/restored by the program if callee-saved.
153 /* Compute the 28-bit jump target address from a BPF program location */
156 /* Compute the PC-relative offset to relative BPF program offset */
213 * Build program prologue to set up the stack and registers.
219 * Build the program epilogu
[all...]
/linux-master/tools/testing/selftests/arm64/mte/
H A DMakefile33 $(warning test program "mte" will not be created.)
/linux-master/tools/testing/selftests/arm64/fp/
H A Dfp-stress.c60 static void child_start(struct child_data *child, const char *program) argument
117 ret = execl(program, program, NULL);
119 program, errno, strerror(errno));
/linux-master/drivers/pcmcia/
H A Dyenta_socket.c767 int program = 0; local
768 program += yenta_allocate_res(socket, PCI_CB_BRIDGE_IO_0_WINDOW,
771 program += yenta_allocate_res(socket, PCI_CB_BRIDGE_IO_1_WINDOW,
774 program += yenta_allocate_res(socket, PCI_CB_BRIDGE_MEM_0_WINDOW,
777 program += yenta_allocate_res(socket, PCI_CB_BRIDGE_MEM_1_WINDOW,
780 if (program)
/linux-master/drivers/fpga/
H A Dlattice-sysconfig.h25 struct gpio_desc *program; member in struct:sysconfig_priv
H A Dlattice-sysconfig.c91 struct gpio_desc *program = priv->program; local
97 gpiod_set_value(program, 1);
106 /* Enter program mode */
107 gpiod_set_value(program, 0);
128 struct gpio_desc *program = priv->program; local
132 if (program && init && done)
285 /* Enter program mode */
288 dev_err(dev, "Failed to go to program mod
355 struct gpio_desc *program, *init, *done; local
[all...]
/linux-master/fs/nfs/
H A Dmount_clnt.c165 .program = &mnt_program,
252 .program = &mnt_program,
/linux-master/sound/pci/asihpi/
H A Dhpifunc.c2611 u16 hpi_tuner_set_program(u32 h_control, u32 program) argument
2613 return hpi_control_param_set(h_control, HPI_TUNER_PROGRAM, program,
/linux-master/tools/testing/selftests/filesystems/fat/
H A Drename_exchange.c15 void print_usage(const char *program) argument
17 printf("Usage: %s [oldpath] [newpath]\n", program);
/linux-master/net/sunrpc/auth_gss/
H A Dgss_rpc_upcall.c91 .program = &gssp_program,
/linux-master/tools/power/x86/intel-speed-select/
H A DMakefile54 for program in $(ALL_PROGRAMS); do \
55 install $$program $(DESTDIR)$(bindir); \
/linux-master/tools/usb/
H A DMakefile45 for program in $(ALL_PROGRAMS); do \
46 install $$program $(DESTDIR)$(bindir); \
/linux-master/tools/spi/
H A DMakefile62 for program in $(ALL_PROGRAMS); do \
63 install $$program $(DESTDIR)$(bindir); \
/linux-master/tools/pci/
H A DMakefile49 for program in $(ALL_PROGRAMS); do \
50 install $$program $(DESTDIR)$(bindir); \
/linux-master/tools/iio/
H A DMakefile65 for program in $(ALL_PROGRAMS); do \
66 install $$program $(DESTDIR)$(bindir); \
/linux-master/tools/hv/
H A DMakefile56 for program in $(ALL_PROGRAMS); do \
57 install $$program -m 755 $(DESTDIR)$(sbindir); \
/linux-master/tools/gpio/
H A DMakefile85 for program in $(ALL_PROGRAMS); do \
86 install $$program $(DESTDIR)$(bindir); \
/linux-master/scripts/dtc/
H A Ddtx_diff299 ERROR: unable to find a 'dtc' program
/linux-master/drivers/comedi/drivers/
H A Ddt2815.c28 * [4] - Firmware program configuration
29 * 0 == program 1 (see manual table 5-4)
30 * 1 == program 2 (see manual table 5-4)
31 * 2 == program 3 (see manual table 5-4)
32 * 3 == program 4 (see manual table 5-4)
124 * options[4] Firmware program configuration
125 * 0 == program 1 (see manual table 5-4)
126 * 1 == program 2 (see manual table 5-4)
127 * 2 == program 3 (see manual table 5-4)
128 * 3 == program
187 unsigned int program; local
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Draw_tp_writable_reject_nbd_invalid.c12 const struct bpf_insn program[] = { local
28 program, sizeof(program) / sizeof(struct bpf_insn),
/linux-master/net/netfilter/
H A Dxt_bpf.c27 struct sock_fprog_kern program; local
32 program.len = len;
33 program.filter = insns;
35 if (bpf_prog_create(ret, &program)) {
/linux-master/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_gram.y230 program: label
232 | program include
234 | program prefix
236 | program patch_arg_list
238 | program version
240 | program register
242 | program constant
244 | program macrodefn
246 | program scratch_ram
248 | program sc
[all...]
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx8.asm183 s_cbranch_scc1 L_EXCP_CASE // Exception, jump back to the shader program directly.
668 // s_rfe_b64 s_restore_pc_lo //Return to the main shader program and resume execution

Completed in 316 milliseconds

1234