Searched refs:cntkctl (Results 1 – 3 of 3) sorted by relevance
41 uint32_t cntkctl; member
404 DEFINE_REG_READ_FUNC_(cntkctl, uint32_t, cntkctl_el1)405 DEFINE_REG_WRITE_FUNC_(cntkctl, uint32_t, cntkctl_el1)
110 uint64_t cntkctl = 0; in stmm_enter_user_mode() local113 cntkctl = read_cntkctl(); in stmm_enter_user_mode()114 write_cntkctl(cntkctl | CNTKCTL_PL0PCTEN); in stmm_enter_user_mode()127 write_cntkctl(cntkctl); in stmm_enter_user_mode()
Completed in 6 milliseconds