Home
last modified time | relevance | path

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

/linux-6.3-rc2/scripts/dtc/libfdt/
A Dfdt_overlay.c218 int fixup_len; in overlay_update_local_node_references() local
223 &name, &fixup_len); in overlay_update_local_node_references()
225 return fixup_len; in overlay_update_local_node_references()
227 if (fixup_len % sizeof(uint32_t)) in overlay_update_local_node_references()
229 fixup_len /= sizeof(uint32_t); in overlay_update_local_node_references()
239 for (i = 0; i < fixup_len; i++) { in overlay_update_local_node_references()
433 uint32_t fixup_len; in overlay_fixup_phandle() local
442 len -= fixup_len + 1; in overlay_fixup_phandle()
443 value += fixup_len + 1; in overlay_fixup_phandle()
451 if (path_len == (fixup_len - 1)) in overlay_fixup_phandle()
[all …]
/linux-6.3-rc2/arch/powerpc/net/
A Dbpf_jit_comp.c72 u32 fixup_len; in bpf_int_jit_compile() local
151 fixup_len = fp->aux->num_exentries * BPF_FIXUP_LEN * 4; in bpf_int_jit_compile()
155 alloclen = proglen + FUNCTION_DESCR_SIZE + fixup_len + extable_len; in bpf_int_jit_compile()
164 fp->aux->extable = (void *)image + FUNCTION_DESCR_SIZE + proglen + fixup_len; in bpf_int_jit_compile()

Completed in 5 milliseconds