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

1234

/linux-master/arch/m68k/fpsp040/
H A Dskeleton.S23 | interrupt) the user program can be resumed via 'rte'.
H A Dfpsp.h214 .set EXC_PC,6 | exception frame program counter
H A Dstan.S18 | Speed: The program sTAN takes approximately 170 cycles for
/linux-master/drivers/media/test-drivers/vidtv/
H A Dvidtv_mux.c78 struct vidtv_psi_table_pat_program *p = m->si.pat->program;
/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...]
/linux-master/fs/nfs/
H A Dclient.c511 .program = &nfs_program,
1183 nn->rpcstats.program = &nfs_program;
H A Dnfs4proc.c6442 * @program: RPC program for NFSv4 callback service
6449 int nfs4_proc_setclientid(struct nfs_client *clp, u32 program, argument
6456 .sc_prog = program,
/linux-master/fs/nfsd/
H A Dnfs4callback.c934 * Note on the callback rpc program version number: despite language in rfc
953 .program = &cb_program
1041 .program = &cb_program,
H A Dnfsctl.c1679 nn->nfsd_svcstats.program = &nfsd_program;
/linux-master/arch/powerpc/kernel/
H A Dexceptions-64e.S481 EXCEPTION_STUB(0x0e0, program) /* 0x0700 */
570 START_EXCEPTION(program);
/linux-master/drivers/net/ethernet/microchip/
H A Dlan743x_ptp.c563 goto program;
609 program:
/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
H A Dcwsr_trap_handler_gfx9.asm917 s_rfe_b64 s_restore_pc_lo //Return to the main shader program and resume execution
H A Dcwsr_trap_handler_gfx10.asm1236 s_rfe_b64 s_restore_pc_lo //Return to the main shader program and resume execution
/linux-master/sound/pci/asihpi/
H A Dhpi_internal.h841 u32 program; member in union:hpi_control_union_msg::__anon4107::__anon4109
H A Dhpi.h438 Property 2 = Main program ID
1442 u16 hpi_tuner_set_program(u32 h_control, u32 program);
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/security/tomoyo/
H A Dcommon.h855 const struct tomoyo_path_info *program; /* Maybe NULL */ member in struct:tomoyo_transition_control
868 /* A path to program or a domainname. */
H A Dcommon.c1870 tomoyo_set_string(head, ptr->program ?
1871 ptr->program->name : "any");
/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
H A Dmatroxfb_maven.c1193 .program = maven_out_program,
/linux-master/arch/arm/crypto/
H A Dsha1-armv4-large.S5 @ has relicensed it under the GPLv2. Therefore this program is free software;
/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/net/sunrpc/
H A Dxprtsock.c2659 .program = upper_clnt->cl_program,
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S7996 # calculated beforehand and stored in the program. #

Completed in 525 milliseconds

1234