Searched refs:plat_get_mem_offset (Results 1 – 5 of 5) sorted by relevance
81 #pragma weak plat_get_mem_offset85 extern int plat_get_mem_offset(uint64_t paddr, uint64_t *offp);
83 plat_get_mem_offset(uint64_t paddr, uint64_t *offp) in plat_get_mem_offset() function
1040 plat_get_mem_offset(uint64_t paddr, uint64_t *offp) in plat_get_mem_offset() function
2333 if (&plat_get_mem_offset) {2334 return (plat_get_mem_offset(flt_addr, offp));
3458 if (&plat_get_mem_offset) in cpu_get_mem_offset()3459 return (plat_get_mem_offset(flt_addr, offp)); in cpu_get_mem_offset()