Home
last modified time | relevance | path

Searched refs:physical (Results 1 – 25 of 30) sorted by relevance

12

/bsp/nxp/imx/imxrt/libraries/drivers/vglite/inc/
A Dvg_lite_hal.h102 …ite_hal_allocate_contiguous(unsigned long size, void ** logical, uint32_t * physical,void ** node);
151 void * vg_lite_hal_map(unsigned long size, void * logical, uint32_t physical, uint32_t * gpu);
254 vg_lite_error_t vg_lite_hal_submit(uint32_t context,uint32_t physical, uint32_t offset, uint32_t si…
/bsp/rockchip/rk3500/
A DREADME_ZH.md133 [I/rtdm.ofw] Booting RT-Thread on physical CPU 0x0
153 [I/mm.memblock] physical memory region [0x0000000000200000-0x0000000000480000] installed to system …
154 [I/mm.memblock] physical memory region [0x00000000048e5000-0x0000000008300000] installed to system …
155 [I/mm.memblock] physical memory region [0x000000000831e000-0x0000000008400000] installed to system …
156 [I/mm.memblock] physical memory region [0x0000000009400000-0x0000000010000000] installed to system …
157 [I/mm.memblock] physical memory region [0x0000000010800000-0x00000000edf00000] installed to system …
158 [I/mm.memblock] physical memory region [0x00000000ee368000-0x00000000eff00000] installed to system …
159 [I/mm.memblock] physical memory region [0x00000000eff08000-0x00000000f0000000] installed to system …
160 [I/mm.memblock] physical memory region [0x00000001f0000000-0x0000000200000000] installed to system …
A DREADME.md136 [I/rtdm.ofw] Booting RT-Thread on physical CPU 0x0
156 [I/mm.memblock] physical memory region [0x0000000000200000-0x0000000000480000] installed to system …
157 [I/mm.memblock] physical memory region [0x00000000048e5000-0x0000000008300000] installed to system …
158 [I/mm.memblock] physical memory region [0x000000000831e000-0x0000000008400000] installed to system …
159 [I/mm.memblock] physical memory region [0x0000000009400000-0x0000000010000000] installed to system …
160 [I/mm.memblock] physical memory region [0x0000000010800000-0x00000000edf00000] installed to system …
161 [I/mm.memblock] physical memory region [0x00000000ee368000-0x00000000eff00000] installed to system …
162 [I/mm.memblock] physical memory region [0x00000000eff08000-0x00000000f0000000] installed to system …
163 [I/mm.memblock] physical memory region [0x00000001f0000000-0x0000000200000000] installed to system …
A DTaishanpi-RK3566_CN.md263 [I/rtdm.ofw] Booting RT-Thread on physical CPU 0x0
280 [I/mm.memblock] physical memory region [0x0000000000200000-0x0000000000480000] installed to system …
281 [I/mm.memblock] physical memory region [0x00000000048fa000-0x0000000008300000] installed to system …
282 [I/mm.memblock] physical memory region [0x000000000832a000-0x0000000008400000] installed to system …
283 [I/mm.memblock] physical memory region [0x0000000009400000-0x000000007df00000] installed to system …
284 [I/mm.memblock] physical memory region [0x000000007dfad000-0x000000007ff00000] installed to system …
285 [I/mm.memblock] physical memory region [0x000000007ff08000-0x0000000080000000] installed to system …
A DTaishanpi-RK3566_ZH.md260 [I/rtdm.ofw] Booting RT-Thread on physical CPU 0x0
277 [I/mm.memblock] physical memory region [0x0000000000200000-0x0000000000480000] installed to system …
278 [I/mm.memblock] physical memory region [0x00000000048fa000-0x0000000008300000] installed to system …
279 [I/mm.memblock] physical memory region [0x000000000832a000-0x0000000008400000] installed to system …
280 [I/mm.memblock] physical memory region [0x0000000009400000-0x000000007df00000] installed to system …
281 [I/mm.memblock] physical memory region [0x000000007dfad000-0x000000007ff00000] installed to system …
282 [I/mm.memblock] physical memory region [0x000000007ff08000-0x0000000080000000] installed to system …
/bsp/nxp/imx/imxrt/libraries/drivers/vglite/VGLiteKernel/rtos/
A Dvg_lite_hal.c123 uint32_t physical; member
136 uint32_t physical; member
233 …lite_hal_allocate_contiguous(unsigned long size, void ** logical, uint32_t * physical,void ** node) in vg_lite_hal_allocate_contiguous() argument
263 *physical = gpuMemBase + (uint32_t)(*logical);/* device->physical + pos->offset; */ in vg_lite_hal_allocate_contiguous()
387 void * vg_lite_hal_map(unsigned long bytes, void * logical, uint32_t physical, uint32_t * gpu) in vg_lite_hal_map() argument
392 (void) physical; in vg_lite_hal_map()
404 vg_lite_error_t vg_lite_hal_submit(uint32_t context,uint32_t physical, uint32_t offset, uint32_t si… in vg_lite_hal_submit() argument
406 return (vg_lite_error_t)vg_lite_os_submit(context,physical,offset,size,event); in vg_lite_hal_submit()
474 device->physical = gpuMemBase + (uint32_t)device->virtual; in vg_lite_init()
/bsp/nxp/imx/imxrt/libraries/drivers/vglite/VGLiteKernel/
A Dvg_lite_kernel.c739 uint32_t physical = data->context->command_buffer_physical[data->command_id]; local
748 physical = context->command_buffer_physical[data->command_id];
772 vg_lite_hal_poke(VG_LITE_HW_CMDBUF_ADDRESS, physical + offset);
822 uint32_t physical; local
831 physical = context->command_buffer_physical[data->command_id];
842 physical = data->context->command_buffer_physical[data->command_id];
846 error = vg_lite_hal_submit((uint32_t)context, physical, offset, data->command_size,
880 { data->memory_handle = vg_lite_hal_map(data->bytes, data->logical, data->physical, &data->memor…
A Dvg_lite_kernel.h395 uint32_t physical; member
/bsp/nxp/imx/imxrt/libraries/drivers/vglite/elementary/src/
A Delm_buffer.c146 void *logical, uint32_t physical, in ElmWrapBuffer() argument
166 buffer->address = physical; in ElmWrapBuffer()
/bsp/nxp/imx/imxrt/libraries/drivers/vglite/VGLite/rtos/
A Dvg_lite_os.h87 int32_t vg_lite_os_submit(uint32_t context, uint32_t physical, uint32_t offset, uint32_t size, vg_l…
A Dvg_lite_os.c308 int32_t vg_lite_os_submit(uint32_t context, uint32_t physical, uint32_t offset, uint32_t size, vg_l… in vg_lite_os_submit() argument
319 queue_node->cmd_physical = physical; in vg_lite_os_submit()
/bsp/ESP32_C3/idf_port/ld/
A Dmemory.ld32 * physical memory is mapped twice to the vritual address (IRAM and DRAM).
33 * `I_D_SRAM_OFFSET` is the offset between the two locations of the same physical memory
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/hid/Include/
A DHid_i.h43 unsigned int physical; /* physical usage for this field */ member
/bsp/nxp/imx/imxrt/libraries/drivers/vglite/elementary/inc/
A DElm.h530 void *logical, uint32_t physical,
/bsp/smartfusion2/CMSIS/startup_arm/
A Dsmartfusion2_execute_in_place.sct20 ; * --Some older physical memory map possibilities are
A Dsmartfusion2_esram_debug.sct20 ; * --Some older physical memory map possibilities are
A Dsmartfusion2_mddr_debug.sct20 ; * --Some older physical memory map possibilities are
A Dsmartfusion2_relocate_to_external_ram.sct20 ; * --Some older physical memory map possibilities are
/bsp/microchip/saml10/
A DREADME.md26 - 256 bytes TrustRAM with physical protection features
63 - Chip-level tamper detection on physical RAM to resist microprobing attacks
A DREADME_zh.md26 - 256 bytes TrustRAM with physical protection features
63 - Chip-level tamper detection on physical RAM to resist microprobing attacks
/bsp/stm32/docs/
A DHow to create a RT-Studio project.md81 …re reset. After downloading the code, it is required to press the reset physical button on the boa…
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/hid/Class/
A DHidProtocol.c50 hal_log_info("physical = %x\n", Field->physical); in print_field()
815 Field->physical = hid_lookup_collection(Parser, USB_HID_COLLECTION_PHYSICAL); in HidAddField()
/bsp/smartfusion2/CMSIS/startup_gcc/
A Ddebug-in-microsemi-smartfusion2-external-ram.ld20 * --Some older physical memory map possibilities are
A Dproduction-smartfusion2-execute-in-place.ld20 * --Some older physical memory map possibilities are
A Ddebug-in-microsemi-smartfusion2-esram.ld20 * --Some older physical memory map possibilities are

Completed in 54 milliseconds

12