Searched refs:I386_PGBYTES (Results 1 – 6 of 6) sorted by relevance
102 #define I386_PGBYTES 4096 /* bytes per 80386 page */ macro107 #define PAGE_SIZE I386_PGBYTES139 #define i386_round_page(x) ((((pmap_paddr_t)(x)) + I386_PGBYTES - 1) & \140 ~(I386_PGBYTES-1))141 #define i386_trunc_page(x) (((pmap_paddr_t)(x)) & ~(I386_PGBYTES-1))147 #define PAGE_SIZE I386_PGBYTES251 # define INTSTACK_SIZE (I386_PGBYTES*4*4)252 # define KERNEL_STACK_SIZE (I386_PGBYTES*4*4)254 # define INTSTACK_SIZE (I386_PGBYTES*4)255 # define KERNEL_STACK_SIZE (I386_PGBYTES*6)[all …]
254 …(((uint32_t)src64 & (I386_PGBYTES - 1)) + bytes) > I386_PGBYTES) || ((((uint32_t)dst64 & (I386_PGB… in ml_copy_phys()
256 DECLARE("NBPG", I386_PGBYTES); in main()257 DECLARE("PAGE_SIZE", I386_PGBYTES); in main()258 DECLARE("PAGE_MASK", I386_PGBYTES - 1); in main()
92 #define INTEL_PGBYTES I386_PGBYTES117 #define INTEL_OFFMASK (I386_PGBYTES - 1)
94 if (shadow_pnext + I386_PGBYTES >= shadow_ptop) { in alloc_page()99 shadow_pnext += I386_PGBYTES; in alloc_page()115 shadow_pages_used += I386_LPGBYTES / I386_PGBYTES; in alloc_superpage()124 bzero_phys(mem, I386_PGBYTES); in alloc_page_zero()193 for (; shadow_base < shadow_top; shadow_base += I386_PGBYTES) { in kasan_map_shadow()300 …teal = (unsigned long)(total_pages * STOLEN_MEM_PERCENT) / 100 + (STOLEN_MEM_BYTES / I386_PGBYTES); in kasan_reserve_memory()
1279 for (dva = sdata; dva < edata; dva += I386_PGBYTES) { in pmap_lowmem_finalize()1971 vaddr_incr = I386_PGBYTES; in pmap_protect_options()2434 size = I386_PGBYTES; in pmap_query_pagesize()