Home | History | Annotate | Download | only in boot32

Lines Matching defs:section

562 	u_long page, section, addr, kpage;
564 /* mark a section by the following bits and domain 0, AP=01, CB=0 */
565 /* A P C B section
567 section = (0<<11) | (1<<10) | (0<<3) | (0<<2) | (1<<4) | (1<<1) |
572 initial_page_tables[page] = (page<<20) | section;
575 * video memory is mapped 1:1 in the DRAM section or in VRAM
576 * section
582 initial_page_tables[0] = top_1Mb_dram | section;
591 initial_page_tables[kpage] = (addr << 20) | section;
770 int module, section;
778 section = -1;
780 e = xosmodule_enumeratewithversion(&module, &section, &name,
786 } while (e == NULL && section == -1);