Home
last modified time | relevance | path

Searched refs:apf_ctx (Results 1 – 4 of 4) sorted by relevance

/hardware/google/apf/v7/
Dapf_interpreter_source.c564 apf_context apf_ctx = { 0 }; in apf_runner() local
567 apf_ctx.ptr_size = sizeof(void*); in apf_runner()
568 apf_ctx.caller_ctx = ctx; in apf_runner()
569 apf_ctx.program = (u8*)program; in apf_runner()
570 apf_ctx.program_len = program_len; in apf_runner()
571 apf_ctx.ram_len = ram_len; in apf_runner()
572 apf_ctx.packet = packet; in apf_runner()
573 apf_ctx.packet_len = packet_len; in apf_runner()
575 apf_ctx.mem.named.program_size = program_len; in apf_runner()
576 apf_ctx.mem.named.ram_len = ram_len; in apf_runner()
[all …]
Dapf_interpreter.c1110 apf_context apf_ctx = { 0 }; in apf_runner() local
1113 apf_ctx.ptr_size = sizeof(void*); in apf_runner()
1114 apf_ctx.caller_ctx = ctx; in apf_runner()
1115 apf_ctx.program = (u8*)program; in apf_runner()
1116 apf_ctx.program_len = program_len; in apf_runner()
1117 apf_ctx.ram_len = ram_len; in apf_runner()
1118 apf_ctx.packet = packet; in apf_runner()
1119 apf_ctx.packet_len = packet_len; in apf_runner()
1121 apf_ctx.mem.named.program_size = program_len; in apf_runner()
1122 apf_ctx.mem.named.ram_len = ram_len; in apf_runner()
[all …]
/hardware/google/apf/v6/
Dapf_interpreter.c1100 apf_context apf_ctx = { 0 }; in apf_runner() local
1103 apf_ctx.ptr_size = sizeof(void*); in apf_runner()
1104 apf_ctx.caller_ctx = ctx; in apf_runner()
1105 apf_ctx.program = (u8*)program; in apf_runner()
1106 apf_ctx.program_len = program_len; in apf_runner()
1107 apf_ctx.ram_len = ram_len; in apf_runner()
1108 apf_ctx.packet = packet; in apf_runner()
1109 apf_ctx.packet_len = packet_len; in apf_runner()
1111 apf_ctx.mem.named.program_size = program_len; in apf_runner()
1112 apf_ctx.mem.named.ram_len = ram_len; in apf_runner()
[all …]
/hardware/google/apf/devtools/
Dapf_interpreter.c1110 apf_context apf_ctx = { 0 }; in apf_runner() local
1113 apf_ctx.ptr_size = sizeof(void*); in apf_runner()
1114 apf_ctx.caller_ctx = ctx; in apf_runner()
1115 apf_ctx.program = (u8*)program; in apf_runner()
1116 apf_ctx.program_len = program_len; in apf_runner()
1117 apf_ctx.ram_len = ram_len; in apf_runner()
1118 apf_ctx.packet = packet; in apf_runner()
1119 apf_ctx.packet_len = packet_len; in apf_runner()
1121 apf_ctx.mem.named.program_size = program_len; in apf_runner()
1122 apf_ctx.mem.named.ram_len = ram_len; in apf_runner()
[all …]