Searched refs:program (Results 26 - 50 of 100) sorted by path

1234

/linux-master/arch/mips/net/
H A Dbpf_jit_comp32.c119 /* Arguments from eBPF program to in-kernel function */
165 * saved/restored by the program if callee-saved.
187 if (!ctx->program->aux->verifier_zext) {
1269 if (bpf_jit_get_func_addr(ctx->program, insn, false,
1349 * Stack frame layout for a JITed program (stack grows down).
1361 * | allocated by program |
1372 /* Build program prologue to set up the stack and registers */
1417 /* Stack space used by eBPF program local data */
1418 locals = ALIGN(ctx->program->aux->stack_depth, MIPS_STACK_ALIGNMENT);
1443 /* Build the program epilogu
[all...]
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...]
/linux-master/arch/powerpc/kernel/
H A Dexceptions-64e.S481 EXCEPTION_STUB(0x0e0, program) /* 0x0700 */
570 START_EXCEPTION(program);
/linux-master/arch/s390/boot/
H A Dhead.S296 # This program check is active immediately after kernel start
/linux-master/arch/s390/kernel/
H A Dentry.S217 # some program checks are suppressing. C code (e.g. do_protection_exception)
220 # Other instructions between __sie64a and .Lsie_done should not cause 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/drivers/fpga/
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...]
H A Dlattice-sysconfig.h25 struct gpio_desc *program; member in struct:sysconfig_priv
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx10.asm1236 s_rfe_b64 s_restore_pc_lo //Return to the main shader program and resume execution
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
H A Dcwsr_trap_handler_gfx9.asm917 s_rfe_b64 s_restore_pc_lo //Return to the main shader program and resume execution
/linux-master/drivers/md/
H A Ddm-stats.c488 static int dm_stats_list(struct dm_stats *stats, const char *program, argument
502 if (!program || !strcmp(program, s->program_id)) {
1160 const char *program = NULL; local
1166 program = kstrdup(argv[1], GFP_KERNEL);
1167 if (!program)
1171 r = dm_stats_list(dm_get_stats(md), program, result, maxlen);
1173 kfree(program);
/linux-master/drivers/media/test-drivers/vidtv/
H A Dvidtv_channel.c13 * For each program in the PAT, a PMT section will be created
92 s302m->program = vidtv_psi_pat_program_init(NULL,
95 if (!s302m->program)
147 vidtv_psi_pat_program_destroy(s302m->program);
274 curr = cur_chnl->program;
537 vidtv_psi_pat_program_destroy(curr->program);
H A Dvidtv_channel.h13 * For each program in the PAT, a PMT section will be created
37 * For each program in the PAT, a PMT section will be created
46 * @program: A _single_ program with one or more streams associated with it.
48 * @streams: A stream loop used to populate the PMT section for 'program'
58 struct vidtv_psi_table_pat_program *program; member in struct:vidtv_channel
H A Dvidtv_mux.c78 struct vidtv_psi_table_pat_program *p = m->si.pat->program;
H A Dvidtv_psi.c895 struct vidtv_psi_table_pat_program *program; local
898 program = kzalloc(sizeof(*program), GFP_KERNEL);
899 if (!program)
902 program->service_id = cpu_to_be16(service_id);
905 program->bitfield = cpu_to_be16((RESERVED << 13) | program_map_pid);
906 program->next = NULL;
912 head->next = program;
915 return program;
936 struct vidtv_psi_table_pat_program *program; local
1128 struct vidtv_psi_table_pat_program *program = pat->program; local
1511 struct vidtv_psi_table_pat_program *program; local
[all...]
H A Dvidtv_psi.h162 * struct vidtv_psi_table_pat_program - A single program in the PAT
179 struct vidtv_psi_table_pat_program *program; member in struct:vidtv_psi_table_pat
451 * vidtv_psi_pat_program_assign - Assigns the program loop to the PAT.
453 * @p: The program loop (one or more programs)
455 * This will free the previous program loop in the table.
456 * This will assign ownership of the program loop to the table, i.e. the table
457 * will free this program loop when a call to its destroy function is made.
478 * program found in the PAT
480 * @pcr_pid: packet ID for the PCR to be used for the program described in this
/linux-master/drivers/mtd/spi-nor/
H A Dsfdp.c1047 const struct sfdp_4bait *program = &programs[i]; local
1055 discard_hwcaps |= program->hwcaps;
1056 if (dwords[SFDP_DWORD(1)] & program->supported_bit)
1057 pp_hwcaps |= program->hwcaps;
1076 * We need at least one 4-byte op code per read, program and erase
1097 /* 4BAIT is the only SFDP table that indicates page program support. */
/linux-master/drivers/net/ethernet/microchip/
H A Dlan743x_ptp.c563 goto program;
609 program:
/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/platform/chrome/
H A Dcros_ec_lightbar.c431 * We might need to reject the program for size reasons. The EC
432 * enforces a maximum program size, but we also don't want to try
433 * and send a program that is too big for the protocol. In order
454 dev_info(dev, "Copying %zu byte program to EC", count);
464 * EC_LB_PROG_LEN. This might be too long, and the program
511 static DEVICE_ATTR_WO(program);
/linux-master/drivers/pwm/
H A Dpwm-stmpe.c102 u16 program[3] = { local
157 program[0] = SMAX; /* off all the time */
160 program[0] = LOAD | 0xff; /* LOAD 0xff */
165 program[0] = SMIN; /* on all the time */
168 program[0] = LOAD | 0x00; /* LOAD 0x00 */
191 /* Run the old program */
198 program[0] = LOAD | value;
199 program[1] = 0x0000;
201 /* STMPE2401 need a complex program */
212 program[
220 pwm->hwpwm, value, last, program[0], program[1], local
221 program[2]); local
[all...]
/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/staging/media/atomisp/pci/
H A Dsh_css.c6 * This program is free software; you can redistribute it and/or modify it
10 * This program is distributed in the hope it will be useful, but WITHOUT
86 /* Name of the sp program: should not be built-in */
1329 const char *program,
1335 spctrl_cfg->program_name = (char *)(program);
1328 sh_css_setup_spctrl_config(const struct ia_css_fw_info *fw, const char *program, ia_css_spctrl_cfg *spctrl_cfg) argument
/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c824 minfo->outputs[out].output->program) {
825 minfo->outputs[out].output->program(minfo->outputs[out].data);
1921 /* And put it into "current" var. Do NOT program hardware yet, or we'll not take over

Completed in 871 milliseconds

1234