Home
last modified time | relevance | path

Searched refs:plcnt_init (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dvm_dep.h64 extern caddr_t plcnt_init(caddr_t);
65 #define PLCNT_INIT(addr) (addr = plcnt_init(addr))
H A Dvm_machdep.c1710 plcnt_init(caddr_t addr) in plcnt_init() function