Home
last modified time | relevance | path

Searched refs:plane (Results 1 – 5 of 5) sorted by relevance

/xen/xen/arch/x86/hvm/
A Dstdvga.c256 int plane; in stdvga_mem_readb() local
274 plane = (s->gr[4] & 2) | (addr & 1); in stdvga_mem_readb()
275 vram_b = vram_getb(s, ((addr & ~1) << 1) | plane); in stdvga_mem_readb()
289 plane = s->gr[4]; in stdvga_mem_readb()
290 ret = GET_PLANE(s->latch, plane); in stdvga_mem_readb()
351 int plane, write_mode, b, func_select, mask; in stdvga_mem_writeb() local
362 plane = addr & 3; in stdvga_mem_writeb()
363 mask = (1 << plane); in stdvga_mem_writeb()
374 plane = (s->gr[4] & 2) | (addr & 1); in stdvga_mem_writeb()
375 mask = (1 << plane); in stdvga_mem_writeb()
[all …]
/xen/stubdom/grub.patches/
A D10graphics.diff1442 + /* plane 1 */
1446 + /* plane 2 */
1450 + /* plane 3 */
1454 + /* plane 4 */
A D99minios1221 /* plane 1 */
/xen/docs/misc/
A Dxenstore.txt13 used only for small amounts of control plane data. Therefore xenstore
/xen/docs/designs/
A Dnon-cooperative-migration.md89 negotiating the data plane for that protocol (because it is encoded into

Completed in 10 milliseconds