Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/arm64/
H A Dvgic_init.c684 u32 typer2; in test_v3_nassgicap() local
689 GICD_TYPER2, &typer2); in test_v3_nassgicap()
690 has_nassgicap = typer2 & GICD_TYPER2_nASSGIcap; in test_v3_nassgicap()
692 typer2 |= GICD_TYPER2_nASSGIcap; in test_v3_nassgicap()
694 GICD_TYPER2, &typer2); in test_v3_nassgicap()
701 typer2 &= ~GICD_TYPER2_nASSGIcap; in test_v3_nassgicap()
703 GICD_TYPER2, &typer2); in test_v3_nassgicap()
708 typer2 ^= GICD_TYPER2_nASSGIcap; in test_v3_nassgicap()
710 GICD_TYPER2, &typer2); in test_v3_nassgicap()