HomeSort by: relevance | last modified time | path
    Searched defs:btl_conf (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/arc/dti/
btl.c 108 #define KVTOPHYS(x) (*btl_conf->bc_kvtophys)((int)(x))
109 #define PHYSTOKV(x) (*btl_conf->bc_phystokv)((int)(x))
176 struct btl_config *btl_conf = NULL; variable in typeref:struct:btl_config *
324 if (btl_conf == NULL)
360 (*btl_conf->bc_bouncemem)(&bouncebase, &bouncesize);

Completed in 12 milliseconds