Searched refs:pkeys_total (Results 1 – 1 of 1) sorted by relevance
57 int *pkeys_total = (int *) data; in dt_scan_storage_keys() local66 *pkeys_total = be32_to_cpu(prop[0]); in dt_scan_storage_keys()73 int pkeys_total = 0; in scan_pkey_feature() local81 ret = of_scan_flat_dt(dt_scan_storage_keys, &pkeys_total); in scan_pkey_feature()94 pkeys_total = 32; in scan_pkey_feature()103 pkeys_total = min_t(int, pkeys_total, in scan_pkey_feature()106 return pkeys_total; in scan_pkey_feature()111 int pkeys_total, i; in pkey_early_init_devtree() local137 pkeys_total = scan_pkey_feature(); in pkey_early_init_devtree()138 if (!pkeys_total) in pkey_early_init_devtree()[all …]