Lines Matching full:csb
217 co-processor Status Block (CSB) flags. NX updates status in CSB after each
218 request is processed. Refer NX-GZIP user's manual for the format of CSB and
221 In case if NX encounters translation error (called NX page fault) on CSB
225 updating CSB with the following data::
227 csb.flags = CSB_V;
228 csb.cc = CSB_CC_FAULT_ADDRESS;
229 csb.ce = CSB_CE_TERMINATION;
230 csb.address = fault_address;
236 If the OS can not update CSB due to invalid CSB address, sends SEGV signal
243 siginfo.si_addr = CSB adress;
249 as CSB address is valid. If the NX request contains an invalid CSB address,
298 // Poll on csb.flags with timeout
299 // csb address is listed in CRB