Home
last modified time | relevance | path

Searched defs:gm (Results 1 – 25 of 280) sorted by relevance

12345678910>>...12

/aosp_15_r20/external/crosvm/kvm/tests/
H A Dkvm_tests.rs59 let gm = GuestMemory::new(&[(GuestAddress(0), pagesize() as u64)]).unwrap(); in create_vm() localVariable
74 let gm = GuestMemory::new(&[(GuestAddress(0), pagesize() as u64)]).unwrap(); in check_vm_extension() localVariable
108 let gm = GuestMemory::new(&[ in add_memory() localVariable
131 let gm = GuestMemory::new(&[(GuestAddress(0), pagesize() as u64)]).unwrap(); in add_memory_ro() localVariable
142 let gm = GuestMemory::new(&[(GuestAddress(0), pagesize() as u64)]).unwrap(); in remove_memory_region() localVariable
158 let gm = GuestMemory::new(&[(GuestAddress(0), pagesize() as u64)]).unwrap(); in remove_invalid_memory() localVariable
166 let gm = GuestMemory::new(&[(GuestAddress(0), 0x10 * pagesize() as u64)]).unwrap(); in overlap_memory() localVariable
183 let gm = GuestMemory::new(&[(GuestAddress(0), pagesize() as u64)]).unwrap(); in get_memory() localVariable
195 let gm = GuestMemory::new(&[(GuestAddress(0), 10 * pagesize() as u64)]).unwrap(); in clock_handling() localVariable
206 let gm = GuestMemory::new(&[(GuestAddress(0), 10 * pagesize() as u64)]).unwrap(); in pic_handling() localVariable
[all …]
/aosp_15_r20/external/crosvm/hypervisor/tests/kvm/
H A Dmain.rs66 let gm = GuestMemory::new(&[(GuestAddress(0), pagesize() as u64)]).unwrap(); in create_vm() localVariable
73 let gm = GuestMemory::new(&[(GuestAddress(0), pagesize() as u64)]).unwrap(); in clone_vm() localVariable
81 let gm = GuestMemory::new(&[(GuestAddress(0), pagesize() as u64)]).unwrap(); in send_vm() localVariable
93 let gm = GuestMemory::new(&[(GuestAddress(0), pagesize() as u64)]).unwrap(); in check_vm_capability() localVariable
103 let gm = GuestMemory::new(&[(GuestAddress(0), 0x10000)]).unwrap(); in create_vcpu() localVariable
111 let gm = GuestMemory::new(&[(GuestAddress(0), pagesize() as u64)]).unwrap(); in get_memory() localVariable
122 let gm = GuestMemory::new(&[ in add_memory() localVariable
152 let gm = GuestMemory::new(&[(GuestAddress(0), pagesize() as u64)]).unwrap(); in add_memory_ro() localVariable
169 let gm = GuestMemory::new(&[(GuestAddress(0), pagesize() as u64)]).unwrap(); in remove_memory() localVariable
191 let gm = GuestMemory::new(&[(GuestAddress(0), pagesize() as u64)]).unwrap(); in remove_invalid_memory() localVariable
[all …]
H A Dx86_64.rs60 let gm = GuestMemory::new(&[(GuestAddress(0), 0x1000)]).unwrap(); in check_vm_arch_capability() localVariable
242 let gm = GuestMemory::new(&[(GuestAddress(0), 0x10000)]).unwrap(); in clock_handling() localVariable
252 let gm = GuestMemory::new(&[(GuestAddress(0), 0x10000)]).unwrap(); in set_gsi_routing() localVariable
294 let gm = GuestMemory::new(&[(GuestAddress(0), 0x10000)]).unwrap(); in set_identity_map_addr() localVariable
302 let gm = GuestMemory::new(&[(GuestAddress(0), 0x10000)]).unwrap(); in mp_state() localVariable
313 let gm = GuestMemory::new(&[(GuestAddress(0), 0x10000)]).unwrap(); in enable_feature() localVariable
339 let gm = GuestMemory::new(&[(GuestAddress(0), 0x10000)]).unwrap(); in debugregs() localVariable
356 let gm = GuestMemory::new(&[(GuestAddress(0), 0x10000)]).unwrap(); in xcrs() localVariable
368 let gm = GuestMemory::new(&[(GuestAddress(0), 0x10000)]).unwrap(); in get_msr() localVariable
383 let gm = GuestMemory::new(&[(GuestAddress(0), 0x10000)]).unwrap(); in set_msr() localVariable
[all …]
/aosp_15_r20/external/pytorch/torch/_dynamo/repro/
H A Dafter_dynamo.py50 def _accuracy_fails(gm, example_inputs, compiler_fn): argument
72 def __call__(self, gm, example_inputs, **kwargs): argument
152 gm, argument
206 def dump_backend_repro_as_file(gm, args, compiler_name, check_accuracy=False): argument
234 def dump_backend_state(gm, args, compiler_name, check_accuracy=False): argument
252 def dump_to_minify_after_dynamo(gm, args, compiler_name): argument
275 def dynamo_minifier_backend(gm, example_inputs, compiler_name): argument
315 def dynamo_accuracy_minifier_backend(gm, example_inputs, compiler_name): argument
345 def backend_fails(gm, example_inputs, compiler_fn, orig_failure): argument
H A Dafter_aot.py69 def debug_wrapper(gm, example_inputs, **kwargs): argument
209 def generate_compiler_repro_string(gm, args, *, stable_output=False, save_dir=None): argument
259 gm, argument
305 def dump_compiler_graph_state(gm, args, compiler_name, *, accuracy=None): argument
333 def dump_to_minify(gm, args, compiler_name: str): argument
/aosp_15_r20/external/crosvm/kernel_loader/src/
H A Darm64.rs236 let gm = create_guest_mem(); in load_arm64_valid() localVariable
248 let gm = create_guest_mem(); in load_arm64_image_size_zero() localVariable
264 let gm = create_guest_mem(); in load_arm64_bad_magic() localVariable
360 let gm = create_guest_mem(); in load_arm64_lz4_valid() localVariable
372 let gm = create_guest_mem(); in load_arm64_lz4_bad_magic() localVariable
386 let gm = create_guest_mem(); in load_arm64_lz4_bad_block() localVariable
400 let gm = create_guest_mem(); in load_arm64_lz4_legacy_valid() localVariable
412 let gm = create_guest_mem(); in load_arm64_lz4_legacy_bad_magic() localVariable
426 let gm = create_guest_mem(); in load_arm64_lz4_legacy_bad_block() localVariable
H A Dlib.rs416 let gm = create_guest_mem(); in load_elf32() localVariable
428 let gm = create_guest_mem(); in load_elf64() localVariable
440 let gm = create_guest_mem(); in bad_magic() localVariable
453 let gm = create_guest_mem(); in bad_endian() localVariable
466 let gm = create_guest_mem(); in bad_phoff() localVariable
478 let gm = create_guest_mem(); in paddr_below_start() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/vm-memory/src/
Dmmap.rs1092 let gm = in test_read_u64() localVariable
1132 let gm = GuestMemoryMmap::from_ranges(&[(start_addr, 0x400)]).unwrap(); in write_and_read() localVariable
1163 let gm = GuestMemoryMmap::from_ranges(&[(GuestAddress(0x1000), 0x400)]).unwrap(); in read_to_and_write_from_mem() localVariable
1208 let gm = GuestMemoryMmap::from_ranges(&regions).unwrap(); in create_vec_with_regions() localVariable
1236 let gm = Arc::new(GuestMemoryMmap::from_ranges(&regions).unwrap()); in test_memory() localVariable
1266 let gm = in test_access_cross_boundary() localVariable
1290 let gm = GuestMemoryMmap::from_ranges(&[(start_addr, 0x400)]).unwrap(); in test_retrieve_fd_backing_memory_region() localVariable
1295 let gm = GuestMemoryMmap::from_ranges_with_files(&[( in test_retrieve_fd_backing_memory_region() localVariable
1319 let gm = GuestMemoryMmap::from_ranges(&[(start_addr, 0x400)]).unwrap(); in test_retrieve_offset_from_fd_backing_memory_region() localVariable
1324 let gm = GuestMemoryMmap::from_ranges_with_files(&[( in test_retrieve_offset_from_fd_backing_memory_region() localVariable
[all …]
Datomic.rs160 let gm = GuestMemoryMmapAtomic::new(gmm); in test_atomic_memory() localVariable
210 let gm = GuestMemoryMmapAtomic::new(gmm); in test_clone_guard() localVariable
226 let gm: GuestMemoryAtomic<_> = gmm.clone().into(); in test_atomic_hotplug() localVariable
/aosp_15_r20/external/pytorch/torch/_dynamo/backends/
H A Ddebugging.py28 def eager(gm, fake_tensor_inputs, **kwargs): argument
35 def eager_noexcept(gm, fake_tensor_inputs, **kwargs): argument
53 def pre_dispatch_eager(gm, fake_tensor_inputs, **kwargs): argument
69 def eager_debug(gm, fake_tensor_inputs, **kwargs): argument
86 def torchscript(gm, fake_tensor_inputs): argument
120 def aot_eager_decomp_partition(gm, fake_tensor_inputs, **kwargs): argument
/aosp_15_r20/external/pytorch/test/fx/
H A Dtest_pass_infra.py17 def call(self, gm) -> PassResult: argument
27 def replace_mul_with_div_pass(gm) -> PassResult: argument
39 def call(self, gm) -> PassResult: argument
47 def replace_sub_with_add_pass(gm) -> PassResult: argument
/aosp_15_r20/external/pytorch/torch/_functorch/
H A Dcompilers.py338 def _save_fx_default(current_name, folder_name, dump_example_input, gm, example_inputs): argument
406 def graph_saver_forward(gm, fw_args): argument
410 def graph_saver_backward(gm, bw_args): argument
416 def graph_saver_joint(gm, joint_args): argument
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Ddebug_utils.py154 def can_convert_to_string(gm): argument
166 def convert(gm): argument
309 def run_fwd_maybe_bwd(gm, args, only_fwd=False, disable_clone=False): argument
337 gm, argument
438 gm, argument
/aosp_15_r20/external/skia/fuzz/
H A DFuzzGradients.cpp129 SkMatrix gm; in fuzzLinearGradient() local
167 SkMatrix gm; in fuzzRadialGradient() local
205 SkMatrix gm; in fuzzTwoPointConicalGradient() local
241 SkMatrix gm; in fuzzSweepGradient() local
/aosp_15_r20/external/skia/tools/testrunners/gm/vias/
H A DSimpleVias.cpp28 static GMOutput draw_direct(skiagm::GM* gm, SkSurface* surface) { in draw_direct()
90 static GMOutput draw_via_picture(skiagm::GM* gm, SkSurface* surface, bool serialize) { in draw_via_picture()
182 GMOutput draw(skiagm::GM* gm, SkSurface* surface, std::string via) { in draw()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/date_time/include/boost/date_time/gregorian/
Dgreg_serialize.hpp227 void save(Archive & ar, const gregorian::greg_month& gm, in save()
235 void load(Archive & ar, gregorian::greg_month& gm, unsigned int /*version*/) in load()
243 inline void load_construct_data(Archive & /*ar*/, gregorian::greg_month* gm, in load_construct_data()
314 gregorian::greg_month gm(pd.month().as_number()); in save() local
326 gregorian::greg_month gm(1); in load() local
336 gregorian::greg_month gm(1); in load_construct_data() local
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dcompile_fx.py156 def _unlift_graph(mod, gm, graph_signature): argument
230 def _get_subgraph_names(gm): argument
251 def _recursive_pre_grad_passes(gm, example_inputs): argument
260 def _recursive_joint_graph_passes(gm): argument
267 def _recursive_post_grad_passes(gm, is_inference: bool = False): argument
/aosp_15_r20/external/pytorch/torch/_export/passes/
H A Dconstant_folding.py20 def replace_node_with_constant(gm, node, constant, name=None): argument
52 gm, argument
205 def constant_fold(gm, constraint_fn: Optional[Callable[[torch.fx.Node], bool]] = None): argument
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_backward_higher_order_ops.py97 def compiler_fn(gm): argument
154 def compiler_fn(gm): argument
228 def compiler_fn(gm): argument
H A Dtest_input_attr_tracking.py28 def grab_graph_backend(gm, inps): argument
57 def grab_graph_backend(gm, inps): argument
86 def grab_graph_backend(gm, inps): argument
H A Dtest_backends.py237 def my_custom_backend(gm, example_inputs): argument
255 def my_compiler(gm, example_inputs): argument
275 def my_compiler(gm, example_inputs): argument
/aosp_15_r20/external/crosvm/devices/src/usb/xhci/
H A Dring_buffer.rs173 let gm = GuestMemory::new(&[(GuestAddress(0), pagesize() as u64)]).unwrap(); in ring_test_dequeue() localVariable
251 let gm = GuestMemory::new(&[(GuestAddress(0), pagesize() as u64)]).unwrap(); in transfer_ring_test_dequeue_failure() localVariable
285 let gm = GuestMemory::new(&[(GuestAddress(0), pagesize() as u64)]).unwrap(); in ring_test_toggle_cycle() localVariable
/aosp_15_r20/external/crosvm/vm_memory/src/
H A Dguest_memory.rs1055 let gm = GuestMemory::new(&[(start_addr1, 0x10000), (start_addr2, 0x10000)]).unwrap(); in two_regions() localVariable
1076 let gm = GuestMemory::new(&[(start_addr1, 0x20000), (start_addr2, 0x20000)]).unwrap(); in region_hole() localVariable
1110 let gm = GuestMemory::new(&[(start_addr1, 0x10000), (start_addr2, 0x10000)]).unwrap(); in test_read_u64() localVariable
1129 let gm = GuestMemory::new(&[(start_region1, size_region1), (start_region2, size_region2)]) in test_memory_size() localVariable
1191 let gm = GuestMemory::new(&[(start_region1, size_region1), (start_region2, size_region2)]) in shm_offset() localVariable
1244 let gm = GuestMemory::new(regions).unwrap(); in snapshot_restore() localVariable
/aosp_15_r20/external/crosvm/hypervisor/src/haxm/
H A Dvm.rs522 let gm = GuestMemory::new(&[(GuestAddress(0), 0x10000)]).unwrap(); in register_ioevent() localVariable
573 let gm = GuestMemory::new(&[(GuestAddress(0), 0x10000)]).unwrap(); in handle_io_events() localVariable
627 let gm = GuestMemory::new(&[(GuestAddress(0), 0x1000)]).unwrap(); in remove_memory() localVariable
654 let gm = GuestMemory::new(&[(GuestAddress(0), 0x1000)]).unwrap(); in register_log_file() localVariable
/aosp_15_r20/external/skia/modules/canvaskit/
H A Dgm_bindings.cpp48 std::unique_ptr<skiagm::GM> gm(fact()); in ListGMs() local
57 std::unique_ptr<skiagm::GM> gm(fact()); in getGMWithName() local
118 auto gm = getGMWithName(name); in RunGM() local

12345678910>>...12