Searched refs:pkeys_total (Results 1 – 1 of 1) sorted by relevance
56 int *pkeys_total = (int *) data; in dt_scan_storage_keys() local65 *pkeys_total = be32_to_cpu(prop[0]); in dt_scan_storage_keys()72 int pkeys_total = 0; in scan_pkey_feature() local80 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() local135 pkeys_total = scan_pkey_feature(); in pkey_early_init_devtree()136 if (!pkeys_total) in pkey_early_init_devtree()[all …]