Searched refs:dt_push_token (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/ |
H A D | bootx_init.c | 109 #define dt_push_token(token, mem) \ macro 146 dt_push_token(OF_DT_PROP, mem_end); in bootx_dt_add_prop() 147 dt_push_token(size, mem_end); in bootx_dt_add_prop() 148 dt_push_token(soff, mem_end); in bootx_dt_add_prop() 283 dt_push_token(OF_DT_BEGIN_NODE, mem_end); in bootx_scan_dt_build_struct() 345 dt_push_token(OF_DT_END_NODE, mem_end); in bootx_scan_dt_build_struct() 393 dt_push_token(OF_DT_END, &mem_end); in bootx_flatten_dt()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/ |
H A D | bootx_init.c | 110 #define dt_push_token(token, mem) \ macro 147 dt_push_token(OF_DT_PROP, mem_end); in bootx_dt_add_prop() 148 dt_push_token(size, mem_end); in bootx_dt_add_prop() 149 dt_push_token(soff, mem_end); in bootx_dt_add_prop() 284 dt_push_token(OF_DT_BEGIN_NODE, mem_end); in bootx_scan_dt_build_struct() 346 dt_push_token(OF_DT_END_NODE, mem_end); in bootx_scan_dt_build_struct() 394 dt_push_token(OF_DT_END, &mem_end); in bootx_flatten_dt()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | prom_init.c | 2476 #define dt_push_token(token, mem_start, mem_end) do { \ macro 2559 dt_push_token(OF_DT_BEGIN_NODE, mem_start, mem_end); in scan_dt_build_struct() 2626 dt_push_token(OF_DT_PROP, mem_start, mem_end); in scan_dt_build_struct() 2627 dt_push_token(l, mem_start, mem_end); in scan_dt_build_struct() 2628 dt_push_token(soff, mem_start, mem_end); in scan_dt_build_struct() 2645 dt_push_token(OF_DT_PROP, mem_start, mem_end); in scan_dt_build_struct() 2646 dt_push_token(4, mem_start, mem_end); in scan_dt_build_struct() 2647 dt_push_token(soff, mem_start, mem_end); in scan_dt_build_struct() 2660 dt_push_token(OF_DT_END_NODE, mem_start, mem_end); in scan_dt_build_struct() 2718 dt_push_token(OF_DT_EN in flatten_device_tree() [all...] |
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | prom_init.c | 2506 #define dt_push_token(token, mem_start, mem_end) do { \ macro 2589 dt_push_token(OF_DT_BEGIN_NODE, mem_start, mem_end); in scan_dt_build_struct() 2656 dt_push_token(OF_DT_PROP, mem_start, mem_end); in scan_dt_build_struct() 2657 dt_push_token(l, mem_start, mem_end); in scan_dt_build_struct() 2658 dt_push_token(soff, mem_start, mem_end); in scan_dt_build_struct() 2675 dt_push_token(OF_DT_PROP, mem_start, mem_end); in scan_dt_build_struct() 2676 dt_push_token(4, mem_start, mem_end); in scan_dt_build_struct() 2677 dt_push_token(soff, mem_start, mem_end); in scan_dt_build_struct() 2690 dt_push_token(OF_DT_END_NODE, mem_start, mem_end); in scan_dt_build_struct() 2748 dt_push_token(OF_DT_EN in flatten_device_tree() [all...] |
Completed in 10 milliseconds