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

  /src/sys/arch/newsmips/dev/
hb.c 27 #define NLEVEL 4
28 static struct newsmips_intr hbintr_tab[NLEVEL];
51 for (i = 0; i < NLEVEL; i++) {
  /src/sys/arch/newsmips/apbus/
apbus.c 78 #define NLEVEL 2
79 static struct newsmips_intr apintr_tab[NLEVEL];
121 for (i = 0; i < NLEVEL; i++) {
  /src/tests/modules/x86_pte_tester/
x86_pte_tester.c 44 # define NLEVEL 4
51 vaddr_t levels[NLEVEL];
201 if (lvl == NLEVEL && slot < 256) {
230 if (lvl == NLEVEL && slot < 256) {
262 if (lvl != NLEVEL) {
280 if (lvl != NLEVEL) {
298 if (lvl == NLEVEL && slot >= 256) {
314 if (lvl == NLEVEL && slot < 256) {
317 if (lvl == NLEVEL && slot == PDIR_SLOT_PTE) {
333 if (lvl == NLEVEL && slot == PDIR_SLOT_PCPU)
    [all...]

Completed in 13 milliseconds