Home
last modified time | relevance | path

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

/Linux-v6.1/scripts/dtc/libfdt/
Dfdt_overlay.c233 int fixup_len; in overlay_update_local_node_references() local
238 &name, &fixup_len); in overlay_update_local_node_references()
240 return fixup_len; in overlay_update_local_node_references()
242 if (fixup_len % sizeof(uint32_t)) in overlay_update_local_node_references()
244 fixup_len /= sizeof(uint32_t); in overlay_update_local_node_references()
254 for (i = 0; i < fixup_len; i++) { in overlay_update_local_node_references()
448 uint32_t fixup_len; in overlay_fixup_phandle() local
455 fixup_len = fixup_end - fixup_str; in overlay_fixup_phandle()
457 len -= fixup_len + 1; in overlay_fixup_phandle()
458 value += fixup_len + 1; in overlay_fixup_phandle()
[all …]
/Linux-v6.1/arch/powerpc/net/
Dbpf_jit_comp.c140 u32 fixup_len; in bpf_int_jit_compile() local
219 fixup_len = fp->aux->num_exentries * BPF_FIXUP_LEN * 4; in bpf_int_jit_compile()
223 alloclen = proglen + FUNCTION_DESCR_SIZE + fixup_len + extable_len; in bpf_int_jit_compile()
232 fp->aux->extable = (void *)image + FUNCTION_DESCR_SIZE + proglen + fixup_len; in bpf_int_jit_compile()