Home
last modified time | relevance | path

Searched refs:probed (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/arch/xtensa/core/
Dmpu.c1023 uint32_t probed = xtensa_pptlb_probe(aligned_addr + offset); in arch_buffer_validate() local
1025 if ((probed & XTENSA_MPU_PROBE_VALID_ENTRY_MASK) == 0U) { in arch_buffer_validate()
1033 uint8_t access_rights = (probed & XTENSA_MPU_PPTLB_ACCESS_RIGHTS_MASK) in arch_buffer_validate()
1094 uint32_t probed = xtensa_pptlb_probe(aligned_addr + offset); in xtensa_mem_kernel_has_access() local
1096 if ((probed & XTENSA_MPU_PROBE_VALID_ENTRY_MASK) == 0U) { in xtensa_mem_kernel_has_access()
1104 uint8_t access_rights = (probed & XTENSA_MPU_PPTLB_ACCESS_RIGHTS_MASK) in xtensa_mem_kernel_has_access()
/Zephyr-latest/subsys/mem_mgmt/
DKconfig11 probed at run-time using several helper functions. Set to `N` if
/Zephyr-latest/drivers/interrupt_controller/
DKconfig.gic64 enough to allocate ITS tables (size is probed at runtime).
/Zephyr-latest/subsys/net/l2/ethernet/gptp/
DKconfig32 source is probed when it is actually needed instead of being
/Zephyr-latest/doc/kernel/drivers/
Dindex.rst439 - The I/O ranges must be probed at runtime from the bus, such as with