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

  /src/sys/arch/arm/arm/
syscall.c 194 const uint32_t os_mask = insn & SWI_OS_MASK; local in function:syscall
198 if (__predict_false(os_mask != SWI_OS_NETBSD)
199 && __predict_false(os_mask != 0)) {
syscall.c 194 const uint32_t os_mask = insn & SWI_OS_MASK; local in function:syscall
198 if (__predict_false(os_mask != SWI_OS_NETBSD)
199 && __predict_false(os_mask != 0)) {

Completed in 125 milliseconds