Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/brand/solaris10/s10_support/
H A Ds10_support.c252 boolean_t is_xpv = B_FALSE; in have_valid_ku() local
282 is_xpv = B_TRUE; in have_valid_ku()
286 if (is_xpv) { in have_valid_ku()
298 if (is_xpv) in have_valid_ku()
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c171 static int is_xpv; variable
207 is_xpv = mfn_list_addr != 0; in init_mmu()
213 if (is_xpv) { in init_mmu()
419 mdb_printf("%s=0x%lr ", is_xpv ? "mfn" : "pfn", mfn); in do_pte_dcmd()
682 if (is_xpv) in va2pfn_dcmd()
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip.c136 is_xpv(void) in is_xpv() function
263 if (is_xpv()) { in create_strand()
384 if (is_xpv()) { in create_core()
416 if (!is_xpv()) { in create_core()
H A Dchip.h162 extern boolean_t is_xpv();
H A Dchip_intel.c164 if (! is_xpv() && topo_method_register(mod, rnode, in mc_add_ranks()
490 if (!is_xpv() && topo_method_register(mod, rank, in mc_rank_create_v1()
H A Dchip_amd.c434 if (! is_xpv() && topo_method_register(mod, ranknode, in amd_rank_create()