Searched refs:SMMU_CB_TCR_S2_PASIZE_44BIT (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/arch/arm64/dev/ | ||
H A D | smmureg.h | 229 #define SMMU_CB_TCR_S2_PASIZE_44BIT (0x4 << 16) macro |
H A D | smmu.c | 720 reg |= SMMU_CB_TCR_S2_PASIZE_44BIT; in smmu_domain_create() |