Searched refs:gpccr_el3 (Results 1 – 3 of 3) sorted by relevance
90 uint64_t gpccr_el3 = read_gpccr_el3(); in smmuv3_init() local94 gpccr_el3 &= ~(1UL << 16); in smmuv3_init()101 gpccr_el3); in smmuv3_init()
685 u_register_t gpccr_el3; in gpt_enable() local701 gpccr_el3 = SET_GPCCR_PPS(gpt_config.pps); in gpt_enable()704 gpccr_el3 |= SET_GPCCR_PGS(gpt_config.pgs); in gpt_enable()711 gpccr_el3 |= SET_GPCCR_SH(GPCCR_SH_IS); in gpt_enable()714 gpccr_el3 |= SET_GPCCR_ORGN(GPCCR_ORGN_WB_RA_WA); in gpt_enable()715 gpccr_el3 |= SET_GPCCR_IRGN(GPCCR_IRGN_WB_RA_WA); in gpt_enable()718 write_gpccr_el3(gpccr_el3); in gpt_enable()727 gpccr_el3 |= GPCCR_GPC_BIT; in gpt_enable()730 write_gpccr_el3(gpccr_el3); in gpt_enable()744 u_register_t gpccr_el3 = read_gpccr_el3(); in gpt_disable() local[all …]
564 DEFINE_RENAME_SYSREG_RW_FUNCS(gpccr_el3, GPCCR_EL3) in DEFINE_SYSREG_READ_FUNC()
Completed in 8 milliseconds