Searched refs:op_sz (Results 1 – 2 of 2) sorted by relevance
87 size_t op_sz = 0; in vidtv_pes_write_pts_dts() local110 op_sz = sizeof(pts_dts); in vidtv_pes_write_pts_dts()118 op_sz = sizeof(pts); in vidtv_pes_write_pts_dts()126 op_sz); in vidtv_pes_write_pts_dts()
668 size_t op_sz; in do_add_to_physmap_batch() local684 op_sz = sizeof(uint32_t); in do_add_to_physmap_batch()689 op_sz = sizeof(unsigned long); in do_add_to_physmap_batch()710 if (kvm_copy_from_gva(cs, idxs_gva, &idx, op_sz) || in do_add_to_physmap_batch()711 kvm_copy_from_gva(cs, gpfns_gva, &gpfn, op_sz)) { in do_add_to_physmap_batch()714 idxs_gva += op_sz; in do_add_to_physmap_batch()715 gpfns_gva += op_sz; in do_add_to_physmap_batch()