Searched defs:async_tlb (Results 1 – 1 of 1) sorted by relevance
71 struct async_tlb { struct72 short fault_num; /* original fault number; 0 if none */73 char is_fault; /* was it a fault (vs an access violation) */74 char is_write; /* for fault: was it caused by a write? */75 unsigned long address; /* what address faulted? */