Home
last modified time | relevance | path

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

/external/coreboot/src/vendorcode/cavium/include/bdk/libbdk-hal/
Dbdk-utils.h190 static inline void bdk_zero_memory(void *start, uint64_t length) __attribute__((always_inline));
191 static inline void bdk_zero_memory(void *start, uint64_t length) in bdk_zero_memory() function
/external/coreboot/src/vendorcode/cavium/bdk/libbdk-dram/
Dbdk-dram-test-addrbus.c64 bdk_zero_memory(ptr, max_address - area); in __bdk_dram_test_mem_address_bus()
/external/coreboot/src/vendorcode/cavium/bdk/libdram/
Dlibdram.c91 bdk_zero_memory(bdk_phys_to_ptr(bdk_numa_get_address(node, skip)), len); in bdk_dram_clear_mem()