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