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

  /src/sys/uvm/pmap/
pmap_devmap.c 44 static const struct pmap_devmap *pd_table; variable in typeref:typename:const struct pmap_devmap *
71 pd_table = table;
89 pd_table = table;
123 if (pd_table == NULL)
126 for (size_t i = 0; pd_table[i].pd_size != 0; i++) {
127 const paddr_t pd_pa = pd_table[i].pd_pa;
128 const psize_t pd_sz = pd_table[i].pd_size;
139 return &pd_table[i];
152 if (pd_table == NULL)
155 for (size_t i = 0; pd_table[i].pd_size != 0; i++)
    [all...]
pmap_devmap.c 44 static const struct pmap_devmap *pd_table; variable in typeref:typename:const struct pmap_devmap *
71 pd_table = table;
89 pd_table = table;
123 if (pd_table == NULL)
126 for (size_t i = 0; pd_table[i].pd_size != 0; i++) {
127 const paddr_t pd_pa = pd_table[i].pd_pa;
128 const psize_t pd_sz = pd_table[i].pd_size;
139 return &pd_table[i];
152 if (pd_table == NULL)
155 for (size_t i = 0; pd_table[i].pd_size != 0; i++)
    [all...]

Completed in 20 milliseconds