Home
last modified time | relevance | path

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

/xen/xen/arch/x86/cpu/microcode/
A Dintel.c51 unsigned int totalsize; member
80 return patch->totalsize ?: PPRO_UCODE_DATASIZE + MC_HEADER_SIZE; in get_totalsize()
92 if ( patch->totalsize > (MC_HEADER_SIZE + patch->datasize) ) in get_ext_sigtable()
/xen/xen/include/xen/libfdt/
A Dfdt.h57 fdt32_t totalsize; /* total size of DT block */ member
A Dlibfdt.h166 #define fdt_totalsize(fdt) (fdt_get_header(fdt, totalsize))
183 __fdt_set_hdr(totalsize);
/xen/tools/xenstore/
A Dtdb.c505 tdb_off totalsize; local
508 totalsize = sizeof(*rec) + rec->rec_len;
509 return ofs_write(tdb, offset + totalsize - sizeof(tdb_off),
510 &totalsize);

Completed in 14 milliseconds