Searched refs:pinned (Results 1 – 11 of 11) sorted by relevance
/Zephyr-Core-2.7.6/kernel/ |
D | smp.c | 108 bool pinned = arch_is_in_isr() || !arch_irq_unlocked(k); in z_smp_cpu_mobile() local 111 return !pinned; in z_smp_cpu_mobile()
|
/Zephyr-Core-2.7.6/include/arch/x86/ia32/ |
D | linker.ld | 177 SECTION_PROLOGUE(pinned.text,,) 212 SECTION_PROLOGUE(pinned.rodata,,) 228 SECTION_PROLOGUE(pinned.data,,) 250 SECTION_PROLOGUE(pinned.bss, (NOLOAD),) 262 SECTION_PROLOGUE(pinned.noinit, (NOLOAD),)
|
/Zephyr-Core-2.7.6/boards/x86/qemu_x86/ |
D | qemu_x86_tiny.ld | 201 * Hence the need to specify them here so they can be pinned. 340 SECTION_PROLOGUE(pinned.text,,) 399 SECTION_PROLOGUE(pinned.rodata,,) 431 SECTION_PROLOGUE(pinned.data,,) 460 SECTION_PROLOGUE(pinned.bss, (NOLOAD),) 487 SECTION_PROLOGUE(pinned.noinit, (NOLOAD),)
|
/Zephyr-Core-2.7.6/subsys/demand_paging/backing_store/ |
D | Kconfig | 28 the symbols outside of boot and pinned sections into the flash
|
/Zephyr-Core-2.7.6/ |
D | Kconfig.zephyr | 236 If enabled, the symbols which need to be pinned in memory 237 will be put into another linker section reserved for pinned 239 as pinned. 241 Requires that pinned sections exist in the architecture, SoC, 249 pinned sections will be marked as not present in the page
|
D | CMakeLists.txt | 1014 # for example, stack guard (if enabled). So the libc partition must be pinned
|
/Zephyr-Core-2.7.6/boards/arm/ronoth_lodev/doc/ |
D | s76s.rst | 35 Available pinned-out resources are listed in `this table`_. The actual `S76S pinout table`_ is bel… 37 These tables are STM32L07x generic - some pinned-out resources may be unavailable due to limitations
|
/Zephyr-Core-2.7.6/doc/reference/memory_management/ |
D | demand_paging.rst | 56 * ``Z_PAGE_FRAME_PINNED`` indicates a page frame is pinned in memory
|
/Zephyr-Core-2.7.6/arch/x86/ |
D | Kconfig | 365 if common page tables are in use requires a pool of free pinned
|
/Zephyr-Core-2.7.6/arch/ |
D | Kconfig | 625 this for non-pinned page frames). 695 will cause a kernel panic. Such code must work with exclusively pinned
|
/Zephyr-Core-2.7.6/doc/releases/ |
D | release-notes-2.5.rst | 196 * Currently the whole kernel is pinned and remaining physical memory
|