Searched refs:program (Results 51 - 75 of 100) sorted by relevance

1234

/linux-master/arch/m68k/fpsp040/
H A Dscosh.S18 | Speed: The program sCOSH takes approximately 250 cycles.
H A Dssinh.S18 | Speed: The program sSINH takes approximately 280 cycles.
H A Dstanh.S18 | Speed: The program stanh takes approximately 270 cycles.
H A Dsetox.S33 | The program setox takes approximately 210/190 cycles for input
36 | depending on their values, the program may run faster or slower --
39 | The program setoxm1 takes approximately ??? / ??? cycles for input
42 | depending on their values, the program may run faster or slower --
H A Dsatan.S18 | Speed: The program satan takes approximately 160 cycles for input
20 | the program will run no worse than 10% slower.
H A Ddecbin.S13 | Speed: The program decbin takes ??? cycles to execute.
/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;
/linux-master/tools/scripts/
H A Dutilities.mak50 # in an `awk' program that is delimited by shell
66 # expression constant in an `awk' program that is
/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/arch/m68k/math-emu/
H A Dfp_entry.S76 | send some signal to program here
/linux-master/drivers/media/test-drivers/vidtv/
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/scripts/dtc/
H A Ddtx_diff299 ERROR: unable to find a 'dtc' program
/linux-master/net/sunrpc/auth_gss/
H A Dgss_rpc_upcall.c91 .program = &gssp_program,
/linux-master/arch/alpha/lib/
H A Dudiv-qrnnd.S17 # distribution when not linked into another program.)
/linux-master/security/tomoyo/
H A Dgc.c115 tomoyo_put_name(ptr->program);
/linux-master/fs/lockd/
H A Dmon.c81 .program = &nsm_program,
H A Dhost.c458 .program = &nlm_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/video/fbdev/matrox/
H A Dmatroxfb_crtc2.c379 minfo->outputs[out].output->program) {
380 minfo->outputs[out].output->program(minfo->outputs[out].data);
H A Dmatroxfb_g450.c550 /* We must program clocks before CRTC2, otherwise interlaced mode
591 .program = matroxfb_g450_program,
H A Dmatroxfb_base.h299 int (*program)(void* altout_dev); member in struct:matrox_altout
/linux-master/fs/nfs/
H A Dnfstrace.h1698 __string(program,
1713 __assign_str(program,
1721 __get_str(program), __entry->version,
/linux-master/include/sound/
H A Dgus.h521 extern void snd_gf1_lfo_program(struct snd_gus_card * gus, int voice, int lfo_type, struct _SND_IW_LFO_PROGRAM *program);
/linux-master/arch/s390/boot/
H A Dhead.S296 # This program check is active immediately after kernel start

Completed in 193 milliseconds

1234