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

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_blit.c 97 #define SPILL(_var, _type) ((unsigned long) _var & (sizeof(_type) - 1))
109 unsigned int spill = SPILL(dst, _type); \
112 if (spill && spill == SPILL(src, _type) && \
113 sizeof(_type) - spill <= size) { \
114 spill = sizeof(_type) - spill; \
115 diff_offs = vmw_find_first_diff_u8(dst, src, spill); \
    [all...]
  /src/sys/arch/sparc64/sparc64/
locore.s 402 .macro SPILL storer,base,size,asi
430 /* spill a 64-bit register window */
458 /* spill a 32-bit register window */
487 /* Spill either 32-bit or 64-bit register window. */
582 !! Since we can't spill the current window, we'll just keep
2001 cmp %g5, 0x080 ! window spill traps are all 0b 0000 10xx xxxx
2104 bne,a,pt %xcc, datafault ! Was not a spill -- handle it normally
2108 !! This was a spill
2351 .asciz "winfix: spill fixup\n"
2358 wrpr %g1, 0, %tl ! We will not attempt to re-execute the spill, so dump our trap frame permanentl
    [all...]

Completed in 14 milliseconds