Home
last modified time | relevance | path

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

/linux/drivers/ras/amd/atl/
H A Ddenormalize.c996 u64 test_perm, temp_addr, denorm_addr, num_perms; in check_permutations() local
1010 for (test_perm = 0; test_perm < num_perms; test_perm++) { in check_permutations()
1012 dropped_remainder = test_perm >> denorm_ctx->perm_shift; in check_permutations()
1056 denorm_addr |= FIELD_GET(BIT_ULL(0), test_perm) << 8; in check_permutations()
1057 denorm_addr |= FIELD_GET(BIT_ULL(1), test_perm) << 9; in check_permutations()
1058 denorm_addr |= FIELD_GET(BIT_ULL(2), test_perm) << 12; in check_permutations()
1062 denorm_addr |= FIELD_GET(BIT_ULL(0), test_perm) << 8; in check_permutations()
1063 denorm_addr |= FIELD_GET(BIT_ULL(1), test_perm) << 12; in check_permutations()
1064 denorm_addr |= FIELD_GET(BIT_ULL(2), test_perm) << 13; in check_permutations()
1068 denorm_addr |= FIELD_GET(BIT_ULL(0), test_perm) << 8; in check_permutations()
[all …]
/linux/fs/proc/
H A Dproc_sysctl.c425 static int test_perm(int mode, int op) in test_perm() function
446 return test_perm(mode, op); in sysctl_perm()