Lines Matching full:process
37 /* Radix Process Table Entry Fields */
441 * Translation of process-scoped tables/directories is performed as in ppc_radix64_partition_scoped_xlate()
534 /* Process Table not properly aligned */ in ppc_radix64_process_scoped_xlate()
541 /* Index Process Table by PID to Find Corresponding Process Table Entry */ in ppc_radix64_process_scoped_xlate()
544 /* offset exceeds size of the process table */ in ppc_radix64_process_scoped_xlate()
556 * Process table addresses are subject to partition-scoped in ppc_radix64_process_scoped_xlate()
561 * process table entries. in ppc_radix64_process_scoped_xlate()
575 * Some Linux uses a zero process table entry in PID!=0 for kernel context in ppc_radix64_process_scoped_xlate()
588 /* Walk Radix Tree from Process Table Entry to Convert EA to RA */ in ppc_radix64_process_scoped_xlate()
594 * Can treat process table addresses as real addresses in ppc_radix64_process_scoped_xlate()
615 * Each process table address is subject to a partition-scoped in ppc_radix64_process_scoped_xlate()
676 * Radix tree translation is a 2 steps translation process:
678 * 1. Process-scoped translation: Guest Eff Addr -> Guest Real Addr
688 * | Relocation | Partition & | Process |
689 * | = On | Process Scoped | Scoped |
772 * Perform process-scoped translation if relocation enabled. in ppc_radix64_xlate_impl()