Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-ppc64/
Drtas.h20 #define RTAS_INSTANTIATE_MAX (1UL<<30) /* Don't instantiate rtas at/above this value */ macro
/linux-2.4.37.9/arch/ppc64/kernel/
Dprom.c659 unsigned long rtas_region = RTAS_INSTANTIATE_MAX; in prom_instantiate_rtas()
667 rtas_region = min(_lmb->rmo_size, RTAS_INSTANTIATE_MAX); in prom_instantiate_rtas()