Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dphysmem.h21 phys_addr_t arch_phys_memset(phys_addr_t s, int c, phys_size_t n);
/openbmc/u-boot/lib/
H A Dphysmem.c16 phys_addr_t __weak arch_phys_memset(phys_addr_t s, int c, phys_size_t n) in arch_phys_memset() function
/openbmc/u-boot/arch/x86/lib/
H A Dphysmem.c155 phys_addr_t arch_phys_memset(phys_addr_t start, int c, phys_size_t size) in arch_phys_memset() function
/openbmc/u-boot/arch/x86/
H A DKconfig30 arch_phys_memset() can be used for basic access to other memory.