Home
last modified time | relevance | path

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

/trueos/sys/i386/include/xen/
HDxenpmap.h191 UVMF_INVLPG| UVMF_ALL) < 0); \
/trueos/sys/amd64/include/xen/
HDxenpmap.h186 UVMF_INVLPG| UVMF_ALL) < 0); \
/trueos/sys/xen/interface/
HDxen.h434 #define UVMF_ALL (1UL<<2) /* Flush all TLBs. */ macro
/trueos/sys/dev/xen/netfront/
HDnetfront.c937 UVMF_TLB_FLUSH|UVMF_ALL; in network_alloc_rx_buffers()
/trueos/sys/i386/xen/
HDpmap.c1282 mclp->args[3] = (*pte & PG_V) ? UVMF_INVLPG|UVMF_ALL : 0; in pmap_qenter()