Home
last modified time | relevance | path

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

/linux-6.15/scripts/dtc/libfdt/
H A Dfdt_overlay.c214 int fixup_len; in overlay_update_local_node_references() local
219 &name, &fixup_len); in overlay_update_local_node_references()
221 return fixup_len; in overlay_update_local_node_references()
225 fixup_len /= sizeof(uint32_t); in overlay_update_local_node_references()
411 uint32_t fixup_len; in overlay_fixup_phandle() local
420 len -= fixup_len + 1; in overlay_fixup_phandle()
421 value += fixup_len + 1; in overlay_fixup_phandle()
432 fixup_len -= path_len + 1; in overlay_fixup_phandle()
561 int fixup_len; in overlay_update_node_conflicting_references() local
566 &name, &fixup_len); in overlay_update_node_conflicting_references()
[all …]
/linux-6.15/arch/powerpc/net/
H A Dbpf_jit_comp.c152 u32 fixup_len; in bpf_int_jit_compile() local
240 fixup_len = fp->aux->num_exentries * BPF_FIXUP_LEN * 4; in bpf_int_jit_compile()
244 alloclen = proglen + FUNCTION_DESCR_SIZE + fixup_len + extable_len; in bpf_int_jit_compile()
254 fp->aux->extable = (void *)fimage + FUNCTION_DESCR_SIZE + proglen + fixup_len; in bpf_int_jit_compile()