Home
last modified time | relevance | path

Searched refs:hvm_sz (Results 1 – 1 of 1) sorted by relevance

/xen/tools/debugger/kdd/
A Dkdd-xen.c62 uint32_t hvm_sz; member
102 g->hvm_sz = sz; in kdd_halt()
126 g->hvm_buf, g->hvm_sz)) in hvm_writeback()
150 (void *) desc >= g->hvm_buf && (void *) desc < g->hvm_buf + g->hvm_sz; in kdd_count_cpus()
171 (void *) desc >= g->hvm_buf && (void *) desc < g->hvm_buf + g->hvm_sz; in get_cpu()
175 if ((void *) cpu + sizeof (*cpu) <= g->hvm_buf + g->hvm_sz) in get_cpu()
195 (void *) desc >= g->hvm_buf && (void *) desc < g->hvm_buf + g->hvm_sz; in get_lapic()
199 if ((void *) regs + sizeof (*regs) <= g->hvm_buf + g->hvm_sz) in get_lapic()

Completed in 2 milliseconds