Home
last modified time | relevance | path

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

/linux/drivers/soc/tegra/cbb/
H A Dtegra-cbb.c54 const char *data_str, *secure_str, *priv_str; in tegra_cbb_print_prot() local
57 secure_str = (prot & 0x2) ? "Non-Secure" : "Secure"; in tegra_cbb_print_prot()
61 prot, priv_str, secure_str, data_str); in tegra_cbb_print_prot()