Home
last modified time | relevance | path

Searched refs:PROM_ERROR (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/boot/
H A Doflib.c60 return PROM_ERROR; in of_call_prom()
85 return PROM_ERROR; in of_call_prom_ret()
141 if (memory == PROM_ERROR) { in check_of_version()
143 if (memory == PROM_ERROR) { in check_of_version()
H A Dof.h45 #define PROM_ERROR (-1u) macro
H A Dof.c40 if (addr != PROM_ERROR) in of_try_claim()
/kernel/linux/linux-6.6/arch/powerpc/boot/
H A Doflib.c60 return PROM_ERROR; in of_call_prom()
85 return PROM_ERROR; in of_call_prom_ret()
141 if (memory == PROM_ERROR) { in check_of_version()
143 if (memory == PROM_ERROR) { in check_of_version()
H A Dof.h45 #define PROM_ERROR (-1u) macro
H A Dof.c40 if (addr != PROM_ERROR) in of_try_claim()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dprom_init.c224 #define PROM_ERROR (-1u) macro
225 #define PHANDLE_VALID(p) ((p) != 0 && (p) != PROM_ERROR)
226 #define IHANDLE_VALID(i) ((i) != 0 && (i) != PROM_ERROR)
389 return PROM_ERROR; in call_prom()
414 return PROM_ERROR; in call_prom_ret()
1210 if (plen == PROM_ERROR) in prom_count_smt_threads()
1479 if (addr != PROM_ERROR && addr != 0) in alloc_up()
1539 if (addr != PROM_ERROR && addr != 0) in alloc_down()
1852 &val, sizeof(val)) != PROM_ERROR) in prom_instantiate_rtas()
1888 &val, sizeof(val)) != PROM_ERROR) { in prom_instantiate_sml()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dprom_init.c222 #define PROM_ERROR (-1u) macro
223 #define PHANDLE_VALID(p) ((p) != 0 && (p) != PROM_ERROR)
224 #define IHANDLE_VALID(i) ((i) != 0 && (i) != PROM_ERROR)
406 return PROM_ERROR; in call_prom()
431 return PROM_ERROR; in call_prom_ret()
1236 if (plen == PROM_ERROR) in prom_count_smt_threads()
1507 if (addr != PROM_ERROR && addr != 0) in alloc_up()
1567 if (addr != PROM_ERROR && addr != 0) in alloc_down()
1882 &val, sizeof(val)) != PROM_ERROR) in prom_instantiate_rtas()
1918 &val, sizeof(val)) != PROM_ERROR) { in prom_instantiate_sml()
[all...]

Completed in 8 milliseconds