Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/char/hw_random/
Dn2-drv.c647 if (sun4v_hvapi_register(HV_GRP_RNG, in n2rng_probe()
651 if (sun4v_hvapi_register(HV_GRP_RNG, in n2rng_probe()
710 sun4v_hvapi_unregister(HV_GRP_RNG); in n2rng_probe()
726 sun4v_hvapi_unregister(HV_GRP_RNG); in n2rng_remove()
/linux-4.4.14/arch/sparc/kernel/
Dhvapi.c36 { .group = HV_GRP_RNG, },
/linux-4.4.14/arch/sparc/include/asm/
Dhypervisor.h2989 #define HV_GRP_RNG 0x0104 macro