Home
last modified time | relevance | path

Searched refs:id4 (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/kernel/cpu/
H A Dcacheinfo.c223 static int cpuid4_info_fill_done(struct _cpuid4_info *id4, union _cpuid4_leaf_eax eax, in cpuid4_info_fill_done() argument
229 id4->eax = eax; in cpuid4_info_fill_done()
230 id4->ebx = ebx; in cpuid4_info_fill_done()
231 id4->ecx = ecx; in cpuid4_info_fill_done()
232 id4->size = (ecx.split.number_of_sets + 1) * in cpuid4_info_fill_done()
240 static int amd_fill_cpuid4_info(int index, struct _cpuid4_info *id4) in amd_fill_cpuid4_info() argument
252 return cpuid4_info_fill_done(id4, eax, ebx, ecx); in amd_fill_cpuid4_info()
255 static int intel_fill_cpuid4_info(int index, struct _cpuid4_info *id4) in intel_fill_cpuid4_info() argument
264 return cpuid4_info_fill_done(id4, eax, ebx, ecx); in intel_fill_cpuid4_info()
267 static int fill_cpuid4_info(int index, struct _cpuid4_info *id4) in fill_cpuid4_info() argument
[all …]
/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Dtvmodesnv17.c252 #define id4 (1LL << 32) macro
276 0.051285 * id4, 26.168746 * id4, -4.361449 * id4, -0.000001 * id4,
280 29.832207 * id4, 50.047322 * id4, -25.380017 * id4, 2.546422 * id4,
284 33.541131 * id4, -34.149302 * id4, 5.691537 * id4, 0.000002 * id4,
288 -41.470726 * id4, -17.775823 * id4, 13.057821 * id4, -1.15823 * id4,
296 -3.402339 * id4, 0.000209 * id4, -0.000092 * id4, 0.000010 * id4,
300 8.293120 * id4, -1.192888 * id4, -0.947652 * id4, 0.094507 * id4,
304 39.541978 * id4, 5.680053 * id4, -0.946676 * id4, 0.000000 * id4,
308 20.687300 * id4, 3.014003 * id4, -0.557786 * id4, -0.01311 * id4,
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtc_opts.c116 __u32 fd1, fd2, fd3, fd4, id1, id2, id3, id4; in test_tc_opts_before_target() local
133 id4 = id_from_prog_fd(fd4); in test_tc_opts_before_target()
136 ASSERT_NEQ(id3, id4, "prog_ids_3_4"); in test_tc_opts_before_target()
219 ASSERT_EQ(optq.prog_ids[0], id4, "prog_ids[0]"); in test_tc_opts_before_target()
268 __u32 fd1, fd2, fd3, fd4, id1, id2, id3, id4; in test_tc_opts_after_target() local
285 id4 = id_from_prog_fd(fd4); in test_tc_opts_after_target()
288 ASSERT_NEQ(id3, id4, "prog_ids_3_4"); in test_tc_opts_after_target()
374 ASSERT_EQ(optq.prog_ids[3], id4, "prog_ids[3]"); in test_tc_opts_after_target()
1031 __u32 fd1, fd2, fd3, fd4, id1, id2, id3, id4; in test_tc_opts_prepend_target() local
1048 id4 = id_from_prog_fd(fd4); in test_tc_opts_prepend_target()
[all …]
H A Dcgroup_mprog_opts.c23 __u32 fd1, fd2, fd3, fd4, id1, id2, id3, id4; in test_prog_attach_detach() local
44 id4 = id_from_prog_fd(fd4); in test_prog_attach_detach()
114 ASSERT_EQ(optq.prog_ids[3], id4, "prog_ids[3]"); in test_prog_attach_detach()
156 __u32 fd1, fd2, fd3, fd4, id1, id2, id3, id4; in test_link_attach_detach() local
177 id4 = id_from_prog_fd(fd4); in test_link_attach_detach()
246 ASSERT_EQ(optq.prog_ids[3], id4, "prog_ids[3]"); in test_link_attach_detach()