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)
474 unsigned long start, end;
476 start = CPU_ENTRY_AREA_BASE;
477 end = start + (PAGE_SIZE * CPU_ENTRY_AREA_PAGES);
479 pti_clone_pgtable(start, end, PTI_CLONE_PMD);
561 unsigned long start = PFN_ALIGN(_text);
575 pti_clone_pgtable(start, end_clone, PTI_LEVEL_KERNEL_IMAGE);
584 set_memory_global(start, (end_global - start) >> PAGE_SHIFT);
595 unsigned long start = PFN_ALIGN(_text);
603 set_memory_nonglobal(start, (end - start) >> PAGE_SHIFT);