Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/mm/book3s64/
Dpkeys.c56 int *pkeys_total = (int *) data; in dt_scan_storage_keys() local
65 *pkeys_total = be32_to_cpu(prop[0]); in dt_scan_storage_keys()
72 int pkeys_total = 0; in scan_pkey_feature() local
80 ret = of_scan_flat_dt(dt_scan_storage_keys, &pkeys_total); in scan_pkey_feature()
92 pkeys_total = 32; in scan_pkey_feature()
101 pkeys_total = min_t(int, pkeys_total, in scan_pkey_feature()
104 return pkeys_total; in scan_pkey_feature()
109 int pkeys_total, i; in pkey_early_init_devtree() local
135 pkeys_total = scan_pkey_feature(); in pkey_early_init_devtree()
136 if (!pkeys_total) in pkey_early_init_devtree()
[all …]