Home
last modified time | relevance | path

Searched refs:TCR_PS_BITS (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/arch/arm64/core/
Dmmu.h78 #define TCR_PS_BITS TCR_PS_BITS_256TB macro
80 #define TCR_PS_BITS TCR_PS_BITS_16TB macro
82 #define TCR_PS_BITS TCR_PS_BITS_4TB macro
84 #define TCR_PS_BITS TCR_PS_BITS_1TB macro
86 #define TCR_PS_BITS TCR_PS_BITS_64GB macro
88 #define TCR_PS_BITS TCR_PS_BITS_4GB macro
Dmmu.c935 tcr_ps_bits = TCR_PS_BITS; in get_tcr()