Home
last modified time | relevance | path

Searched refs:PAGETABLE_SIZE (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/arch/x86/cpu/i386/
H A Dcpu.c466 #define PAGETABLE_SIZE (6 * 4096) macro
477 memset(pgtable, '\0', PAGETABLE_SIZE); in build_pagetable()
495 pgtable = memalign(4096, PAGETABLE_SIZE); in cpu_jump_to_64bit()