Lines Matching defs:start
303 pti_clone_pgtable(unsigned long start, unsigned long end,
309 * Clone the populated PMDs which cover start to end. These PMD areas
312 for (addr = start; addr < end;) {
320 if (addr < start)
473 unsigned long start, end;
475 start = CPU_ENTRY_AREA_BASE;
476 end = start + (PAGE_SIZE * CPU_ENTRY_AREA_PAGES);
478 pti_clone_pgtable(start, end, PTI_CLONE_PMD);
560 unsigned long start = PFN_ALIGN(_text);
574 pti_clone_pgtable(start, end_clone, PTI_LEVEL_KERNEL_IMAGE);
583 set_memory_global(start, (end_global - start) >> PAGE_SHIFT);
594 unsigned long start = PFN_ALIGN(_text);
602 set_memory_nonglobal(start, (end - start) >> PAGE_SHIFT);