/aosp_15_r20/external/coreboot/util/cbmem/ |
H A D | cbmem.c | 151 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(×tamp_mapping); in dump_timestamps() 791 unmap_memory(×tamp_mapping); in dump_timestamps() 824 unmap_memory(×tamp_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 D | xous.rs | 46 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 D | xous.rs | 46 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 D | thread_local_key.rs | 8 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 D | xous.rs | 46 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 D | thread_local_key.rs | 8 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 D | p_screen.h | 708 void (*unmap_memory)(struct pipe_screen *screen, member
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/driver_trace/ |
H A D | tr_screen.c | 607 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 D | ffi.rs | 407 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 D | ffi.rs | 407 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 D | ffi.rs | 407 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 D | ffi.rs | 407 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 D | ffi.rs | 407 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/ |
D | features.rs | 1305 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/ |
D | device.rs | 2270 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 D | dump_state.py | 211 def unmap_memory(screen, pmem): member in Screen
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/memory/ |
D | device_memory.rs | 1289 (fns.v1_0.unmap_memory)(device.handle(), self.memory.handle); in unmap()
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_descriptor_set.c | 389 device->pscreen->unmap_memory(device->pscreen, set->pmem); in lvp_descriptor_set_destroy()
|
H A D | lvp_device.c | 2058 device->pscreen->unmap_memory(device->pscreen, mem->pmem); in lvp_FreeMemory()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_texture.c | 1793 screen->unmap_memory = llvmpipe_unmap_memory; in llvmpipe_init_screen_resource_funcs()
|