Searched refs:EPERM (Results 51 - 75 of 1484) sorted by path

1234567891011>>

/linux-master/arch/powerpc/kernel/
H A Dfadump.c1406 return -EPERM;
1483 return -EPERM;
1514 return -EPERM;
H A Diommu.c1212 return -EPERM;
1226 return tbl == table_group->tables[num] ? 0 : -EPERM;
H A Dnvram_64.c557 if (rc && (rc != -EPERM))
H A Drtas.c1902 return -EPERM;
/linux-master/arch/powerpc/kernel/ptrace/
H A Dptrace.c43 int ret = -EPERM;
/linux-master/arch/powerpc/kernel/trace/
H A Dftrace_64_pg.c210 return -EPERM;
341 return -EPERM;
/linux-master/arch/powerpc/kvm/
H A Dbook3s_32_mmu.c271 return -EPERM;
H A Dbook3s_64_mmu.c351 return -EPERM;
H A Dbook3s_emulate.c465 if ((r == -ENOENT) || (r == -EPERM)) {
473 else if (r == -EPERM)
H A Dbook3s_hv.c5571 return -EPERM;
6157 return -EPERM;
H A Dbook3s_hv_nestedv2.c1017 return -EPERM;
H A Dbook3s_pr.c747 if (page_found == -ENOENT || page_found == -EPERM) {
751 if (page_found == -EPERM)
H A Dbook3s_xics.c1456 return -EPERM;
1458 return -EPERM;
H A Dbook3s_xive.c1915 return -EPERM;
1918 return -EPERM;
H A Dbook3s_xive_native.c135 return -EPERM;
138 return -EPERM;
1143 return -EPERM;
1183 return -EPERM;
H A Dmpic.c1739 return -EPERM;
1741 return -EPERM;
1743 return -EPERM;
H A Dpowerpc.c372 return -EPERM;
415 return -EPERM;
1944 r = -EPERM;
1963 r = -EPERM;
1990 r = -EPERM;
/linux-master/arch/powerpc/lib/
H A Dcode-patching.c42 return -EPERM;
383 return -EPERM;
394 return -EPERM;
/linux-master/arch/powerpc/perf/
H A Dhv-gpci.c157 return -EPERM;
603 return -EPERM;
821 return -EPERM;
/linux-master/arch/powerpc/platforms/book3s/
H A Dvas-api.c85 return -EPERM;
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dinode.c414 return -EPERM;
/linux-master/arch/powerpc/platforms/powermac/
H A Dfeature.c227 return -EPERM;
304 return -EPERM;
586 return -EPERM;
672 return -EPERM;
1841 return -EPERM;
/linux-master/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c464 return -EPERM;
H A Dopal-core.c581 return -EPERM;
H A Dopal-fadump.c251 err = -EPERM;
262 err = -EPERM;

Completed in 757 milliseconds

1234567891011>>