Documented in 1 files:
Defined in 1 files as a prototype:
Defined in 1 files as a function:
Referenced in 3 files:
- arch/powerpc/boot/libfdt-wrapper.c, line 96
- arch/powerpc/kexec/core_64.c, line 516
- kernel/liveupdate/kexec_handover.c
Smatch caller information:
kernel/liveupdate/kexec_handover.c kho_add_subtree() -> fdt_del_node()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | fdt | 18379471554275704832,18446612682070032384 |
| PARAM_VALUE | 0 | fdt->off_dt_strings | 0-4294967295 |
| PARAM_VALUE | 0 | fdt->size_dt_strings | 0-4294967295 |
| PARAM_VALUE | 0 | fdt->totalsize | 0-4294967295 |
| PARAM_VALUE | 1 | nodeoffset | 0-s32max |
| CAPPED_DATA | 0 | fdt | 1 |
| DATA_SOURCE | 1 | nodeoffset | r fdt_add_subnode |
| NOCHECK_CALL | |||
| LOCK2 | _T->lock |
kernel/liveupdate/kexec_handover.c kho_remove_subtree() -> fdt_del_node()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | fdt | 18379471554275704832,18446612682070032384 |
| PARAM_VALUE | 0 | fdt->totalsize | 0-4294967295 |
| PARAM_VALUE | 0 | fdt->version | 17 |
| PARAM_VALUE | 1 | nodeoffset | 0-s32max |
| CAPPED_DATA | 0 | fdt | 1 |
| CAPPED_DATA | 1 | nodeoffset | 1 |
| NOCHECK_CALL | |||
| LOCK2 | _T->lock |