Searched refs:reverse (Results 1 – 14 of 14) sorted by relevance
75 bool_t reverse = !!(val & NOTIFY_REVERSE); in notifier_call_chain() local80 cursor = reverse ? cursor->prev : cursor->next; in notifier_call_chain()
756 int reverse; in hvmemul_linear_to_phys() local772 reverse = (hvmemul_ctxt->ctxt.regs->eflags & X86_EFLAGS_DF) && (*reps > 1); in hvmemul_linear_to_phys()774 if ( reverse && ((PAGE_SIZE - offset) < bytes_per_rep) ) in hvmemul_linear_to_phys()794 done = reverse ? bytes_per_rep + offset : PAGE_SIZE - offset; in hvmemul_linear_to_phys()799 addr += reverse ? -PAGE_SIZE : PAGE_SIZE; in hvmemul_linear_to_phys()804 (npfn != (pfn + (reverse ? -i : i))) ) in hvmemul_linear_to_phys()811 ASSERT(!reverse); in hvmemul_linear_to_phys()
133 - reverse dependencies: "select" <symbol> ["if" <expr>]136 below), reverse dependencies can be used to force a lower limit of153 - weak reverse dependencies: "imply" <symbol> ["if" <expr>]669 only reverse engineering techniques have been used to deduce semantics from
195 there is no explicit signalling by the guest in the reverse direction.
228 and also safely reverse it. As such we **MUST** know:
60 The VGA Bios has been written without reverse-engineering any existing Bios.
275 modification of the work for the customer's own use and reverse
284 modification of the work for the customer's own use and reverse
285 modification of the work for the customer's own use and reverse
115 …the terms permit modification of the work for the customer's own use and reverse engineering for d…
277 modification of the work for the customer's own use and reverse
282 modification of the work for the customer's own use and reverse
Completed in 23 milliseconds