Home
last modified time | relevance | path

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

/arch/sparc/kernel/
Dadi_64.c256 unsigned long tmp_addr; in alloc_tag_store() local
259 tmp_addr = end_addr - (size*2*adi_blksize()) + 1; in alloc_tag_store()
263 if (tmp_addr > addr) { in alloc_tag_store()
265 tmp_addr = end_addr - (size*2*adi_blksize()) - 1; in alloc_tag_store()
270 if (tmp_addr > addr) in alloc_tag_store()
271 tmp_addr = 0; in alloc_tag_store()
273 if (tmp_addr < hole_start) { in alloc_tag_store()
277 tmp_addr = hole_start + 1; in alloc_tag_store()
279 addr = tmp_addr; in alloc_tag_store()
/arch/powerpc/kernel/
Dima_kexec.c59 unsigned long tmp_addr; in ima_get_kexec_buffer() local
67 ret = do_get_kexec_buffer(prop, len, &tmp_addr, &tmp_size); in ima_get_kexec_buffer()
71 *addr = __va(tmp_addr); in ima_get_kexec_buffer()