Searched refs:calc_offset (Results 1 – 3 of 3) sorted by relevance
/linux/arch/powerpc/lib/ |
A D | feature-fixups.c | 732 fixup.start_off = calc_offset(&fixup, ftr_fixup_test1 + 1); in test_basic_patching() 733 fixup.end_off = calc_offset(&fixup, ftr_fixup_test1 + 2); in test_basic_patching() 764 fixup.start_off = calc_offset(&fixup, ftr_fixup_test2 + 1); in test_alternative_patching() 765 fixup.end_off = calc_offset(&fixup, ftr_fixup_test2 + 2); in test_alternative_patching() 796 fixup.start_off = calc_offset(&fixup, ftr_fixup_test3 + 1); in test_alternative_case_too_big() 797 fixup.end_off = calc_offset(&fixup, ftr_fixup_test3 + 2); in test_alternative_case_too_big() 826 fixup.start_off = calc_offset(&fixup, ftr_fixup_test4 + 1); in test_alternative_case_too_small() 827 fixup.end_off = calc_offset(&fixup, ftr_fixup_test4 + 5); in test_alternative_case_too_small() 935 fixup.end_off = calc_offset(&fixup, ftr_fixup_prefix1 + 3); in test_prefix_patching() 957 fixup.end_off = calc_offset(&fixup, ftr_fixup_prefix2 + 3); in test_prefix_alt_patching() [all …]
|
/linux/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/drivers/gpu/drm/omapdrm/dss/ |
A D | dispc.c | 2097 static void calc_offset(u16 screen_width, u16 width, in calc_offset() function 2721 calc_offset(screen_width, frame_width, in dispc_ovl_setup_common()
|
Completed in 16 milliseconds