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() local93 pkeys_total = 32; in scan_pkey_feature()102 pkeys_total = min_t(int, pkeys_total, in scan_pkey_feature()105 return pkeys_total; in scan_pkey_feature()110 int pkeys_total, i; in pkey_early_init_devtree() local136 pkeys_total = scan_pkey_feature(); in pkey_early_init_devtree()137 if (!pkeys_total) in pkey_early_init_devtree()159 num_pkey = min(8, pkeys_total); in pkey_early_init_devtree()[all …]