Lines Matching full:area
36 /* Set up a one page stack in the non-encrypted memory area */
42 movq %rdi, %r10 /* Encrypted area */
43 movq %rsi, %r11 /* Decrypted area */
44 movq %rdx, %r12 /* Area length */
53 movq %r10, %rdi /* Encrypted area */
54 movq %r11, %rsi /* Decrypted area */
56 movq %r12, %rcx /* Area length */
76 * routine is defined here and then copied to an area outside
84 * RCX - length of area
89 * The area will be encrypted by copying from the non-encrypted
92 * addresses of the two mappings are the same which results in the area
108 movq %rcx, %r9 /* Save area length */
109 movq %rdi, %r10 /* Save encrypted area address */
110 movq %rsi, %r11 /* Save decrypted area address */
130 movq %r11, %rsi /* Source - decrypted area */
136 movq %r10, %rdi /* Dest - encrypted area */