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

  /src/sys/arch/ia64/include/
mca_machdep.h 128 uint64_t mem_flags; member in struct:mca_mem_record
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
memory.h 85 unsigned int mem_flags; member in struct:xen_memory_reservation
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeARM_64.c 1290 sljit_s32 dst_r, flags, mem_flags; local in function:sljit_emit_op1
1403 mem_flags = WORD_SIZE;
1406 mem_flags = INT_SIZE;
1413 if (getput_arg_fast(compiler, mem_flags, TMP_REG2, src, srcw))
1416 FAIL_IF(getput_arg(compiler, mem_flags, TMP_REG2, src, srcw, dst, dstw));
1430 if (getput_arg_fast(compiler, mem_flags | STORE, dst_r, dst, dstw))
1433 return getput_arg(compiler, mem_flags | STORE, dst_r, dst, dstw, 0, 0);
1443 sljit_s32 dst_r, flags, mem_flags; local in function:sljit_emit_op2
1456 mem_flags = WORD_SIZE;
1459 mem_flags = INT_SIZE
1666 sljit_s32 mem_flags = (op & SLJIT_F32_OP) ? INT_SIZE : WORD_SIZE; local in function:sljit_emit_fop1_cmp
1686 sljit_s32 dst_r, mem_flags = (op & SLJIT_F32_OP) ? INT_SIZE : WORD_SIZE; local in function:sljit_emit_fop1
1734 sljit_s32 dst_r, mem_flags = (op & SLJIT_F32_OP) ? INT_SIZE : WORD_SIZE; local in function:sljit_emit_fop2
1980 sljit_s32 dst_r, flags, mem_flags; local in function:sljit_emit_op_flags
    [all...]

Completed in 14 milliseconds