Searched refs:pc (Results 1 – 2 of 2) sorted by relevance
/lib/ |
D | asn1_decoder.c | 176 size_t pc = 0, dp = 0, tdp = 0, len = 0; in asn1_ber_decoder() local 199 pc, machlen, dp, datalen, csp, jsp); in asn1_ber_decoder() 200 if (unlikely(pc >= machlen)) in asn1_ber_decoder() 202 op = machine[pc]; in asn1_ber_decoder() 203 if (unlikely(pc + asn1_op_lengths[op] > machlen)) in asn1_ber_decoder() 215 pc += asn1_op_lengths[op]; in asn1_ber_decoder() 237 optag = machine[pc + 1]; in asn1_ber_decoder() 247 pc += asn1_op_lengths[op]; in asn1_ber_decoder() 307 ret = actions[machine[pc + 1]](context, hdr, tag, data + dp, len); in asn1_ber_decoder() 315 ret = actions[machine[pc + 2]](context, hdr, tag, data + dp, len); in asn1_ber_decoder() [all …]
|
D | syscall.c | 8 unsigned long *sp, unsigned long *pc) in collect_syscall() argument 15 *pc = instruction_pointer(regs); in collect_syscall() 52 unsigned long *sp, unsigned long *pc) in task_current_syscall() argument 61 return collect_syscall(target, callno, args, maxargs, sp, pc); in task_current_syscall() 69 unlikely(collect_syscall(target, callno, args, maxargs, sp, pc)) || in task_current_syscall()
|