Lines Matching +full:0 +full:xfffff000
28 #define ESP DATA(0x0)
29 #define CR0 DATA(0x4)
30 #define CR3 DATA(0x8)
31 #define CR4 DATA(0xc)
34 #define CP_VA_CONTROL_PAGE DATA(0x10)
35 #define CP_PA_PGD DATA(0x14)
36 #define CP_PA_SWAP_PAGE DATA(0x18)
37 #define CP_PA_BACKUP_PAGES_MAP DATA(0x1c)
67 pushl $0
102 /* set return address to 0 if not preserving context */
103 pushl $0
178 movl 0(%esp), %ebp
236 0: /* top, read another word from the indirection page */
240 testb $0x1, %cl /* is it a destination page */
243 andl $0xfffff000, %edi
244 jmp 0b
246 testb $0x2, %cl /* is it an indirection page */
249 andl $0xfffff000, %ebx
250 jmp 0b
252 testb $0x4, %cl /* is it the done indicator */
256 testb $0x8, %cl /* is it the source indicator */
257 jz 0b /* Ignore it otherwise */
259 andl $0xfffff000, %esi
279 jmp 0b