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

  /src/sys/arch/x86/x86/
pmap.c 5542 struct gnttab_unmap_grant_ref unmap_op; local in function:pmap_remove_gnt
5573 unmap_op.host_addr = xpmap_ptetomach(&ptes[pl1_i(va)]);
5575 unmap_op.host_addr = op->host_addr;
5578 unmap_op.handle = op->handle;
5579 unmap_op.dev_bus_addr = 0;
5581 GNTTABOP_unmap_grant_ref, &unmap_op, 1);

Completed in 15 milliseconds