Searched refs:x86_phys_memset_page (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/arch/x86/lib/ |
H A D | physmem.c | 134 static void x86_phys_memset_page(phys_addr_t map_addr, uintptr_t offset, int c, in x86_phys_memset_page() function 186 x86_phys_memset_page(map_addr, offset, c, cur_size); in arch_phys_memset() 192 x86_phys_memset_page(map_addr, 0, c, LARGE_PAGE_SIZE); in arch_phys_memset() 198 x86_phys_memset_page(map_addr, 0, c, size); in arch_phys_memset()
|