Home
last modified time | relevance | path

Searched refs:range (Results 1 – 21 of 21) sorted by relevance

/arch/xtensa/core/
A Dmpu.c702 const struct xtensa_mpu_range *range = &mpu_zephyr_ranges[entry]; in xtensa_mpu_init() local
705 range->start, range->end, in xtensa_mpu_init()
706 range->access_rights, range->memory_type, in xtensa_mpu_init()
711 (unsigned int)range->start, in xtensa_mpu_init()
712 (unsigned int)range->end, in xtensa_mpu_init()
721 const struct xtensa_mpu_range *range = &xtensa_soc_mpu_ranges[entry]; in xtensa_mpu_init() local
724 range->start, range->end, in xtensa_mpu_init()
725 range->access_rights, range->memory_type, in xtensa_mpu_init()
730 (unsigned int)range->start, in xtensa_mpu_init()
731 (unsigned int)range->end, in xtensa_mpu_init()
A Dgen_zsr.py53 regs = [ f"MISC{n}" for n in range(0, int(get("XCHAL_NUM_MISC_REGS"))) ]
65 for il in range(1, 1 + int(get("XCHAL_NUM_INTLEVELS"))):
96 for i in range(len(NEEDED), len(regs)):
A Dptables.c277 const struct xtensa_mmu_range *range = &mmu_zephyr_ranges[entry]; in xtensa_init_page_tables() local
279 map_memory(range->start, range->end, range->attrs | XTENSA_MMU_PTE_ATTR_ORIGINAL); in xtensa_init_page_tables()
283 const struct xtensa_mmu_range *range = &xtensa_soc_mmu_ranges[entry]; in xtensa_init_page_tables() local
285 map_memory(range->start, range->end, range->attrs | XTENSA_MMU_PTE_ATTR_ORIGINAL); in xtensa_init_page_tables()
A Dxtensa_intgen.py114 for lvl in range(0, max+1):
A DREADME_MMU.txt66 occupied by the running code. The 1024 pages in that range (not all
/arch/x86/
A Dgen_idt.py115 return range(base, base + 16)
137 irq_vec_map = [0 for i in range(max_irq)]
138 vectors = [None for i in range(max_vec)]
176 for i in range(max_vec):
A Dgen_mmu.py188 [0 for i in range(self.num_entries)])
197 for i in range(self.num_entries):
380 for depth in range(0, num_levels):
397 for vaddr in range(virt_base, virt_base + size, 4096):
422 for depth in range(1, num_levels):
447 for addr in range(virt_base, virt_base + size, scope):
477 for paddr in range(phys_base, phys_base + size, scope):
545 for addr in range(base, base + size, scope):
551 for _ in range(1, num_levels):
A DKconfig216 range 0 224
225 range 32 $(UINT8_MAX)
277 range 1 256
362 dependent on the range of address space. This allows reserving
/arch/arm64/core/
A Dmmu.c834 const struct arm_mmu_flat_range *range, in add_arm_mmu_flat_range() argument
837 uintptr_t address = (uintptr_t)range->start; in add_arm_mmu_flat_range()
838 size_t size = (uintptr_t)range->end - address; in add_arm_mmu_flat_range()
842 __add_map(ptables, range->name, address, address, in add_arm_mmu_flat_range()
843 size, range->attrs | extra_flags); in add_arm_mmu_flat_range()
876 const struct arm_mmu_flat_range *range; in setup_page_tables() local
898 range = &mmu_zephyr_ranges[index]; in setup_page_tables()
899 add_arm_mmu_flat_range(ptables, range, 0); in setup_page_tables()
916 range = &mmu_zephyr_ranges[index]; in setup_page_tables()
917 size = POINTER_TO_UINT(range->end) - POINTER_TO_UINT(range->start); in setup_page_tables()
[all …]
A DCMakeLists.txt23 # beyond the numeric range of integers for cmake.
A DKconfig315 Choose the maximum physical address range that the kernel will
/arch/x86/core/
A DKconfig.intel6445 range 33 $(UINT8_MAX)
51 range 33 $(UINT8_MAX)
A DKconfig.ia3219 range 32 256
/arch/rx/
A DKconfig39 range 1 16
/arch/arc/core/mpu/
A DKconfig8 range 2 8
/arch/arm/core/
A DKconfig81 efficiency, and code density for a wide range of embedded
181 range 0 2
314 represent normalized values in the range of 2^(-14) to 65504. There are
322 support infinites or NaNs. Instead, the range of exponents is extended,
323 so that this format can represent normalized values in the range of
/arch/arm/core/cortex_a_r/
A DKconfig136 range 0 4
145 range 0 4
/arch/arc/
A DKconfig142 range 1 16
151 range 17 256
164 range 1 2
/arch/xtensa/
A DKconfig69 range 0 7
76 range 0 7
/arch/riscv/
A DKconfig67 within a single 2 GiB address range and between absolute addresses -2 GiB and +2 GiB.
73 within any single 2 GiB address range. The code generated by this model is
/arch/arm/core/cortex_m/
A DKconfig370 range 2 8
399 range 1 $(UINT8_MAX)

Completed in 38 milliseconds