Lines Matching full:routine
28 * - encryption routine page (PAGE_SIZE)
39 addq $PAGE_SIZE, %rax /* Workarea encryption routine */
46 /* Copy encryption routine into the workarea */
47 movq %rax, %rdi /* Workarea encryption routine */
48 leaq __enc_copy(%rip), %rsi /* Encryption routine */
49 movq $(.L__enc_copy_end - __enc_copy), %rcx /* Encryption routine length */
57 movq %rax, %r8 /* Workarea encryption routine */
61 call *%rax /* Call the encryption routine */
76 * Routine used to encrypt memory in place.
77 * This routine must be run outside of the kernel proper since
79 * routine is defined here and then copied to an area outside
90 * RAX - points to this routine