| /bsp/nxp/imx/imxrt/libraries/drivers/vglite/inc/ |
| A D | vg_lite_hal.h | 102 …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 D | README_ZH.md | 133 [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 D | README.md | 136 [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 D | Taishanpi-RK3566_CN.md | 263 [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 D | Taishanpi-RK3566_ZH.md | 260 [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 D | vg_lite_hal.c | 123 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 D | vg_lite_kernel.c | 739 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 D | vg_lite_kernel.h | 395 uint32_t physical; member
|
| /bsp/nxp/imx/imxrt/libraries/drivers/vglite/elementary/src/ |
| A D | elm_buffer.c | 146 void *logical, uint32_t physical, in ElmWrapBuffer() argument 166 buffer->address = physical; in ElmWrapBuffer()
|
| /bsp/nxp/imx/imxrt/libraries/drivers/vglite/VGLite/rtos/ |
| A D | vg_lite_os.h | 87 int32_t vg_lite_os_submit(uint32_t context, uint32_t physical, uint32_t offset, uint32_t size, vg_l…
|
| A D | vg_lite_os.c | 308 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 D | memory.ld | 32 * 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 D | Hid_i.h | 43 unsigned int physical; /* physical usage for this field */ member
|
| /bsp/nxp/imx/imxrt/libraries/drivers/vglite/elementary/inc/ |
| A D | Elm.h | 530 void *logical, uint32_t physical,
|
| /bsp/smartfusion2/CMSIS/startup_arm/ |
| A D | smartfusion2_execute_in_place.sct | 20 ; * --Some older physical memory map possibilities are
|
| A D | smartfusion2_esram_debug.sct | 20 ; * --Some older physical memory map possibilities are
|
| A D | smartfusion2_mddr_debug.sct | 20 ; * --Some older physical memory map possibilities are
|
| A D | smartfusion2_relocate_to_external_ram.sct | 20 ; * --Some older physical memory map possibilities are
|
| /bsp/microchip/saml10/ |
| A D | README.md | 26 - 256 bytes TrustRAM with physical protection features 63 - Chip-level tamper detection on physical RAM to resist microprobing attacks
|
| A D | README_zh.md | 26 - 256 bytes TrustRAM with physical protection features 63 - Chip-level tamper detection on physical RAM to resist microprobing attacks
|
| /bsp/stm32/docs/ |
| A D | How to create a RT-Studio project.md | 81 …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 D | HidProtocol.c | 50 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 D | debug-in-microsemi-smartfusion2-external-ram.ld | 20 * --Some older physical memory map possibilities are
|
| A D | production-smartfusion2-execute-in-place.ld | 20 * --Some older physical memory map possibilities are
|
| A D | debug-in-microsemi-smartfusion2-esram.ld | 20 * --Some older physical memory map possibilities are
|