Searched refs:format_uint32s (Results 1 – 1 of 1) sorted by relevance
/xen-4.10.0-shim-comet/xen/tools/ |
A D | gen-cpuid.py | 117 def format_uint32s(words, indent): function 349 format_uint32s(state.known, 4), 350 format_uint32s(state.special, 4), 351 format_uint32s(state.pv, 4), 352 format_uint32s(state.hvm_shadow, 4), 353 format_uint32s(state.hvm_hap, 4), 355 format_uint32s(state.deep_features, 4), 362 format_uint32s(state.deep_deps[dep], 8)
|
Completed in 2 milliseconds