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

  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
vm_event.h 220 * GLA_VALID: If the gla field holds a guest VA associated with the event
221 * FAULT_WITH_GLA: If the violation was triggered by accessing gla
222 * FAULT_IN_GPT: If the violation was triggered during translating gla
238 uint64_t gla; /* if flags has MEM_ACCESS_GLA_VALID set */ member in struct:vm_event_mem_access
  /src/external/bsd/tmux/dist/
grid.c 337 struct grid_line *gla, *glb; local
345 gla = &ga->linedata[yy];
347 if (gla->cellsize != glb->cellsize)
349 for (xx = 0; xx < gla->cellsize; xx++) {

Completed in 50 milliseconds