Home
last modified time | relevance | path

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

/u-boot/arch/mips/mach-octeon/include/mach/
A Dcvmx-fpa.h159 static inline void cvmx_fpa_free_nosync(void *ptr, u64 pool, u64 num_cache_lines) in cvmx_fpa_free_nosync() argument
163 cvmx_fpa3_free_nosync(ptr, cvmx_fpa1_pool_to_fpa3_aura(pool), num_cache_lines); in cvmx_fpa_free_nosync()
165 cvmx_fpa1_free_nosync(ptr, pool, num_cache_lines); in cvmx_fpa_free_nosync()
177 static inline void cvmx_fpa_free(void *ptr, u64 pool, u64 num_cache_lines) in cvmx_fpa_free() argument
180 cvmx_fpa3_free(ptr, cvmx_fpa1_pool_to_fpa3_aura(pool), num_cache_lines); in cvmx_fpa_free()
182 cvmx_fpa1_free(ptr, pool, num_cache_lines); in cvmx_fpa_free()
A Dcvmx-fpa1.h53 static inline void cvmx_fpa1_free(void *ptr, cvmx_fpa1_pool_t pool, u64 num_cache_lines) in cvmx_fpa1_free() argument
65 cvmx_write_io(newptr.u64, num_cache_lines); in cvmx_fpa1_free()
69 unsigned int num_cache_lines) in cvmx_fpa1_free_nosync() argument
78 cvmx_write_io(newptr.u64, num_cache_lines); in cvmx_fpa1_free_nosync()
A Dcvmx-fpa3.h293 static inline void cvmx_fpa3_free(void *ptr, cvmx_fpa3_gaura_t aura, unsigned int num_cache_lines) in cvmx_fpa3_free() argument
312 newptr.dwb_count = num_cache_lines; in cvmx_fpa3_free()
325 unsigned int num_cache_lines) in cvmx_fpa3_free_nosync() argument
342 newptr.dwb_count = num_cache_lines; in cvmx_fpa3_free_nosync()

Completed in 12 milliseconds