Searched refs:PFGateLow (Results 1 - 1 of 1) sorted by relevance

/gem5/src/arch/x86/
H A Dprocess.cc506 GateDescriptorLow PFGateLow = 0; local
507 PFGateLow.offsetHigh = bits(PFHandlerVirtAddr, 31, 16);
508 PFGateLow.offsetLow = bits(PFHandlerVirtAddr, 15, 0);
509 PFGateLow.selector = csLowPL;
510 PFGateLow.p = 1;
511 PFGateLow.dpl = 0;
512 PFGateLow.type = 0xe; // gate interrupt type
513 PFGateLow.IST = 0; // setting IST to 0 and using RSP0
521 } PFGate = {PFGateLow, PFGateHigh};

Completed in 8 milliseconds