Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/misc/
A Dxen-cpuid.c167 const char **strs; member
196 static void dump_leaf(uint32_t leaf, const char **strs) in dump_leaf() argument
200 if ( !strs ) in dump_leaf()
208 printf(" %s", strs[i] ?: "???" ); in dump_leaf()
230 dump_leaf(features[i], decodes[i].strs); in decode_featureset()
/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_cpuid_x86.c638 void xc_cpuid_to_str(const unsigned int *regs, char **strs) in xc_cpuid_to_str() argument
644 strs[i] = alloc_str(); in xc_cpuid_to_str()
645 if ( strs[i] == NULL ) in xc_cpuid_to_str()
648 strs[i][j] = !!((regs[i] & (1U << (31 - j)))) ? '1' : '0'; in xc_cpuid_to_str()
/xen-4.10.0-shim-comet/tools/libxc/include/
A Dxenctrl.h1841 char **strs); /* some strs[] may be NULL if ENOMEM */

Completed in 10 milliseconds