Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Drtas.h503 extern unsigned long rtas_rmo_buf;
530 if (paddr >= rtas_rmo_buf && paddr < (rtas_rmo_buf + RTAS_USER_REGION_SIZE)) in page_is_rtas_user_buf()
/openbmc/linux/arch/powerpc/kernel/
H A Drtas.c662 unsigned long rtas_rmo_buf; variable
1729 return base >= rtas_rmo_buf && in in_rmo_buf()
1730 base < (rtas_rmo_buf + RTAS_USER_REGION_SIZE) && in in_rmo_buf()
1732 end >= rtas_rmo_buf && in in_rmo_buf()
1733 end < (rtas_rmo_buf + RTAS_USER_REGION_SIZE); in in_rmo_buf()
2014 rtas_rmo_buf = memblock_phys_alloc_range(RTAS_USER_REGION_SIZE, PAGE_SIZE, in rtas_initialize()
2016 if (!rtas_rmo_buf) in rtas_initialize()
H A Drtas-proc.c765 seq_printf(m, "%016lx %x\n", rtas_rmo_buf, RTAS_USER_REGION_SIZE); in ppc_rtas_rmo_buf_show()