Home
last modified time | relevance | path

Searched refs:PROM_ERROR (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/powerpc/boot/
Doflib.c64 return PROM_ERROR; in of_call_prom()
89 return PROM_ERROR; in of_call_prom_ret()
145 if (memory == PROM_ERROR) { in check_of_version()
147 if (memory == PROM_ERROR) { in check_of_version()
Dof.h42 #define PROM_ERROR (-1u) macro
Dof.c44 if (addr != PROM_ERROR) in of_try_claim()
/linux-4.1.27/arch/powerpc/kernel/
Dprom_init.c209 #define PROM_ERROR (-1u) macro
210 #define PHANDLE_VALID(p) ((p) != 0 && (p) != PROM_ERROR)
211 #define IHANDLE_VALID(i) ((i) != 0 && (i) != PROM_ERROR)
237 return PROM_ERROR; in call_prom()
262 return PROM_ERROR; in call_prom_ret()
838 if (plen == PROM_ERROR) in prom_count_smt_threads()
989 if (addr != PROM_ERROR && addr != 0) in alloc_up()
1049 if (addr != PROM_ERROR && addr != 0) in alloc_down()
1403 &val, sizeof(val)) != PROM_ERROR) in prom_instantiate_rtas()
1523 sizeof(minalign)) == PROM_ERROR) in prom_initialize_tce_table()
[all …]