HomeSort by: relevance | last modified time | path
    Searched defs:pc_call (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/usermode/modules/syscallemu/
syscallemu_arm.c 54 register_t pc_call; local in function:arm_syscall_emu
60 pc_call = ARM_TF_PC(frame) - INSN_SIZE;
65 if ((pc_call >= sce->sce_user_start &&
66 pc_call < sce->sce_user_end) ||
67 (pc_call + INSN_SIZE >= sce->sce_user_start &&
68 pc_call + INSN_SIZE < sce->sce_user_end)) {
79 ARM_TF_PC(frame) = pc_call;
syscallemu_arm.c 54 register_t pc_call; local in function:arm_syscall_emu
60 pc_call = ARM_TF_PC(frame) - INSN_SIZE;
65 if ((pc_call >= sce->sce_user_start &&
66 pc_call < sce->sce_user_end) ||
67 (pc_call + INSN_SIZE >= sce->sce_user_start &&
68 pc_call + INSN_SIZE < sce->sce_user_end)) {
79 ARM_TF_PC(frame) = pc_call;

Completed in 23 milliseconds