Home
last modified time | relevance | path

Searched refs:unmap_memory (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/coreboot/util/cbmem/
H A Dcbmem.c151 static int unmap_memory(struct mapping *mapping) in unmap_memory() function
399 unmap_memory(&table_mapping); in parse_cbtable()
409 unmap_memory(&table_mapping); in parse_cbtable()
414 unmap_memory(&header_mapping); in parse_cbtable()
423 unmap_memory(&table_mapping); in parse_cbtable()
428 unmap_memory(&header_mapping); in parse_cbtable()
705 unmap_memory(&timestamp_mapping); in dump_timestamps()
791 unmap_memory(&timestamp_mapping); in dump_timestamps()
824 unmap_memory(&timestamp_mapping); in timestamp_add_now()
1024 unmap_memory(&log_mapping); in dump_tpm_std_log()
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/thread_local/key/
H A Dxous.rs46 use crate::os::xous::ffi::{map_memory, unmap_memory, MemoryFlags};
181 unmap_memory(core::slice::from_raw_parts_mut( in destroy_tls()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/thread_local/key/
H A Dxous.rs46 use crate::os::xous::ffi::{map_memory, unmap_memory, MemoryFlags};
181 unmap_memory(core::slice::from_raw_parts_mut( in destroy_tls()
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/xous/
H A Dthread_local_key.rs8 use crate::os::xous::ffi::{map_memory, unmap_memory, MemoryFlags};
180 unmap_memory(core::slice::from_raw_parts_mut( in destroy_tls()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/thread_local/key/
H A Dxous.rs46 use crate::os::xous::ffi::{map_memory, unmap_memory, MemoryFlags};
181 unmap_memory(core::slice::from_raw_parts_mut( in destroy_tls()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/xous/
H A Dthread_local_key.rs8 use crate::os::xous::ffi::{map_memory, unmap_memory, MemoryFlags};
180 unmap_memory(core::slice::from_raw_parts_mut( in destroy_tls()
/aosp_15_r20/external/mesa3d/src/gallium/include/pipe/
H A Dp_screen.h708 void (*unmap_memory)(struct pipe_screen *screen, member
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_screen.c607 screen->unmap_memory(screen, pmem); in trace_screen_unmap_memory()
1595 tr_scr->base.unmap_memory = trace_screen_unmap_memory; in trace_screen_create()
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/xous/
H A Dffi.rs407 pub(crate) unsafe fn unmap_memory<T>(range: *mut [T]) -> Result<(), Error> { in unmap_memory() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/xous/
H A Dffi.rs407 pub(crate) unsafe fn unmap_memory<T>(range: *mut [T]) -> Result<(), Error> { in unmap_memory() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/xous/
H A Dffi.rs407 pub(crate) unsafe fn unmap_memory<T>(range: *mut [T]) -> Result<(), Error> { in unmap_memory() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/os/xous/
H A Dffi.rs407 pub(crate) unsafe fn unmap_memory<T>(range: *mut [T]) -> Result<(), Error> { in unmap_memory() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/xous/
H A Dffi.rs407 pub(crate) unsafe fn unmap_memory<T>(range: *mut [T]) -> Result<(), Error> { in unmap_memory() function
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Dfeatures.rs1305 pub unmap_memory: PFN_vkUnmapMemory, field
1551 unmap_memory: unsafe { in load()
1552 unsafe extern "system" fn unmap_memory(_device: Device, _memory: DeviceMemory) { in load() function
1553 panic!(concat!("Unable to load ", stringify!(unmap_memory))) in load()
1558 unmap_memory in load()
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/
Ddevice.rs2270 pub unsafe fn unmap_memory(&self, memory: vk::DeviceMemory) { in unmap_memory() method
2271 (self.device_fn_1_0.unmap_memory)(self.handle(), memory); in unmap_memory()
/aosp_15_r20/external/mesa3d/src/gallium/tools/trace/
H A Ddump_state.py211 def unmap_memory(screen, pmem): member in Screen
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/memory/
Ddevice_memory.rs1289 (fns.v1_0.unmap_memory)(device.handle(), self.memory.handle); in unmap()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_descriptor_set.c389 device->pscreen->unmap_memory(device->pscreen, set->pmem); in lvp_descriptor_set_destroy()
H A Dlvp_device.c2058 device->pscreen->unmap_memory(device->pscreen, mem->pmem); in lvp_FreeMemory()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_texture.c1793 screen->unmap_memory = llvmpipe_unmap_memory; in llvmpipe_init_screen_resource_funcs()