Home
last modified time | relevance | path

Searched refs:page (Results 101 – 125 of 445) sorted by relevance

12345678910>>...18

/Zephyr-latest/doc/kernel/memory_management/
Dvirtual_memory.rst46 * :kconfig:option:`CONFIG_MMU_PAGE_SIZE`: size of a memory page. Default is 4KB.
98 | Reserved | <- special purpose virtual page(s) of size K_MEM_VM_RESERVED
102 This needs to be page aligned. Currently, it is the same as
106 This needs to be page aligned. Currently, it is the same as
172 mappings must be aligned on page size and have finer access control.
176 * The requested size must be multiple of page size.
/Zephyr-latest/doc/_static/latex/
Dtitle.tex1 % LaTeX documentation title page
/Zephyr-latest/boards/renesas/rcar_h3ulcb/doc/
Drcar_h3ulcb_a57.rst81 - `eLinux R-Car Starter Kit page`_
86 .. _eLinux R-Car Starter Kit page:
Drcar_h3ulcb_r7.rst25 Hardware capabilities for the H3ULCB for can be found on the `eLinux H3SK page`_ of the board.
188 See `eLinux Kingfisher page`_ "Known issues" section if you encounter problem with JTAG.
248 - `eLinux H3SK page`_
249 - `eLinux Kingfisher page`_
257 .. _eLinux H3SK page:
266 .. _eLinux Kingfisher page:
/Zephyr-latest/samples/net/sockets/dumb_http_server_mt/
DREADME.rst17 page.
43 You should see a page with a sample content about Zephyr (captured at a
/Zephyr-latest/kernel/include/
Dmmu.h236 static inline bool k_mem_page_frame_is_available(struct k_mem_page_frame *page) in k_mem_page_frame_is_available() argument
238 return page->va_and_flags == 0U; in k_mem_page_frame_is_available()
/Zephyr-latest/boards/nordic/nrf21540dk/doc/
Dindex.rst132 Follow the instructions in the :ref:`nordic_segger` page to install
159 Refer to the :ref:`nordic_segger` page to learn about debugging Nordic boards with a
232 .. _nRF21540 DK Hardware guide: https://docs.nordicsemi.com/bundle/ug_nrf21540_dk/page/UG/nrf21540_…
235 .. _nRF52840 Product Specification: https://docs.nordicsemi.com/bundle/ps_nrf52840/page/keyfeatures…
236 .. _nRF21540 Product Specification: https://docs.nordicsemi.com/bundle/ps_nrf21540/page/keyfeatures…
/Zephyr-latest/drivers/eeprom/
Deeprom_at2x.c608 #define ASSERT_PAGESIZE_IS_POWER_OF_2(page) \ argument
609 BUILD_ASSERT((page != 0U) && ((page & (page - 1)) == 0U), \
612 #define ASSERT_SIZE_PAGESIZE_VALID(size, page) \ argument
613 BUILD_ASSERT(size % page == 0U, \
/Zephyr-latest/arch/xtensa/
DKconfig184 The virtual address for Xtensa page table (PTEVADDR).
195 The virtual address for Xtensa page table (PTEVADDR).
202 page table (PTEVADDR).
205 int "Number of L1 page tables"
214 int "Number of L2 page tables"
230 memory domain when swapping page tables.
/Zephyr-latest/arch/arm/core/mmu/
DKconfig32 Minimum size (and alignment) of an ARM MMU page.
/Zephyr-latest/drivers/flash/
Dflash_stm32wbx.c202 static int erase_page(const struct device *dev, uint32_t page) in erase_page() argument
298 regs->CR |= page << FLASH_CR_PNB_Pos; in erase_page()
/Zephyr-latest/boards/nordic/nrf5340_audio_dk/doc/
Dindex.rst72 Follow the instructions in the :ref:`nordic_segger` page to install
99 Refer to the :ref:`nordic_segger` page to learn about debugging Nordic
109 .. _nRF5340 Audio DK hardware guide: https://docs.nordicsemi.com/bundle/ug_nrf5340_audio/page/UG/nr…
/Zephyr-latest/boards/nordic/nrf7002dk/doc/
Dindex.rst257 Follow the instructions in the :ref:`nordic_segger` page to install
303 Refer to the :ref:`nordic_segger` page to learn about debugging Nordic
325 …https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/protocols/wifi/wifi_certification.html#ug-w…
331 https://docs.nordicsemi.com/bundle/ps_nrf5340/page/keyfeatures_html5.html
335 https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/installation.html#installation
337 …https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/app_dev/config_and_build/index.html#configu…
339 …https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/app_dev/device_guides/nrf70/index.html#ug-n…
341 https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/protocols/wifi/index.html#ug-wifi
/Zephyr-latest/drivers/ieee802154/
DKconfig.cc120087 bool "IEEE 802.15.4g SUN MR-FSK, 863MHz band, mode #1 - channel page 9, 34 channels, 50Kbps (ETSI)"
93 bool "IEEE 802.15.4g SUN MR-FSK 920MHz band, mode #1 - channel page 9, 39 channels, 50Kbps (ARIB)"
99 bool "IEEE 802.15.4 Non-Standard 2-GFSK 433MHz band - channel page 9, 15 channels, 50Kbps (ETSI)"
/Zephyr-latest/boards/vngiotlab/nrf51_vbluno51/doc/
Dindex.rst16 `VBLUno51 wiki page`_.
56 See `VBLUno51 wiki page`_ for full documents and tutorials about the VBLUno51 board.
141 .. _VBLUno51 wiki page: https://vngiotlab.github.io/vbluno/
/Zephyr-latest/boards/we/proteus2ev/doc/
Dindex.rst25 More information about the radio module can be found the Würth Elektronik web page https://www.we-o…
100 Follow the instructions in the :ref:`nordic_segger` page to install
127 Refer to the :ref:`nordic_segger` page to learn about debugging Nordic boards with a
/Zephyr-latest/boards/we/proteus3ev/doc/
Dindex.rst26 web page https://www.we-online.com/katalog/de/PROTEUS-III .
102 Follow the instructions in the :ref:`nordic_segger` page to install
129 Refer to the :ref:`nordic_segger` page to learn about debugging Nordic
/Zephyr-latest/boards/shields/seeed_xiao_expansion_board/
Dseeed_xiao_expansion_board.overlay38 page-offset = <0>;
/Zephyr-latest/samples/subsys/fs/fs_sample/boards/
Dnrf52840dk_nrf52840.overlay45 /* cache-size == page erase size */
/Zephyr-latest/modules/trusted-firmware-m/psa/
DGNUARM.cmake21 set(CMAKE_EXE_LINKER_FLAGS "-Xlinker --fatal-warnings -Xlinker --gc-sections -z max-page-size=0x400…
/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_msc_scsi.c179 uint8_t page; in SCSI_CMD_STRUCT() local
307 uint8_t page; in SCSI_CMD_STRUCT() local
490 static int fill_vpd_page(struct scsi_ctx *ctx, enum vpd_page_code page, in fill_vpd_page() argument
496 switch (page) { in fill_vpd_page()
531 buf[1] = page; in fill_vpd_page()
575 if (cmd->page != MODE_SENSE_PAGE_CODE_ALL_PAGES || cmd->subpage != 0) { in SCSI_CMD_HANDLER()
808 if (cmd->page != MODE_SENSE_PAGE_CODE_ALL_PAGES || cmd->subpage != 0) { in SCSI_CMD_HANDLER()
/Zephyr-latest/boards/renesas/rcar_spider_s4/doc/
Drcar_spider_a55.rst77 - `eLinux Spider page`_
82 .. _eLinux Spider page:
/Zephyr-latest/doc/_static/css/
Dgcs.css40 .gsc-results .gsc-cursor-box .gsc-cursor-page,
41 .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
/Zephyr-latest/kernel/
DKconfig.mem_domain27 Typical uses might be a set of page tables for that memory domain.
52 policy is managed in separate software constructions like page
/Zephyr-latest/doc/services/storage/nvs/
Dnvs.rst47 endless loop of flash page erases when there is limited free space. When such
66 the flash erase page size and a power of 2.
77 Flash is erased one page at a time and the pagesize is determined by the
79 page can be erased about 20,000 times.
102 - ``PAGE_ERASES`` as the number of times the page can be erased,

12345678910>>...18