Home
last modified time | relevance | path

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

/xen/tools/python/xen/migration/
A Dverify.py26 def rdexact(self, nr_bytes): argument
28 _ = self.read(nr_bytes)
29 if len(_) != nr_bytes:
/xen/xen/include/asm-x86/
A Dalternative-asm.h24 .macro mknops nr_bytes
26 .nops \nr_bytes, ASM_NOP_MAX
28 .skip \nr_bytes, 0x90
/xen/tools/python/scripts/
A Dverify-stream-v245 def rdexact(nr_bytes): argument
47 _ = stream_read(nr_bytes)
48 if len(_) != nr_bytes:
A Dconvert-legacy-stream188 def rdexact(nr_bytes): argument
190 _ = stream_read(nr_bytes)
191 if len(_) != nr_bytes:
/xen/xen/common/
A Dkexec.c465 int nr_bytes = 0; in kexec_init_cpu_notes() local
473 nr_bytes = sizeof_cpu_notes(cpu); in kexec_init_cpu_notes()
477 note = xzalloc_bytes(nr_bytes); in kexec_init_cpu_notes()
497 note = alloc_from_crash_heap(nr_bytes); in kexec_init_cpu_notes()
500 crash_notes[cpu].size = nr_bytes; in kexec_init_cpu_notes()
/xen/tools/libxl/
A Dlibxl_stream_read.c177 const char *what, void *ptr, size_t nr_bytes, in setup_read() argument
184 dc->bytes_to_read = nr_bytes; in setup_read()

Completed in 13 milliseconds