Searched refs:calc_offset (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/arch/powerpc/lib/ |
A D | feature-fixups.c | 703 fixup.start_off = calc_offset(&fixup, ftr_fixup_test1 + 1); in test_basic_patching() 704 fixup.end_off = calc_offset(&fixup, ftr_fixup_test1 + 2); in test_basic_patching() 735 fixup.start_off = calc_offset(&fixup, ftr_fixup_test2 + 1); in test_alternative_patching() 736 fixup.end_off = calc_offset(&fixup, ftr_fixup_test2 + 2); in test_alternative_patching() 767 fixup.start_off = calc_offset(&fixup, ftr_fixup_test3 + 1); in test_alternative_case_too_big() 768 fixup.end_off = calc_offset(&fixup, ftr_fixup_test3 + 2); in test_alternative_case_too_big() 797 fixup.start_off = calc_offset(&fixup, ftr_fixup_test4 + 1); in test_alternative_case_too_small() 798 fixup.end_off = calc_offset(&fixup, ftr_fixup_test4 + 5); in test_alternative_case_too_small() 906 fixup.end_off = calc_offset(&fixup, ftr_fixup_prefix1 + 3); in test_prefix_patching() 928 fixup.end_off = calc_offset(&fixup, ftr_fixup_prefix2 + 3); in test_prefix_alt_patching() [all …]
|
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/ |
A D | test_xdp_noinline.c | 216 static __noinline __u64 calc_offset(bool is_ipv6, bool is_icmp) in calc_offset() function 237 __u64 off = calc_offset(is_ipv6, is_icmp); in parse_udp() 259 __u64 off = calc_offset(is_ipv6, is_icmp); in parse_tcp()
|
/linux-6.3-rc2/drivers/gpu/drm/omapdrm/dss/ |
A D | dispc.c | 2094 static void calc_offset(u16 screen_width, u16 width, in calc_offset() function 2729 calc_offset(screen_width, frame_width, in dispc_ovl_setup_common()
|
Completed in 16 milliseconds