Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/octeon-sdk/
H A Dcvmx-fpa.h255 static inline void cvmx_fpa_free_nosync(void *ptr, uint64_t pool, uint64_t num_cache_lines) in cvmx_fpa_free_nosync() argument
262 cvmx_write_io(newptr.u64, num_cache_lines); in cvmx_fpa_free_nosync()
274 static inline void cvmx_fpa_free(void *ptr, uint64_t pool, uint64_t num_cache_lines) in cvmx_fpa_free() argument
284 cvmx_write_io(newptr.u64, num_cache_lines); in cvmx_fpa_free()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DMemory.cpp84 uint32_t num_cache_lines; in Flush() local
86 num_cache_lines = ((last_cache_line_addr - first_cache_line_addr) / in Flush()
90 num_cache_lines = in Flush()
94 for (addr_t curr_addr = first_cache_line_addr; cache_idx < num_cache_lines; in Flush()