diff --git a/.gitignore b/.gitignore index 6c7ba63..7663cb0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ /target /bin -/scripts/*/** # Bochs -bx_enh_dbg.ini \ No newline at end of file +bx_enh_dbg.ini + +# limine +limine/ \ No newline at end of file diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 731c134..0000000 --- a/.gitmodules +++ /dev/null @@ -1,4 +0,0 @@ -[submodule "limine"] - path = limine - url = https://github.com/limine-bootloader/limine - branch = v5.x-branch-binary diff --git a/Makefile b/Makefile index af37b6d..b79e0fa 100644 --- a/Makefile +++ b/Makefile @@ -90,7 +90,7 @@ endif build-iso: partition-iso nm target/${ARCH}-unknown-none/${MODE}/CappuccinOS.elf > scripts/symbols.table @if [ ! -d "scripts/rustc_demangle" ]; then \ - echo "Cloning repository into scripts/rustc_demangle..."; \ + echo "Cloning rustc_demangle.py into scripts/rustc_demangle/..."; \ git clone "https://github.com/juls0730/rustc_demangle.py" "scripts/rustc_demangle"; \ else \ echo "Folder scripts/rustc_demangle already exists. Skipping clone."; \ @@ -106,6 +106,12 @@ build-iso: partition-iso mcopy -i ${IMAGE_PATH}@@1M -s ${ISO_PATH}/* ::/ compile-bootloader: + @if [ ! -d "limine" ]; then \ + echo "Cloning Limine into limine/..."; \ + git clone https://github.com/limine-bootloader/limine.git --branch=v5.x-branch-binary --depth=1; \ + else \ + echo "Folder limine already exists. Skipping clone."; \ + fi make -C limine compile-binaries: diff --git a/disassembly.txt b/disassembly.txt deleted file mode 100644 index 1ccda92..0000000 --- a/disassembly.txt +++ /dev/null @@ -1,35007 +0,0 @@ - -target/x86_64-unknown-none/release/CappuccinOS.elf: file format elf64-x86-64 - - -Disassembly of section .text: - -ffffffff80000000 <_ZN4core3fmt3num50_$LT$impl$u20$core..fmt..Debug$u20$for$u20$u32$GT$3fmt17ha2089b6373e59485E>: -ffffffff80000000: 55 push %rbp -ffffffff80000001: 48 89 e5 mov %rsp,%rbp -ffffffff80000004: 8b 46 34 mov 0x34(%rsi),%eax -ffffffff80000007: a8 10 test $0x10,%al -ffffffff80000009: 75 0a jne ffffffff80000015 <_ZN4core3fmt3num50_$LT$impl$u20$core..fmt..Debug$u20$for$u20$u32$GT$3fmt17ha2089b6373e59485E+0x15> -ffffffff8000000b: a8 20 test $0x20,%al -ffffffff8000000d: 75 0c jne ffffffff8000001b <_ZN4core3fmt3num50_$LT$impl$u20$core..fmt..Debug$u20$for$u20$u32$GT$3fmt17ha2089b6373e59485E+0x1b> -ffffffff8000000f: 5d pop %rbp -ffffffff80000010: e9 9b 20 02 00 jmp ffffffff800220b0 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u32$GT$3fmt17h075a1d797155bb92E> -ffffffff80000015: 5d pop %rbp -ffffffff80000016: e9 15 db 01 00 jmp ffffffff8001db30 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..LowerHex$u20$for$u20$i32$GT$3fmt17hc3f7231e823d0335E> -ffffffff8000001b: 5d pop %rbp -ffffffff8000001c: e9 af db 01 00 jmp ffffffff8001dbd0 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..UpperHex$u20$for$u20$i32$GT$3fmt17hb545f5b1177c39baE> -ffffffff80000021: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff80000028: 00 00 00 -ffffffff8000002b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) - -ffffffff80000030 <_ZN4core3ops8function6FnOnce9call_once17h182a5a88cde0978aE>: -ffffffff80000030: 55 push %rbp -ffffffff80000031: 48 89 e5 mov %rsp,%rbp -ffffffff80000034: 41 57 push %r15 -ffffffff80000036: 41 56 push %r14 -ffffffff80000038: 41 55 push %r13 -ffffffff8000003a: 41 54 push %r12 -ffffffff8000003c: 53 push %rbx -ffffffff8000003d: 48 81 ec b8 00 00 00 sub $0xb8,%rsp -ffffffff80000044: 48 89 fb mov %rdi,%rbx -ffffffff80000047: c7 45 94 00 00 00 00 movl $0x0,-0x6c(%rbp) -ffffffff8000004e: c7 45 88 ba ba ba 00 movl $0xbababa,-0x78(%rbp) -ffffffff80000055: c6 45 98 00 movb $0x0,-0x68(%rbp) -ffffffff80000059: c6 85 50 ff ff ff 00 movb $0x0,-0xb0(%rbp) -ffffffff80000060: 48 c7 45 8c 00 00 00 movq $0x0,-0x74(%rbp) -ffffffff80000067: 00 -ffffffff80000068: 48 c7 85 58 ff ff ff movq $0x0,-0xa8(%rbp) -ffffffff8000006f: 00 00 00 00 -ffffffff80000073: 0f b6 05 ee b3 02 00 movzbl 0x2b3ee(%rip),%eax # ffffffff8002b468 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0x28> -ffffffff8000007a: 84 c0 test %al,%al -ffffffff8000007c: 74 0f je ffffffff8000008d <_ZN4core3ops8function6FnOnce9call_once17h182a5a88cde0978aE+0x5d> -ffffffff8000007e: 48 83 3d c2 b3 02 00 cmpq $0x0,0x2b3c2(%rip) # ffffffff8002b448 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0x8> -ffffffff80000085: 00 -ffffffff80000086: 75 48 jne ffffffff800000d0 <_ZN4core3ops8function6FnOnce9call_once17h182a5a88cde0978aE+0xa0> -ffffffff80000088: e9 a2 00 00 00 jmp ffffffff8000012f <_ZN4core3ops8function6FnOnce9call_once17h182a5a88cde0978aE+0xff> -ffffffff8000008d: 48 8d 7d a0 lea -0x60(%rbp),%rdi -ffffffff80000091: ff 15 a9 b3 02 00 call *0x2b3a9(%rip) # ffffffff8002b440 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E> -ffffffff80000097: 48 c7 05 a6 b3 02 00 movq $0x1,0x2b3a6(%rip) # ffffffff8002b448 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0x8> -ffffffff8000009e: 01 00 00 00 -ffffffff800000a2: 48 8b 45 a0 mov -0x60(%rbp),%rax -ffffffff800000a6: 48 8b 4d a8 mov -0x58(%rbp),%rcx -ffffffff800000aa: 48 89 05 9f b3 02 00 mov %rax,0x2b39f(%rip) # ffffffff8002b450 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0x10> -ffffffff800000b1: 48 89 0d a0 b3 02 00 mov %rcx,0x2b3a0(%rip) # ffffffff8002b458 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0x18> -ffffffff800000b8: 48 8b 45 b0 mov -0x50(%rbp),%rax -ffffffff800000bc: 48 89 05 9d b3 02 00 mov %rax,0x2b39d(%rip) # ffffffff8002b460 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0x20> -ffffffff800000c3: c6 05 9e b3 02 00 01 movb $0x1,0x2b39e(%rip) # ffffffff8002b468 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0x28> -ffffffff800000ca: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1) -ffffffff800000d0: b0 01 mov $0x1,%al -ffffffff800000d2: 86 05 78 b3 02 00 xchg %al,0x2b378(%rip) # ffffffff8002b450 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0x10> -ffffffff800000d8: 84 c0 test %al,%al -ffffffff800000da: 75 f4 jne ffffffff800000d0 <_ZN4core3ops8function6FnOnce9call_once17h182a5a88cde0978aE+0xa0> -ffffffff800000dc: c6 05 6d b3 02 00 00 movb $0x0,0x2b36d(%rip) # ffffffff8002b450 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0x10> -ffffffff800000e3: 48 8b 05 76 b3 02 00 mov 0x2b376(%rip),%rax # ffffffff8002b460 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0x20> -ffffffff800000ea: 48 85 c0 test %rax,%rax -ffffffff800000ed: 74 5a je ffffffff80000149 <_ZN4core3ops8function6FnOnce9call_once17h182a5a88cde0978aE+0x119> -ffffffff800000ef: 48 8b 0d 62 b3 02 00 mov 0x2b362(%rip),%rcx # ffffffff8002b458 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0x18> -ffffffff800000f6: 48 c1 e0 03 shl $0x3,%rax -ffffffff800000fa: 45 31 f6 xor %r14d,%r14d -ffffffff800000fd: 0f 1f 00 nopl (%rax) -ffffffff80000100: 48 8b 11 mov (%rcx),%rdx -ffffffff80000103: 83 7a 10 07 cmpl $0x7,0x10(%rdx) -ffffffff80000107: 4c 0f 44 f1 cmove %rcx,%r14 -ffffffff8000010b: 48 83 c1 08 add $0x8,%rcx -ffffffff8000010f: 48 83 c0 f8 add $0xfffffffffffffff8,%rax -ffffffff80000113: 75 eb jne ffffffff80000100 <_ZN4core3ops8function6FnOnce9call_once17h182a5a88cde0978aE+0xd0> -ffffffff80000115: 4d 85 f6 test %r14,%r14 -ffffffff80000118: 74 2f je ffffffff80000149 <_ZN4core3ops8function6FnOnce9call_once17h182a5a88cde0978aE+0x119> -ffffffff8000011a: 0f b6 05 f7 b2 02 00 movzbl 0x2b2f7(%rip),%eax # ffffffff8002b418 <_ZN11CappuccinOS3mem23PHYSICAL_MEMORY_MANAGER17h34ed8926d1874352E+0x38> -ffffffff80000121: 84 c0 test %al,%al -ffffffff80000123: 74 29 je ffffffff8000014e <_ZN4core3ops8function6FnOnce9call_once17h182a5a88cde0978aE+0x11e> -ffffffff80000125: 48 83 3d bb b2 02 00 cmpq $0x0,0x2b2bb(%rip) # ffffffff8002b3e8 <_ZN11CappuccinOS3mem23PHYSICAL_MEMORY_MANAGER17h34ed8926d1874352E+0x8> -ffffffff8000012c: 00 -ffffffff8000012d: 75 72 jne ffffffff800001a1 <_ZN4core3ops8function6FnOnce9call_once17h182a5a88cde0978aE+0x171> -ffffffff8000012f: 48 8d 3d aa 66 02 00 lea 0x266aa(%rip),%rdi # ffffffff800267e0 -ffffffff80000136: 48 8d 15 e3 b3 02 00 lea 0x2b3e3(%rip),%rdx # ffffffff8002b520 -ffffffff8000013d: be 1e 00 00 00 mov $0x1e,%esi -ffffffff80000142: e8 d9 1b 02 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff80000147: 0f 0b ud2 -ffffffff80000149: 45 31 f6 xor %r14d,%r14d -ffffffff8000014c: eb 78 jmp ffffffff800001c6 <_ZN4core3ops8function6FnOnce9call_once17h182a5a88cde0978aE+0x196> -ffffffff8000014e: 48 8d 7d a0 lea -0x60(%rbp),%rdi -ffffffff80000152: ff 15 88 b2 02 00 call *0x2b288(%rip) # ffffffff8002b3e0 <_ZN11CappuccinOS3mem23PHYSICAL_MEMORY_MANAGER17h34ed8926d1874352E> -ffffffff80000158: 48 c7 05 85 b2 02 00 movq $0x1,0x2b285(%rip) # ffffffff8002b3e8 <_ZN11CappuccinOS3mem23PHYSICAL_MEMORY_MANAGER17h34ed8926d1874352E+0x8> -ffffffff8000015f: 01 00 00 00 -ffffffff80000163: 48 8b 45 a0 mov -0x60(%rbp),%rax -ffffffff80000167: 48 8b 4d a8 mov -0x58(%rbp),%rcx -ffffffff8000016b: 48 89 05 7e b2 02 00 mov %rax,0x2b27e(%rip) # ffffffff8002b3f0 <_ZN11CappuccinOS3mem23PHYSICAL_MEMORY_MANAGER17h34ed8926d1874352E+0x10> -ffffffff80000172: 48 89 0d 7f b2 02 00 mov %rcx,0x2b27f(%rip) # ffffffff8002b3f8 <_ZN11CappuccinOS3mem23PHYSICAL_MEMORY_MANAGER17h34ed8926d1874352E+0x18> -ffffffff80000179: 48 8b 45 b0 mov -0x50(%rbp),%rax -ffffffff8000017d: 48 89 05 7c b2 02 00 mov %rax,0x2b27c(%rip) # ffffffff8002b400 <_ZN11CappuccinOS3mem23PHYSICAL_MEMORY_MANAGER17h34ed8926d1874352E+0x20> -ffffffff80000184: 48 8b 45 b8 mov -0x48(%rbp),%rax -ffffffff80000188: 48 89 05 79 b2 02 00 mov %rax,0x2b279(%rip) # ffffffff8002b408 <_ZN11CappuccinOS3mem23PHYSICAL_MEMORY_MANAGER17h34ed8926d1874352E+0x28> -ffffffff8000018f: 48 8b 45 c0 mov -0x40(%rbp),%rax -ffffffff80000193: 48 89 05 76 b2 02 00 mov %rax,0x2b276(%rip) # ffffffff8002b410 <_ZN11CappuccinOS3mem23PHYSICAL_MEMORY_MANAGER17h34ed8926d1874352E+0x30> -ffffffff8000019a: c6 05 77 b2 02 00 01 movb $0x1,0x2b277(%rip) # ffffffff8002b418 <_ZN11CappuccinOS3mem23PHYSICAL_MEMORY_MANAGER17h34ed8926d1874352E+0x38> -ffffffff800001a1: 49 8b 06 mov (%r14),%rax -ffffffff800001a4: 48 8b 70 08 mov 0x8(%rax),%rsi -ffffffff800001a8: 48 c1 ee 0c shr $0xc,%rsi -ffffffff800001ac: 48 8d 3d 3d b2 02 00 lea 0x2b23d(%rip),%rdi # ffffffff8002b3f0 <_ZN11CappuccinOS3mem23PHYSICAL_MEMORY_MANAGER17h34ed8926d1874352E+0x10> -ffffffff800001b3: e8 b8 be 01 00 call ffffffff8001c070 <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager5alloc17hc6cf6be03033da0fE> -ffffffff800001b8: 48 89 55 d0 mov %rdx,-0x30(%rbp) -ffffffff800001bc: 45 31 f6 xor %r14d,%r14d -ffffffff800001bf: 48 85 c0 test %rax,%rax -ffffffff800001c2: 41 0f 94 c6 sete %r14b -ffffffff800001c6: 48 8d bd 20 ff ff ff lea -0xe0(%rbp),%rdi -ffffffff800001cd: e8 ce 18 01 00 call ffffffff80011aa0 <_ZN11CappuccinOS7drivers5video15get_framebuffer17h9127585df4a3b911E> -ffffffff800001d2: 0f b6 05 39 ca 02 00 movzbl 0x2ca39(%rip),%eax # ffffffff8002cc12 <_ZN11CappuccinOS7drivers6serial8POISONED17h45cae07facbadb06E> -ffffffff800001d9: 84 c0 test %al,%al -ffffffff800001db: 74 0f je ffffffff800001ec <_ZN4core3ops8function6FnOnce9call_once17h182a5a88cde0978aE+0x1bc> -ffffffff800001dd: 48 83 bd 20 ff ff ff cmpq $0x0,-0xe0(%rbp) -ffffffff800001e4: 00 -ffffffff800001e5: 75 1c jne ffffffff80000203 <_ZN4core3ops8function6FnOnce9call_once17h182a5a88cde0978aE+0x1d3> -ffffffff800001e7: e9 0a 01 00 00 jmp ffffffff800002f6 <_ZN4core3ops8function6FnOnce9call_once17h182a5a88cde0978aE+0x2c6> -ffffffff800001ec: 0f b6 45 98 movzbl -0x68(%rbp),%eax -ffffffff800001f0: 0c 02 or $0x2,%al -ffffffff800001f2: 86 45 98 xchg %al,-0x68(%rbp) -ffffffff800001f5: 48 83 bd 20 ff ff ff cmpq $0x0,-0xe0(%rbp) -ffffffff800001fc: 00 -ffffffff800001fd: 0f 84 f3 00 00 00 je ffffffff800002f6 <_ZN4core3ops8function6FnOnce9call_once17h182a5a88cde0978aE+0x2c6> -ffffffff80000203: 0f b6 45 98 movzbl -0x68(%rbp),%eax -ffffffff80000207: 0c 01 or $0x1,%al -ffffffff80000209: 86 45 98 xchg %al,-0x68(%rbp) -ffffffff8000020c: 4d 85 f6 test %r14,%r14 -ffffffff8000020f: 0f 84 bd 00 00 00 je ffffffff800002d2 <_ZN4core3ops8function6FnOnce9call_once17h182a5a88cde0978aE+0x2a2> -ffffffff80000215: 0f b6 45 98 movzbl -0x68(%rbp),%eax -ffffffff80000219: 0c 04 or $0x4,%al -ffffffff8000021b: 86 45 98 xchg %al,-0x68(%rbp) -ffffffff8000021e: 48 8d 7d a0 lea -0x60(%rbp),%rdi -ffffffff80000222: e8 79 18 01 00 call ffffffff80011aa0 <_ZN11CappuccinOS7drivers5video15get_framebuffer17h9127585df4a3b911E> -ffffffff80000227: 48 83 7d a0 00 cmpq $0x0,-0x60(%rbp) -ffffffff8000022c: 0f 84 1f 01 00 00 je ffffffff80000351 <_ZN4core3ops8function6FnOnce9call_once17h182a5a88cde0978aE+0x321> -ffffffff80000232: 4c 8b 65 b8 mov -0x48(%rbp),%r12 -ffffffff80000236: 49 83 fc 08 cmp $0x8,%r12 -ffffffff8000023a: 48 8b 7d d0 mov -0x30(%rbp),%rdi -ffffffff8000023e: 0f 82 d9 00 00 00 jb ffffffff8000031d <_ZN4core3ops8function6FnOnce9call_once17h182a5a88cde0978aE+0x2ed> -ffffffff80000244: 4c 8b 6d a8 mov -0x58(%rbp),%r13 -ffffffff80000248: 4c 8b 75 b0 mov -0x50(%rbp),%r14 -ffffffff8000024c: 4c 8b 7d c0 mov -0x40(%rbp),%r15 -ffffffff80000250: 4c 89 e1 mov %r12,%rcx -ffffffff80000253: 48 c1 e9 03 shr $0x3,%rcx -ffffffff80000257: 4c 89 f8 mov %r15,%rax -ffffffff8000025a: 48 09 c8 or %rcx,%rax -ffffffff8000025d: 48 c1 e8 20 shr $0x20,%rax -ffffffff80000261: 74 0d je ffffffff80000270 <_ZN4core3ops8function6FnOnce9call_once17h182a5a88cde0978aE+0x240> -ffffffff80000263: 4c 89 f8 mov %r15,%rax -ffffffff80000266: 31 d2 xor %edx,%edx -ffffffff80000268: 48 f7 f1 div %rcx -ffffffff8000026b: 48 89 c2 mov %rax,%rdx -ffffffff8000026e: eb 09 jmp ffffffff80000279 <_ZN4core3ops8function6FnOnce9call_once17h182a5a88cde0978aE+0x249> -ffffffff80000270: 44 89 f8 mov %r15d,%eax -ffffffff80000273: 31 d2 xor %edx,%edx -ffffffff80000275: f7 f1 div %ecx -ffffffff80000277: 89 c2 mov %eax,%edx -ffffffff80000279: 49 0f af d6 imul %r14,%rdx -ffffffff8000027d: 48 c1 e2 02 shl $0x2,%rdx -ffffffff80000281: 31 f6 xor %esi,%esi -ffffffff80000283: e8 08 24 02 00 call ffffffff80022690 -ffffffff80000288: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff8000028f: 00 -ffffffff80000290: b0 01 mov $0x1,%al -ffffffff80000292: 86 85 50 ff ff ff xchg %al,-0xb0(%rbp) -ffffffff80000298: 84 c0 test %al,%al -ffffffff8000029a: 75 f4 jne ffffffff80000290 <_ZN4core3ops8function6FnOnce9call_once17h182a5a88cde0978aE+0x260> -ffffffff8000029c: 48 c7 85 58 ff ff ff movq $0x1,-0xa8(%rbp) -ffffffff800002a3: 01 00 00 00 -ffffffff800002a7: 4c 89 ad 60 ff ff ff mov %r13,-0xa0(%rbp) -ffffffff800002ae: 4c 89 b5 68 ff ff ff mov %r14,-0x98(%rbp) -ffffffff800002b5: 4c 89 a5 70 ff ff ff mov %r12,-0x90(%rbp) -ffffffff800002bc: 4c 89 bd 78 ff ff ff mov %r15,-0x88(%rbp) -ffffffff800002c3: 48 8b 45 d0 mov -0x30(%rbp),%rax -ffffffff800002c7: 48 89 45 80 mov %rax,-0x80(%rbp) -ffffffff800002cb: c6 85 50 ff ff ff 00 movb $0x0,-0xb0(%rbp) -ffffffff800002d2: 48 83 bd 20 ff ff ff cmpq $0x0,-0xe0(%rbp) -ffffffff800002d9: 00 -ffffffff800002da: 74 5b je ffffffff80000337 <_ZN4core3ops8function6FnOnce9call_once17h182a5a88cde0978aE+0x307> -ffffffff800002dc: 8b 85 28 ff ff ff mov -0xd8(%rbp),%eax -ffffffff800002e2: 8b 8d 30 ff ff ff mov -0xd0(%rbp),%ecx -ffffffff800002e8: c1 e8 03 shr $0x3,%eax -ffffffff800002eb: 66 87 45 94 xchg %ax,-0x6c(%rbp) -ffffffff800002ef: c1 e9 04 shr $0x4,%ecx -ffffffff800002f2: 66 87 4d 96 xchg %cx,-0x6a(%rbp) -ffffffff800002f6: 48 8d b5 50 ff ff ff lea -0xb0(%rbp),%rsi -ffffffff800002fd: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff80000302: 48 89 df mov %rbx,%rdi -ffffffff80000305: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff80000308: 48 89 d8 mov %rbx,%rax -ffffffff8000030b: 48 81 c4 b8 00 00 00 add $0xb8,%rsp -ffffffff80000312: 5b pop %rbx -ffffffff80000313: 41 5c pop %r12 -ffffffff80000315: 41 5d pop %r13 -ffffffff80000317: 41 5e pop %r14 -ffffffff80000319: 41 5f pop %r15 -ffffffff8000031b: 5d pop %rbp -ffffffff8000031c: c3 ret -ffffffff8000031d: 48 8d 3d 9c 39 02 00 lea 0x2399c(%rip),%rdi # ffffffff80023cc0 -ffffffff80000324: 48 8d 15 dd 90 02 00 lea 0x290dd(%rip),%rdx # ffffffff80029408 <_ZN4core7unicode12unicode_data11white_space14WHITESPACE_MAP17h4cb38fd32014989fE+0x117e> -ffffffff8000032b: be 19 00 00 00 mov $0x19,%esi -ffffffff80000330: e8 6b 14 02 00 call ffffffff800217a0 <_ZN4core9panicking5panic17h5954f42149c26846E> -ffffffff80000335: 0f 0b ud2 -ffffffff80000337: 48 8d 3d 43 39 02 00 lea 0x23943(%rip),%rdi # ffffffff80023c81 -ffffffff8000033e: 48 8d 15 db 90 02 00 lea 0x290db(%rip),%rdx # ffffffff80029420 <_ZN4core7unicode12unicode_data11white_space14WHITESPACE_MAP17h4cb38fd32014989fE+0x1196> -ffffffff80000345: be 2b 00 00 00 mov $0x2b,%esi -ffffffff8000034a: e8 51 14 02 00 call ffffffff800217a0 <_ZN4core9panicking5panic17h5954f42149c26846E> -ffffffff8000034f: 0f 0b ud2 -ffffffff80000351: 48 8d 3d 29 39 02 00 lea 0x23929(%rip),%rdi # ffffffff80023c81 -ffffffff80000358: 48 8d 15 91 90 02 00 lea 0x29091(%rip),%rdx # ffffffff800293f0 <_ZN4core7unicode12unicode_data11white_space14WHITESPACE_MAP17h4cb38fd32014989fE+0x1166> -ffffffff8000035f: be 2b 00 00 00 mov $0x2b,%esi -ffffffff80000364: e8 37 14 02 00 call ffffffff800217a0 <_ZN4core9panicking5panic17h5954f42149c26846E> -ffffffff80000369: 0f 0b ud2 -ffffffff8000036b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) - -ffffffff80000370 <_ZN4core3ptr33drop_in_place$LT$$RF$$LP$$RP$$GT$17h69017ce10f18fdc2E>: -ffffffff80000370: 55 push %rbp -ffffffff80000371: 48 89 e5 mov %rsp,%rbp -ffffffff80000374: 5d pop %rbp -ffffffff80000375: c3 ret -ffffffff80000376: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8000037d: 00 00 00 - -ffffffff80000380 <_ZN4core3ptr52drop_in_place$LT$core..num..error..ParseIntError$GT$17ha604df08365c473dE>: -ffffffff80000380: 55 push %rbp -ffffffff80000381: 48 89 e5 mov %rsp,%rbp -ffffffff80000384: 5d pop %rbp -ffffffff80000385: c3 ret -ffffffff80000386: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8000038d: 00 00 00 - -ffffffff80000390 <_ZN4core3ptr53drop_in_place$LT$core..alloc..layout..LayoutError$GT$17h69c26e9971488883E>: -ffffffff80000390: 55 push %rbp -ffffffff80000391: 48 89 e5 mov %rsp,%rbp -ffffffff80000394: 5d pop %rbp -ffffffff80000395: c3 ret -ffffffff80000396: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8000039d: 00 00 00 - -ffffffff800003a0 <_ZN4core3ptr85drop_in_place$LT$core..result..Result$LT$alloc..vec..Vec$LT$u8$GT$$C$$LP$$RP$$GT$$GT$17hc4555ca05385ced1E>: -ffffffff800003a0: 55 push %rbp -ffffffff800003a1: 48 89 e5 mov %rsp,%rbp -ffffffff800003a4: 41 57 push %r15 -ffffffff800003a6: 41 56 push %r14 -ffffffff800003a8: 53 push %rbx -ffffffff800003a9: 48 81 ec a8 00 00 00 sub $0xa8,%rsp -ffffffff800003b0: 48 85 ff test %rdi,%rdi -ffffffff800003b3: 74 3a je ffffffff800003ef <_ZN4core3ptr85drop_in_place$LT$core..result..Result$LT$alloc..vec..Vec$LT$u8$GT$$C$$LP$$RP$$GT$$GT$17hc4555ca05385ced1E+0x4f> -ffffffff800003b5: 48 89 f3 mov %rsi,%rbx -ffffffff800003b8: 48 85 f6 test %rsi,%rsi -ffffffff800003bb: 74 32 je ffffffff800003ef <_ZN4core3ptr85drop_in_place$LT$core..result..Result$LT$alloc..vec..Vec$LT$u8$GT$$C$$LP$$RP$$GT$$GT$17hc4555ca05385ced1E+0x4f> -ffffffff800003bd: 49 89 fe mov %rdi,%r14 -ffffffff800003c0: 0f b6 05 d1 af 02 00 movzbl 0x2afd1(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff800003c7: 84 c0 test %al,%al -ffffffff800003c9: 74 32 je ffffffff800003fd <_ZN4core3ptr85drop_in_place$LT$core..result..Result$LT$alloc..vec..Vec$LT$u8$GT$$C$$LP$$RP$$GT$$GT$17hc4555ca05385ced1E+0x5d> -ffffffff800003cb: 48 83 3d 15 af 02 00 cmpq $0x0,0x2af15(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff800003d2: 00 -ffffffff800003d3: 75 5e jne ffffffff80000433 <_ZN4core3ptr85drop_in_place$LT$core..result..Result$LT$alloc..vec..Vec$LT$u8$GT$$C$$LP$$RP$$GT$$GT$17hc4555ca05385ced1E+0x93> -ffffffff800003d5: 48 8d 3d 04 64 02 00 lea 0x26404(%rip),%rdi # ffffffff800267e0 -ffffffff800003dc: 48 8d 15 3d b1 02 00 lea 0x2b13d(%rip),%rdx # ffffffff8002b520 -ffffffff800003e3: be 1e 00 00 00 mov $0x1e,%esi -ffffffff800003e8: e8 33 19 02 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff800003ed: 0f 0b ud2 -ffffffff800003ef: 48 81 c4 a8 00 00 00 add $0xa8,%rsp -ffffffff800003f6: 5b pop %rbx -ffffffff800003f7: 41 5e pop %r14 -ffffffff800003f9: 41 5f pop %r15 -ffffffff800003fb: 5d pop %rbp -ffffffff800003fc: c3 ret -ffffffff800003fd: 4c 8d bd 40 ff ff ff lea -0xc0(%rbp),%r15 -ffffffff80000404: 4c 89 ff mov %r15,%rdi -ffffffff80000407: ff 15 d3 ae 02 00 call *0x2aed3(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000040d: 48 c7 05 d0 ae 02 00 movq $0x1,0x2aed0(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80000414: 01 00 00 00 -ffffffff80000418: 48 8d 3d d1 ae 02 00 lea 0x2aed1(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000041f: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80000424: 4c 89 fe mov %r15,%rsi -ffffffff80000427: e8 54 22 02 00 call ffffffff80022680 -ffffffff8000042c: c6 05 65 af 02 00 01 movb $0x1,0x2af65(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80000433: 48 8d 3d b6 ae 02 00 lea 0x2aeb6(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000043a: ba 01 00 00 00 mov $0x1,%edx -ffffffff8000043f: 4c 89 f6 mov %r14,%rsi -ffffffff80000442: 48 89 d9 mov %rbx,%rcx -ffffffff80000445: 48 81 c4 a8 00 00 00 add $0xa8,%rsp -ffffffff8000044c: 5b pop %rbx -ffffffff8000044d: 41 5e pop %r14 -ffffffff8000044f: 41 5f pop %r15 -ffffffff80000451: 5d pop %rbp -ffffffff80000452: e9 f9 3d 01 00 jmp ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80000457: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1) -ffffffff8000045e: 00 00 - -ffffffff80000460 <_ZN58_$LT$alloc..string..String$u20$as$u20$core..fmt..Debug$GT$3fmt17h9257aef1f9ec3f1bE>: -ffffffff80000460: 55 push %rbp -ffffffff80000461: 48 89 e5 mov %rsp,%rbp -ffffffff80000464: 48 89 f2 mov %rsi,%rdx -ffffffff80000467: 48 8b 07 mov (%rdi),%rax -ffffffff8000046a: 48 8b 77 10 mov 0x10(%rdi),%rsi -ffffffff8000046e: 48 89 c7 mov %rax,%rdi -ffffffff80000471: 5d pop %rbp -ffffffff80000472: e9 49 eb 01 00 jmp ffffffff8001efc0 <_ZN40_$LT$str$u20$as$u20$core..fmt..Debug$GT$3fmt17h0313dc1fb719f401E> -ffffffff80000477: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1) -ffffffff8000047e: 00 00 - -ffffffff80000480 <_ZN5alloc3fmt6format17h2df0ed49a1f8e05eE>: -ffffffff80000480: 55 push %rbp -ffffffff80000481: 48 89 e5 mov %rsp,%rbp -ffffffff80000484: 41 57 push %r15 -ffffffff80000486: 41 56 push %r14 -ffffffff80000488: 41 54 push %r12 -ffffffff8000048a: 53 push %rbx -ffffffff8000048b: 48 81 ec b0 00 00 00 sub $0xb0,%rsp -ffffffff80000492: 48 89 fb mov %rdi,%rbx -ffffffff80000495: 48 8b 4e 08 mov 0x8(%rsi),%rcx -ffffffff80000499: 48 8b 46 18 mov 0x18(%rsi),%rax -ffffffff8000049d: 48 83 f9 01 cmp $0x1,%rcx -ffffffff800004a1: 74 1f je ffffffff800004c2 <_ZN5alloc3fmt6format17h2df0ed49a1f8e05eE+0x42> -ffffffff800004a3: 48 85 c9 test %rcx,%rcx -ffffffff800004a6: 75 1f jne ffffffff800004c7 <_ZN5alloc3fmt6format17h2df0ed49a1f8e05eE+0x47> -ffffffff800004a8: 48 85 c0 test %rax,%rax -ffffffff800004ab: 75 1a jne ffffffff800004c7 <_ZN5alloc3fmt6format17h2df0ed49a1f8e05eE+0x47> -ffffffff800004ad: 41 bc 01 00 00 00 mov $0x1,%r12d -ffffffff800004b3: 4c 8d 3d 46 37 02 00 lea 0x23746(%rip),%r15 # ffffffff80023c00 <_ZN17compiler_builtins3mem6strlen17ha67bf7541695cb1bE+0x1280> -ffffffff800004ba: 45 31 f6 xor %r14d,%r14d -ffffffff800004bd: e9 c7 00 00 00 jmp ffffffff80000589 <_ZN5alloc3fmt6format17h2df0ed49a1f8e05eE+0x109> -ffffffff800004c2: 48 85 c0 test %rax,%rax -ffffffff800004c5: 74 17 je ffffffff800004de <_ZN5alloc3fmt6format17h2df0ed49a1f8e05eE+0x5e> -ffffffff800004c7: 48 89 df mov %rbx,%rdi -ffffffff800004ca: 48 81 c4 b0 00 00 00 add $0xb0,%rsp -ffffffff800004d1: 5b pop %rbx -ffffffff800004d2: 41 5c pop %r12 -ffffffff800004d4: 41 5e pop %r14 -ffffffff800004d6: 41 5f pop %r15 -ffffffff800004d8: 5d pop %rbp -ffffffff800004d9: e9 b2 ca 01 00 jmp ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff800004de: 48 8b 06 mov (%rsi),%rax -ffffffff800004e1: 4c 8b 38 mov (%rax),%r15 -ffffffff800004e4: 4c 8b 70 08 mov 0x8(%rax),%r14 -ffffffff800004e8: 4d 85 f6 test %r14,%r14 -ffffffff800004eb: 74 3f je ffffffff8000052c <_ZN5alloc3fmt6format17h2df0ed49a1f8e05eE+0xac> -ffffffff800004ed: 0f 88 bf 00 00 00 js ffffffff800005b2 <_ZN5alloc3fmt6format17h2df0ed49a1f8e05eE+0x132> -ffffffff800004f3: 48 8d 05 1c c7 02 00 lea 0x2c71c(%rip),%rax # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff800004fa: 0f b6 00 movzbl (%rax),%eax -ffffffff800004fd: 0f b6 05 94 ae 02 00 movzbl 0x2ae94(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80000504: 84 c0 test %al,%al -ffffffff80000506: 74 2f je ffffffff80000537 <_ZN5alloc3fmt6format17h2df0ed49a1f8e05eE+0xb7> -ffffffff80000508: 48 83 3d d8 ad 02 00 cmpq $0x0,0x2add8(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000050f: 00 -ffffffff80000510: 75 5b jne ffffffff8000056d <_ZN5alloc3fmt6format17h2df0ed49a1f8e05eE+0xed> -ffffffff80000512: 48 8d 3d c7 62 02 00 lea 0x262c7(%rip),%rdi # ffffffff800267e0 -ffffffff80000519: 48 8d 15 00 b0 02 00 lea 0x2b000(%rip),%rdx # ffffffff8002b520 -ffffffff80000520: be 1e 00 00 00 mov $0x1e,%esi -ffffffff80000525: e8 f6 17 02 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff8000052a: 0f 0b ud2 -ffffffff8000052c: 41 bc 01 00 00 00 mov $0x1,%r12d -ffffffff80000532: 45 31 f6 xor %r14d,%r14d -ffffffff80000535: eb 52 jmp ffffffff80000589 <_ZN5alloc3fmt6format17h2df0ed49a1f8e05eE+0x109> -ffffffff80000537: 4c 8d a5 38 ff ff ff lea -0xc8(%rbp),%r12 -ffffffff8000053e: 4c 89 e7 mov %r12,%rdi -ffffffff80000541: ff 15 99 ad 02 00 call *0x2ad99(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80000547: 48 c7 05 96 ad 02 00 movq $0x1,0x2ad96(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000054e: 01 00 00 00 -ffffffff80000552: 48 8d 3d 97 ad 02 00 lea 0x2ad97(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80000559: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000055e: 4c 89 e6 mov %r12,%rsi -ffffffff80000561: e8 1a 21 02 00 call ffffffff80022680 -ffffffff80000566: c6 05 2b ae 02 00 01 movb $0x1,0x2ae2b(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000056d: 48 8d 3d 7c ad 02 00 lea 0x2ad7c(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80000574: be 01 00 00 00 mov $0x1,%esi -ffffffff80000579: 4c 89 f2 mov %r14,%rdx -ffffffff8000057c: e8 cf 3a 01 00 call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff80000581: 48 85 c0 test %rax,%rax -ffffffff80000584: 74 33 je ffffffff800005b9 <_ZN5alloc3fmt6format17h2df0ed49a1f8e05eE+0x139> -ffffffff80000586: 49 89 c4 mov %rax,%r12 -ffffffff80000589: 4c 89 e7 mov %r12,%rdi -ffffffff8000058c: 4c 89 fe mov %r15,%rsi -ffffffff8000058f: 4c 89 f2 mov %r14,%rdx -ffffffff80000592: e8 e9 20 02 00 call ffffffff80022680 -ffffffff80000597: 4c 89 23 mov %r12,(%rbx) -ffffffff8000059a: 4c 89 73 08 mov %r14,0x8(%rbx) -ffffffff8000059e: 4c 89 73 10 mov %r14,0x10(%rbx) -ffffffff800005a2: 48 81 c4 b0 00 00 00 add $0xb0,%rsp -ffffffff800005a9: 5b pop %rbx -ffffffff800005aa: 41 5c pop %r12 -ffffffff800005ac: 41 5e pop %r14 -ffffffff800005ae: 41 5f pop %r15 -ffffffff800005b0: 5d pop %rbp -ffffffff800005b1: c3 ret -ffffffff800005b2: e8 39 c9 01 00 call ffffffff8001cef0 <_ZN5alloc7raw_vec17capacity_overflow17h7464486241893bcbE> -ffffffff800005b7: 0f 0b ud2 -ffffffff800005b9: bf 01 00 00 00 mov $0x1,%edi -ffffffff800005be: 4c 89 f6 mov %r14,%rsi -ffffffff800005c1: e8 fa cc 01 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff800005c6: 0f 0b ud2 -ffffffff800005c8: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff800005cf: 00 - -ffffffff800005d0 <_ZN68_$LT$core..num..error..ParseIntError$u20$as$u20$core..fmt..Debug$GT$3fmt17hb45cc79d126e959cE>: -ffffffff800005d0: 55 push %rbp -ffffffff800005d1: 48 89 e5 mov %rsp,%rbp -ffffffff800005d4: 48 83 ec 10 sub $0x10,%rsp -ffffffff800005d8: 48 89 f0 mov %rsi,%rax -ffffffff800005db: 48 89 7d f8 mov %rdi,-0x8(%rbp) -ffffffff800005df: 48 8d 0d aa 8d 02 00 lea 0x28daa(%rip),%rcx # ffffffff80029390 <_ZN4core7unicode12unicode_data11white_space14WHITESPACE_MAP17h4cb38fd32014989fE+0x1106> -ffffffff800005e6: 48 89 0c 24 mov %rcx,(%rsp) -ffffffff800005ea: 48 8d 35 0f 36 02 00 lea 0x2360f(%rip),%rsi # ffffffff80023c00 <_ZN17compiler_builtins3mem6strlen17ha67bf7541695cb1bE+0x1280> -ffffffff800005f1: 48 8d 0d 15 36 02 00 lea 0x23615(%rip),%rcx # ffffffff80023c0d <_ZN17compiler_builtins3mem6strlen17ha67bf7541695cb1bE+0x128d> -ffffffff800005f8: 4c 8d 4d f8 lea -0x8(%rbp),%r9 -ffffffff800005fc: ba 0d 00 00 00 mov $0xd,%edx -ffffffff80000601: 41 b8 04 00 00 00 mov $0x4,%r8d -ffffffff80000607: 48 89 c7 mov %rax,%rdi -ffffffff8000060a: e8 e1 e2 01 00 call ffffffff8001e8f0 <_ZN4core3fmt9Formatter26debug_struct_field1_finish17h0901fdcb10de1972E> -ffffffff8000060f: 48 83 c4 10 add $0x10,%rsp -ffffffff80000613: 5d pop %rbp -ffffffff80000614: c3 ret -ffffffff80000615: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8000061c: 00 00 00 -ffffffff8000061f: 90 nop - -ffffffff80000620 <_ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17h77b0abc144007d5aE>: -ffffffff80000620: 55 push %rbp -ffffffff80000621: 48 89 e5 mov %rsp,%rbp -ffffffff80000624: 48 89 f7 mov %rsi,%rdi -ffffffff80000627: 48 8d 35 43 36 02 00 lea 0x23643(%rip),%rsi # ffffffff80023c71 -ffffffff8000062e: ba 0b 00 00 00 mov $0xb,%edx -ffffffff80000633: 5d pop %rbp -ffffffff80000634: e9 77 e2 01 00 jmp ffffffff8001e8b0 <_ZN4core3fmt9Formatter9write_str17h5399c4ae0c5f789dE> -ffffffff80000639: 0f 1f 80 00 00 00 00 nopl 0x0(%rax) - -ffffffff80000640 <_ZN70_$LT$core..result..Result$LT$T$C$E$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h38c94ac78d970df3E>: -ffffffff80000640: 55 push %rbp -ffffffff80000641: 48 89 e5 mov %rsp,%rbp -ffffffff80000644: 48 83 ec 10 sub $0x10,%rsp -ffffffff80000648: 48 89 f0 mov %rsi,%rax -ffffffff8000064b: 48 83 3f 00 cmpq $0x0,(%rdi) -ffffffff8000064f: 74 1d je ffffffff8000066e <_ZN70_$LT$core..result..Result$LT$T$C$E$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h38c94ac78d970df3E+0x2e> -ffffffff80000651: 48 89 7d f8 mov %rdi,-0x8(%rbp) -ffffffff80000655: 48 8d 35 20 36 02 00 lea 0x23620(%rip),%rsi # ffffffff80023c7c -ffffffff8000065c: 4c 8d 05 4d 8d 02 00 lea 0x28d4d(%rip),%r8 # ffffffff800293b0 <_ZN4core7unicode12unicode_data11white_space14WHITESPACE_MAP17h4cb38fd32014989fE+0x1126> -ffffffff80000663: 48 8d 4d f8 lea -0x8(%rbp),%rcx -ffffffff80000667: ba 02 00 00 00 mov $0x2,%edx -ffffffff8000066c: eb 1b jmp ffffffff80000689 <_ZN70_$LT$core..result..Result$LT$T$C$E$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h38c94ac78d970df3E+0x49> -ffffffff8000066e: 48 89 7d f8 mov %rdi,-0x8(%rbp) -ffffffff80000672: 48 8d 35 05 36 02 00 lea 0x23605(%rip),%rsi # ffffffff80023c7e -ffffffff80000679: 4c 8d 05 50 8d 02 00 lea 0x28d50(%rip),%r8 # ffffffff800293d0 <_ZN4core7unicode12unicode_data11white_space14WHITESPACE_MAP17h4cb38fd32014989fE+0x1146> -ffffffff80000680: 48 8d 4d f8 lea -0x8(%rbp),%rcx -ffffffff80000684: ba 03 00 00 00 mov $0x3,%edx -ffffffff80000689: 48 89 c7 mov %rax,%rdi -ffffffff8000068c: e8 ef e7 01 00 call ffffffff8001ee80 <_ZN4core3fmt9Formatter25debug_tuple_field1_finish17h9a0d02983cf6d8d0E> -ffffffff80000691: 48 83 c4 10 add $0x10,%rsp -ffffffff80000695: 5d pop %rbp -ffffffff80000696: c3 ret -ffffffff80000697: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1) -ffffffff8000069e: 00 00 - -ffffffff800006a0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E>: -ffffffff800006a0: 55 push %rbp -ffffffff800006a1: 48 89 e5 mov %rsp,%rbp -ffffffff800006a4: 41 57 push %r15 -ffffffff800006a6: 41 56 push %r14 -ffffffff800006a8: 41 55 push %r13 -ffffffff800006aa: 41 54 push %r12 -ffffffff800006ac: 53 push %rbx -ffffffff800006ad: 48 81 ec 48 01 00 00 sub $0x148,%rsp -ffffffff800006b4: 48 89 fb mov %rdi,%rbx -ffffffff800006b7: 48 c7 45 b8 01 00 00 movq $0x1,-0x48(%rbp) -ffffffff800006be: 00 -ffffffff800006bf: 48 c7 45 c0 00 00 00 movq $0x0,-0x40(%rbp) -ffffffff800006c6: 00 -ffffffff800006c7: 48 c7 45 c8 00 00 00 movq $0x0,-0x38(%rbp) -ffffffff800006ce: 00 -ffffffff800006cf: 48 85 d2 test %rdx,%rdx -ffffffff800006d2: 0f 84 4e 07 00 00 je ffffffff80000e26 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x786> -ffffffff800006d8: 49 89 d5 mov %rdx,%r13 -ffffffff800006db: 49 89 f4 mov %rsi,%r12 -ffffffff800006de: 49 01 f5 add %rsi,%r13 -ffffffff800006e1: 48 8d 43 38 lea 0x38(%rbx),%rax -ffffffff800006e5: 48 89 45 b0 mov %rax,-0x50(%rbp) -ffffffff800006e9: 48 8d 43 08 lea 0x8(%rbx),%rax -ffffffff800006ed: 48 89 45 a8 mov %rax,-0x58(%rbp) -ffffffff800006f1: c7 45 d0 00 00 00 00 movl $0x0,-0x30(%rbp) -ffffffff800006f8: 4c 89 6d a0 mov %r13,-0x60(%rbp) -ffffffff800006fc: eb 1b jmp ffffffff80000719 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x79> -ffffffff800006fe: b0 01 mov $0x1,%al -ffffffff80000700: 89 45 d0 mov %eax,-0x30(%rbp) -ffffffff80000703: 66 66 66 66 2e 0f 1f data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8000070a: 84 00 00 00 00 00 -ffffffff80000710: 4d 39 ec cmp %r13,%r12 -ffffffff80000713: 0f 84 0d 07 00 00 je ffffffff80000e26 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x786> -ffffffff80000719: f6 45 d0 01 testb $0x1,-0x30(%rbp) -ffffffff8000071d: 0f 84 56 01 00 00 je ffffffff80000879 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x1d9> -ffffffff80000723: 45 0f b6 34 24 movzbl (%r12),%r14d -ffffffff80000728: 45 84 f6 test %r14b,%r14b -ffffffff8000072b: 0f 88 27 04 00 00 js ffffffff80000b58 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x4b8> -ffffffff80000731: 49 ff c4 inc %r12 -ffffffff80000734: 41 83 fe 6d cmp $0x6d,%r14d -ffffffff80000738: 0f 85 a2 04 00 00 jne ffffffff80000be0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x540> -ffffffff8000073e: 48 8b 45 b8 mov -0x48(%rbp),%rax -ffffffff80000742: 48 8b 4d c8 mov -0x38(%rbp),%rcx -ffffffff80000746: 48 c7 85 40 ff ff ff movq $0x0,-0xc0(%rbp) -ffffffff8000074d: 00 00 00 00 -ffffffff80000751: 48 89 8d 48 ff ff ff mov %rcx,-0xb8(%rbp) -ffffffff80000758: 48 89 85 50 ff ff ff mov %rax,-0xb0(%rbp) -ffffffff8000075f: 48 89 8d 58 ff ff ff mov %rcx,-0xa8(%rbp) -ffffffff80000766: 48 c7 85 60 ff ff ff movq $0x0,-0xa0(%rbp) -ffffffff8000076d: 00 00 00 00 -ffffffff80000771: 48 89 8d 68 ff ff ff mov %rcx,-0x98(%rbp) -ffffffff80000778: 48 c7 85 70 ff ff ff movq $0x1,-0x90(%rbp) -ffffffff8000077f: 01 00 00 00 -ffffffff80000783: 48 b8 3b 00 00 00 3b movabs $0x3b0000003b,%rax -ffffffff8000078a: 00 00 00 -ffffffff8000078d: 48 89 85 78 ff ff ff mov %rax,-0x88(%rbp) -ffffffff80000794: 66 c7 45 80 01 00 movw $0x1,-0x80(%rbp) -ffffffff8000079a: 48 8d 7d 88 lea -0x78(%rbp),%rdi -ffffffff8000079e: 48 8d b5 40 ff ff ff lea -0xc0(%rbp),%rsi -ffffffff800007a5: e8 76 bd 00 00 call ffffffff8000c520 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE> -ffffffff800007aa: 4c 8b 7d 88 mov -0x78(%rbp),%r15 -ffffffff800007ae: 48 8b 45 90 mov -0x70(%rbp),%rax -ffffffff800007b2: 48 89 45 d0 mov %rax,-0x30(%rbp) -ffffffff800007b6: 4c 8b 75 98 mov -0x68(%rbp),%r14 -ffffffff800007ba: 4d 85 f6 test %r14,%r14 -ffffffff800007bd: 0f 84 5d 03 00 00 je ffffffff80000b20 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x480> -ffffffff800007c3: 45 31 ed xor %r13d,%r13d -ffffffff800007c6: eb 1a jmp ffffffff800007e2 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x142> -ffffffff800007c8: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff800007cf: 00 -ffffffff800007d0: 48 8b 45 b0 mov -0x50(%rbp),%rax -ffffffff800007d4: 87 08 xchg %ecx,(%rax) -ffffffff800007d6: 49 ff c5 inc %r13 -ffffffff800007d9: 4d 39 ee cmp %r13,%r14 -ffffffff800007dc: 0f 84 3e 03 00 00 je ffffffff80000b20 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x480> -ffffffff800007e2: 43 0f b6 04 2f movzbl (%r15,%r13,1),%eax -ffffffff800007e7: 84 c0 test %al,%al -ffffffff800007e9: 74 25 je ffffffff80000810 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x170> -ffffffff800007eb: 8d 48 e2 lea -0x1e(%rax),%ecx -ffffffff800007ee: 80 f9 08 cmp $0x8,%cl -ffffffff800007f1: 73 2d jae ffffffff80000820 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x180> -ffffffff800007f3: 04 e1 add $0xe1,%al -ffffffff800007f5: 31 c9 xor %ecx,%ecx -ffffffff800007f7: 3c 06 cmp $0x6,%al -ffffffff800007f9: 77 d5 ja ffffffff800007d0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x130> -ffffffff800007fb: 48 0f be c0 movsbq %al,%rax -ffffffff800007ff: 48 8d 0d 1e 38 02 00 lea 0x2381e(%rip),%rcx # ffffffff80024024 -ffffffff80000806: 8b 0c 81 mov (%rcx,%rax,4),%ecx -ffffffff80000809: eb c5 jmp ffffffff800007d0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x130> -ffffffff8000080b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) -ffffffff80000810: b8 ba ba ba 00 mov $0xbababa,%eax -ffffffff80000815: 87 43 38 xchg %eax,0x38(%rbx) -ffffffff80000818: 31 c0 xor %eax,%eax -ffffffff8000081a: eb 38 jmp ffffffff80000854 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x1b4> -ffffffff8000081c: 0f 1f 40 00 nopl 0x0(%rax) -ffffffff80000820: 89 c2 mov %eax,%edx -ffffffff80000822: 80 e2 f8 and $0xf8,%dl -ffffffff80000825: 80 fa 28 cmp $0x28,%dl -ffffffff80000828: 74 20 je ffffffff8000084a <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x1aa> -ffffffff8000082a: 8d 50 a6 lea -0x5a(%rax),%edx -ffffffff8000082d: 80 fa 08 cmp $0x8,%dl -ffffffff80000830: 73 10 jae ffffffff80000842 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x1a2> -ffffffff80000832: 0f b6 f9 movzbl %cl,%edi -ffffffff80000835: e8 86 0a 00 00 call ffffffff800012c0 <_ZN11CappuccinOS3usr3tty12color_to_hex17h6b54c19ca8a8c522E> -ffffffff8000083a: 48 8b 4d b0 mov -0x50(%rbp),%rcx -ffffffff8000083e: 87 01 xchg %eax,(%rcx) -ffffffff80000840: eb 94 jmp ffffffff800007d6 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x136> -ffffffff80000842: 8d 48 9c lea -0x64(%rax),%ecx -ffffffff80000845: 80 f9 08 cmp $0x8,%cl -ffffffff80000848: 73 8c jae ffffffff800007d6 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x136> -ffffffff8000084a: 04 d8 add $0xd8,%al -ffffffff8000084c: 0f b6 f8 movzbl %al,%edi -ffffffff8000084f: e8 6c 0a 00 00 call ffffffff800012c0 <_ZN11CappuccinOS3usr3tty12color_to_hex17h6b54c19ca8a8c522E> -ffffffff80000854: 87 43 3c xchg %eax,0x3c(%rbx) -ffffffff80000857: e9 7a ff ff ff jmp ffffffff800007d6 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x136> -ffffffff8000085c: 0f 1f 40 00 nopl 0x0(%rax) -ffffffff80000860: 0f b7 43 42 movzwl 0x42(%rbx),%eax -ffffffff80000864: 31 c9 xor %ecx,%ecx -ffffffff80000866: 66 87 4b 40 xchg %cx,0x40(%rbx) -ffffffff8000086a: ff c0 inc %eax -ffffffff8000086c: 66 87 43 42 xchg %ax,0x42(%rbx) -ffffffff80000870: 4d 39 ec cmp %r13,%r12 -ffffffff80000873: 0f 84 ad 05 00 00 je ffffffff80000e26 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x786> -ffffffff80000879: 45 0f b6 3c 24 movzbl (%r12),%r15d -ffffffff8000087e: 45 84 ff test %r15b,%r15b -ffffffff80000881: 78 1d js ffffffff800008a0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x200> -ffffffff80000883: 49 ff c4 inc %r12 -ffffffff80000886: 45 85 ff test %r15d,%r15d -ffffffff80000889: 0f 85 a1 00 00 00 jne ffffffff80000930 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x290> -ffffffff8000088f: e9 6a fe ff ff jmp ffffffff800006fe <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x5e> -ffffffff80000894: 66 66 66 2e 0f 1f 84 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8000089b: 00 00 00 00 00 -ffffffff800008a0: 44 89 f8 mov %r15d,%eax -ffffffff800008a3: 83 e0 1f and $0x1f,%eax -ffffffff800008a6: 41 0f b6 54 24 01 movzbl 0x1(%r12),%edx -ffffffff800008ac: 83 e2 3f and $0x3f,%edx -ffffffff800008af: 41 80 ff e0 cmp $0xe0,%r15b -ffffffff800008b3: 72 4b jb ffffffff80000900 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x260> -ffffffff800008b5: 49 8d 74 24 03 lea 0x3(%r12),%rsi -ffffffff800008ba: 41 0f b6 4c 24 02 movzbl 0x2(%r12),%ecx -ffffffff800008c0: c1 e2 06 shl $0x6,%edx -ffffffff800008c3: 83 e1 3f and $0x3f,%ecx -ffffffff800008c6: 09 d1 or %edx,%ecx -ffffffff800008c8: 41 80 ff f0 cmp $0xf0,%r15b -ffffffff800008cc: 72 48 jb ffffffff80000916 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x276> -ffffffff800008ce: 44 0f b6 3e movzbl (%rsi),%r15d -ffffffff800008d2: 83 e0 07 and $0x7,%eax -ffffffff800008d5: c1 e0 12 shl $0x12,%eax -ffffffff800008d8: c1 e1 06 shl $0x6,%ecx -ffffffff800008db: 41 83 e7 3f and $0x3f,%r15d -ffffffff800008df: 41 09 cf or %ecx,%r15d -ffffffff800008e2: 41 09 c7 or %eax,%r15d -ffffffff800008e5: 41 81 ff 00 00 11 00 cmp $0x110000,%r15d -ffffffff800008ec: 0f 84 34 05 00 00 je ffffffff80000e26 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x786> -ffffffff800008f2: 49 83 c4 04 add $0x4,%r12 -ffffffff800008f6: 45 85 ff test %r15d,%r15d -ffffffff800008f9: 75 35 jne ffffffff80000930 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x290> -ffffffff800008fb: e9 fe fd ff ff jmp ffffffff800006fe <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x5e> -ffffffff80000900: 49 83 c4 02 add $0x2,%r12 -ffffffff80000904: c1 e0 06 shl $0x6,%eax -ffffffff80000907: 09 d0 or %edx,%eax -ffffffff80000909: 41 89 c7 mov %eax,%r15d -ffffffff8000090c: 45 85 ff test %r15d,%r15d -ffffffff8000090f: 75 1f jne ffffffff80000930 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x290> -ffffffff80000911: e9 e8 fd ff ff jmp ffffffff800006fe <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x5e> -ffffffff80000916: c1 e0 0c shl $0xc,%eax -ffffffff80000919: 09 c1 or %eax,%ecx -ffffffff8000091b: 41 89 cf mov %ecx,%r15d -ffffffff8000091e: 49 89 f4 mov %rsi,%r12 -ffffffff80000921: 45 85 ff test %r15d,%r15d -ffffffff80000924: 0f 84 d4 fd ff ff je ffffffff800006fe <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x5e> -ffffffff8000092a: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1) -ffffffff80000930: 0f b6 05 79 8e 02 00 movzbl 0x28e79(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80000937: 84 c0 test %al,%al -ffffffff80000939: 74 55 je ffffffff80000990 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x2f0> -ffffffff8000093b: 48 83 3d 15 8e 02 00 cmpq $0x0,0x28e15(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80000942: 00 -ffffffff80000943: 0f 84 10 05 00 00 je ffffffff80000e59 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x7b9> -ffffffff80000949: 0f b6 05 58 8e 02 00 movzbl 0x28e58(%rip),%eax # ffffffff800297a8 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x58> -ffffffff80000950: a8 02 test $0x2,%al -ffffffff80000952: 75 7b jne ffffffff800009cf <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x32f> -ffffffff80000954: 0f b6 05 55 8e 02 00 movzbl 0x28e55(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff8000095b: 84 c0 test %al,%al -ffffffff8000095d: 0f 84 ad 00 00 00 je ffffffff80000a10 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x370> -ffffffff80000963: 48 83 3d ed 8d 02 00 cmpq $0x0,0x28ded(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff8000096a: 00 -ffffffff8000096b: 0f 84 e8 04 00 00 je ffffffff80000e59 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x7b9> -ffffffff80000971: 0f b6 05 30 8e 02 00 movzbl 0x28e30(%rip),%eax # ffffffff800297a8 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x58> -ffffffff80000978: a8 01 test $0x1,%al -ffffffff8000097a: 0f 85 d3 00 00 00 jne ffffffff80000a53 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x3b3> -ffffffff80000980: e9 8b fd ff ff jmp ffffffff80000710 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x70> -ffffffff80000985: 66 66 2e 0f 1f 84 00 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8000098c: 00 00 00 00 -ffffffff80000990: 4c 8d b5 98 fe ff ff lea -0x168(%rbp),%r14 -ffffffff80000997: 4c 89 f7 mov %r14,%rdi -ffffffff8000099a: ff 15 b0 8d 02 00 call *0x28db0(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff800009a0: 48 c7 05 ad 8d 02 00 movq $0x1,0x28dad(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff800009a7: 01 00 00 00 -ffffffff800009ab: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff800009b0: 48 8d 3d a9 8d 02 00 lea 0x28da9(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff800009b7: 4c 89 f6 mov %r14,%rsi -ffffffff800009ba: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff800009bd: c6 05 ec 8d 02 00 01 movb $0x1,0x28dec(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff800009c4: 0f b6 05 dd 8d 02 00 movzbl 0x28ddd(%rip),%eax # ffffffff800297a8 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x58> -ffffffff800009cb: a8 02 test $0x2,%al -ffffffff800009cd: 74 85 je ffffffff80000954 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x2b4> -ffffffff800009cf: 41 83 ff 0a cmp $0xa,%r15d -ffffffff800009d3: 75 1b jne ffffffff800009f0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x350> -ffffffff800009d5: 66 66 2e 0f 1f 84 00 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff800009dc: 00 00 00 00 -ffffffff800009e0: 66 ba fd 03 mov $0x3fd,%dx -ffffffff800009e4: ec in (%dx),%al -ffffffff800009e5: a8 20 test $0x20,%al -ffffffff800009e7: 74 f7 je ffffffff800009e0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x340> -ffffffff800009e9: 66 ba f8 03 mov $0x3f8,%dx -ffffffff800009ed: b0 0d mov $0xd,%al -ffffffff800009ef: ee out %al,(%dx) -ffffffff800009f0: 66 ba fd 03 mov $0x3fd,%dx -ffffffff800009f4: ec in (%dx),%al -ffffffff800009f5: a8 20 test $0x20,%al -ffffffff800009f7: 74 f7 je ffffffff800009f0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x350> -ffffffff800009f9: 66 ba f8 03 mov $0x3f8,%dx -ffffffff800009fd: 44 89 f8 mov %r15d,%eax -ffffffff80000a00: ee out %al,(%dx) -ffffffff80000a01: 0f b6 05 a8 8d 02 00 movzbl 0x28da8(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80000a08: 84 c0 test %al,%al -ffffffff80000a0a: 0f 85 53 ff ff ff jne ffffffff80000963 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x2c3> -ffffffff80000a10: 4c 8d b5 98 fe ff ff lea -0x168(%rbp),%r14 -ffffffff80000a17: 4c 89 f7 mov %r14,%rdi -ffffffff80000a1a: ff 15 30 8d 02 00 call *0x28d30(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff80000a20: 48 c7 05 2d 8d 02 00 movq $0x1,0x28d2d(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80000a27: 01 00 00 00 -ffffffff80000a2b: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff80000a30: 48 8d 3d 29 8d 02 00 lea 0x28d29(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80000a37: 4c 89 f6 mov %r14,%rsi -ffffffff80000a3a: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff80000a3d: c6 05 6c 8d 02 00 01 movb $0x1,0x28d6c(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80000a44: 0f b6 05 5d 8d 02 00 movzbl 0x28d5d(%rip),%eax # ffffffff800297a8 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x58> -ffffffff80000a4b: a8 01 test $0x1,%al -ffffffff80000a4d: 0f 84 bd fc ff ff je ffffffff80000710 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x70> -ffffffff80000a53: 41 83 ff 0a cmp $0xa,%r15d -ffffffff80000a57: 0f 84 93 00 00 00 je ffffffff80000af0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x450> -ffffffff80000a5d: 41 83 ff 08 cmp $0x8,%r15d -ffffffff80000a61: 0f 84 d2 01 00 00 je ffffffff80000c39 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x599> -ffffffff80000a67: 41 83 ff 0d cmp $0xd,%r15d -ffffffff80000a6b: 0f 84 ff 01 00 00 je ffffffff80000c70 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x5d0> -ffffffff80000a71: 0f b7 73 40 movzwl 0x40(%rbx),%esi -ffffffff80000a75: 0f b7 53 42 movzwl 0x42(%rbx),%edx -ffffffff80000a79: 8b 4b 38 mov 0x38(%rbx),%ecx -ffffffff80000a7c: 44 8b 43 3c mov 0x3c(%rbx),%r8d -ffffffff80000a80: b0 01 mov $0x1,%al -ffffffff80000a82: 86 03 xchg %al,(%rbx) -ffffffff80000a84: 84 c0 test %al,%al -ffffffff80000a86: 75 f8 jne ffffffff80000a80 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x3e0> -ffffffff80000a88: c6 03 00 movb $0x0,(%rbx) -ffffffff80000a8b: 48 8b 7d a8 mov -0x58(%rbp),%rdi -ffffffff80000a8f: 48 8b 47 28 mov 0x28(%rdi),%rax -ffffffff80000a93: 48 89 85 c0 fe ff ff mov %rax,-0x140(%rbp) -ffffffff80000a9a: 48 8b 47 20 mov 0x20(%rdi),%rax -ffffffff80000a9e: 48 89 85 b8 fe ff ff mov %rax,-0x148(%rbp) -ffffffff80000aa5: 48 8b 47 18 mov 0x18(%rdi),%rax -ffffffff80000aa9: 48 89 85 b0 fe ff ff mov %rax,-0x150(%rbp) -ffffffff80000ab0: 48 8b 47 10 mov 0x10(%rdi),%rax -ffffffff80000ab4: 48 89 85 a8 fe ff ff mov %rax,-0x158(%rbp) -ffffffff80000abb: 48 8b 07 mov (%rdi),%rax -ffffffff80000abe: 48 8b 7f 08 mov 0x8(%rdi),%rdi -ffffffff80000ac2: 48 89 bd a0 fe ff ff mov %rdi,-0x160(%rbp) -ffffffff80000ac9: 48 89 85 98 fe ff ff mov %rax,-0x168(%rbp) -ffffffff80000ad0: 44 89 ff mov %r15d,%edi -ffffffff80000ad3: 4c 8d 8d 98 fe ff ff lea -0x168(%rbp),%r9 -ffffffff80000ada: e8 d1 0c 01 00 call ffffffff800117b0 <_ZN11CappuccinOS7drivers5video8put_char17h94f644de8bdc53cbE> -ffffffff80000adf: 48 8b 7d b0 mov -0x50(%rbp),%rdi -ffffffff80000ae3: e8 58 06 00 00 call ffffffff80001140 <_ZN11CappuccinOS3usr3tty6Cursor10move_right17hd4e9776baf923882E> -ffffffff80000ae8: e9 83 fd ff ff jmp ffffffff80000870 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x1d0> -ffffffff80000aed: 0f 1f 00 nopl (%rax) -ffffffff80000af0: 0f b7 43 42 movzwl 0x42(%rbx),%eax -ffffffff80000af4: ff c0 inc %eax -ffffffff80000af6: 0f b7 4b 46 movzwl 0x46(%rbx),%ecx -ffffffff80000afa: 66 39 c8 cmp %cx,%ax -ffffffff80000afd: 0f 82 5d fd ff ff jb ffffffff80000860 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x1c0> -ffffffff80000b03: 48 89 df mov %rbx,%rdi -ffffffff80000b06: e8 e5 03 00 00 call ffffffff80000ef0 <_ZN11CappuccinOS3usr3tty7Console14scroll_console17hee43259a563aebe7E> -ffffffff80000b0b: 0f b7 43 42 movzwl 0x42(%rbx),%eax -ffffffff80000b0f: 31 c9 xor %ecx,%ecx -ffffffff80000b11: 66 87 4b 40 xchg %cx,0x40(%rbx) -ffffffff80000b15: 66 87 43 42 xchg %ax,0x42(%rbx) -ffffffff80000b19: e9 52 fd ff ff jmp ffffffff80000870 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x1d0> -ffffffff80000b1e: 66 90 xchg %ax,%ax -ffffffff80000b20: 48 83 7d d0 00 cmpq $0x0,-0x30(%rbp) -ffffffff80000b25: 4c 8b 6d a0 mov -0x60(%rbp),%r13 -ffffffff80000b29: 0f 84 a2 01 00 00 je ffffffff80000cd1 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x631> -ffffffff80000b2f: 0f b6 05 62 a8 02 00 movzbl 0x2a862(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80000b36: 84 c0 test %al,%al -ffffffff80000b38: 0f 84 45 01 00 00 je ffffffff80000c83 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x5e3> -ffffffff80000b3e: 48 83 3d a2 a7 02 00 cmpq $0x0,0x2a7a2(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80000b45: 00 -ffffffff80000b46: 4c 8d 35 a3 a7 02 00 lea 0x2a7a3(%rip),%r14 # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80000b4d: 0f 85 6a 01 00 00 jne ffffffff80000cbd <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x61d> -ffffffff80000b53: e9 01 03 00 00 jmp ffffffff80000e59 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x7b9> -ffffffff80000b58: 44 89 f0 mov %r14d,%eax -ffffffff80000b5b: 83 e0 1f and $0x1f,%eax -ffffffff80000b5e: 41 0f b6 54 24 01 movzbl 0x1(%r12),%edx -ffffffff80000b64: 83 e2 3f and $0x3f,%edx -ffffffff80000b67: 41 80 fe df cmp $0xdf,%r14b -ffffffff80000b6b: 76 51 jbe ffffffff80000bbe <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x51e> -ffffffff80000b6d: 49 8d 74 24 03 lea 0x3(%r12),%rsi -ffffffff80000b72: 41 0f b6 4c 24 02 movzbl 0x2(%r12),%ecx -ffffffff80000b78: c1 e2 06 shl $0x6,%edx -ffffffff80000b7b: 83 e1 3f and $0x3f,%ecx -ffffffff80000b7e: 09 d1 or %edx,%ecx -ffffffff80000b80: 41 80 fe f0 cmp $0xf0,%r14b -ffffffff80000b84: 0f 82 5b 01 00 00 jb ffffffff80000ce5 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x645> -ffffffff80000b8a: 44 0f b6 36 movzbl (%rsi),%r14d -ffffffff80000b8e: 83 e0 07 and $0x7,%eax -ffffffff80000b91: c1 e0 12 shl $0x12,%eax -ffffffff80000b94: c1 e1 06 shl $0x6,%ecx -ffffffff80000b97: 41 83 e6 3f and $0x3f,%r14d -ffffffff80000b9b: 41 09 ce or %ecx,%r14d -ffffffff80000b9e: 41 09 c6 or %eax,%r14d -ffffffff80000ba1: 41 81 fe 00 00 11 00 cmp $0x110000,%r14d -ffffffff80000ba8: 0f 84 78 02 00 00 je ffffffff80000e26 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x786> -ffffffff80000bae: 49 83 c4 04 add $0x4,%r12 -ffffffff80000bb2: 41 83 fe 6d cmp $0x6d,%r14d -ffffffff80000bb6: 0f 84 82 fb ff ff je ffffffff8000073e <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x9e> -ffffffff80000bbc: eb 22 jmp ffffffff80000be0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x540> -ffffffff80000bbe: 49 83 c4 02 add $0x2,%r12 -ffffffff80000bc2: c1 e0 06 shl $0x6,%eax -ffffffff80000bc5: 09 d0 or %edx,%eax -ffffffff80000bc7: 41 89 c6 mov %eax,%r14d -ffffffff80000bca: 41 83 fe 6d cmp $0x6d,%r14d -ffffffff80000bce: 0f 84 6a fb ff ff je ffffffff8000073e <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x9e> -ffffffff80000bd4: 66 66 66 2e 0f 1f 84 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff80000bdb: 00 00 00 00 00 -ffffffff80000be0: 41 83 fe 3b cmp $0x3b,%r14d -ffffffff80000be4: 74 2b je ffffffff80000c11 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x571> -ffffffff80000be6: 41 8d 46 d0 lea -0x30(%r14),%eax -ffffffff80000bea: 83 f8 0a cmp $0xa,%eax -ffffffff80000bed: 72 22 jb ffffffff80000c11 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x571> -ffffffff80000bef: 41 83 fe 5b cmp $0x5b,%r14d -ffffffff80000bf3: 48 c7 45 c8 00 00 00 movq $0x0,-0x38(%rbp) -ffffffff80000bfa: 00 -ffffffff80000bfb: 8b 4d d0 mov -0x30(%rbp),%ecx -ffffffff80000bfe: 0f b6 c9 movzbl %cl,%ecx -ffffffff80000c01: b8 00 00 00 00 mov $0x0,%eax -ffffffff80000c06: 0f 45 c8 cmovne %eax,%ecx -ffffffff80000c09: 89 4d d0 mov %ecx,-0x30(%rbp) -ffffffff80000c0c: e9 ff fa ff ff jmp ffffffff80000710 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x70> -ffffffff80000c11: 48 8b 75 c8 mov -0x38(%rbp),%rsi -ffffffff80000c15: 48 3b 75 c0 cmp -0x40(%rbp),%rsi -ffffffff80000c19: 75 0d jne ffffffff80000c28 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x588> -ffffffff80000c1b: 48 8d 7d b8 lea -0x48(%rbp),%rdi -ffffffff80000c1f: e8 fc f7 00 00 call ffffffff80010420 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17h93703262ec0280feE> -ffffffff80000c24: 48 8b 75 c8 mov -0x38(%rbp),%rsi -ffffffff80000c28: 48 8b 45 b8 mov -0x48(%rbp),%rax -ffffffff80000c2c: 44 88 34 30 mov %r14b,(%rax,%rsi,1) -ffffffff80000c30: 48 ff 45 c8 incq -0x38(%rbp) -ffffffff80000c34: e9 d7 fa ff ff jmp ffffffff80000710 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x70> -ffffffff80000c39: 0f b6 05 70 8b 02 00 movzbl 0x28b70(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80000c40: 84 c0 test %al,%al -ffffffff80000c42: 0f 84 b7 00 00 00 je ffffffff80000cff <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x65f> -ffffffff80000c48: 48 83 3d 08 8b 02 00 cmpq $0x0,0x28b08(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80000c4f: 00 -ffffffff80000c50: 0f 84 03 02 00 00 je ffffffff80000e59 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x7b9> -ffffffff80000c56: 48 8d 3d 6b 9f 02 00 lea 0x29f6b(%rip),%rdi # ffffffff8002abc8 <_ZN11CappuccinOS7drivers5video19FRAMEBUFFER_REQUEST17h0edf1e46c819e88aE> -ffffffff80000c5d: e8 1e bc 01 00 call ffffffff8001c880 <_ZN6limine10DtbRequest12get_response17h6f5632c8bdcd0540E> -ffffffff80000c62: 48 85 c0 test %rax,%rax -ffffffff80000c65: 0f 85 d9 00 00 00 jne ffffffff80000d44 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x6a4> -ffffffff80000c6b: e9 20 01 00 00 jmp ffffffff80000d90 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x6f0> -ffffffff80000c70: 0f b7 43 42 movzwl 0x42(%rbx),%eax -ffffffff80000c74: 31 c9 xor %ecx,%ecx -ffffffff80000c76: 66 87 4b 40 xchg %cx,0x40(%rbx) -ffffffff80000c7a: 66 87 43 42 xchg %ax,0x42(%rbx) -ffffffff80000c7e: e9 8d fa ff ff jmp ffffffff80000710 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x70> -ffffffff80000c83: 48 8d bd 98 fe ff ff lea -0x168(%rbp),%rdi -ffffffff80000c8a: ff 15 50 a6 02 00 call *0x2a650(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80000c90: 48 c7 05 4d a6 02 00 movq $0x1,0x2a64d(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80000c97: 01 00 00 00 -ffffffff80000c9b: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80000ca0: 4c 8d 35 49 a6 02 00 lea 0x2a649(%rip),%r14 # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80000ca7: 4c 89 f7 mov %r14,%rdi -ffffffff80000caa: 48 8d b5 98 fe ff ff lea -0x168(%rbp),%rsi -ffffffff80000cb1: e8 ca 19 02 00 call ffffffff80022680 -ffffffff80000cb6: c6 05 db a6 02 00 01 movb $0x1,0x2a6db(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80000cbd: ba 01 00 00 00 mov $0x1,%edx -ffffffff80000cc2: 4c 89 f7 mov %r14,%rdi -ffffffff80000cc5: 4c 89 fe mov %r15,%rsi -ffffffff80000cc8: 48 8b 4d d0 mov -0x30(%rbp),%rcx -ffffffff80000ccc: e8 7f 35 01 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80000cd1: 48 c7 45 c8 00 00 00 movq $0x0,-0x38(%rbp) -ffffffff80000cd8: 00 -ffffffff80000cd9: c7 45 d0 00 00 00 00 movl $0x0,-0x30(%rbp) -ffffffff80000ce0: e9 2b fa ff ff jmp ffffffff80000710 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x70> -ffffffff80000ce5: c1 e0 0c shl $0xc,%eax -ffffffff80000ce8: 09 c1 or %eax,%ecx -ffffffff80000cea: 41 89 ce mov %ecx,%r14d -ffffffff80000ced: 49 89 f4 mov %rsi,%r12 -ffffffff80000cf0: 41 83 fe 6d cmp $0x6d,%r14d -ffffffff80000cf4: 0f 84 44 fa ff ff je ffffffff8000073e <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x9e> -ffffffff80000cfa: e9 e1 fe ff ff jmp ffffffff80000be0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x540> -ffffffff80000cff: 4c 8d b5 98 fe ff ff lea -0x168(%rbp),%r14 -ffffffff80000d06: 4c 89 f7 mov %r14,%rdi -ffffffff80000d09: ff 15 41 8a 02 00 call *0x28a41(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff80000d0f: 48 c7 05 3e 8a 02 00 movq $0x1,0x28a3e(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80000d16: 01 00 00 00 -ffffffff80000d1a: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff80000d1f: 48 8d 3d 3a 8a 02 00 lea 0x28a3a(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80000d26: 4c 89 f6 mov %r14,%rsi -ffffffff80000d29: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff80000d2c: c6 05 7d 8a 02 00 01 movb $0x1,0x28a7d(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80000d33: 48 8d 3d 8e 9e 02 00 lea 0x29e8e(%rip),%rdi # ffffffff8002abc8 <_ZN11CappuccinOS7drivers5video19FRAMEBUFFER_REQUEST17h0edf1e46c819e88aE> -ffffffff80000d3a: e8 41 bb 01 00 call ffffffff8001c880 <_ZN6limine10DtbRequest12get_response17h6f5632c8bdcd0540E> -ffffffff80000d3f: 48 85 c0 test %rax,%rax -ffffffff80000d42: 74 4c je ffffffff80000d90 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x6f0> -ffffffff80000d44: 48 83 78 08 00 cmpq $0x0,0x8(%rax) -ffffffff80000d49: 0f 84 83 01 00 00 je ffffffff80000ed2 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x832> -ffffffff80000d4f: 48 8b 40 10 mov 0x10(%rax),%rax -ffffffff80000d53: 0f b7 15 46 8a 02 00 movzwl 0x28a46(%rip),%edx # ffffffff800297a0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x50> -ffffffff80000d5a: 48 8d 0d 3f 8a 02 00 lea 0x28a3f(%rip),%rcx # ffffffff800297a0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x50> -ffffffff80000d61: 66 85 d2 test %dx,%dx -ffffffff80000d64: 75 19 jne ffffffff80000d7f <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x6df> -ffffffff80000d66: 48 8b 00 mov (%rax),%rax -ffffffff80000d69: 8b 40 08 mov 0x8(%rax),%eax -ffffffff80000d6c: c1 e8 03 shr $0x3,%eax -ffffffff80000d6f: ff c8 dec %eax -ffffffff80000d71: 66 87 05 28 8a 02 00 xchg %ax,0x28a28(%rip) # ffffffff800297a0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x50> -ffffffff80000d78: 48 8d 0d 23 8a 02 00 lea 0x28a23(%rip),%rcx # ffffffff800297a2 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x52> -ffffffff80000d7f: 66 f0 ff 09 lock decw (%rcx) -ffffffff80000d83: 66 66 66 66 2e 0f 1f data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff80000d8a: 84 00 00 00 00 00 -ffffffff80000d90: 66 ba fd 03 mov $0x3fd,%dx -ffffffff80000d94: ec in (%dx),%al -ffffffff80000d95: a8 20 test $0x20,%al -ffffffff80000d97: 74 f7 je ffffffff80000d90 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x6f0> -ffffffff80000d99: 66 ba f8 03 mov $0x3f8,%dx -ffffffff80000d9d: b0 20 mov $0x20,%al -ffffffff80000d9f: ee out %al,(%dx) -ffffffff80000da0: 66 ba fd 03 mov $0x3fd,%dx -ffffffff80000da4: ec in (%dx),%al -ffffffff80000da5: a8 20 test $0x20,%al -ffffffff80000da7: 74 f7 je ffffffff80000da0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x700> -ffffffff80000da9: 66 ba f8 03 mov $0x3f8,%dx -ffffffff80000dad: b0 08 mov $0x8,%al -ffffffff80000daf: ee out %al,(%dx) -ffffffff80000db0: 0f b7 73 40 movzwl 0x40(%rbx),%esi -ffffffff80000db4: 0f b7 53 42 movzwl 0x42(%rbx),%edx -ffffffff80000db8: 8b 4b 38 mov 0x38(%rbx),%ecx -ffffffff80000dbb: 44 8b 43 3c mov 0x3c(%rbx),%r8d -ffffffff80000dbf: 90 nop -ffffffff80000dc0: b0 01 mov $0x1,%al -ffffffff80000dc2: 86 03 xchg %al,(%rbx) -ffffffff80000dc4: 84 c0 test %al,%al -ffffffff80000dc6: 75 f8 jne ffffffff80000dc0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x720> -ffffffff80000dc8: c6 03 00 movb $0x0,(%rbx) -ffffffff80000dcb: 48 8b 7d a8 mov -0x58(%rbp),%rdi -ffffffff80000dcf: 48 8b 47 28 mov 0x28(%rdi),%rax -ffffffff80000dd3: 48 89 85 c0 fe ff ff mov %rax,-0x140(%rbp) -ffffffff80000dda: 48 8b 47 20 mov 0x20(%rdi),%rax -ffffffff80000dde: 48 89 85 b8 fe ff ff mov %rax,-0x148(%rbp) -ffffffff80000de5: 48 8b 47 18 mov 0x18(%rdi),%rax -ffffffff80000de9: 48 89 85 b0 fe ff ff mov %rax,-0x150(%rbp) -ffffffff80000df0: 48 8b 47 10 mov 0x10(%rdi),%rax -ffffffff80000df4: 48 89 85 a8 fe ff ff mov %rax,-0x158(%rbp) -ffffffff80000dfb: 48 8b 07 mov (%rdi),%rax -ffffffff80000dfe: 48 8b 7f 08 mov 0x8(%rdi),%rdi -ffffffff80000e02: 48 89 bd a0 fe ff ff mov %rdi,-0x160(%rbp) -ffffffff80000e09: 48 89 85 98 fe ff ff mov %rax,-0x168(%rbp) -ffffffff80000e10: bf 20 00 00 00 mov $0x20,%edi -ffffffff80000e15: 4c 8d 8d 98 fe ff ff lea -0x168(%rbp),%r9 -ffffffff80000e1c: e8 8f 09 01 00 call ffffffff800117b0 <_ZN11CappuccinOS7drivers5video8put_char17h94f644de8bdc53cbE> -ffffffff80000e21: e9 ea f8 ff ff jmp ffffffff80000710 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x70> -ffffffff80000e26: b8 ba ba ba 00 mov $0xbababa,%eax -ffffffff80000e2b: 87 43 38 xchg %eax,0x38(%rbx) -ffffffff80000e2e: 31 c0 xor %eax,%eax -ffffffff80000e30: 87 43 3c xchg %eax,0x3c(%rbx) -ffffffff80000e33: 48 8b 5d c0 mov -0x40(%rbp),%rbx -ffffffff80000e37: 48 85 db test %rbx,%rbx -ffffffff80000e3a: 0f 84 80 00 00 00 je ffffffff80000ec0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x820> -ffffffff80000e40: 4c 8b 75 b8 mov -0x48(%rbp),%r14 -ffffffff80000e44: 0f b6 05 4d a5 02 00 movzbl 0x2a54d(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80000e4b: 84 c0 test %al,%al -ffffffff80000e4d: 74 24 je ffffffff80000e73 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x7d3> -ffffffff80000e4f: 48 83 3d 91 a4 02 00 cmpq $0x0,0x2a491(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80000e56: 00 -ffffffff80000e57: 75 50 jne ffffffff80000ea9 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E+0x809> -ffffffff80000e59: 48 8d 3d 80 59 02 00 lea 0x25980(%rip),%rdi # ffffffff800267e0 -ffffffff80000e60: 48 8d 15 b9 a6 02 00 lea 0x2a6b9(%rip),%rdx # ffffffff8002b520 -ffffffff80000e67: be 1e 00 00 00 mov $0x1e,%esi -ffffffff80000e6c: e8 af 0e 02 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff80000e71: 0f 0b ud2 -ffffffff80000e73: 4c 8d bd 98 fe ff ff lea -0x168(%rbp),%r15 -ffffffff80000e7a: 4c 89 ff mov %r15,%rdi -ffffffff80000e7d: ff 15 5d a4 02 00 call *0x2a45d(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80000e83: 48 c7 05 5a a4 02 00 movq $0x1,0x2a45a(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80000e8a: 01 00 00 00 -ffffffff80000e8e: 48 8d 3d 5b a4 02 00 lea 0x2a45b(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80000e95: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80000e9a: 4c 89 fe mov %r15,%rsi -ffffffff80000e9d: e8 de 17 02 00 call ffffffff80022680 -ffffffff80000ea2: c6 05 ef a4 02 00 01 movb $0x1,0x2a4ef(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80000ea9: 48 8d 3d 40 a4 02 00 lea 0x2a440(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80000eb0: ba 01 00 00 00 mov $0x1,%edx -ffffffff80000eb5: 4c 89 f6 mov %r14,%rsi -ffffffff80000eb8: 48 89 d9 mov %rbx,%rcx -ffffffff80000ebb: e8 90 33 01 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80000ec0: 48 81 c4 48 01 00 00 add $0x148,%rsp -ffffffff80000ec7: 5b pop %rbx -ffffffff80000ec8: 41 5c pop %r12 -ffffffff80000eca: 41 5d pop %r13 -ffffffff80000ecc: 41 5e pop %r14 -ffffffff80000ece: 41 5f pop %r15 -ffffffff80000ed0: 5d pop %rbp -ffffffff80000ed1: c3 ret -ffffffff80000ed2: 48 8d 15 bf 85 02 00 lea 0x285bf(%rip),%rdx # ffffffff80029498 <_ZN4core7unicode12unicode_data11white_space14WHITESPACE_MAP17h4cb38fd32014989fE+0x120e> -ffffffff80000ed9: 31 ff xor %edi,%edi -ffffffff80000edb: 31 f6 xor %esi,%esi -ffffffff80000edd: e8 0e 09 02 00 call ffffffff800217f0 <_ZN4core9panicking18panic_bounds_check17h0aa7386a620f3834E> -ffffffff80000ee2: 0f 0b ud2 -ffffffff80000ee4: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff80000eeb: 00 00 00 -ffffffff80000eee: 66 90 xchg %ax,%ax - -ffffffff80000ef0 <_ZN11CappuccinOS3usr3tty7Console14scroll_console17hee43259a563aebe7E>: -ffffffff80000ef0: 55 push %rbp -ffffffff80000ef1: 48 89 e5 mov %rsp,%rbp -ffffffff80000ef4: 41 57 push %r15 -ffffffff80000ef6: 41 56 push %r14 -ffffffff80000ef8: 41 55 push %r13 -ffffffff80000efa: 41 54 push %r12 -ffffffff80000efc: 53 push %rbx -ffffffff80000efd: 48 83 ec 38 sub $0x38,%rsp -ffffffff80000f01: 49 89 ff mov %rdi,%r15 -ffffffff80000f04: 48 8d 7d a8 lea -0x58(%rbp),%rdi -ffffffff80000f08: e8 93 0b 01 00 call ffffffff80011aa0 <_ZN11CappuccinOS7drivers5video15get_framebuffer17h9127585df4a3b911E> -ffffffff80000f0d: 48 83 7d a8 00 cmpq $0x0,-0x58(%rbp) -ffffffff80000f12: 0f 84 ff 00 00 00 je ffffffff80001017 <_ZN11CappuccinOS3usr3tty7Console14scroll_console17hee43259a563aebe7E+0x127> -ffffffff80000f18: 48 8b 4d c0 mov -0x40(%rbp),%rcx -ffffffff80000f1c: 48 83 f9 08 cmp $0x8,%rcx -ffffffff80000f20: 0f 82 d7 00 00 00 jb ffffffff80000ffd <_ZN11CappuccinOS3usr3tty7Console14scroll_console17hee43259a563aebe7E+0x10d> -ffffffff80000f26: 48 8b 5d b8 mov -0x48(%rbp),%rbx -ffffffff80000f2a: 48 8b 45 c8 mov -0x38(%rbp),%rax -ffffffff80000f2e: 4c 8b 75 d0 mov -0x30(%rbp),%r14 -ffffffff80000f32: 48 c1 e9 03 shr $0x3,%rcx -ffffffff80000f36: 48 89 c2 mov %rax,%rdx -ffffffff80000f39: 48 09 ca or %rcx,%rdx -ffffffff80000f3c: 48 c1 ea 20 shr $0x20,%rdx -ffffffff80000f40: 74 0a je ffffffff80000f4c <_ZN11CappuccinOS3usr3tty7Console14scroll_console17hee43259a563aebe7E+0x5c> -ffffffff80000f42: 31 d2 xor %edx,%edx -ffffffff80000f44: 48 f7 f1 div %rcx -ffffffff80000f47: 49 89 c4 mov %rax,%r12 -ffffffff80000f4a: eb 07 jmp ffffffff80000f53 <_ZN11CappuccinOS3usr3tty7Console14scroll_console17hee43259a563aebe7E+0x63> -ffffffff80000f4c: 31 d2 xor %edx,%edx -ffffffff80000f4e: f7 f1 div %ecx -ffffffff80000f50: 41 89 c4 mov %eax,%r12d -ffffffff80000f53: 49 0f af dc imul %r12,%rbx -ffffffff80000f57: 49 c1 e4 04 shl $0x4,%r12 -ffffffff80000f5b: 41 0f b6 47 48 movzbl 0x48(%r15),%eax -ffffffff80000f60: a8 04 test $0x4,%al -ffffffff80000f62: 75 3c jne ffffffff80000fa0 <_ZN11CappuccinOS3usr3tty7Console14scroll_console17hee43259a563aebe7E+0xb0> -ffffffff80000f64: 4b 8d 34 a6 lea (%r14,%r12,4),%rsi -ffffffff80000f68: 4c 29 e3 sub %r12,%rbx -ffffffff80000f6b: 48 8d 14 9d 00 00 00 lea 0x0(,%rbx,4),%rdx -ffffffff80000f72: 00 -ffffffff80000f73: 4c 89 f7 mov %r14,%rdi -ffffffff80000f76: e8 05 17 02 00 call ffffffff80022680 -ffffffff80000f7b: 49 8d 3c 9e lea (%r14,%rbx,4),%rdi -ffffffff80000f7f: 4c 89 e1 mov %r12,%rcx -ffffffff80000f82: 31 c0 xor %eax,%eax -ffffffff80000f84: f3 ab rep stos %eax,%es:(%rdi) -ffffffff80000f86: 48 83 c4 38 add $0x38,%rsp -ffffffff80000f8a: 5b pop %rbx -ffffffff80000f8b: 41 5c pop %r12 -ffffffff80000f8d: 41 5d pop %r13 -ffffffff80000f8f: 41 5e pop %r14 -ffffffff80000f91: 41 5f pop %r15 -ffffffff80000f93: 5d pop %rbp -ffffffff80000f94: c3 ret -ffffffff80000f95: 66 66 2e 0f 1f 84 00 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff80000f9c: 00 00 00 00 -ffffffff80000fa0: b0 01 mov $0x1,%al -ffffffff80000fa2: 41 86 07 xchg %al,(%r15) -ffffffff80000fa5: 84 c0 test %al,%al -ffffffff80000fa7: 75 f7 jne ffffffff80000fa0 <_ZN11CappuccinOS3usr3tty7Console14scroll_console17hee43259a563aebe7E+0xb0> -ffffffff80000fa9: 41 c6 07 00 movb $0x0,(%r15) -ffffffff80000fad: 49 83 7f 08 00 cmpq $0x0,0x8(%r15) -ffffffff80000fb2: 74 7d je ffffffff80001031 <_ZN11CappuccinOS3usr3tty7Console14scroll_console17hee43259a563aebe7E+0x141> -ffffffff80000fb4: 4d 8b 7f 30 mov 0x30(%r15),%r15 -ffffffff80000fb8: 4b 8d 34 a7 lea (%r15,%r12,4),%rsi -ffffffff80000fbc: 49 89 dd mov %rbx,%r13 -ffffffff80000fbf: 4d 29 e5 sub %r12,%r13 -ffffffff80000fc2: 4a 8d 14 ad 00 00 00 lea 0x0(,%r13,4),%rdx -ffffffff80000fc9: 00 -ffffffff80000fca: 4c 89 ff mov %r15,%rdi -ffffffff80000fcd: e8 ae 16 02 00 call ffffffff80022680 -ffffffff80000fd2: 4b 8d 3c af lea (%r15,%r13,4),%rdi -ffffffff80000fd6: 4c 89 e1 mov %r12,%rcx -ffffffff80000fd9: 31 c0 xor %eax,%eax -ffffffff80000fdb: f3 ab rep stos %eax,%es:(%rdi) -ffffffff80000fdd: 48 c1 e3 02 shl $0x2,%rbx -ffffffff80000fe1: 4c 89 f7 mov %r14,%rdi -ffffffff80000fe4: 4c 89 fe mov %r15,%rsi -ffffffff80000fe7: 48 89 da mov %rbx,%rdx -ffffffff80000fea: 48 83 c4 38 add $0x38,%rsp -ffffffff80000fee: 5b pop %rbx -ffffffff80000fef: 41 5c pop %r12 -ffffffff80000ff1: 41 5d pop %r13 -ffffffff80000ff3: 41 5e pop %r14 -ffffffff80000ff5: 41 5f pop %r15 -ffffffff80000ff7: 5d pop %rbp -ffffffff80000ff8: e9 83 16 02 00 jmp ffffffff80022680 -ffffffff80000ffd: 48 8d 3d bc 2c 02 00 lea 0x22cbc(%rip),%rdi # ffffffff80023cc0 -ffffffff80001004: 48 8d 15 45 84 02 00 lea 0x28445(%rip),%rdx # ffffffff80029450 <_ZN4core7unicode12unicode_data11white_space14WHITESPACE_MAP17h4cb38fd32014989fE+0x11c6> -ffffffff8000100b: be 19 00 00 00 mov $0x19,%esi -ffffffff80001010: e8 8b 07 02 00 call ffffffff800217a0 <_ZN4core9panicking5panic17h5954f42149c26846E> -ffffffff80001015: 0f 0b ud2 -ffffffff80001017: 48 8d 3d bb 2c 02 00 lea 0x22cbb(%rip),%rdi # ffffffff80023cd9 -ffffffff8000101e: 48 8d 15 13 84 02 00 lea 0x28413(%rip),%rdx # ffffffff80029438 <_ZN4core7unicode12unicode_data11white_space14WHITESPACE_MAP17h4cb38fd32014989fE+0x11ae> -ffffffff80001025: be 33 00 00 00 mov $0x33,%esi -ffffffff8000102a: e8 f1 0c 02 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff8000102f: 0f 0b ud2 -ffffffff80001031: 48 8d 3d 49 2c 02 00 lea 0x22c49(%rip),%rdi # ffffffff80023c81 -ffffffff80001038: 48 8d 15 29 84 02 00 lea 0x28429(%rip),%rdx # ffffffff80029468 <_ZN4core7unicode12unicode_data11white_space14WHITESPACE_MAP17h4cb38fd32014989fE+0x11de> -ffffffff8000103f: be 2b 00 00 00 mov $0x2b,%esi -ffffffff80001044: e8 57 07 02 00 call ffffffff800217a0 <_ZN4core9panicking5panic17h5954f42149c26846E> -ffffffff80001049: 0f 0b ud2 -ffffffff8000104b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) - -ffffffff80001050 <_ZN11CappuccinOS3usr3tty7Console12clear_screen17h12157e1246aed29aE>: -ffffffff80001050: 55 push %rbp -ffffffff80001051: 48 89 e5 mov %rsp,%rbp -ffffffff80001054: 41 57 push %r15 -ffffffff80001056: 41 56 push %r14 -ffffffff80001058: 53 push %rbx -ffffffff80001059: 48 83 ec 38 sub $0x38,%rsp -ffffffff8000105d: 31 c0 xor %eax,%eax -ffffffff8000105f: 31 c9 xor %ecx,%ecx -ffffffff80001061: 66 87 4f 40 xchg %cx,0x40(%rdi) -ffffffff80001065: 66 87 47 42 xchg %ax,0x42(%rdi) -ffffffff80001069: 8b 5f 3c mov 0x3c(%rdi),%ebx -ffffffff8000106c: 0f 1f 40 00 nopl 0x0(%rax) -ffffffff80001070: b0 01 mov $0x1,%al -ffffffff80001072: 86 07 xchg %al,(%rdi) -ffffffff80001074: 84 c0 test %al,%al -ffffffff80001076: 75 f8 jne ffffffff80001070 <_ZN11CappuccinOS3usr3tty7Console12clear_screen17h12157e1246aed29aE+0x20> -ffffffff80001078: c6 07 00 movb $0x0,(%rdi) -ffffffff8000107b: 4c 8b 7f 08 mov 0x8(%rdi),%r15 -ffffffff8000107f: 4c 8b 77 30 mov 0x30(%rdi),%r14 -ffffffff80001083: 48 8d 7d b8 lea -0x48(%rbp),%rdi -ffffffff80001087: e8 14 0a 01 00 call ffffffff80011aa0 <_ZN11CappuccinOS7drivers5video15get_framebuffer17h9127585df4a3b911E> -ffffffff8000108c: 48 83 7d b8 00 cmpq $0x0,-0x48(%rbp) -ffffffff80001091: 0f 84 81 00 00 00 je ffffffff80001118 <_ZN11CappuccinOS3usr3tty7Console12clear_screen17h12157e1246aed29aE+0xc8> -ffffffff80001097: 48 8b 7d d0 mov -0x30(%rbp),%rdi -ffffffff8000109b: 48 83 ff 08 cmp $0x8,%rdi -ffffffff8000109f: 72 5d jb ffffffff800010fe <_ZN11CappuccinOS3usr3tty7Console12clear_screen17h12157e1246aed29aE+0xae> -ffffffff800010a1: 48 8b 4d c8 mov -0x38(%rbp),%rcx -ffffffff800010a5: 48 8b 45 d8 mov -0x28(%rbp),%rax -ffffffff800010a9: 48 8b 75 e0 mov -0x20(%rbp),%rsi -ffffffff800010ad: 48 c1 ef 03 shr $0x3,%rdi -ffffffff800010b1: 48 89 c2 mov %rax,%rdx -ffffffff800010b4: 48 09 fa or %rdi,%rdx -ffffffff800010b7: 48 c1 ea 20 shr $0x20,%rdx -ffffffff800010bb: 74 30 je ffffffff800010ed <_ZN11CappuccinOS3usr3tty7Console12clear_screen17h12157e1246aed29aE+0x9d> -ffffffff800010bd: 31 d2 xor %edx,%edx -ffffffff800010bf: 48 f7 f7 div %rdi -ffffffff800010c2: 48 89 c2 mov %rax,%rdx -ffffffff800010c5: 48 0f af d1 imul %rcx,%rdx -ffffffff800010c9: 4d 85 ff test %r15,%r15 -ffffffff800010cc: 74 0a je ffffffff800010d8 <_ZN11CappuccinOS3usr3tty7Console12clear_screen17h12157e1246aed29aE+0x88> -ffffffff800010ce: 48 89 d1 mov %rdx,%rcx -ffffffff800010d1: 89 d8 mov %ebx,%eax -ffffffff800010d3: 4c 89 f7 mov %r14,%rdi -ffffffff800010d6: f3 ab rep stos %eax,%es:(%rdi) -ffffffff800010d8: 48 89 f7 mov %rsi,%rdi -ffffffff800010db: 48 89 d1 mov %rdx,%rcx -ffffffff800010de: 89 d8 mov %ebx,%eax -ffffffff800010e0: f3 ab rep stos %eax,%es:(%rdi) -ffffffff800010e2: 48 83 c4 38 add $0x38,%rsp -ffffffff800010e6: 5b pop %rbx -ffffffff800010e7: 41 5e pop %r14 -ffffffff800010e9: 41 5f pop %r15 -ffffffff800010eb: 5d pop %rbp -ffffffff800010ec: c3 ret -ffffffff800010ed: 31 d2 xor %edx,%edx -ffffffff800010ef: f7 f7 div %edi -ffffffff800010f1: 89 c2 mov %eax,%edx -ffffffff800010f3: 48 0f af d1 imul %rcx,%rdx -ffffffff800010f7: 4d 85 ff test %r15,%r15 -ffffffff800010fa: 75 d2 jne ffffffff800010ce <_ZN11CappuccinOS3usr3tty7Console12clear_screen17h12157e1246aed29aE+0x7e> -ffffffff800010fc: eb da jmp ffffffff800010d8 <_ZN11CappuccinOS3usr3tty7Console12clear_screen17h12157e1246aed29aE+0x88> -ffffffff800010fe: 48 8d 3d 9b 3c 02 00 lea 0x23c9b(%rip),%rdi # ffffffff80024da0 -ffffffff80001105: 48 8d 15 04 9b 02 00 lea 0x29b04(%rip),%rdx # ffffffff8002ac10 -ffffffff8000110c: be 19 00 00 00 mov $0x19,%esi -ffffffff80001111: e8 8a 06 02 00 call ffffffff800217a0 <_ZN4core9panicking5panic17h5954f42149c26846E> -ffffffff80001116: 0f 0b ud2 -ffffffff80001118: 48 8d 3d 26 3c 02 00 lea 0x23c26(%rip),%rdi # ffffffff80024d45 -ffffffff8000111f: 48 8d 15 d2 9a 02 00 lea 0x29ad2(%rip),%rdx # ffffffff8002abf8 -ffffffff80001126: be 37 00 00 00 mov $0x37,%esi -ffffffff8000112b: e8 f0 0b 02 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff80001130: 0f 0b ud2 -ffffffff80001132: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff80001139: 00 00 00 -ffffffff8000113c: 0f 1f 40 00 nopl 0x0(%rax) - -ffffffff80001140 <_ZN11CappuccinOS3usr3tty6Cursor10move_right17hd4e9776baf923882E>: -ffffffff80001140: 55 push %rbp -ffffffff80001141: 48 89 e5 mov %rsp,%rbp -ffffffff80001144: 41 57 push %r15 -ffffffff80001146: 41 56 push %r14 -ffffffff80001148: 53 push %rbx -ffffffff80001149: 48 83 ec 58 sub $0x58,%rsp -ffffffff8000114d: 48 89 fb mov %rdi,%rbx -ffffffff80001150: 48 8d 3d 71 9a 02 00 lea 0x29a71(%rip),%rdi # ffffffff8002abc8 <_ZN11CappuccinOS7drivers5video19FRAMEBUFFER_REQUEST17h0edf1e46c819e88aE> -ffffffff80001157: e8 24 b7 01 00 call ffffffff8001c880 <_ZN6limine10DtbRequest12get_response17h6f5632c8bdcd0540E> -ffffffff8000115c: 48 85 c0 test %rax,%rax -ffffffff8000115f: 0f 84 c6 00 00 00 je ffffffff8000122b <_ZN11CappuccinOS3usr3tty6Cursor10move_right17hd4e9776baf923882E+0xeb> -ffffffff80001165: 48 83 78 08 00 cmpq $0x0,0x8(%rax) -ffffffff8000116a: 0f 84 c6 00 00 00 je ffffffff80001236 <_ZN11CappuccinOS3usr3tty6Cursor10move_right17hd4e9776baf923882E+0xf6> -ffffffff80001170: 4c 8b 78 10 mov 0x10(%rax),%r15 -ffffffff80001174: 0f b7 43 08 movzwl 0x8(%rbx),%eax -ffffffff80001178: 49 8b 0f mov (%r15),%rcx -ffffffff8000117b: 8b 49 08 mov 0x8(%rcx),%ecx -ffffffff8000117e: c1 e9 03 shr $0x3,%ecx -ffffffff80001181: ff c9 dec %ecx -ffffffff80001183: 66 39 c8 cmp %cx,%ax -ffffffff80001186: 75 43 jne ffffffff800011cb <_ZN11CappuccinOS3usr3tty6Cursor10move_right17hd4e9776baf923882E+0x8b> -ffffffff80001188: 0f b7 43 0a movzwl 0xa(%rbx),%eax -ffffffff8000118c: 49 8b 0f mov (%r15),%rcx -ffffffff8000118f: 8b 49 10 mov 0x10(%rcx),%ecx -ffffffff80001192: c1 e9 04 shr $0x4,%ecx -ffffffff80001195: ff c9 dec %ecx -ffffffff80001197: 66 39 c8 cmp %cx,%ax -ffffffff8000119a: 75 36 jne ffffffff800011d2 <_ZN11CappuccinOS3usr3tty6Cursor10move_right17hd4e9776baf923882E+0x92> -ffffffff8000119c: 0f b6 05 0d 86 02 00 movzbl 0x2860d(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff800011a3: 84 c0 test %al,%al -ffffffff800011a5: 74 32 je ffffffff800011d9 <_ZN11CappuccinOS3usr3tty6Cursor10move_right17hd4e9776baf923882E+0x99> -ffffffff800011a7: 48 83 3d a9 85 02 00 cmpq $0x0,0x285a9(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff800011ae: 00 -ffffffff800011af: 75 59 jne ffffffff8000120a <_ZN11CappuccinOS3usr3tty6Cursor10move_right17hd4e9776baf923882E+0xca> -ffffffff800011b1: 48 8d 3d 28 56 02 00 lea 0x25628(%rip),%rdi # ffffffff800267e0 -ffffffff800011b8: 48 8d 15 61 a3 02 00 lea 0x2a361(%rip),%rdx # ffffffff8002b520 -ffffffff800011bf: be 1e 00 00 00 mov $0x1e,%esi -ffffffff800011c4: e8 57 0b 02 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff800011c9: 0f 0b ud2 -ffffffff800011cb: 66 f0 ff 43 08 lock incw 0x8(%rbx) -ffffffff800011d0: eb 59 jmp ffffffff8000122b <_ZN11CappuccinOS3usr3tty6Cursor10move_right17hd4e9776baf923882E+0xeb> -ffffffff800011d2: 66 f0 ff 43 0a lock incw 0xa(%rbx) -ffffffff800011d7: eb 4c jmp ffffffff80001225 <_ZN11CappuccinOS3usr3tty6Cursor10move_right17hd4e9776baf923882E+0xe5> -ffffffff800011d9: 4c 8d 75 98 lea -0x68(%rbp),%r14 -ffffffff800011dd: 4c 89 f7 mov %r14,%rdi -ffffffff800011e0: ff 15 6a 85 02 00 call *0x2856a(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff800011e6: 48 c7 05 67 85 02 00 movq $0x1,0x28567(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff800011ed: 01 00 00 00 -ffffffff800011f1: 48 8d 3d 68 85 02 00 lea 0x28568(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff800011f8: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff800011fd: 4c 89 f6 mov %r14,%rsi -ffffffff80001200: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff80001203: c6 05 a6 85 02 00 01 movb $0x1,0x285a6(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff8000120a: 48 8d 3d 4f 85 02 00 lea 0x2854f(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80001211: e8 da fc ff ff call ffffffff80000ef0 <_ZN11CappuccinOS3usr3tty7Console14scroll_console17hee43259a563aebe7E> -ffffffff80001216: 49 8b 07 mov (%r15),%rax -ffffffff80001219: 8b 40 10 mov 0x10(%rax),%eax -ffffffff8000121c: c1 e8 04 shr $0x4,%eax -ffffffff8000121f: ff c8 dec %eax -ffffffff80001221: 66 87 43 0a xchg %ax,0xa(%rbx) -ffffffff80001225: 31 c0 xor %eax,%eax -ffffffff80001227: 66 87 43 08 xchg %ax,0x8(%rbx) -ffffffff8000122b: 48 83 c4 58 add $0x58,%rsp -ffffffff8000122f: 5b pop %rbx -ffffffff80001230: 41 5e pop %r14 -ffffffff80001232: 41 5f pop %r15 -ffffffff80001234: 5d pop %rbp -ffffffff80001235: c3 ret -ffffffff80001236: 48 8d 15 43 82 02 00 lea 0x28243(%rip),%rdx # ffffffff80029480 <_ZN4core7unicode12unicode_data11white_space14WHITESPACE_MAP17h4cb38fd32014989fE+0x11f6> -ffffffff8000123d: 31 ff xor %edi,%edi -ffffffff8000123f: 31 f6 xor %esi,%esi -ffffffff80001241: e8 aa 05 02 00 call ffffffff800217f0 <_ZN4core9panicking18panic_bounds_check17h0aa7386a620f3834E> -ffffffff80001246: 0f 0b ud2 -ffffffff80001248: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff8000124f: 00 - -ffffffff80001250 <_ZN11CappuccinOS3usr3tty6Cursor9move_left17he20ec0dbee4fa5dbE>: -ffffffff80001250: 55 push %rbp -ffffffff80001251: 48 89 e5 mov %rsp,%rbp -ffffffff80001254: 53 push %rbx -ffffffff80001255: 50 push %rax -ffffffff80001256: 48 89 fb mov %rdi,%rbx -ffffffff80001259: 48 8d 3d 68 99 02 00 lea 0x29968(%rip),%rdi # ffffffff8002abc8 <_ZN11CappuccinOS7drivers5video19FRAMEBUFFER_REQUEST17h0edf1e46c819e88aE> -ffffffff80001260: e8 1b b6 01 00 call ffffffff8001c880 <_ZN6limine10DtbRequest12get_response17h6f5632c8bdcd0540E> -ffffffff80001265: 48 85 c0 test %rax,%rax -ffffffff80001268: 74 31 je ffffffff8000129b <_ZN11CappuccinOS3usr3tty6Cursor9move_left17he20ec0dbee4fa5dbE+0x4b> -ffffffff8000126a: 48 83 78 08 00 cmpq $0x0,0x8(%rax) -ffffffff8000126f: 74 31 je ffffffff800012a2 <_ZN11CappuccinOS3usr3tty6Cursor9move_left17he20ec0dbee4fa5dbE+0x52> -ffffffff80001271: 48 8b 40 10 mov 0x10(%rax),%rax -ffffffff80001275: 0f b7 4b 08 movzwl 0x8(%rbx),%ecx -ffffffff80001279: 66 85 c9 test %cx,%cx -ffffffff8000127c: 74 06 je ffffffff80001284 <_ZN11CappuccinOS3usr3tty6Cursor9move_left17he20ec0dbee4fa5dbE+0x34> -ffffffff8000127e: 48 83 c3 08 add $0x8,%rbx -ffffffff80001282: eb 13 jmp ffffffff80001297 <_ZN11CappuccinOS3usr3tty6Cursor9move_left17he20ec0dbee4fa5dbE+0x47> -ffffffff80001284: 48 8b 00 mov (%rax),%rax -ffffffff80001287: 8b 40 08 mov 0x8(%rax),%eax -ffffffff8000128a: c1 e8 03 shr $0x3,%eax -ffffffff8000128d: ff c8 dec %eax -ffffffff8000128f: 66 87 43 08 xchg %ax,0x8(%rbx) -ffffffff80001293: 48 83 c3 0a add $0xa,%rbx -ffffffff80001297: 66 f0 ff 0b lock decw (%rbx) -ffffffff8000129b: 48 83 c4 08 add $0x8,%rsp -ffffffff8000129f: 5b pop %rbx -ffffffff800012a0: 5d pop %rbp -ffffffff800012a1: c3 ret -ffffffff800012a2: 48 8d 15 ef 81 02 00 lea 0x281ef(%rip),%rdx # ffffffff80029498 <_ZN4core7unicode12unicode_data11white_space14WHITESPACE_MAP17h4cb38fd32014989fE+0x120e> -ffffffff800012a9: 31 ff xor %edi,%edi -ffffffff800012ab: 31 f6 xor %esi,%esi -ffffffff800012ad: e8 3e 05 02 00 call ffffffff800217f0 <_ZN4core9panicking18panic_bounds_check17h0aa7386a620f3834E> -ffffffff800012b2: 0f 0b ud2 -ffffffff800012b4: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff800012bb: 00 00 00 -ffffffff800012be: 66 90 xchg %ax,%ax - -ffffffff800012c0 <_ZN11CappuccinOS3usr3tty12color_to_hex17h6b54c19ca8a8c522E>: -ffffffff800012c0: 55 push %rbp -ffffffff800012c1: 48 89 e5 mov %rsp,%rbp -ffffffff800012c4: 40 0f b6 cf movzbl %dil,%ecx -ffffffff800012c8: 31 c0 xor %eax,%eax -ffffffff800012ca: ff c9 dec %ecx -ffffffff800012cc: 83 f9 42 cmp $0x42,%ecx -ffffffff800012cf: 77 70 ja ffffffff80001341 <_ZN11CappuccinOS3usr3tty12color_to_hex17h6b54c19ca8a8c522E+0x81> -ffffffff800012d1: 48 8d 15 f8 27 02 00 lea 0x227f8(%rip),%rdx # ffffffff80023ad0 <_ZN17compiler_builtins3mem6strlen17ha67bf7541695cb1bE+0x1150> -ffffffff800012d8: 48 63 0c 8a movslq (%rdx,%rcx,4),%rcx -ffffffff800012dc: 48 01 d1 add %rdx,%rcx -ffffffff800012df: ff e1 jmp *%rcx -ffffffff800012e1: b8 00 00 cd 00 mov $0xcd0000,%eax -ffffffff800012e6: 5d pop %rbp -ffffffff800012e7: c3 ret -ffffffff800012e8: b8 00 cd 00 00 mov $0xcd00,%eax -ffffffff800012ed: 5d pop %rbp -ffffffff800012ee: c3 ret -ffffffff800012ef: b8 00 cd cd 00 mov $0xcdcd00,%eax -ffffffff800012f4: 5d pop %rbp -ffffffff800012f5: c3 ret -ffffffff800012f6: b8 ee 00 00 00 mov $0xee,%eax -ffffffff800012fb: 5d pop %rbp -ffffffff800012fc: c3 ret -ffffffff800012fd: b8 cd 00 cd 00 mov $0xcd00cd,%eax -ffffffff80001302: 5d pop %rbp -ffffffff80001303: c3 ret -ffffffff80001304: b8 cd cd 00 00 mov $0xcdcd,%eax -ffffffff80001309: 5d pop %rbp -ffffffff8000130a: c3 ret -ffffffff8000130b: b8 ba ba ba 00 mov $0xbababa,%eax -ffffffff80001310: 5d pop %rbp -ffffffff80001311: c3 ret -ffffffff80001312: b8 55 55 55 00 mov $0x555555,%eax -ffffffff80001317: 5d pop %rbp -ffffffff80001318: c3 ret -ffffffff80001319: b8 00 ff 00 00 mov $0xff00,%eax -ffffffff8000131e: 5d pop %rbp -ffffffff8000131f: c3 ret -ffffffff80001320: b8 00 ff ff 00 mov $0xffff00,%eax -ffffffff80001325: 5d pop %rbp -ffffffff80001326: c3 ret -ffffffff80001327: b8 ff 5c 5c 00 mov $0x5c5cff,%eax -ffffffff8000132c: 5d pop %rbp -ffffffff8000132d: c3 ret -ffffffff8000132e: b8 ff 00 ff 00 mov $0xff00ff,%eax -ffffffff80001333: 5d pop %rbp -ffffffff80001334: c3 ret -ffffffff80001335: b8 ff ff 00 00 mov $0xffff,%eax -ffffffff8000133a: 5d pop %rbp -ffffffff8000133b: c3 ret -ffffffff8000133c: b8 ff ff ff 00 mov $0xffffff,%eax -ffffffff80001341: 5d pop %rbp -ffffffff80001342: c3 ret -ffffffff80001343: b8 00 00 ff 00 mov $0xff0000,%eax -ffffffff80001348: 5d pop %rbp -ffffffff80001349: c3 ret -ffffffff8000134a: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1) - -ffffffff80001350 <_ZN11CappuccinOS3usr3tty10handle_key17ha29cbb15ce43e09bE>: -ffffffff80001350: 55 push %rbp -ffffffff80001351: 48 89 e5 mov %rsp,%rbp -ffffffff80001354: 41 57 push %r15 -ffffffff80001356: 41 56 push %r14 -ffffffff80001358: 53 push %rbx -ffffffff80001359: 48 81 ec d8 00 00 00 sub $0xd8,%rsp -ffffffff80001360: b0 01 mov $0x1,%al -ffffffff80001362: 86 05 48 81 02 00 xchg %al,0x28148(%rip) # ffffffff800294b0 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E> -ffffffff80001368: 84 c0 test %al,%al -ffffffff8000136a: 75 f4 jne ffffffff80001360 <_ZN11CappuccinOS3usr3tty10handle_key17ha29cbb15ce43e09bE+0x10> -ffffffff8000136c: c6 05 3d 81 02 00 00 movb $0x0,0x2813d(%rip) # ffffffff800294b0 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E> -ffffffff80001373: 80 7f 14 00 cmpb $0x0,0x14(%rdi) -ffffffff80001377: 0f 84 9a 04 00 00 je ffffffff80001817 <_ZN11CappuccinOS3usr3tty10handle_key17ha29cbb15ce43e09bE+0x4c7> -ffffffff8000137d: 44 8b 77 10 mov 0x10(%rdi),%r14d -ffffffff80001381: 41 83 fe 0a cmp $0xa,%r14d -ffffffff80001385: 75 22 jne ffffffff800013a9 <_ZN11CappuccinOS3usr3tty10handle_key17ha29cbb15ce43e09bE+0x59> -ffffffff80001387: 0f b6 05 22 84 02 00 movzbl 0x28422(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff8000138e: 84 c0 test %al,%al -ffffffff80001390: 0f 84 b1 00 00 00 je ffffffff80001447 <_ZN11CappuccinOS3usr3tty10handle_key17ha29cbb15ce43e09bE+0xf7> -ffffffff80001396: 48 83 3d ba 83 02 00 cmpq $0x0,0x283ba(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff8000139d: 00 -ffffffff8000139e: 0f 85 d7 00 00 00 jne ffffffff8000147b <_ZN11CappuccinOS3usr3tty10handle_key17ha29cbb15ce43e09bE+0x12b> -ffffffff800013a4: e9 58 01 00 00 jmp ffffffff80001501 <_ZN11CappuccinOS3usr3tty10handle_key17ha29cbb15ce43e09bE+0x1b1> -ffffffff800013a9: 48 8b 47 08 mov 0x8(%rdi),%rax -ffffffff800013ad: 48 83 f8 03 cmp $0x3,%rax -ffffffff800013b1: 72 1c jb ffffffff800013cf <_ZN11CappuccinOS3usr3tty10handle_key17ha29cbb15ce43e09bE+0x7f> -ffffffff800013b3: 48 8b 0f mov (%rdi),%rcx -ffffffff800013b6: 0f b7 11 movzwl (%rcx),%edx -ffffffff800013b9: 81 f2 43 75 00 00 xor $0x7543,%edx -ffffffff800013bf: 0f b6 71 02 movzbl 0x2(%rcx),%esi -ffffffff800013c3: 83 f6 72 xor $0x72,%esi -ffffffff800013c6: 66 09 d6 or %dx,%si -ffffffff800013c9: 0f 84 a4 01 00 00 je ffffffff80001573 <_ZN11CappuccinOS3usr3tty10handle_key17ha29cbb15ce43e09bE+0x223> -ffffffff800013cf: 41 83 fe 03 cmp $0x3,%r14d -ffffffff800013d3: 0f 84 42 01 00 00 je ffffffff8000151b <_ZN11CappuccinOS3usr3tty10handle_key17ha29cbb15ce43e09bE+0x1cb> -ffffffff800013d9: 41 83 fe 08 cmp $0x8,%r14d -ffffffff800013dd: 0f 84 57 01 00 00 je ffffffff8000153a <_ZN11CappuccinOS3usr3tty10handle_key17ha29cbb15ce43e09bE+0x1ea> -ffffffff800013e3: 41 81 fe 00 00 11 00 cmp $0x110000,%r14d -ffffffff800013ea: 0f 84 27 04 00 00 je ffffffff80001817 <_ZN11CappuccinOS3usr3tty10handle_key17ha29cbb15ce43e09bE+0x4c7> -ffffffff800013f0: 48 8b 35 d1 80 02 00 mov 0x280d1(%rip),%rsi # ffffffff800294c8 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x18> -ffffffff800013f7: 48 3b 35 c2 80 02 00 cmp 0x280c2(%rip),%rsi # ffffffff800294c0 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x10> -ffffffff800013fe: 75 13 jne ffffffff80001413 <_ZN11CappuccinOS3usr3tty10handle_key17ha29cbb15ce43e09bE+0xc3> -ffffffff80001400: 48 8d 3d b1 80 02 00 lea 0x280b1(%rip),%rdi # ffffffff800294b8 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x8> -ffffffff80001407: e8 14 f0 00 00 call ffffffff80010420 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17h93703262ec0280feE> -ffffffff8000140c: 48 8b 35 b5 80 02 00 mov 0x280b5(%rip),%rsi # ffffffff800294c8 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x18> -ffffffff80001413: 48 8b 05 9e 80 02 00 mov 0x2809e(%rip),%rax # ffffffff800294b8 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x8> -ffffffff8000141a: 44 88 34 30 mov %r14b,(%rax,%rsi,1) -ffffffff8000141e: 48 ff 05 a3 80 02 00 incq 0x280a3(%rip) # ffffffff800294c8 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x18> -ffffffff80001425: 0f b6 05 84 83 02 00 movzbl 0x28384(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff8000142c: 84 c0 test %al,%al -ffffffff8000142e: 0f 84 62 01 00 00 je ffffffff80001596 <_ZN11CappuccinOS3usr3tty10handle_key17ha29cbb15ce43e09bE+0x246> -ffffffff80001434: 48 83 3d 1c 83 02 00 cmpq $0x0,0x2831c(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff8000143b: 00 -ffffffff8000143c: 0f 85 88 01 00 00 jne ffffffff800015ca <_ZN11CappuccinOS3usr3tty10handle_key17ha29cbb15ce43e09bE+0x27a> -ffffffff80001442: e9 ba 00 00 00 jmp ffffffff80001501 <_ZN11CappuccinOS3usr3tty10handle_key17ha29cbb15ce43e09bE+0x1b1> -ffffffff80001447: 48 8d 9d 10 ff ff ff lea -0xf0(%rbp),%rbx -ffffffff8000144e: 48 89 df mov %rbx,%rdi -ffffffff80001451: ff 15 f9 82 02 00 call *0x282f9(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff80001457: 48 c7 05 f6 82 02 00 movq $0x1,0x282f6(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff8000145e: 01 00 00 00 -ffffffff80001462: 48 8d 3d f7 82 02 00 lea 0x282f7(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80001469: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff8000146e: 48 89 de mov %rbx,%rsi -ffffffff80001471: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff80001474: c6 05 35 83 02 00 01 movb $0x1,0x28335(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff8000147b: 48 8d 3d de 82 02 00 lea 0x282de(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80001482: 48 8d 35 84 28 02 00 lea 0x22884(%rip),%rsi # ffffffff80023d0d -ffffffff80001489: ba 02 00 00 00 mov $0x2,%edx -ffffffff8000148e: e8 0d f2 ff ff call ffffffff800006a0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E> -ffffffff80001493: 48 8b 35 1e 80 02 00 mov 0x2801e(%rip),%rsi # ffffffff800294b8 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x8> -ffffffff8000149a: 48 8b 15 27 80 02 00 mov 0x28027(%rip),%rdx # ffffffff800294c8 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x18> -ffffffff800014a1: 48 8d bd 10 ff ff ff lea -0xf0(%rbp),%rdi -ffffffff800014a8: e8 03 e8 01 00 call ffffffff8001fcb0 <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E> -ffffffff800014ad: 31 db xor %ebx,%ebx -ffffffff800014af: 48 83 bd 10 ff ff ff cmpq $0x0,-0xf0(%rbp) -ffffffff800014b6: 00 -ffffffff800014b7: 48 8b b5 20 ff ff ff mov -0xe0(%rbp),%rsi -ffffffff800014be: 48 0f 45 f3 cmovne %rbx,%rsi -ffffffff800014c2: 48 8d 3d 37 27 02 00 lea 0x22737(%rip),%rdi # ffffffff80023c00 <_ZN17compiler_builtins3mem6strlen17ha67bf7541695cb1bE+0x1280> -ffffffff800014c9: 48 0f 44 bd 18 ff ff cmove -0xe8(%rbp),%rdi -ffffffff800014d0: ff -ffffffff800014d1: e8 ca 03 00 00 call ffffffff800018a0 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E> -ffffffff800014d6: 48 c7 05 e7 7f 02 00 movq $0x0,0x27fe7(%rip) # ffffffff800294c8 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x18> -ffffffff800014dd: 00 00 00 00 -ffffffff800014e1: 48 f7 f3 div %rbx -ffffffff800014e4: 0f b6 05 c5 82 02 00 movzbl 0x282c5(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff800014eb: 84 c0 test %al,%al -ffffffff800014ed: 0f 84 f6 01 00 00 je ffffffff800016e9 <_ZN11CappuccinOS3usr3tty10handle_key17ha29cbb15ce43e09bE+0x399> -ffffffff800014f3: 48 83 3d 5d 82 02 00 cmpq $0x0,0x2825d(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff800014fa: 00 -ffffffff800014fb: 0f 85 1c 02 00 00 jne ffffffff8000171d <_ZN11CappuccinOS3usr3tty10handle_key17ha29cbb15ce43e09bE+0x3cd> -ffffffff80001501: 48 8d 3d d8 52 02 00 lea 0x252d8(%rip),%rdi # ffffffff800267e0 -ffffffff80001508: 48 8d 15 11 a0 02 00 lea 0x2a011(%rip),%rdx # ffffffff8002b520 -ffffffff8000150f: be 1e 00 00 00 mov $0x1e,%esi -ffffffff80001514: e8 07 08 02 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff80001519: 0f 0b ud2 -ffffffff8000151b: 0f b6 05 8e 82 02 00 movzbl 0x2828e(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80001522: 84 c0 test %al,%al -ffffffff80001524: 0f 84 54 01 00 00 je ffffffff8000167e <_ZN11CappuccinOS3usr3tty10handle_key17ha29cbb15ce43e09bE+0x32e> -ffffffff8000152a: 48 83 3d 26 82 02 00 cmpq $0x0,0x28226(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80001531: 00 -ffffffff80001532: 0f 85 7a 01 00 00 jne ffffffff800016b2 <_ZN11CappuccinOS3usr3tty10handle_key17ha29cbb15ce43e09bE+0x362> -ffffffff80001538: eb c7 jmp ffffffff80001501 <_ZN11CappuccinOS3usr3tty10handle_key17ha29cbb15ce43e09bE+0x1b1> -ffffffff8000153a: 48 8b 05 87 7f 02 00 mov 0x27f87(%rip),%rax # ffffffff800294c8 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x18> -ffffffff80001541: 48 85 c0 test %rax,%rax -ffffffff80001544: 0f 84 cd 02 00 00 je ffffffff80001817 <_ZN11CappuccinOS3usr3tty10handle_key17ha29cbb15ce43e09bE+0x4c7> -ffffffff8000154a: 48 ff c8 dec %rax -ffffffff8000154d: 48 89 05 74 7f 02 00 mov %rax,0x27f74(%rip) # ffffffff800294c8 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x18> -ffffffff80001554: 0f b6 05 55 82 02 00 movzbl 0x28255(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff8000155b: 84 c0 test %al,%al -ffffffff8000155d: 0f 84 1b 02 00 00 je ffffffff8000177e <_ZN11CappuccinOS3usr3tty10handle_key17ha29cbb15ce43e09bE+0x42e> -ffffffff80001563: 48 83 3d ed 81 02 00 cmpq $0x0,0x281ed(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff8000156a: 00 -ffffffff8000156b: 0f 85 41 02 00 00 jne ffffffff800017b2 <_ZN11CappuccinOS3usr3tty10handle_key17ha29cbb15ce43e09bE+0x462> -ffffffff80001571: eb 8e jmp ffffffff80001501 <_ZN11CappuccinOS3usr3tty10handle_key17ha29cbb15ce43e09bE+0x1b1> -ffffffff80001573: 0f b7 54 08 fe movzwl -0x2(%rax,%rcx,1),%edx -ffffffff80001578: 81 fa 55 70 00 00 cmp $0x7055,%edx -ffffffff8000157e: 0f 84 93 02 00 00 je ffffffff80001817 <_ZN11CappuccinOS3usr3tty10handle_key17ha29cbb15ce43e09bE+0x4c7> -ffffffff80001584: 48 83 f8 04 cmp $0x4,%rax -ffffffff80001588: 0f 83 b4 01 00 00 jae ffffffff80001742 <_ZN11CappuccinOS3usr3tty10handle_key17ha29cbb15ce43e09bE+0x3f2> -ffffffff8000158e: 45 31 f6 xor %r14d,%r14d -ffffffff80001591: e9 c6 01 00 00 jmp ffffffff8000175c <_ZN11CappuccinOS3usr3tty10handle_key17ha29cbb15ce43e09bE+0x40c> -ffffffff80001596: 48 8d 9d 10 ff ff ff lea -0xf0(%rbp),%rbx -ffffffff8000159d: 48 89 df mov %rbx,%rdi -ffffffff800015a0: ff 15 aa 81 02 00 call *0x281aa(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff800015a6: 48 c7 05 a7 81 02 00 movq $0x1,0x281a7(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff800015ad: 01 00 00 00 -ffffffff800015b1: 48 8d 3d a8 81 02 00 lea 0x281a8(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff800015b8: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff800015bd: 48 89 de mov %rbx,%rsi -ffffffff800015c0: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff800015c3: c6 05 e6 81 02 00 01 movb $0x1,0x281e6(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff800015ca: 41 81 fe 00 00 11 00 cmp $0x110000,%r14d -ffffffff800015d1: 0f 84 ab 02 00 00 je ffffffff80001882 <_ZN11CappuccinOS3usr3tty10handle_key17ha29cbb15ce43e09bE+0x532> -ffffffff800015d7: 44 89 75 e4 mov %r14d,-0x1c(%rbp) -ffffffff800015db: 48 8d 45 e4 lea -0x1c(%rbp),%rax -ffffffff800015df: 48 89 45 d0 mov %rax,-0x30(%rbp) -ffffffff800015e3: 48 8d 05 76 de 01 00 lea 0x1de76(%rip),%rax # ffffffff8001f460 <_ZN43_$LT$char$u20$as$u20$core..fmt..Display$GT$3fmt17h4babdc54e93760ccE> -ffffffff800015ea: 48 89 45 d8 mov %rax,-0x28(%rbp) -ffffffff800015ee: 48 8d 05 db 7e 02 00 lea 0x27edb(%rip),%rax # ffffffff800294d0 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x20> -ffffffff800015f5: 48 89 85 10 ff ff ff mov %rax,-0xf0(%rbp) -ffffffff800015fc: 48 c7 85 18 ff ff ff movq $0x1,-0xe8(%rbp) -ffffffff80001603: 01 00 00 00 -ffffffff80001607: 48 c7 85 30 ff ff ff movq $0x0,-0xd0(%rbp) -ffffffff8000160e: 00 00 00 00 -ffffffff80001612: 48 8d 45 d0 lea -0x30(%rbp),%rax -ffffffff80001616: 48 89 85 20 ff ff ff mov %rax,-0xe0(%rbp) -ffffffff8000161d: 48 c7 85 28 ff ff ff movq $0x1,-0xd8(%rbp) -ffffffff80001624: 01 00 00 00 -ffffffff80001628: 48 8d 7d b8 lea -0x48(%rbp),%rdi -ffffffff8000162c: 48 8d b5 10 ff ff ff lea -0xf0(%rbp),%rsi -ffffffff80001633: e8 58 b9 01 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff80001638: 48 8b 5d b8 mov -0x48(%rbp),%rbx -ffffffff8000163c: 48 8b 55 c8 mov -0x38(%rbp),%rdx -ffffffff80001640: 48 8d 3d 19 81 02 00 lea 0x28119(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80001647: 48 89 de mov %rbx,%rsi -ffffffff8000164a: e8 51 f0 ff ff call ffffffff800006a0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E> -ffffffff8000164f: 4c 8b 75 c0 mov -0x40(%rbp),%r14 -ffffffff80001653: 4d 85 f6 test %r14,%r14 -ffffffff80001656: 0f 84 bb 01 00 00 je ffffffff80001817 <_ZN11CappuccinOS3usr3tty10handle_key17ha29cbb15ce43e09bE+0x4c7> -ffffffff8000165c: 0f b6 05 35 9d 02 00 movzbl 0x29d35(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80001663: 84 c0 test %al,%al -ffffffff80001665: 0f 84 5f 01 00 00 je ffffffff800017ca <_ZN11CappuccinOS3usr3tty10handle_key17ha29cbb15ce43e09bE+0x47a> -ffffffff8000166b: 48 83 3d 75 9c 02 00 cmpq $0x0,0x29c75(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80001672: 00 -ffffffff80001673: 0f 85 87 01 00 00 jne ffffffff80001800 <_ZN11CappuccinOS3usr3tty10handle_key17ha29cbb15ce43e09bE+0x4b0> -ffffffff80001679: e9 83 fe ff ff jmp ffffffff80001501 <_ZN11CappuccinOS3usr3tty10handle_key17ha29cbb15ce43e09bE+0x1b1> -ffffffff8000167e: 48 8d 9d 10 ff ff ff lea -0xf0(%rbp),%rbx -ffffffff80001685: 48 89 df mov %rbx,%rdi -ffffffff80001688: ff 15 c2 80 02 00 call *0x280c2(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff8000168e: 48 c7 05 bf 80 02 00 movq $0x1,0x280bf(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80001695: 01 00 00 00 -ffffffff80001699: 48 8d 3d c0 80 02 00 lea 0x280c0(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff800016a0: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff800016a5: 48 89 de mov %rbx,%rsi -ffffffff800016a8: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff800016ab: c6 05 fe 80 02 00 01 movb $0x1,0x280fe(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff800016b2: 48 8d 3d a7 80 02 00 lea 0x280a7(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff800016b9: 48 8d 35 51 25 02 00 lea 0x22551(%rip),%rsi # ffffffff80023c11 <_ZN17compiler_builtins3mem6strlen17ha67bf7541695cb1bE+0x1291> -ffffffff800016c0: ba 04 00 00 00 mov $0x4,%edx -ffffffff800016c5: e8 d6 ef ff ff call ffffffff800006a0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E> -ffffffff800016ca: 48 c7 05 f3 7d 02 00 movq $0x0,0x27df3(%rip) # ffffffff800294c8 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x18> -ffffffff800016d1: 00 00 00 00 -ffffffff800016d5: 31 c0 xor %eax,%eax -ffffffff800016d7: 48 f7 f0 div %rax -ffffffff800016da: 0f b6 05 cf 80 02 00 movzbl 0x280cf(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff800016e1: 84 c0 test %al,%al -ffffffff800016e3: 0f 85 0a fe ff ff jne ffffffff800014f3 <_ZN11CappuccinOS3usr3tty10handle_key17ha29cbb15ce43e09bE+0x1a3> -ffffffff800016e9: 48 8d 9d 10 ff ff ff lea -0xf0(%rbp),%rbx -ffffffff800016f0: 48 89 df mov %rbx,%rdi -ffffffff800016f3: ff 15 57 80 02 00 call *0x28057(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff800016f9: 48 c7 05 54 80 02 00 movq $0x1,0x28054(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80001700: 01 00 00 00 -ffffffff80001704: 48 8d 3d 55 80 02 00 lea 0x28055(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff8000170b: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff80001710: 48 89 de mov %rbx,%rsi -ffffffff80001713: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff80001716: c6 05 93 80 02 00 01 movb $0x1,0x28093(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff8000171d: 48 8d 3d 3c 80 02 00 lea 0x2803c(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80001724: 48 8d 35 b7 4f 02 00 lea 0x24fb7(%rip),%rsi # ffffffff800266e2 -ffffffff8000172b: ba 02 00 00 00 mov $0x2,%edx -ffffffff80001730: 48 81 c4 d8 00 00 00 add $0xd8,%rsp -ffffffff80001737: 5b pop %rbx -ffffffff80001738: 41 5e pop %r14 -ffffffff8000173a: 41 5f pop %r15 -ffffffff8000173c: 5d pop %rbp -ffffffff8000173d: e9 5e ef ff ff jmp ffffffff800006a0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E> -ffffffff80001742: 81 7c 08 fc 44 6f 77 cmpl $0x6e776f44,-0x4(%rax,%rcx,1) -ffffffff80001749: 6e -ffffffff8000174a: 0f 84 c7 00 00 00 je ffffffff80001817 <_ZN11CappuccinOS3usr3tty10handle_key17ha29cbb15ce43e09bE+0x4c7> -ffffffff80001750: 81 7c 01 fc 4c 65 66 cmpl $0x7466654c,-0x4(%rcx,%rax,1) -ffffffff80001757: 74 -ffffffff80001758: 41 0f 94 c6 sete %r14b -ffffffff8000175c: 0f b6 05 4d 80 02 00 movzbl 0x2804d(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80001763: 84 c0 test %al,%al -ffffffff80001765: 0f 84 ba 00 00 00 je ffffffff80001825 <_ZN11CappuccinOS3usr3tty10handle_key17ha29cbb15ce43e09bE+0x4d5> -ffffffff8000176b: 48 83 3d e5 7f 02 00 cmpq $0x0,0x27fe5(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80001772: 00 -ffffffff80001773: 0f 85 e0 00 00 00 jne ffffffff80001859 <_ZN11CappuccinOS3usr3tty10handle_key17ha29cbb15ce43e09bE+0x509> -ffffffff80001779: e9 83 fd ff ff jmp ffffffff80001501 <_ZN11CappuccinOS3usr3tty10handle_key17ha29cbb15ce43e09bE+0x1b1> -ffffffff8000177e: 48 8d 9d 10 ff ff ff lea -0xf0(%rbp),%rbx -ffffffff80001785: 48 89 df mov %rbx,%rdi -ffffffff80001788: ff 15 c2 7f 02 00 call *0x27fc2(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff8000178e: 48 c7 05 bf 7f 02 00 movq $0x1,0x27fbf(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80001795: 01 00 00 00 -ffffffff80001799: 48 8d 3d c0 7f 02 00 lea 0x27fc0(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff800017a0: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff800017a5: 48 89 de mov %rbx,%rsi -ffffffff800017a8: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff800017ab: c6 05 fe 7f 02 00 01 movb $0x1,0x27ffe(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff800017b2: 48 8d 3d a7 7f 02 00 lea 0x27fa7(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff800017b9: 48 8d 35 4c 25 02 00 lea 0x2254c(%rip),%rsi # ffffffff80023d0c -ffffffff800017c0: ba 01 00 00 00 mov $0x1,%edx -ffffffff800017c5: e9 66 ff ff ff jmp ffffffff80001730 <_ZN11CappuccinOS3usr3tty10handle_key17ha29cbb15ce43e09bE+0x3e0> -ffffffff800017ca: 4c 8d bd 10 ff ff ff lea -0xf0(%rbp),%r15 -ffffffff800017d1: 4c 89 ff mov %r15,%rdi -ffffffff800017d4: ff 15 06 9b 02 00 call *0x29b06(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff800017da: 48 c7 05 03 9b 02 00 movq $0x1,0x29b03(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff800017e1: 01 00 00 00 -ffffffff800017e5: 48 8d 3d 04 9b 02 00 lea 0x29b04(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff800017ec: ba a8 00 00 00 mov $0xa8,%edx -ffffffff800017f1: 4c 89 fe mov %r15,%rsi -ffffffff800017f4: e8 87 0e 02 00 call ffffffff80022680 -ffffffff800017f9: c6 05 98 9b 02 00 01 movb $0x1,0x29b98(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80001800: 48 8d 3d e9 9a 02 00 lea 0x29ae9(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80001807: ba 01 00 00 00 mov $0x1,%edx -ffffffff8000180c: 48 89 de mov %rbx,%rsi -ffffffff8000180f: 4c 89 f1 mov %r14,%rcx -ffffffff80001812: e8 39 2a 01 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80001817: 48 81 c4 d8 00 00 00 add $0xd8,%rsp -ffffffff8000181e: 5b pop %rbx -ffffffff8000181f: 41 5e pop %r14 -ffffffff80001821: 41 5f pop %r15 -ffffffff80001823: 5d pop %rbp -ffffffff80001824: c3 ret -ffffffff80001825: 48 8d 9d 10 ff ff ff lea -0xf0(%rbp),%rbx -ffffffff8000182c: 48 89 df mov %rbx,%rdi -ffffffff8000182f: ff 15 1b 7f 02 00 call *0x27f1b(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff80001835: 48 c7 05 18 7f 02 00 movq $0x1,0x27f18(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff8000183c: 01 00 00 00 -ffffffff80001840: 48 8d 3d 19 7f 02 00 lea 0x27f19(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80001847: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff8000184c: 48 89 de mov %rbx,%rsi -ffffffff8000184f: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff80001852: c6 05 57 7f 02 00 01 movb $0x1,0x27f57(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80001859: 48 8d 3d 38 7f 02 00 lea 0x27f38(%rip),%rdi # ffffffff80029798 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x48> -ffffffff80001860: 48 81 c4 d8 00 00 00 add $0xd8,%rsp -ffffffff80001867: 45 84 f6 test %r14b,%r14b -ffffffff8000186a: 74 0b je ffffffff80001877 <_ZN11CappuccinOS3usr3tty10handle_key17ha29cbb15ce43e09bE+0x527> -ffffffff8000186c: 5b pop %rbx -ffffffff8000186d: 41 5e pop %r14 -ffffffff8000186f: 41 5f pop %r15 -ffffffff80001871: 5d pop %rbp -ffffffff80001872: e9 d9 f9 ff ff jmp ffffffff80001250 <_ZN11CappuccinOS3usr3tty6Cursor9move_left17he20ec0dbee4fa5dbE> -ffffffff80001877: 5b pop %rbx -ffffffff80001878: 41 5e pop %r14 -ffffffff8000187a: 41 5f pop %r15 -ffffffff8000187c: 5d pop %rbp -ffffffff8000187d: e9 be f8 ff ff jmp ffffffff80001140 <_ZN11CappuccinOS3usr3tty6Cursor10move_right17hd4e9776baf923882E> -ffffffff80001882: 48 8d 3d f8 23 02 00 lea 0x223f8(%rip),%rdi # ffffffff80023c81 -ffffffff80001889: 48 8d 15 50 7c 02 00 lea 0x27c50(%rip),%rdx # ffffffff800294e0 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x30> -ffffffff80001890: be 2b 00 00 00 mov $0x2b,%esi -ffffffff80001895: e8 06 ff 01 00 call ffffffff800217a0 <_ZN4core9panicking5panic17h5954f42149c26846E> -ffffffff8000189a: 0f 0b ud2 -ffffffff8000189c: 0f 1f 40 00 nopl 0x0(%rax) - -ffffffff800018a0 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E>: -ffffffff800018a0: 55 push %rbp -ffffffff800018a1: 48 89 e5 mov %rsp,%rbp -ffffffff800018a4: 41 57 push %r15 -ffffffff800018a6: 41 56 push %r14 -ffffffff800018a8: 41 55 push %r13 -ffffffff800018aa: 41 54 push %r12 -ffffffff800018ac: 53 push %rbx -ffffffff800018ad: 48 81 ec c8 01 00 00 sub $0x1c8,%rsp -ffffffff800018b4: e8 97 aa 01 00 call ffffffff8001c350 <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E> -ffffffff800018b9: 48 c7 45 80 08 00 00 movq $0x8,-0x80(%rbp) -ffffffff800018c0: 00 -ffffffff800018c1: 48 c7 45 88 00 00 00 movq $0x0,-0x78(%rbp) -ffffffff800018c8: 00 -ffffffff800018c9: 48 c7 45 90 00 00 00 movq $0x0,-0x70(%rbp) -ffffffff800018d0: 00 -ffffffff800018d1: 48 89 c7 mov %rax,%rdi -ffffffff800018d4: 48 89 d6 mov %rdx,%rsi -ffffffff800018d7: e8 74 aa 01 00 call ffffffff8001c350 <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E> -ffffffff800018dc: 49 89 c5 mov %rax,%r13 -ffffffff800018df: 48 89 d3 mov %rdx,%rbx -ffffffff800018e2: 48 01 c3 add %rax,%rbx -ffffffff800018e5: 41 bc 01 00 11 00 mov $0x110001,%r12d -ffffffff800018eb: 41 bf 01 00 00 00 mov $0x1,%r15d -ffffffff800018f1: 48 8d 75 b0 lea -0x50(%rbp),%rsi -ffffffff800018f5: 45 31 f6 xor %r14d,%r14d -ffffffff800018f8: 31 c0 xor %eax,%eax -ffffffff800018fa: 48 89 85 98 fe ff ff mov %rax,-0x168(%rbp) -ffffffff80001901: 31 c0 xor %eax,%eax -ffffffff80001903: 48 89 85 50 fe ff ff mov %rax,-0x1b0(%rbp) -ffffffff8000190a: 48 89 9d 60 ff ff ff mov %rbx,-0xa0(%rbp) -ffffffff80001911: eb 63 jmp ffffffff80001976 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xd6> -ffffffff80001913: 66 66 66 66 2e 0f 1f data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8000191a: 84 00 00 00 00 00 -ffffffff80001920: 4c 8b b5 58 fe ff ff mov -0x1a8(%rbp),%r14 -ffffffff80001927: 48 8b 45 80 mov -0x80(%rbp),%rax -ffffffff8000192b: 48 8d 0c 76 lea (%rsi,%rsi,2),%rcx -ffffffff8000192f: 48 8b 95 c8 fe ff ff mov -0x138(%rbp),%rdx -ffffffff80001936: 48 89 54 c8 10 mov %rdx,0x10(%rax,%rcx,8) -ffffffff8000193b: 48 8b 95 b8 fe ff ff mov -0x148(%rbp),%rdx -ffffffff80001942: 48 8b b5 c0 fe ff ff mov -0x140(%rbp),%rsi -ffffffff80001949: 48 89 74 c8 08 mov %rsi,0x8(%rax,%rcx,8) -ffffffff8000194e: 48 89 14 c8 mov %rdx,(%rax,%rcx,8) -ffffffff80001952: 48 ff 45 90 incq -0x70(%rbp) -ffffffff80001956: 48 8b 9d 98 fe ff ff mov -0x168(%rbp),%rbx -ffffffff8000195d: 48 ff 85 50 fe ff ff incq -0x1b0(%rbp) -ffffffff80001964: 48 89 9d 98 fe ff ff mov %rbx,-0x168(%rbp) -ffffffff8000196b: 48 8b 9d 60 ff ff ff mov -0xa0(%rbp),%rbx -ffffffff80001972: 48 8d 75 b0 lea -0x50(%rbp),%rsi -ffffffff80001976: 41 81 fc 01 00 11 00 cmp $0x110001,%r12d -ffffffff8000197d: 75 71 jne ffffffff800019f0 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x150> -ffffffff8000197f: 49 39 dd cmp %rbx,%r13 -ffffffff80001982: 0f 84 e6 0e 00 00 je ffffffff8000286e <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xfce> -ffffffff80001988: 41 0f b6 45 00 movzbl 0x0(%r13),%eax -ffffffff8000198d: 84 c0 test %al,%al -ffffffff8000198f: 78 08 js ffffffff80001999 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xf9> -ffffffff80001991: 49 ff c5 inc %r13 -ffffffff80001994: 41 89 c4 mov %eax,%r12d -ffffffff80001997: eb 64 jmp ffffffff800019fd <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x15d> -ffffffff80001999: 41 89 c4 mov %eax,%r12d -ffffffff8000199c: 41 83 e4 1f and $0x1f,%r12d -ffffffff800019a0: 41 0f b6 55 01 movzbl 0x1(%r13),%edx -ffffffff800019a5: 83 e2 3f and $0x3f,%edx -ffffffff800019a8: 3c e0 cmp $0xe0,%al -ffffffff800019aa: 0f 82 0f 07 00 00 jb ffffffff800020bf <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x81f> -ffffffff800019b0: 41 0f b6 4d 02 movzbl 0x2(%r13),%ecx -ffffffff800019b5: c1 e2 06 shl $0x6,%edx -ffffffff800019b8: 83 e1 3f and $0x3f,%ecx -ffffffff800019bb: 09 d1 or %edx,%ecx -ffffffff800019bd: 3c f0 cmp $0xf0,%al -ffffffff800019bf: 0f 82 62 07 00 00 jb ffffffff80002127 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x887> -ffffffff800019c5: 41 0f b6 45 03 movzbl 0x3(%r13),%eax -ffffffff800019ca: 49 83 c5 04 add $0x4,%r13 -ffffffff800019ce: 41 83 e4 07 and $0x7,%r12d -ffffffff800019d2: 41 c1 e4 12 shl $0x12,%r12d -ffffffff800019d6: c1 e1 06 shl $0x6,%ecx -ffffffff800019d9: 83 e0 3f and $0x3f,%eax -ffffffff800019dc: 09 c8 or %ecx,%eax -ffffffff800019de: 41 09 c4 or %eax,%r12d -ffffffff800019e1: 66 66 66 66 66 66 2e data16 data16 data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff800019e8: 0f 1f 84 00 00 00 00 -ffffffff800019ef: 00 -ffffffff800019f0: 41 81 fc 00 00 11 00 cmp $0x110000,%r12d -ffffffff800019f7: 0f 84 71 0e 00 00 je ffffffff8000286e <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xfce> -ffffffff800019fd: 48 c7 45 a8 01 00 00 movq $0x1,-0x58(%rbp) -ffffffff80001a04: 00 -ffffffff80001a05: 48 c7 46 08 00 00 00 movq $0x0,0x8(%rsi) -ffffffff80001a0c: 00 -ffffffff80001a0d: 48 c7 06 00 00 00 00 movq $0x0,(%rsi) -ffffffff80001a14: 41 83 fc 26 cmp $0x26,%r12d -ffffffff80001a18: 4c 89 b5 58 fe ff ff mov %r14,-0x1a8(%rbp) -ffffffff80001a1f: 0f 8f db 00 00 00 jg ffffffff80001b00 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x260> -ffffffff80001a25: 41 83 fc 20 cmp $0x20,%r12d -ffffffff80001a29: 74 39 je ffffffff80001a64 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x1c4> -ffffffff80001a2b: 41 83 fc 22 cmp $0x22,%r12d -ffffffff80001a2f: 0f 84 1b 01 00 00 je ffffffff80001b50 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2b0> -ffffffff80001a35: e9 96 05 00 00 jmp ffffffff80001fd0 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x730> -ffffffff80001a3a: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1) -ffffffff80001a40: 49 ff c5 inc %r13 -ffffffff80001a43: 48 c7 45 a8 01 00 00 movq $0x1,-0x58(%rbp) -ffffffff80001a4a: 00 -ffffffff80001a4b: 48 c7 46 08 00 00 00 movq $0x0,0x8(%rsi) -ffffffff80001a52: 00 -ffffffff80001a53: 48 c7 06 00 00 00 00 movq $0x0,(%rsi) -ffffffff80001a5a: 41 83 fc 20 cmp $0x20,%r12d -ffffffff80001a5e: 0f 85 8a 00 00 00 jne ffffffff80001aee <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x24e> -ffffffff80001a64: 49 39 dd cmp %rbx,%r13 -ffffffff80001a67: 0f 84 01 0e 00 00 je ffffffff8000286e <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xfce> -ffffffff80001a6d: 45 0f b6 65 00 movzbl 0x0(%r13),%r12d -ffffffff80001a72: 45 84 e4 test %r12b,%r12b -ffffffff80001a75: 79 c9 jns ffffffff80001a40 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x1a0> -ffffffff80001a77: 44 89 e0 mov %r12d,%eax -ffffffff80001a7a: 83 e0 1f and $0x1f,%eax -ffffffff80001a7d: 41 0f b6 55 01 movzbl 0x1(%r13),%edx -ffffffff80001a82: 83 e2 3f and $0x3f,%edx -ffffffff80001a85: 41 80 fc df cmp $0xdf,%r12b -ffffffff80001a89: 76 41 jbe ffffffff80001acc <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x22c> -ffffffff80001a8b: 41 0f b6 4d 02 movzbl 0x2(%r13),%ecx -ffffffff80001a90: c1 e2 06 shl $0x6,%edx -ffffffff80001a93: 83 e1 3f and $0x3f,%ecx -ffffffff80001a96: 09 d1 or %edx,%ecx -ffffffff80001a98: 41 80 fc f0 cmp $0xf0,%r12b -ffffffff80001a9c: 72 3f jb ffffffff80001add <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x23d> -ffffffff80001a9e: 45 0f b6 65 03 movzbl 0x3(%r13),%r12d -ffffffff80001aa3: 83 e0 07 and $0x7,%eax -ffffffff80001aa6: c1 e0 12 shl $0x12,%eax -ffffffff80001aa9: c1 e1 06 shl $0x6,%ecx -ffffffff80001aac: 41 83 e4 3f and $0x3f,%r12d -ffffffff80001ab0: 41 09 cc or %ecx,%r12d -ffffffff80001ab3: 41 09 c4 or %eax,%r12d -ffffffff80001ab6: 41 81 fc 00 00 11 00 cmp $0x110000,%r12d -ffffffff80001abd: 0f 84 ab 0d 00 00 je ffffffff8000286e <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xfce> -ffffffff80001ac3: 49 83 c5 04 add $0x4,%r13 -ffffffff80001ac7: e9 77 ff ff ff jmp ffffffff80001a43 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x1a3> -ffffffff80001acc: 49 83 c5 02 add $0x2,%r13 -ffffffff80001ad0: c1 e0 06 shl $0x6,%eax -ffffffff80001ad3: 09 d0 or %edx,%eax -ffffffff80001ad5: 41 89 c4 mov %eax,%r12d -ffffffff80001ad8: e9 66 ff ff ff jmp ffffffff80001a43 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x1a3> -ffffffff80001add: 49 83 c5 03 add $0x3,%r13 -ffffffff80001ae1: c1 e0 0c shl $0xc,%eax -ffffffff80001ae4: 09 c1 or %eax,%ecx -ffffffff80001ae6: 41 89 cc mov %ecx,%r12d -ffffffff80001ae9: e9 55 ff ff ff jmp ffffffff80001a43 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x1a3> -ffffffff80001aee: 41 83 fc 22 cmp $0x22,%r12d -ffffffff80001af2: 74 5c je ffffffff80001b50 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2b0> -ffffffff80001af4: 66 66 66 2e 0f 1f 84 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff80001afb: 00 00 00 00 00 -ffffffff80001b00: 41 83 fc 27 cmp $0x27,%r12d -ffffffff80001b04: 74 4a je ffffffff80001b50 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2b0> -ffffffff80001b06: 41 83 fc 5c cmp $0x5c,%r12d -ffffffff80001b0a: 0f 85 c0 04 00 00 jne ffffffff80001fd0 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x730> -ffffffff80001b10: 49 39 dd cmp %rbx,%r13 -ffffffff80001b13: 0f 84 b6 05 00 00 je ffffffff800020cf <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x82f> -ffffffff80001b19: 41 0f b6 45 00 movzbl 0x0(%r13),%eax -ffffffff80001b1e: 84 c0 test %al,%al -ffffffff80001b20: 0f 88 b7 05 00 00 js ffffffff800020dd <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x83d> -ffffffff80001b26: 49 ff c5 inc %r13 -ffffffff80001b29: 83 f8 73 cmp $0x73,%eax -ffffffff80001b2c: 0f 8f 1d 06 00 00 jg ffffffff8000214f <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x8af> -ffffffff80001b32: 83 f8 30 cmp $0x30,%eax -ffffffff80001b35: 0f 84 fc 05 00 00 je ffffffff80002137 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x897> -ffffffff80001b3b: bb 0a 00 00 00 mov $0xa,%ebx -ffffffff80001b40: 83 f8 6e cmp $0x6e,%eax -ffffffff80001b43: 0f 84 26 06 00 00 je ffffffff8000216f <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x8cf> -ffffffff80001b49: e9 14 06 00 00 jmp ffffffff80002162 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x8c2> -ffffffff80001b4e: 66 90 xchg %ax,%ax -ffffffff80001b50: 31 c0 xor %eax,%eax -ffffffff80001b52: 41 83 fc 27 cmp $0x27,%r12d -ffffffff80001b56: 0f 94 c1 sete %cl -ffffffff80001b59: 49 39 dd cmp %rbx,%r13 -ffffffff80001b5c: 4c 89 bd 90 fe ff ff mov %r15,-0x170(%rbp) -ffffffff80001b63: 0f 84 21 05 00 00 je ffffffff8000208a <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x7ea> -ffffffff80001b69: 88 c8 mov %cl,%al -ffffffff80001b6b: 44 8d 3c 80 lea (%rax,%rax,4),%r15d -ffffffff80001b6f: 41 83 c7 22 add $0x22,%r15d -ffffffff80001b73: 45 31 f6 xor %r14d,%r14d -ffffffff80001b76: eb 24 jmp ffffffff80001b9c <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2fc> -ffffffff80001b78: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff80001b7f: 00 -ffffffff80001b80: 48 8b 45 a8 mov -0x58(%rbp),%rax -ffffffff80001b84: 46 88 24 30 mov %r12b,(%rax,%r14,1) -ffffffff80001b88: 4c 8b 75 b8 mov -0x48(%rbp),%r14 -ffffffff80001b8c: 49 ff c6 inc %r14 -ffffffff80001b8f: 4c 89 75 b8 mov %r14,-0x48(%rbp) -ffffffff80001b93: 49 39 dd cmp %rbx,%r13 -ffffffff80001b96: 0f 84 5d 04 00 00 je ffffffff80001ff9 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x759> -ffffffff80001b9c: 45 0f b6 65 00 movzbl 0x0(%r13),%r12d -ffffffff80001ba1: 45 84 e4 test %r12b,%r12b -ffffffff80001ba4: 78 3a js ffffffff80001be0 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x340> -ffffffff80001ba6: 49 ff c5 inc %r13 -ffffffff80001ba9: 41 83 fc 5b cmp $0x5b,%r12d -ffffffff80001bad: 0f 8f 9d 00 00 00 jg ffffffff80001c50 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x3b0> -ffffffff80001bb3: 41 83 fc 22 cmp $0x22,%r12d -ffffffff80001bb7: 74 0a je ffffffff80001bc3 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x323> -ffffffff80001bb9: 41 83 fc 27 cmp $0x27,%r12d -ffffffff80001bbd: 0f 85 0e 01 00 00 jne ffffffff80001cd1 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x431> -ffffffff80001bc3: 45 39 fc cmp %r15d,%r12d -ffffffff80001bc6: 0f 85 0e 01 00 00 jne ffffffff80001cda <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x43a> -ffffffff80001bcc: e9 2b 04 00 00 jmp ffffffff80001ffc <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x75c> -ffffffff80001bd1: 66 66 66 66 66 66 2e data16 data16 data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff80001bd8: 0f 1f 84 00 00 00 00 -ffffffff80001bdf: 00 -ffffffff80001be0: 44 89 e0 mov %r12d,%eax -ffffffff80001be3: 83 e0 1f and $0x1f,%eax -ffffffff80001be6: 41 0f b6 55 01 movzbl 0x1(%r13),%edx -ffffffff80001beb: 83 e2 3f and $0x3f,%edx -ffffffff80001bee: 41 80 fc df cmp $0xdf,%r12b -ffffffff80001bf2: 76 3b jbe ffffffff80001c2f <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x38f> -ffffffff80001bf4: 41 0f b6 4d 02 movzbl 0x2(%r13),%ecx -ffffffff80001bf9: c1 e2 06 shl $0x6,%edx -ffffffff80001bfc: 83 e1 3f and $0x3f,%ecx -ffffffff80001bff: 09 d1 or %edx,%ecx -ffffffff80001c01: 41 80 fc f0 cmp $0xf0,%r12b -ffffffff80001c05: 0f 82 56 01 00 00 jb ffffffff80001d61 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x4c1> -ffffffff80001c0b: 45 0f b6 65 03 movzbl 0x3(%r13),%r12d -ffffffff80001c10: 49 83 c5 04 add $0x4,%r13 -ffffffff80001c14: 83 e0 07 and $0x7,%eax -ffffffff80001c17: c1 e0 12 shl $0x12,%eax -ffffffff80001c1a: c1 e1 06 shl $0x6,%ecx -ffffffff80001c1d: 41 83 e4 3f and $0x3f,%r12d -ffffffff80001c21: 41 09 cc or %ecx,%r12d -ffffffff80001c24: 41 09 c4 or %eax,%r12d -ffffffff80001c27: 41 83 fc 5b cmp $0x5b,%r12d -ffffffff80001c2b: 7e 86 jle ffffffff80001bb3 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x313> -ffffffff80001c2d: eb 21 jmp ffffffff80001c50 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x3b0> -ffffffff80001c2f: 49 83 c5 02 add $0x2,%r13 -ffffffff80001c33: c1 e0 06 shl $0x6,%eax -ffffffff80001c36: 09 d0 or %edx,%eax -ffffffff80001c38: 41 89 c4 mov %eax,%r12d -ffffffff80001c3b: 41 83 fc 5b cmp $0x5b,%r12d -ffffffff80001c3f: 0f 8e 6e ff ff ff jle ffffffff80001bb3 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x313> -ffffffff80001c45: 66 66 2e 0f 1f 84 00 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff80001c4c: 00 00 00 00 -ffffffff80001c50: 41 83 fc 5c cmp $0x5c,%r12d -ffffffff80001c54: 75 6e jne ffffffff80001cc4 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x424> -ffffffff80001c56: 49 39 dd cmp %rbx,%r13 -ffffffff80001c59: 0f 84 9a 03 00 00 je ffffffff80001ff9 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x759> -ffffffff80001c5f: 41 0f b6 45 00 movzbl 0x0(%r13),%eax -ffffffff80001c64: 84 c0 test %al,%al -ffffffff80001c66: 0f 88 10 01 00 00 js ffffffff80001d7c <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x4dc> -ffffffff80001c6c: 49 ff c5 inc %r13 -ffffffff80001c6f: 83 f8 73 cmp $0x73,%eax -ffffffff80001c72: 0f 8f c9 01 00 00 jg ffffffff80001e41 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x5a1> -ffffffff80001c78: 83 f8 30 cmp $0x30,%eax -ffffffff80001c7b: 0f 84 9b 01 00 00 je ffffffff80001e1c <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x57c> -ffffffff80001c81: bb 0a 00 00 00 mov $0xa,%ebx -ffffffff80001c86: 83 f8 6e cmp $0x6e,%eax -ffffffff80001c89: 0f 85 d6 01 00 00 jne ffffffff80001e65 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x5c5> -ffffffff80001c8f: 4c 3b 75 b0 cmp -0x50(%rbp),%r14 -ffffffff80001c93: 75 10 jne ffffffff80001ca5 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x405> -ffffffff80001c95: 48 8d 7d a8 lea -0x58(%rbp),%rdi -ffffffff80001c99: 4c 89 f6 mov %r14,%rsi -ffffffff80001c9c: e8 7f e7 00 00 call ffffffff80010420 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17h93703262ec0280feE> -ffffffff80001ca1: 4c 8b 75 b8 mov -0x48(%rbp),%r14 -ffffffff80001ca5: 48 8b 45 a8 mov -0x58(%rbp),%rax -ffffffff80001ca9: 42 88 1c 30 mov %bl,(%rax,%r14,1) -ffffffff80001cad: 4c 8b 75 b8 mov -0x48(%rbp),%r14 -ffffffff80001cb1: 49 ff c6 inc %r14 -ffffffff80001cb4: 4c 89 75 b8 mov %r14,-0x48(%rbp) -ffffffff80001cb8: 48 8b 9d 60 ff ff ff mov -0xa0(%rbp),%rbx -ffffffff80001cbf: e9 cf fe ff ff jmp ffffffff80001b93 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2f3> -ffffffff80001cc4: 41 81 fc 00 00 11 00 cmp $0x110000,%r12d -ffffffff80001ccb: 0f 84 2b 03 00 00 je ffffffff80001ffc <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x75c> -ffffffff80001cd1: 41 81 fc 80 00 00 00 cmp $0x80,%r12d -ffffffff80001cd8: 73 1f jae ffffffff80001cf9 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x459> -ffffffff80001cda: 4c 3b 75 b0 cmp -0x50(%rbp),%r14 -ffffffff80001cde: 0f 85 9c fe ff ff jne ffffffff80001b80 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2e0> -ffffffff80001ce4: 48 8d 7d a8 lea -0x58(%rbp),%rdi -ffffffff80001ce8: 4c 89 f6 mov %r14,%rsi -ffffffff80001ceb: e8 30 e7 00 00 call ffffffff80010420 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17h93703262ec0280feE> -ffffffff80001cf0: 4c 8b 75 b8 mov -0x48(%rbp),%r14 -ffffffff80001cf4: e9 87 fe ff ff jmp ffffffff80001b80 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2e0> -ffffffff80001cf9: c7 85 b8 fe ff ff 00 movl $0x0,-0x148(%rbp) -ffffffff80001d00: 00 00 00 -ffffffff80001d03: 44 89 e0 mov %r12d,%eax -ffffffff80001d06: 41 81 fc 00 08 00 00 cmp $0x800,%r12d -ffffffff80001d0d: 0f 83 b7 00 00 00 jae ffffffff80001dca <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x52a> -ffffffff80001d13: c1 e8 06 shr $0x6,%eax -ffffffff80001d16: 0c c0 or $0xc0,%al -ffffffff80001d18: 88 85 b8 fe ff ff mov %al,-0x148(%rbp) -ffffffff80001d1e: 41 80 e4 3f and $0x3f,%r12b -ffffffff80001d22: 41 80 cc 80 or $0x80,%r12b -ffffffff80001d26: 44 88 a5 b9 fe ff ff mov %r12b,-0x147(%rbp) -ffffffff80001d2d: 41 bc 02 00 00 00 mov $0x2,%r12d -ffffffff80001d33: 48 8b 45 b0 mov -0x50(%rbp),%rax -ffffffff80001d37: 4c 29 f0 sub %r14,%rax -ffffffff80001d3a: 4c 39 e0 cmp %r12,%rax -ffffffff80001d3d: 0f 82 8a 01 00 00 jb ffffffff80001ecd <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x62d> -ffffffff80001d43: 48 8b 7d a8 mov -0x58(%rbp),%rdi -ffffffff80001d47: 4c 01 f7 add %r14,%rdi -ffffffff80001d4a: 48 8d b5 b8 fe ff ff lea -0x148(%rbp),%rsi -ffffffff80001d51: 4c 89 e2 mov %r12,%rdx -ffffffff80001d54: e8 27 09 02 00 call ffffffff80022680 -ffffffff80001d59: 4d 01 e6 add %r12,%r14 -ffffffff80001d5c: e9 2e fe ff ff jmp ffffffff80001b8f <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2ef> -ffffffff80001d61: 49 83 c5 03 add $0x3,%r13 -ffffffff80001d65: c1 e0 0c shl $0xc,%eax -ffffffff80001d68: 09 c1 or %eax,%ecx -ffffffff80001d6a: 41 89 cc mov %ecx,%r12d -ffffffff80001d6d: 41 83 fc 5b cmp $0x5b,%r12d -ffffffff80001d71: 0f 8e 3c fe ff ff jle ffffffff80001bb3 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x313> -ffffffff80001d77: e9 d4 fe ff ff jmp ffffffff80001c50 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x3b0> -ffffffff80001d7c: 89 c1 mov %eax,%ecx -ffffffff80001d7e: 83 e1 1f and $0x1f,%ecx -ffffffff80001d81: 41 0f b6 75 01 movzbl 0x1(%r13),%esi -ffffffff80001d86: 83 e6 3f and $0x3f,%esi -ffffffff80001d89: 3c df cmp $0xdf,%al -ffffffff80001d8b: 0f 86 9c 00 00 00 jbe ffffffff80001e2d <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x58d> -ffffffff80001d91: 41 0f b6 55 02 movzbl 0x2(%r13),%edx -ffffffff80001d96: c1 e6 06 shl $0x6,%esi -ffffffff80001d99: 83 e2 3f and $0x3f,%edx -ffffffff80001d9c: 09 f2 or %esi,%edx -ffffffff80001d9e: 3c f0 cmp $0xf0,%al -ffffffff80001da0: 0f 82 73 01 00 00 jb ffffffff80001f19 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x679> -ffffffff80001da6: 41 0f b6 45 03 movzbl 0x3(%r13),%eax -ffffffff80001dab: 49 83 c5 04 add $0x4,%r13 -ffffffff80001daf: 83 e1 07 and $0x7,%ecx -ffffffff80001db2: c1 e1 12 shl $0x12,%ecx -ffffffff80001db5: c1 e2 06 shl $0x6,%edx -ffffffff80001db8: 83 e0 3f and $0x3f,%eax -ffffffff80001dbb: 09 d0 or %edx,%eax -ffffffff80001dbd: 09 c8 or %ecx,%eax -ffffffff80001dbf: 83 f8 73 cmp $0x73,%eax -ffffffff80001dc2: 0f 8e b0 fe ff ff jle ffffffff80001c78 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x3d8> -ffffffff80001dc8: eb 77 jmp ffffffff80001e41 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x5a1> -ffffffff80001dca: 41 81 fc 00 00 01 00 cmp $0x10000,%r12d -ffffffff80001dd1: 0f 83 a6 00 00 00 jae ffffffff80001e7d <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x5dd> -ffffffff80001dd7: c1 e8 0c shr $0xc,%eax -ffffffff80001dda: 0c e0 or $0xe0,%al -ffffffff80001ddc: 88 85 b8 fe ff ff mov %al,-0x148(%rbp) -ffffffff80001de2: 44 89 e0 mov %r12d,%eax -ffffffff80001de5: c1 e8 06 shr $0x6,%eax -ffffffff80001de8: 24 3f and $0x3f,%al -ffffffff80001dea: 0c 80 or $0x80,%al -ffffffff80001dec: 88 85 b9 fe ff ff mov %al,-0x147(%rbp) -ffffffff80001df2: 41 80 e4 3f and $0x3f,%r12b -ffffffff80001df6: 41 80 cc 80 or $0x80,%r12b -ffffffff80001dfa: 44 88 a5 ba fe ff ff mov %r12b,-0x146(%rbp) -ffffffff80001e01: 41 bc 03 00 00 00 mov $0x3,%r12d -ffffffff80001e07: 48 8b 45 b0 mov -0x50(%rbp),%rax -ffffffff80001e0b: 4c 29 f0 sub %r14,%rax -ffffffff80001e0e: 4c 39 e0 cmp %r12,%rax -ffffffff80001e11: 0f 83 2c ff ff ff jae ffffffff80001d43 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x4a3> -ffffffff80001e17: e9 b1 00 00 00 jmp ffffffff80001ecd <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x62d> -ffffffff80001e1c: 31 db xor %ebx,%ebx -ffffffff80001e1e: 4c 3b 75 b0 cmp -0x50(%rbp),%r14 -ffffffff80001e22: 0f 84 6d fe ff ff je ffffffff80001c95 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x3f5> -ffffffff80001e28: e9 78 fe ff ff jmp ffffffff80001ca5 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x405> -ffffffff80001e2d: 49 83 c5 02 add $0x2,%r13 -ffffffff80001e31: c1 e1 06 shl $0x6,%ecx -ffffffff80001e34: 09 f1 or %esi,%ecx -ffffffff80001e36: 89 c8 mov %ecx,%eax -ffffffff80001e38: 83 f8 73 cmp $0x73,%eax -ffffffff80001e3b: 0f 8e 37 fe ff ff jle ffffffff80001c78 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x3d8> -ffffffff80001e41: 3d 00 00 11 00 cmp $0x110000,%eax -ffffffff80001e46: 0f 84 47 fd ff ff je ffffffff80001b93 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2f3> -ffffffff80001e4c: 83 f8 74 cmp $0x74,%eax -ffffffff80001e4f: 75 14 jne ffffffff80001e65 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x5c5> -ffffffff80001e51: bb 09 00 00 00 mov $0x9,%ebx -ffffffff80001e56: 4c 3b 75 b0 cmp -0x50(%rbp),%r14 -ffffffff80001e5a: 0f 85 45 fe ff ff jne ffffffff80001ca5 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x405> -ffffffff80001e60: e9 30 fe ff ff jmp ffffffff80001c95 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x3f5> -ffffffff80001e65: 3d 80 00 00 00 cmp $0x80,%eax -ffffffff80001e6a: 73 79 jae ffffffff80001ee5 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x645> -ffffffff80001e6c: 89 c3 mov %eax,%ebx -ffffffff80001e6e: 4c 3b 75 b0 cmp -0x50(%rbp),%r14 -ffffffff80001e72: 0f 84 1d fe ff ff je ffffffff80001c95 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x3f5> -ffffffff80001e78: e9 28 fe ff ff jmp ffffffff80001ca5 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x405> -ffffffff80001e7d: c1 e8 12 shr $0x12,%eax -ffffffff80001e80: 0c f0 or $0xf0,%al -ffffffff80001e82: 88 85 b8 fe ff ff mov %al,-0x148(%rbp) -ffffffff80001e88: 44 89 e0 mov %r12d,%eax -ffffffff80001e8b: c1 e8 0c shr $0xc,%eax -ffffffff80001e8e: 24 3f and $0x3f,%al -ffffffff80001e90: 0c 80 or $0x80,%al -ffffffff80001e92: 88 85 b9 fe ff ff mov %al,-0x147(%rbp) -ffffffff80001e98: 44 89 e0 mov %r12d,%eax -ffffffff80001e9b: c1 e8 06 shr $0x6,%eax -ffffffff80001e9e: 24 3f and $0x3f,%al -ffffffff80001ea0: 0c 80 or $0x80,%al -ffffffff80001ea2: 88 85 ba fe ff ff mov %al,-0x146(%rbp) -ffffffff80001ea8: 41 80 e4 3f and $0x3f,%r12b -ffffffff80001eac: 41 80 cc 80 or $0x80,%r12b -ffffffff80001eb0: 44 88 a5 bb fe ff ff mov %r12b,-0x145(%rbp) -ffffffff80001eb7: 41 bc 04 00 00 00 mov $0x4,%r12d -ffffffff80001ebd: 48 8b 45 b0 mov -0x50(%rbp),%rax -ffffffff80001ec1: 4c 29 f0 sub %r14,%rax -ffffffff80001ec4: 4c 39 e0 cmp %r12,%rax -ffffffff80001ec7: 0f 83 76 fe ff ff jae ffffffff80001d43 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x4a3> -ffffffff80001ecd: 48 8d 7d a8 lea -0x58(%rbp),%rdi -ffffffff80001ed1: 4c 89 f6 mov %r14,%rsi -ffffffff80001ed4: 4c 89 e2 mov %r12,%rdx -ffffffff80001ed7: e8 94 ea 00 00 call ffffffff80010970 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$7reserve21do_reserve_and_handle17hc220879802511051E> -ffffffff80001edc: 4c 8b 75 b8 mov -0x48(%rbp),%r14 -ffffffff80001ee0: e9 5e fe ff ff jmp ffffffff80001d43 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x4a3> -ffffffff80001ee5: c7 85 b8 fe ff ff 00 movl $0x0,-0x148(%rbp) -ffffffff80001eec: 00 00 00 -ffffffff80001eef: 89 c1 mov %eax,%ecx -ffffffff80001ef1: 3d 00 08 00 00 cmp $0x800,%eax -ffffffff80001ef6: 73 3a jae ffffffff80001f32 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x692> -ffffffff80001ef8: c1 e9 06 shr $0x6,%ecx -ffffffff80001efb: 80 c9 c0 or $0xc0,%cl -ffffffff80001efe: 88 8d b8 fe ff ff mov %cl,-0x148(%rbp) -ffffffff80001f04: 24 3f and $0x3f,%al -ffffffff80001f06: 0c 80 or $0x80,%al -ffffffff80001f08: 88 85 b9 fe ff ff mov %al,-0x147(%rbp) -ffffffff80001f0e: 41 bc 02 00 00 00 mov $0x2,%r12d -ffffffff80001f14: e9 8d 00 00 00 jmp ffffffff80001fa6 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x706> -ffffffff80001f19: 49 83 c5 03 add $0x3,%r13 -ffffffff80001f1d: c1 e1 0c shl $0xc,%ecx -ffffffff80001f20: 09 ca or %ecx,%edx -ffffffff80001f22: 89 d0 mov %edx,%eax -ffffffff80001f24: 83 f8 73 cmp $0x73,%eax -ffffffff80001f27: 0f 8e 4b fd ff ff jle ffffffff80001c78 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x3d8> -ffffffff80001f2d: e9 0f ff ff ff jmp ffffffff80001e41 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x5a1> -ffffffff80001f32: 3d 00 00 01 00 cmp $0x10000,%eax -ffffffff80001f37: 73 2f jae ffffffff80001f68 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x6c8> -ffffffff80001f39: c1 e9 0c shr $0xc,%ecx -ffffffff80001f3c: 80 c9 e0 or $0xe0,%cl -ffffffff80001f3f: 88 8d b8 fe ff ff mov %cl,-0x148(%rbp) -ffffffff80001f45: 89 c1 mov %eax,%ecx -ffffffff80001f47: c1 e9 06 shr $0x6,%ecx -ffffffff80001f4a: 80 e1 3f and $0x3f,%cl -ffffffff80001f4d: 80 c9 80 or $0x80,%cl -ffffffff80001f50: 88 8d b9 fe ff ff mov %cl,-0x147(%rbp) -ffffffff80001f56: 24 3f and $0x3f,%al -ffffffff80001f58: 0c 80 or $0x80,%al -ffffffff80001f5a: 88 85 ba fe ff ff mov %al,-0x146(%rbp) -ffffffff80001f60: 41 bc 03 00 00 00 mov $0x3,%r12d -ffffffff80001f66: eb 3e jmp ffffffff80001fa6 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x706> -ffffffff80001f68: c1 e9 12 shr $0x12,%ecx -ffffffff80001f6b: 80 c9 f0 or $0xf0,%cl -ffffffff80001f6e: 88 8d b8 fe ff ff mov %cl,-0x148(%rbp) -ffffffff80001f74: 89 c1 mov %eax,%ecx -ffffffff80001f76: c1 e9 0c shr $0xc,%ecx -ffffffff80001f79: 80 e1 3f and $0x3f,%cl -ffffffff80001f7c: 80 c9 80 or $0x80,%cl -ffffffff80001f7f: 88 8d b9 fe ff ff mov %cl,-0x147(%rbp) -ffffffff80001f85: 89 c1 mov %eax,%ecx -ffffffff80001f87: c1 e9 06 shr $0x6,%ecx -ffffffff80001f8a: 80 e1 3f and $0x3f,%cl -ffffffff80001f8d: 80 c9 80 or $0x80,%cl -ffffffff80001f90: 88 8d ba fe ff ff mov %cl,-0x146(%rbp) -ffffffff80001f96: 24 3f and $0x3f,%al -ffffffff80001f98: 0c 80 or $0x80,%al -ffffffff80001f9a: 88 85 bb fe ff ff mov %al,-0x145(%rbp) -ffffffff80001fa0: 41 bc 04 00 00 00 mov $0x4,%r12d -ffffffff80001fa6: 48 8b 9d 60 ff ff ff mov -0xa0(%rbp),%rbx -ffffffff80001fad: 48 8b 45 b0 mov -0x50(%rbp),%rax -ffffffff80001fb1: 4c 29 f0 sub %r14,%rax -ffffffff80001fb4: 4c 39 e0 cmp %r12,%rax -ffffffff80001fb7: 0f 83 86 fd ff ff jae ffffffff80001d43 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x4a3> -ffffffff80001fbd: e9 0b ff ff ff jmp ffffffff80001ecd <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x62d> -ffffffff80001fc2: 66 66 66 66 66 2e 0f data16 data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff80001fc9: 1f 84 00 00 00 00 00 -ffffffff80001fd0: 41 81 fc 80 00 00 00 cmp $0x80,%r12d -ffffffff80001fd7: 0f 83 b5 01 00 00 jae ffffffff80002192 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x8f2> -ffffffff80001fdd: 48 8d 7d a8 lea -0x58(%rbp),%rdi -ffffffff80001fe1: 31 f6 xor %esi,%esi -ffffffff80001fe3: e8 38 e4 00 00 call ffffffff80010420 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17h93703262ec0280feE> -ffffffff80001fe8: 48 8b 45 a8 mov -0x58(%rbp),%rax -ffffffff80001fec: 48 8b 4d b8 mov -0x48(%rbp),%rcx -ffffffff80001ff0: 44 88 24 08 mov %r12b,(%rax,%rcx,1) -ffffffff80001ff4: e9 37 03 00 00 jmp ffffffff80002330 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xa90> -ffffffff80001ff9: 49 89 dd mov %rbx,%r13 -ffffffff80001ffc: 4c 8b bd 90 fe ff ff mov -0x170(%rbp),%r15 -ffffffff80002003: 48 83 bd 50 fe ff ff cmpq $0x0,-0x1b0(%rbp) -ffffffff8000200a: 00 -ffffffff8000200b: 0f 84 8d 00 00 00 je ffffffff8000209e <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x7fe> -ffffffff80002011: 48 8b 45 b8 mov -0x48(%rbp),%rax -ffffffff80002015: 48 89 85 c8 fe ff ff mov %rax,-0x138(%rbp) -ffffffff8000201c: 48 8b 45 a8 mov -0x58(%rbp),%rax -ffffffff80002020: 48 8b 4d b0 mov -0x50(%rbp),%rcx -ffffffff80002024: 48 89 8d c0 fe ff ff mov %rcx,-0x140(%rbp) -ffffffff8000202b: 48 89 85 b8 fe ff ff mov %rax,-0x148(%rbp) -ffffffff80002032: 48 8b 75 90 mov -0x70(%rbp),%rsi -ffffffff80002036: 48 3b 75 88 cmp -0x78(%rbp),%rsi -ffffffff8000203a: 75 0d jne ffffffff80002049 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x7a9> -ffffffff8000203c: 48 8d 7d 80 lea -0x80(%rbp),%rdi -ffffffff80002040: e8 1b e6 00 00 call ffffffff80010660 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17hdb9572c1875a14f8E> -ffffffff80002045: 48 8b 75 90 mov -0x70(%rbp),%rsi -ffffffff80002049: 4c 8b b5 58 fe ff ff mov -0x1a8(%rbp),%r14 -ffffffff80002050: 48 8b 45 80 mov -0x80(%rbp),%rax -ffffffff80002054: 48 8d 0c 76 lea (%rsi,%rsi,2),%rcx -ffffffff80002058: 48 8b 95 c8 fe ff ff mov -0x138(%rbp),%rdx -ffffffff8000205f: 48 89 54 c8 10 mov %rdx,0x10(%rax,%rcx,8) -ffffffff80002064: 48 8b 95 b8 fe ff ff mov -0x148(%rbp),%rdx -ffffffff8000206b: 48 8b b5 c0 fe ff ff mov -0x140(%rbp),%rsi -ffffffff80002072: 48 89 74 c8 08 mov %rsi,0x8(%rax,%rcx,8) -ffffffff80002077: 48 89 14 c8 mov %rdx,(%rax,%rcx,8) -ffffffff8000207b: 48 ff 45 90 incq -0x70(%rbp) -ffffffff8000207f: 41 bc 01 00 11 00 mov $0x110001,%r12d -ffffffff80002085: e9 cc f8 ff ff jmp ffffffff80001956 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xb6> -ffffffff8000208a: 45 31 f6 xor %r14d,%r14d -ffffffff8000208d: 49 89 dd mov %rbx,%r13 -ffffffff80002090: 48 83 bd 50 fe ff ff cmpq $0x0,-0x1b0(%rbp) -ffffffff80002097: 00 -ffffffff80002098: 0f 85 73 ff ff ff jne ffffffff80002011 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x771> -ffffffff8000209e: 4c 8b 7d a8 mov -0x58(%rbp),%r15 -ffffffff800020a2: 48 8b 5d b0 mov -0x50(%rbp),%rbx -ffffffff800020a6: 41 bc 01 00 11 00 mov $0x110001,%r12d -ffffffff800020ac: 48 83 bd 98 fe ff ff cmpq $0x0,-0x168(%rbp) -ffffffff800020b3: 00 -ffffffff800020b4: 0f 85 ea 05 00 00 jne ffffffff800026a4 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xe04> -ffffffff800020ba: e9 9e f8 ff ff jmp ffffffff8000195d <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xbd> -ffffffff800020bf: 49 83 c5 02 add $0x2,%r13 -ffffffff800020c3: 41 c1 e4 06 shl $0x6,%r12d -ffffffff800020c7: 41 09 d4 or %edx,%r12d -ffffffff800020ca: e9 2e f9 ff ff jmp ffffffff800019fd <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x15d> -ffffffff800020cf: 41 bc 00 00 11 00 mov $0x110000,%r12d -ffffffff800020d5: 45 31 f6 xor %r14d,%r14d -ffffffff800020d8: e9 19 05 00 00 jmp ffffffff800025f6 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xd56> -ffffffff800020dd: 89 c1 mov %eax,%ecx -ffffffff800020df: 83 e1 1f and $0x1f,%ecx -ffffffff800020e2: 41 0f b6 75 01 movzbl 0x1(%r13),%esi -ffffffff800020e7: 83 e6 3f and $0x3f,%esi -ffffffff800020ea: 3c df cmp $0xdf,%al -ffffffff800020ec: 76 4d jbe ffffffff8000213b <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x89b> -ffffffff800020ee: 41 0f b6 55 02 movzbl 0x2(%r13),%edx -ffffffff800020f3: c1 e6 06 shl $0x6,%esi -ffffffff800020f6: 83 e2 3f and $0x3f,%edx -ffffffff800020f9: 09 f2 or %esi,%edx -ffffffff800020fb: 3c f0 cmp $0xf0,%al -ffffffff800020fd: 0f 82 ca 00 00 00 jb ffffffff800021cd <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x92d> -ffffffff80002103: 41 0f b6 45 03 movzbl 0x3(%r13),%eax -ffffffff80002108: 49 83 c5 04 add $0x4,%r13 -ffffffff8000210c: 83 e1 07 and $0x7,%ecx -ffffffff8000210f: c1 e1 12 shl $0x12,%ecx -ffffffff80002112: c1 e2 06 shl $0x6,%edx -ffffffff80002115: 83 e0 3f and $0x3f,%eax -ffffffff80002118: 09 d0 or %edx,%eax -ffffffff8000211a: 09 c8 or %ecx,%eax -ffffffff8000211c: 83 f8 73 cmp $0x73,%eax -ffffffff8000211f: 0f 8e 0d fa ff ff jle ffffffff80001b32 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x292> -ffffffff80002125: eb 28 jmp ffffffff8000214f <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x8af> -ffffffff80002127: 49 83 c5 03 add $0x3,%r13 -ffffffff8000212b: 41 c1 e4 0c shl $0xc,%r12d -ffffffff8000212f: 41 09 cc or %ecx,%r12d -ffffffff80002132: e9 c6 f8 ff ff jmp ffffffff800019fd <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x15d> -ffffffff80002137: 31 db xor %ebx,%ebx -ffffffff80002139: eb 34 jmp ffffffff8000216f <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x8cf> -ffffffff8000213b: 49 83 c5 02 add $0x2,%r13 -ffffffff8000213f: c1 e1 06 shl $0x6,%ecx -ffffffff80002142: 09 f1 or %esi,%ecx -ffffffff80002144: 89 c8 mov %ecx,%eax -ffffffff80002146: 83 f8 73 cmp $0x73,%eax -ffffffff80002149: 0f 8e e3 f9 ff ff jle ffffffff80001b32 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x292> -ffffffff8000214f: 3d 00 00 11 00 cmp $0x110000,%eax -ffffffff80002154: 74 34 je ffffffff8000218a <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x8ea> -ffffffff80002156: 83 f8 74 cmp $0x74,%eax -ffffffff80002159: 75 07 jne ffffffff80002162 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x8c2> -ffffffff8000215b: bb 09 00 00 00 mov $0x9,%ebx -ffffffff80002160: eb 0d jmp ffffffff8000216f <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x8cf> -ffffffff80002162: 3d 80 00 00 00 cmp $0x80,%eax -ffffffff80002167: 0f 83 ff 00 00 00 jae ffffffff8000226c <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x9cc> -ffffffff8000216d: 89 c3 mov %eax,%ebx -ffffffff8000216f: 48 8d 7d a8 lea -0x58(%rbp),%rdi -ffffffff80002173: 31 f6 xor %esi,%esi -ffffffff80002175: e8 a6 e2 00 00 call ffffffff80010420 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17h93703262ec0280feE> -ffffffff8000217a: 48 8b 45 a8 mov -0x58(%rbp),%rax -ffffffff8000217e: 48 8b 4d b8 mov -0x48(%rbp),%rcx -ffffffff80002182: 88 1c 08 mov %bl,(%rax,%rcx,1) -ffffffff80002185: e9 e6 04 00 00 jmp ffffffff80002670 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xdd0> -ffffffff8000218a: 45 31 f6 xor %r14d,%r14d -ffffffff8000218d: e9 b2 01 00 00 jmp ffffffff80002344 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xaa4> -ffffffff80002192: c7 85 b8 fe ff ff 00 movl $0x0,-0x148(%rbp) -ffffffff80002199: 00 00 00 -ffffffff8000219c: 44 89 e0 mov %r12d,%eax -ffffffff8000219f: 41 81 fc 00 08 00 00 cmp $0x800,%r12d -ffffffff800021a6: 73 3e jae ffffffff800021e6 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x946> -ffffffff800021a8: c1 e8 06 shr $0x6,%eax -ffffffff800021ab: 0c c0 or $0xc0,%al -ffffffff800021ad: 88 85 b8 fe ff ff mov %al,-0x148(%rbp) -ffffffff800021b3: 41 80 e4 3f and $0x3f,%r12b -ffffffff800021b7: 41 80 cc 80 or $0x80,%r12b -ffffffff800021bb: 44 88 a5 b9 fe ff ff mov %r12b,-0x147(%rbp) -ffffffff800021c2: 41 bc 02 00 00 00 mov $0x2,%r12d -ffffffff800021c8: e9 94 00 00 00 jmp ffffffff80002261 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x9c1> -ffffffff800021cd: 49 83 c5 03 add $0x3,%r13 -ffffffff800021d1: c1 e1 0c shl $0xc,%ecx -ffffffff800021d4: 09 ca or %ecx,%edx -ffffffff800021d6: 89 d0 mov %edx,%eax -ffffffff800021d8: 83 f8 73 cmp $0x73,%eax -ffffffff800021db: 0f 8e 51 f9 ff ff jle ffffffff80001b32 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x292> -ffffffff800021e1: e9 69 ff ff ff jmp ffffffff8000214f <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x8af> -ffffffff800021e6: 41 81 fc 00 00 01 00 cmp $0x10000,%r12d -ffffffff800021ed: 73 32 jae ffffffff80002221 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x981> -ffffffff800021ef: c1 e8 0c shr $0xc,%eax -ffffffff800021f2: 0c e0 or $0xe0,%al -ffffffff800021f4: 88 85 b8 fe ff ff mov %al,-0x148(%rbp) -ffffffff800021fa: 44 89 e0 mov %r12d,%eax -ffffffff800021fd: c1 e8 06 shr $0x6,%eax -ffffffff80002200: 24 3f and $0x3f,%al -ffffffff80002202: 0c 80 or $0x80,%al -ffffffff80002204: 88 85 b9 fe ff ff mov %al,-0x147(%rbp) -ffffffff8000220a: 41 80 e4 3f and $0x3f,%r12b -ffffffff8000220e: 41 80 cc 80 or $0x80,%r12b -ffffffff80002212: 44 88 a5 ba fe ff ff mov %r12b,-0x146(%rbp) -ffffffff80002219: 41 bc 03 00 00 00 mov $0x3,%r12d -ffffffff8000221f: eb 40 jmp ffffffff80002261 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x9c1> -ffffffff80002221: c1 e8 12 shr $0x12,%eax -ffffffff80002224: 0c f0 or $0xf0,%al -ffffffff80002226: 88 85 b8 fe ff ff mov %al,-0x148(%rbp) -ffffffff8000222c: 44 89 e0 mov %r12d,%eax -ffffffff8000222f: c1 e8 0c shr $0xc,%eax -ffffffff80002232: 24 3f and $0x3f,%al -ffffffff80002234: 0c 80 or $0x80,%al -ffffffff80002236: 88 85 b9 fe ff ff mov %al,-0x147(%rbp) -ffffffff8000223c: 44 89 e0 mov %r12d,%eax -ffffffff8000223f: c1 e8 06 shr $0x6,%eax -ffffffff80002242: 24 3f and $0x3f,%al -ffffffff80002244: 0c 80 or $0x80,%al -ffffffff80002246: 88 85 ba fe ff ff mov %al,-0x146(%rbp) -ffffffff8000224c: 41 80 e4 3f and $0x3f,%r12b -ffffffff80002250: 41 80 cc 80 or $0x80,%r12b -ffffffff80002254: 44 88 a5 bb fe ff ff mov %r12b,-0x145(%rbp) -ffffffff8000225b: 41 bc 04 00 00 00 mov $0x4,%r12d -ffffffff80002261: 48 8d 7d a8 lea -0x58(%rbp),%rdi -ffffffff80002265: 31 f6 xor %esi,%esi -ffffffff80002267: e9 d3 05 00 00 jmp ffffffff8000283f <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xf9f> -ffffffff8000226c: c7 85 b8 fe ff ff 00 movl $0x0,-0x148(%rbp) -ffffffff80002273: 00 00 00 -ffffffff80002276: 3d 00 08 00 00 cmp $0x800,%eax -ffffffff8000227b: 73 27 jae ffffffff800022a4 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xa04> -ffffffff8000227d: 89 c1 mov %eax,%ecx -ffffffff8000227f: c1 e9 06 shr $0x6,%ecx -ffffffff80002282: 80 c9 c0 or $0xc0,%cl -ffffffff80002285: 88 8d b8 fe ff ff mov %cl,-0x148(%rbp) -ffffffff8000228b: 24 3f and $0x3f,%al -ffffffff8000228d: 0c 80 or $0x80,%al -ffffffff8000228f: 88 85 b9 fe ff ff mov %al,-0x147(%rbp) -ffffffff80002295: 41 bc 02 00 00 00 mov $0x2,%r12d -ffffffff8000229b: 48 8b 9d 60 ff ff ff mov -0xa0(%rbp),%rbx -ffffffff800022a2: eb bd jmp ffffffff80002261 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x9c1> -ffffffff800022a4: 3d 00 00 01 00 cmp $0x10000,%eax -ffffffff800022a9: 48 8b 9d 60 ff ff ff mov -0xa0(%rbp),%rbx -ffffffff800022b0: 89 c1 mov %eax,%ecx -ffffffff800022b2: 73 32 jae ffffffff800022e6 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xa46> -ffffffff800022b4: c1 e9 0c shr $0xc,%ecx -ffffffff800022b7: 80 c9 e0 or $0xe0,%cl -ffffffff800022ba: 88 8d b8 fe ff ff mov %cl,-0x148(%rbp) -ffffffff800022c0: 89 c1 mov %eax,%ecx -ffffffff800022c2: c1 e9 06 shr $0x6,%ecx -ffffffff800022c5: 80 e1 3f and $0x3f,%cl -ffffffff800022c8: 80 c9 80 or $0x80,%cl -ffffffff800022cb: 88 8d b9 fe ff ff mov %cl,-0x147(%rbp) -ffffffff800022d1: 24 3f and $0x3f,%al -ffffffff800022d3: 0c 80 or $0x80,%al -ffffffff800022d5: 88 85 ba fe ff ff mov %al,-0x146(%rbp) -ffffffff800022db: 41 bc 03 00 00 00 mov $0x3,%r12d -ffffffff800022e1: e9 7b ff ff ff jmp ffffffff80002261 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x9c1> -ffffffff800022e6: c1 e9 12 shr $0x12,%ecx -ffffffff800022e9: 80 c9 f0 or $0xf0,%cl -ffffffff800022ec: 88 8d b8 fe ff ff mov %cl,-0x148(%rbp) -ffffffff800022f2: 89 c1 mov %eax,%ecx -ffffffff800022f4: c1 e9 0c shr $0xc,%ecx -ffffffff800022f7: 80 e1 3f and $0x3f,%cl -ffffffff800022fa: 80 c9 80 or $0x80,%cl -ffffffff800022fd: 88 8d b9 fe ff ff mov %cl,-0x147(%rbp) -ffffffff80002303: 89 c1 mov %eax,%ecx -ffffffff80002305: c1 e9 06 shr $0x6,%ecx -ffffffff80002308: 80 e1 3f and $0x3f,%cl -ffffffff8000230b: 80 c9 80 or $0x80,%cl -ffffffff8000230e: 88 8d ba fe ff ff mov %cl,-0x146(%rbp) -ffffffff80002314: 24 3f and $0x3f,%al -ffffffff80002316: 0c 80 or $0x80,%al -ffffffff80002318: 88 85 bb fe ff ff mov %al,-0x145(%rbp) -ffffffff8000231e: e9 38 ff ff ff jmp ffffffff8000225b <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x9bb> -ffffffff80002323: 66 66 66 66 2e 0f 1f data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8000232a: 84 00 00 00 00 00 -ffffffff80002330: 4c 8b 75 b8 mov -0x48(%rbp),%r14 -ffffffff80002334: 49 ff c6 inc %r14 -ffffffff80002337: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1) -ffffffff8000233e: 00 00 -ffffffff80002340: 4c 89 75 b8 mov %r14,-0x48(%rbp) -ffffffff80002344: 49 39 dd cmp %rbx,%r13 -ffffffff80002347: 0f 84 a3 02 00 00 je ffffffff800025f0 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xd50> -ffffffff8000234d: 45 0f b6 65 00 movzbl 0x0(%r13),%r12d -ffffffff80002352: 45 84 e4 test %r12b,%r12b -ffffffff80002355: 78 19 js ffffffff80002370 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xad0> -ffffffff80002357: 49 ff c5 inc %r13 -ffffffff8000235a: 41 83 fc 5b cmp $0x5b,%r12d -ffffffff8000235e: 0f 8f 8c 00 00 00 jg ffffffff800023f0 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xb50> -ffffffff80002364: e9 47 01 00 00 jmp ffffffff800024b0 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xc10> -ffffffff80002369: 0f 1f 80 00 00 00 00 nopl 0x0(%rax) -ffffffff80002370: 44 89 e0 mov %r12d,%eax -ffffffff80002373: 83 e0 1f and $0x1f,%eax -ffffffff80002376: 41 0f b6 55 01 movzbl 0x1(%r13),%edx -ffffffff8000237b: 83 e2 3f and $0x3f,%edx -ffffffff8000237e: 41 80 fc df cmp $0xdf,%r12b -ffffffff80002382: 76 3a jbe ffffffff800023be <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xb1e> -ffffffff80002384: 41 0f b6 4d 02 movzbl 0x2(%r13),%ecx -ffffffff80002389: c1 e2 06 shl $0x6,%edx -ffffffff8000238c: 83 e1 3f and $0x3f,%ecx -ffffffff8000238f: 09 d1 or %edx,%ecx -ffffffff80002391: 41 80 fc f0 cmp $0xf0,%r12b -ffffffff80002395: 72 3e jb ffffffff800023d5 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xb35> -ffffffff80002397: 45 0f b6 65 03 movzbl 0x3(%r13),%r12d -ffffffff8000239c: 49 83 c5 04 add $0x4,%r13 -ffffffff800023a0: 83 e0 07 and $0x7,%eax -ffffffff800023a3: c1 e0 12 shl $0x12,%eax -ffffffff800023a6: c1 e1 06 shl $0x6,%ecx -ffffffff800023a9: 41 83 e4 3f and $0x3f,%r12d -ffffffff800023ad: 41 09 cc or %ecx,%r12d -ffffffff800023b0: 41 09 c4 or %eax,%r12d -ffffffff800023b3: 41 83 fc 5b cmp $0x5b,%r12d -ffffffff800023b7: 7f 37 jg ffffffff800023f0 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xb50> -ffffffff800023b9: e9 f2 00 00 00 jmp ffffffff800024b0 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xc10> -ffffffff800023be: 49 83 c5 02 add $0x2,%r13 -ffffffff800023c2: c1 e0 06 shl $0x6,%eax -ffffffff800023c5: 09 d0 or %edx,%eax -ffffffff800023c7: 41 89 c4 mov %eax,%r12d -ffffffff800023ca: 41 83 fc 5b cmp $0x5b,%r12d -ffffffff800023ce: 7f 20 jg ffffffff800023f0 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xb50> -ffffffff800023d0: e9 db 00 00 00 jmp ffffffff800024b0 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xc10> -ffffffff800023d5: 49 83 c5 03 add $0x3,%r13 -ffffffff800023d9: c1 e0 0c shl $0xc,%eax -ffffffff800023dc: 09 c1 or %eax,%ecx -ffffffff800023de: 41 89 cc mov %ecx,%r12d -ffffffff800023e1: 41 83 fc 5b cmp $0x5b,%r12d -ffffffff800023e5: 0f 8e c5 00 00 00 jle ffffffff800024b0 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xc10> -ffffffff800023eb: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) -ffffffff800023f0: 41 83 fc 5c cmp $0x5c,%r12d -ffffffff800023f4: 0f 85 d6 00 00 00 jne ffffffff800024d0 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xc30> -ffffffff800023fa: 49 39 dd cmp %rbx,%r13 -ffffffff800023fd: 0f 84 ed 01 00 00 je ffffffff800025f0 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xd50> -ffffffff80002403: 41 0f b6 45 00 movzbl 0x0(%r13),%eax -ffffffff80002408: 84 c0 test %al,%al -ffffffff8000240a: 78 0e js ffffffff8000241a <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xb7a> -ffffffff8000240c: 49 ff c5 inc %r13 -ffffffff8000240f: 83 f8 73 cmp $0x73,%eax -ffffffff80002412: 0f 8e 48 01 00 00 jle ffffffff80002560 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xcc0> -ffffffff80002418: eb 76 jmp ffffffff80002490 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xbf0> -ffffffff8000241a: 89 c1 mov %eax,%ecx -ffffffff8000241c: 83 e1 1f and $0x1f,%ecx -ffffffff8000241f: 41 0f b6 75 01 movzbl 0x1(%r13),%esi -ffffffff80002424: 83 e6 3f and $0x3f,%esi -ffffffff80002427: 3c df cmp $0xdf,%al -ffffffff80002429: 76 35 jbe ffffffff80002460 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xbc0> -ffffffff8000242b: 41 0f b6 55 02 movzbl 0x2(%r13),%edx -ffffffff80002430: c1 e6 06 shl $0x6,%esi -ffffffff80002433: 83 e2 3f and $0x3f,%edx -ffffffff80002436: 09 f2 or %esi,%edx -ffffffff80002438: 3c f0 cmp $0xf0,%al -ffffffff8000243a: 72 39 jb ffffffff80002475 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xbd5> -ffffffff8000243c: 41 0f b6 45 03 movzbl 0x3(%r13),%eax -ffffffff80002441: 49 83 c5 04 add $0x4,%r13 -ffffffff80002445: 83 e1 07 and $0x7,%ecx -ffffffff80002448: c1 e1 12 shl $0x12,%ecx -ffffffff8000244b: c1 e2 06 shl $0x6,%edx -ffffffff8000244e: 83 e0 3f and $0x3f,%eax -ffffffff80002451: 09 d0 or %edx,%eax -ffffffff80002453: 09 c8 or %ecx,%eax -ffffffff80002455: 83 f8 73 cmp $0x73,%eax -ffffffff80002458: 0f 8e 02 01 00 00 jle ffffffff80002560 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xcc0> -ffffffff8000245e: eb 30 jmp ffffffff80002490 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xbf0> -ffffffff80002460: 49 83 c5 02 add $0x2,%r13 -ffffffff80002464: c1 e1 06 shl $0x6,%ecx -ffffffff80002467: 09 f1 or %esi,%ecx -ffffffff80002469: 89 c8 mov %ecx,%eax -ffffffff8000246b: 83 f8 73 cmp $0x73,%eax -ffffffff8000246e: 7f 20 jg ffffffff80002490 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xbf0> -ffffffff80002470: e9 eb 00 00 00 jmp ffffffff80002560 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xcc0> -ffffffff80002475: 49 83 c5 03 add $0x3,%r13 -ffffffff80002479: c1 e1 0c shl $0xc,%ecx -ffffffff8000247c: 09 ca or %ecx,%edx -ffffffff8000247e: 89 d0 mov %edx,%eax -ffffffff80002480: 83 f8 73 cmp $0x73,%eax -ffffffff80002483: 0f 8e d7 00 00 00 jle ffffffff80002560 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xcc0> -ffffffff80002489: 0f 1f 80 00 00 00 00 nopl 0x0(%rax) -ffffffff80002490: 3d 00 00 11 00 cmp $0x110000,%eax -ffffffff80002495: 0f 84 a9 fe ff ff je ffffffff80002344 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xaa4> -ffffffff8000249b: 83 f8 74 cmp $0x74,%eax -ffffffff8000249e: 0f 85 d3 00 00 00 jne ffffffff80002577 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xcd7> -ffffffff800024a4: bb 09 00 00 00 mov $0x9,%ebx -ffffffff800024a9: e9 a4 01 00 00 jmp ffffffff80002652 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xdb2> -ffffffff800024ae: 66 90 xchg %ax,%ax -ffffffff800024b0: 41 83 fc 20 cmp $0x20,%r12d -ffffffff800024b4: 0f 84 3f 01 00 00 je ffffffff800025f9 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xd59> -ffffffff800024ba: 41 83 fc 22 cmp $0x22,%r12d -ffffffff800024be: 0f 84 35 01 00 00 je ffffffff800025f9 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xd59> -ffffffff800024c4: 41 83 fc 27 cmp $0x27,%r12d -ffffffff800024c8: 75 13 jne ffffffff800024dd <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xc3d> -ffffffff800024ca: e9 2a 01 00 00 jmp ffffffff800025f9 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xd59> -ffffffff800024cf: 90 nop -ffffffff800024d0: 41 81 fc 00 00 11 00 cmp $0x110000,%r12d -ffffffff800024d7: 0f 84 1c 01 00 00 je ffffffff800025f9 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xd59> -ffffffff800024dd: 41 81 fc 80 00 00 00 cmp $0x80,%r12d -ffffffff800024e4: 73 2a jae ffffffff80002510 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xc70> -ffffffff800024e6: 4c 3b 75 b0 cmp -0x50(%rbp),%r14 -ffffffff800024ea: 75 10 jne ffffffff800024fc <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xc5c> -ffffffff800024ec: 48 8d 7d a8 lea -0x58(%rbp),%rdi -ffffffff800024f0: 4c 89 f6 mov %r14,%rsi -ffffffff800024f3: e8 28 df 00 00 call ffffffff80010420 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17h93703262ec0280feE> -ffffffff800024f8: 4c 8b 75 b8 mov -0x48(%rbp),%r14 -ffffffff800024fc: 48 8b 45 a8 mov -0x58(%rbp),%rax -ffffffff80002500: 46 88 24 30 mov %r12b,(%rax,%r14,1) -ffffffff80002504: e9 27 fe ff ff jmp ffffffff80002330 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xa90> -ffffffff80002509: 0f 1f 80 00 00 00 00 nopl 0x0(%rax) -ffffffff80002510: c7 85 b8 fe ff ff 00 movl $0x0,-0x148(%rbp) -ffffffff80002517: 00 00 00 -ffffffff8000251a: 44 89 e0 mov %r12d,%eax -ffffffff8000251d: 41 81 fc 00 08 00 00 cmp $0x800,%r12d -ffffffff80002524: 73 6a jae ffffffff80002590 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xcf0> -ffffffff80002526: c1 e8 06 shr $0x6,%eax -ffffffff80002529: 0c c0 or $0xc0,%al -ffffffff8000252b: 88 85 b8 fe ff ff mov %al,-0x148(%rbp) -ffffffff80002531: 41 80 e4 3f and $0x3f,%r12b -ffffffff80002535: 41 80 cc 80 or $0x80,%r12b -ffffffff80002539: 44 88 a5 b9 fe ff ff mov %r12b,-0x147(%rbp) -ffffffff80002540: 41 bc 02 00 00 00 mov $0x2,%r12d -ffffffff80002546: 48 8b 45 b0 mov -0x50(%rbp),%rax -ffffffff8000254a: 4c 29 f0 sub %r14,%rax -ffffffff8000254d: 4c 39 e0 cmp %r12,%rax -ffffffff80002550: 0f 83 fa 02 00 00 jae ffffffff80002850 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xfb0> -ffffffff80002556: e9 dd 02 00 00 jmp ffffffff80002838 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xf98> -ffffffff8000255b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) -ffffffff80002560: 83 f8 30 cmp $0x30,%eax -ffffffff80002563: 0f 84 e7 00 00 00 je ffffffff80002650 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xdb0> -ffffffff80002569: bb 0a 00 00 00 mov $0xa,%ebx -ffffffff8000256e: 83 f8 6e cmp $0x6e,%eax -ffffffff80002571: 0f 84 db 00 00 00 je ffffffff80002652 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xdb2> -ffffffff80002577: 3d 80 00 00 00 cmp $0x80,%eax -ffffffff8000257c: 0f 83 a0 01 00 00 jae ffffffff80002722 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xe82> -ffffffff80002582: 89 c3 mov %eax,%ebx -ffffffff80002584: e9 c9 00 00 00 jmp ffffffff80002652 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xdb2> -ffffffff80002589: 0f 1f 80 00 00 00 00 nopl 0x0(%rax) -ffffffff80002590: 41 81 fc 00 00 01 00 cmp $0x10000,%r12d -ffffffff80002597: 0f 83 30 01 00 00 jae ffffffff800026cd <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xe2d> -ffffffff8000259d: c1 e8 0c shr $0xc,%eax -ffffffff800025a0: 0c e0 or $0xe0,%al -ffffffff800025a2: 88 85 b8 fe ff ff mov %al,-0x148(%rbp) -ffffffff800025a8: 44 89 e0 mov %r12d,%eax -ffffffff800025ab: c1 e8 06 shr $0x6,%eax -ffffffff800025ae: 24 3f and $0x3f,%al -ffffffff800025b0: 0c 80 or $0x80,%al -ffffffff800025b2: 88 85 b9 fe ff ff mov %al,-0x147(%rbp) -ffffffff800025b8: 41 80 e4 3f and $0x3f,%r12b -ffffffff800025bc: 41 80 cc 80 or $0x80,%r12b -ffffffff800025c0: 44 88 a5 ba fe ff ff mov %r12b,-0x146(%rbp) -ffffffff800025c7: 41 bc 03 00 00 00 mov $0x3,%r12d -ffffffff800025cd: 48 8b 45 b0 mov -0x50(%rbp),%rax -ffffffff800025d1: 4c 29 f0 sub %r14,%rax -ffffffff800025d4: 4c 39 e0 cmp %r12,%rax -ffffffff800025d7: 0f 83 73 02 00 00 jae ffffffff80002850 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xfb0> -ffffffff800025dd: e9 56 02 00 00 jmp ffffffff80002838 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xf98> -ffffffff800025e2: 66 66 66 66 66 2e 0f data16 data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff800025e9: 1f 84 00 00 00 00 00 -ffffffff800025f0: 41 bc 00 00 11 00 mov $0x110000,%r12d -ffffffff800025f6: 49 89 dd mov %rbx,%r13 -ffffffff800025f9: 48 83 bd 50 fe ff ff cmpq $0x0,-0x1b0(%rbp) -ffffffff80002600: 00 -ffffffff80002601: 0f 84 80 00 00 00 je ffffffff80002687 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xde7> -ffffffff80002607: 48 8b 45 b8 mov -0x48(%rbp),%rax -ffffffff8000260b: 48 89 85 c8 fe ff ff mov %rax,-0x138(%rbp) -ffffffff80002612: 48 8b 45 a8 mov -0x58(%rbp),%rax -ffffffff80002616: 48 8b 4d b0 mov -0x50(%rbp),%rcx -ffffffff8000261a: 48 89 8d c0 fe ff ff mov %rcx,-0x140(%rbp) -ffffffff80002621: 48 89 85 b8 fe ff ff mov %rax,-0x148(%rbp) -ffffffff80002628: 48 8b 75 90 mov -0x70(%rbp),%rsi -ffffffff8000262c: 48 3b 75 88 cmp -0x78(%rbp),%rsi -ffffffff80002630: 0f 85 ea f2 ff ff jne ffffffff80001920 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x80> -ffffffff80002636: 48 8d 7d 80 lea -0x80(%rbp),%rdi -ffffffff8000263a: e8 21 e0 00 00 call ffffffff80010660 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17hdb9572c1875a14f8E> -ffffffff8000263f: 48 8b 75 90 mov -0x70(%rbp),%rsi -ffffffff80002643: e9 d8 f2 ff ff jmp ffffffff80001920 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x80> -ffffffff80002648: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff8000264f: 00 -ffffffff80002650: 31 db xor %ebx,%ebx -ffffffff80002652: 4c 3b 75 b0 cmp -0x50(%rbp),%r14 -ffffffff80002656: 75 10 jne ffffffff80002668 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xdc8> -ffffffff80002658: 48 8d 7d a8 lea -0x58(%rbp),%rdi -ffffffff8000265c: 4c 89 f6 mov %r14,%rsi -ffffffff8000265f: e8 bc dd 00 00 call ffffffff80010420 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17h93703262ec0280feE> -ffffffff80002664: 4c 8b 75 b8 mov -0x48(%rbp),%r14 -ffffffff80002668: 48 8b 45 a8 mov -0x58(%rbp),%rax -ffffffff8000266c: 42 88 1c 30 mov %bl,(%rax,%r14,1) -ffffffff80002670: 4c 8b 75 b8 mov -0x48(%rbp),%r14 -ffffffff80002674: 49 ff c6 inc %r14 -ffffffff80002677: 4c 89 75 b8 mov %r14,-0x48(%rbp) -ffffffff8000267b: 48 8b 9d 60 ff ff ff mov -0xa0(%rbp),%rbx -ffffffff80002682: e9 bd fc ff ff jmp ffffffff80002344 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xaa4> -ffffffff80002687: 4c 89 bd 90 fe ff ff mov %r15,-0x170(%rbp) -ffffffff8000268e: 4c 8b 7d a8 mov -0x58(%rbp),%r15 -ffffffff80002692: 48 8b 5d b0 mov -0x50(%rbp),%rbx -ffffffff80002696: 48 83 bd 98 fe ff ff cmpq $0x0,-0x168(%rbp) -ffffffff8000269d: 00 -ffffffff8000269e: 0f 84 b9 f2 ff ff je ffffffff8000195d <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xbd> -ffffffff800026a4: 0f b6 05 ed 8c 02 00 movzbl 0x28ced(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff800026ab: 84 c0 test %al,%al -ffffffff800026ad: 0f 84 a3 00 00 00 je ffffffff80002756 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xeb6> -ffffffff800026b3: 48 83 3d 2d 8c 02 00 cmpq $0x0,0x28c2d(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff800026ba: 00 -ffffffff800026bb: 48 8d 3d 2e 8c 02 00 lea 0x28c2e(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff800026c2: 0f 85 cc 00 00 00 jne ffffffff80002794 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xef4> -ffffffff800026c8: e9 5d 1e 00 00 jmp ffffffff8000452a <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2c8a> -ffffffff800026cd: c1 e8 12 shr $0x12,%eax -ffffffff800026d0: 0c f0 or $0xf0,%al -ffffffff800026d2: 88 85 b8 fe ff ff mov %al,-0x148(%rbp) -ffffffff800026d8: 44 89 e0 mov %r12d,%eax -ffffffff800026db: c1 e8 0c shr $0xc,%eax -ffffffff800026de: 24 3f and $0x3f,%al -ffffffff800026e0: 0c 80 or $0x80,%al -ffffffff800026e2: 88 85 b9 fe ff ff mov %al,-0x147(%rbp) -ffffffff800026e8: 44 89 e0 mov %r12d,%eax -ffffffff800026eb: c1 e8 06 shr $0x6,%eax -ffffffff800026ee: 24 3f and $0x3f,%al -ffffffff800026f0: 0c 80 or $0x80,%al -ffffffff800026f2: 88 85 ba fe ff ff mov %al,-0x146(%rbp) -ffffffff800026f8: 41 80 e4 3f and $0x3f,%r12b -ffffffff800026fc: 41 80 cc 80 or $0x80,%r12b -ffffffff80002700: 44 88 a5 bb fe ff ff mov %r12b,-0x145(%rbp) -ffffffff80002707: 41 bc 04 00 00 00 mov $0x4,%r12d -ffffffff8000270d: 48 8b 45 b0 mov -0x50(%rbp),%rax -ffffffff80002711: 4c 29 f0 sub %r14,%rax -ffffffff80002714: 4c 39 e0 cmp %r12,%rax -ffffffff80002717: 0f 83 33 01 00 00 jae ffffffff80002850 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xfb0> -ffffffff8000271d: e9 16 01 00 00 jmp ffffffff80002838 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xf98> -ffffffff80002722: c7 85 b8 fe ff ff 00 movl $0x0,-0x148(%rbp) -ffffffff80002729: 00 00 00 -ffffffff8000272c: 89 c1 mov %eax,%ecx -ffffffff8000272e: 3d 00 08 00 00 cmp $0x800,%eax -ffffffff80002733: 73 7c jae ffffffff800027b1 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xf11> -ffffffff80002735: c1 e9 06 shr $0x6,%ecx -ffffffff80002738: 80 c9 c0 or $0xc0,%cl -ffffffff8000273b: 88 8d b8 fe ff ff mov %cl,-0x148(%rbp) -ffffffff80002741: 24 3f and $0x3f,%al -ffffffff80002743: 0c 80 or $0x80,%al -ffffffff80002745: 88 85 b9 fe ff ff mov %al,-0x147(%rbp) -ffffffff8000274b: 41 bc 02 00 00 00 mov $0x2,%r12d -ffffffff80002751: e9 cf 00 00 00 jmp ffffffff80002825 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xf85> -ffffffff80002756: 48 8d bd b8 fe ff ff lea -0x148(%rbp),%rdi -ffffffff8000275d: ff 15 7d 8b 02 00 call *0x28b7d(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80002763: 48 c7 05 7a 8b 02 00 movq $0x1,0x28b7a(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000276a: 01 00 00 00 -ffffffff8000276e: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80002773: 48 8d 3d 76 8b 02 00 lea 0x28b76(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000277a: 48 8d b5 b8 fe ff ff lea -0x148(%rbp),%rsi -ffffffff80002781: e8 fa fe 01 00 call ffffffff80022680 -ffffffff80002786: 48 8d 3d 63 8b 02 00 lea 0x28b63(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000278d: c6 05 04 8c 02 00 01 movb $0x1,0x28c04(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80002794: ba 01 00 00 00 mov $0x1,%edx -ffffffff80002799: 48 8b b5 90 fe ff ff mov -0x170(%rbp),%rsi -ffffffff800027a0: 48 8b 8d 98 fe ff ff mov -0x168(%rbp),%rcx -ffffffff800027a7: e8 a4 1a 01 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff800027ac: e9 ac f1 ff ff jmp ffffffff8000195d <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xbd> -ffffffff800027b1: 3d 00 00 01 00 cmp $0x10000,%eax -ffffffff800027b6: 73 2f jae ffffffff800027e7 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xf47> -ffffffff800027b8: c1 e9 0c shr $0xc,%ecx -ffffffff800027bb: 80 c9 e0 or $0xe0,%cl -ffffffff800027be: 88 8d b8 fe ff ff mov %cl,-0x148(%rbp) -ffffffff800027c4: 89 c1 mov %eax,%ecx -ffffffff800027c6: c1 e9 06 shr $0x6,%ecx -ffffffff800027c9: 80 e1 3f and $0x3f,%cl -ffffffff800027cc: 80 c9 80 or $0x80,%cl -ffffffff800027cf: 88 8d b9 fe ff ff mov %cl,-0x147(%rbp) -ffffffff800027d5: 24 3f and $0x3f,%al -ffffffff800027d7: 0c 80 or $0x80,%al -ffffffff800027d9: 88 85 ba fe ff ff mov %al,-0x146(%rbp) -ffffffff800027df: 41 bc 03 00 00 00 mov $0x3,%r12d -ffffffff800027e5: eb 3e jmp ffffffff80002825 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xf85> -ffffffff800027e7: c1 e9 12 shr $0x12,%ecx -ffffffff800027ea: 80 c9 f0 or $0xf0,%cl -ffffffff800027ed: 88 8d b8 fe ff ff mov %cl,-0x148(%rbp) -ffffffff800027f3: 89 c1 mov %eax,%ecx -ffffffff800027f5: c1 e9 0c shr $0xc,%ecx -ffffffff800027f8: 80 e1 3f and $0x3f,%cl -ffffffff800027fb: 80 c9 80 or $0x80,%cl -ffffffff800027fe: 88 8d b9 fe ff ff mov %cl,-0x147(%rbp) -ffffffff80002804: 89 c1 mov %eax,%ecx -ffffffff80002806: c1 e9 06 shr $0x6,%ecx -ffffffff80002809: 80 e1 3f and $0x3f,%cl -ffffffff8000280c: 80 c9 80 or $0x80,%cl -ffffffff8000280f: 88 8d ba fe ff ff mov %cl,-0x146(%rbp) -ffffffff80002815: 24 3f and $0x3f,%al -ffffffff80002817: 0c 80 or $0x80,%al -ffffffff80002819: 88 85 bb fe ff ff mov %al,-0x145(%rbp) -ffffffff8000281f: 41 bc 04 00 00 00 mov $0x4,%r12d -ffffffff80002825: 48 8b 9d 60 ff ff ff mov -0xa0(%rbp),%rbx -ffffffff8000282c: 48 8b 45 b0 mov -0x50(%rbp),%rax -ffffffff80002830: 4c 29 f0 sub %r14,%rax -ffffffff80002833: 4c 39 e0 cmp %r12,%rax -ffffffff80002836: 73 18 jae ffffffff80002850 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xfb0> -ffffffff80002838: 48 8d 7d a8 lea -0x58(%rbp),%rdi -ffffffff8000283c: 4c 89 f6 mov %r14,%rsi -ffffffff8000283f: 4c 89 e2 mov %r12,%rdx -ffffffff80002842: e8 29 e1 00 00 call ffffffff80010970 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$7reserve21do_reserve_and_handle17hc220879802511051E> -ffffffff80002847: 4c 8b 75 b8 mov -0x48(%rbp),%r14 -ffffffff8000284b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) -ffffffff80002850: 48 8b 7d a8 mov -0x58(%rbp),%rdi -ffffffff80002854: 4c 01 f7 add %r14,%rdi -ffffffff80002857: 48 8d b5 b8 fe ff ff lea -0x148(%rbp),%rsi -ffffffff8000285e: 4c 89 e2 mov %r12,%rdx -ffffffff80002861: e8 1a fe 01 00 call ffffffff80022680 -ffffffff80002866: 4d 01 e6 add %r12,%r14 -ffffffff80002869: e9 d2 fa ff ff jmp ffffffff80002340 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0xaa0> -ffffffff8000286e: 48 8b 45 90 mov -0x70(%rbp),%rax -ffffffff80002872: 48 89 85 88 fe ff ff mov %rax,-0x178(%rbp) -ffffffff80002879: 48 8b 45 80 mov -0x80(%rbp),%rax -ffffffff8000287d: 48 8b 4d 88 mov -0x78(%rbp),%rcx -ffffffff80002881: 48 89 8d 80 fe ff ff mov %rcx,-0x180(%rbp) -ffffffff80002888: 48 89 85 78 fe ff ff mov %rax,-0x188(%rbp) -ffffffff8000288f: 4c 89 bd 18 fe ff ff mov %r15,-0x1e8(%rbp) -ffffffff80002896: 48 8b 85 98 fe ff ff mov -0x168(%rbp),%rax -ffffffff8000289d: 48 89 85 20 fe ff ff mov %rax,-0x1e0(%rbp) -ffffffff800028a4: 4c 89 b5 28 fe ff ff mov %r14,-0x1d8(%rbp) -ffffffff800028ab: 49 83 fe 08 cmp $0x8,%r14 -ffffffff800028af: 0f 87 9f 05 00 00 ja ffffffff80002e54 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x15b4> -ffffffff800028b5: 48 8d 05 20 13 02 00 lea 0x21320(%rip),%rax # ffffffff80023bdc <_ZN17compiler_builtins3mem6strlen17ha67bf7541695cb1bE+0x125c> -ffffffff800028bc: 4a 63 0c b0 movslq (%rax,%r14,4),%rcx -ffffffff800028c0: 48 01 c1 add %rax,%rcx -ffffffff800028c3: ff e1 jmp *%rcx -ffffffff800028c5: 41 81 3f 65 63 68 6f cmpl $0x6f686365,(%r15) -ffffffff800028cc: 0f 84 b4 01 00 00 je ffffffff80002a86 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x11e6> -ffffffff800028d2: 41 81 3f 70 6f 6b 65 cmpl $0x656b6f70,(%r15) -ffffffff800028d9: 0f 85 41 07 00 00 jne ffffffff80003020 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x1780> -ffffffff800028df: 48 83 bd 88 fe ff ff cmpq $0x2,-0x178(%rbp) -ffffffff800028e6: 02 -ffffffff800028e7: 0f 83 a3 03 00 00 jae ffffffff80002c90 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x13f0> -ffffffff800028ed: 48 8d 3d 5c 6e 02 00 lea 0x26e5c(%rip),%rdi # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff800028f4: e8 87 93 01 00 call ffffffff8001bc80 <_ZN86_$LT$CappuccinOS..libs..lazy..Lazy$LT$T$C$F$GT$$u20$as$u20$core..ops..deref..Deref$GT$5deref17h2366083509c56d52E> -ffffffff800028f9: 48 89 c3 mov %rax,%rbx -ffffffff800028fc: 48 8d 05 e5 6c 02 00 lea 0x26ce5(%rip),%rax # ffffffff800295e8 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x138> -ffffffff80002903: e9 8f 0a 00 00 jmp ffffffff80003397 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x1af7> -ffffffff80002908: b8 6d 65 6d 73 mov $0x736d656d,%eax -ffffffff8000290d: 41 33 07 xor (%r15),%eax -ffffffff80002910: b9 73 74 61 74 mov $0x74617473,%ecx -ffffffff80002915: 41 33 4f 03 xor 0x3(%r15),%ecx -ffffffff80002919: 09 c1 or %eax,%ecx -ffffffff8000291b: 0f 84 43 01 00 00 je ffffffff80002a64 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x11c4> -ffffffff80002921: b8 6d 65 6d 74 mov $0x746d656d,%eax -ffffffff80002926: 41 33 07 xor (%r15),%eax -ffffffff80002929: b9 74 65 73 74 mov $0x74736574,%ecx -ffffffff8000292e: 41 33 4f 03 xor 0x3(%r15),%ecx -ffffffff80002932: 09 c1 or %eax,%ecx -ffffffff80002934: 0f 84 6d 01 00 00 je ffffffff80002aa7 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x1207> -ffffffff8000293a: b8 6d 65 6d 66 mov $0x666d656d,%eax -ffffffff8000293f: 41 33 07 xor (%r15),%eax -ffffffff80002942: b9 66 69 6c 6c mov $0x6c6c6966,%ecx -ffffffff80002947: 41 33 4f 03 xor 0x3(%r15),%ecx -ffffffff8000294b: 09 c1 or %eax,%ecx -ffffffff8000294d: 0f 85 e7 06 00 00 jne ffffffff8000303a <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x179a> -ffffffff80002953: 0f b6 05 3e 8a 02 00 movzbl 0x28a3e(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000295a: 84 c0 test %al,%al -ffffffff8000295c: 0f 84 f1 0b 00 00 je ffffffff80003553 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x1cb3> -ffffffff80002962: 48 83 3d 7e 89 02 00 cmpq $0x0,0x2897e(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80002969: 00 -ffffffff8000296a: 0f 85 20 0c 00 00 jne ffffffff80003590 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x1cf0> -ffffffff80002970: e9 b5 1b 00 00 jmp ffffffff8000452a <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2c8a> -ffffffff80002975: 48 b8 6d 65 6d 61 6c movabs $0x636f6c6c616d656d,%rax -ffffffff8000297c: 6c 6f 63 -ffffffff8000297f: 49 39 07 cmp %rax,(%r15) -ffffffff80002982: 0f 85 b2 06 00 00 jne ffffffff8000303a <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x179a> -ffffffff80002988: 48 8b 85 88 fe ff ff mov -0x178(%rbp),%rax -ffffffff8000298f: 48 85 c0 test %rax,%rax -ffffffff80002992: 0f 84 8e 02 00 00 je ffffffff80002c26 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x1386> -ffffffff80002998: 4c 8b bd 78 fe ff ff mov -0x188(%rbp),%r15 -ffffffff8000299f: 49 8b 37 mov (%r15),%rsi -ffffffff800029a2: 49 8b 57 10 mov 0x10(%r15),%rdx -ffffffff800029a6: 48 83 fa 02 cmp $0x2,%rdx -ffffffff800029aa: 0f 84 47 05 00 00 je ffffffff80002ef7 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x1657> -ffffffff800029b0: 48 83 fa 06 cmp $0x6,%rdx -ffffffff800029b4: 75 19 jne ffffffff800029cf <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x112f> -ffffffff800029b6: b9 2d 2d 68 65 mov $0x65682d2d,%ecx -ffffffff800029bb: 33 0e xor (%rsi),%ecx -ffffffff800029bd: 0f b7 7e 04 movzwl 0x4(%rsi),%edi -ffffffff800029c1: 81 f7 6c 70 00 00 xor $0x706c,%edi -ffffffff800029c7: 09 cf or %ecx,%edi -ffffffff800029c9: 0f 84 37 05 00 00 je ffffffff80002f06 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x1666> -ffffffff800029cf: 48 83 f8 01 cmp $0x1,%rax -ffffffff800029d3: 0f 85 f9 04 00 00 jne ffffffff80002ed2 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x1632> -ffffffff800029d9: 48 8d bd a0 fe ff ff lea -0x160(%rbp),%rdi -ffffffff800029e0: e8 1b ae 01 00 call ffffffff8001d800 <_ZN4core3num60_$LT$impl$u20$core..str..traits..FromStr$u20$for$u20$u64$GT$8from_str17hce5000c26726b9acE> -ffffffff800029e5: 80 bd a0 fe ff ff 00 cmpb $0x0,-0x160(%rbp) -ffffffff800029ec: 0f 84 f6 15 00 00 je ffffffff80003fe8 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2748> -ffffffff800029f2: 48 8d 3d 57 6d 02 00 lea 0x26d57(%rip),%rdi # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff800029f9: e8 82 92 01 00 call ffffffff8001bc80 <_ZN86_$LT$CappuccinOS..libs..lazy..Lazy$LT$T$C$F$GT$$u20$as$u20$core..ops..deref..Deref$GT$5deref17h2366083509c56d52E> -ffffffff800029fe: 48 89 c3 mov %rax,%rbx -ffffffff80002a01: 48 8d 05 a0 6c 02 00 lea 0x26ca0(%rip),%rax # ffffffff800296a8 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x1f8> -ffffffff80002a08: 48 89 85 b8 fe ff ff mov %rax,-0x148(%rbp) -ffffffff80002a0f: 48 c7 85 c0 fe ff ff movq $0x1,-0x140(%rbp) -ffffffff80002a16: 01 00 00 00 -ffffffff80002a1a: 48 c7 85 d8 fe ff ff movq $0x0,-0x128(%rbp) -ffffffff80002a21: 00 00 00 00 -ffffffff80002a25: 48 8d 05 d4 11 02 00 lea 0x211d4(%rip),%rax # ffffffff80023c00 <_ZN17compiler_builtins3mem6strlen17ha67bf7541695cb1bE+0x1280> -ffffffff80002a2c: 48 89 85 c8 fe ff ff mov %rax,-0x138(%rbp) -ffffffff80002a33: 48 c7 85 d0 fe ff ff movq $0x0,-0x130(%rbp) -ffffffff80002a3a: 00 00 00 00 -ffffffff80002a3e: 48 8d b5 b8 fe ff ff lea -0x148(%rbp),%rsi -ffffffff80002a45: 4c 8d 7d a8 lea -0x58(%rbp),%r15 -ffffffff80002a49: 4c 89 ff mov %r15,%rdi -ffffffff80002a4c: e8 2f da ff ff call ffffffff80000480 <_ZN5alloc3fmt6format17h2df0ed49a1f8e05eE> -ffffffff80002a51: 4c 89 bd 60 fe ff ff mov %r15,-0x1a0(%rbp) -ffffffff80002a58: 48 8d 85 60 fe ff ff lea -0x1a0(%rbp),%rax -ffffffff80002a5f: e9 8a 09 00 00 jmp ffffffff800033ee <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x1b4e> -ffffffff80002a64: 0f b6 05 2d 89 02 00 movzbl 0x2892d(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80002a6b: 84 c0 test %al,%al -ffffffff80002a6d: 0f 84 bb 00 00 00 je ffffffff80002b2e <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x128e> -ffffffff80002a73: 48 83 3d 6d 88 02 00 cmpq $0x0,0x2886d(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80002a7a: 00 -ffffffff80002a7b: 0f 85 e3 00 00 00 jne ffffffff80002b64 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x12c4> -ffffffff80002a81: e9 a4 1a 00 00 jmp ffffffff8000452a <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2c8a> -ffffffff80002a86: 48 83 bd 88 fe ff ff cmpq $0x0,-0x178(%rbp) -ffffffff80002a8d: 00 -ffffffff80002a8e: 0f 84 b4 01 00 00 je ffffffff80002c48 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x13a8> -ffffffff80002a94: 48 8b 85 78 fe ff ff mov -0x188(%rbp),%rax -ffffffff80002a9b: 48 8b 18 mov (%rax),%rbx -ffffffff80002a9e: 4c 8b 70 10 mov 0x10(%rax),%r14 -ffffffff80002aa2: e9 ab 01 00 00 jmp ffffffff80002c52 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x13b2> -ffffffff80002aa7: 48 83 bd 88 fe ff ff cmpq $0x0,-0x178(%rbp) -ffffffff80002aae: 00 -ffffffff80002aaf: 0f 84 fb 03 00 00 je ffffffff80002eb0 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x1610> -ffffffff80002ab5: 48 8b 85 78 fe ff ff mov -0x188(%rbp),%rax -ffffffff80002abc: 48 8b 48 10 mov 0x10(%rax),%rcx -ffffffff80002ac0: 48 83 f9 02 cmp $0x2,%rcx -ffffffff80002ac4: 72 46 jb ffffffff80002b0c <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x126c> -ffffffff80002ac6: 48 8b 30 mov (%rax),%rsi -ffffffff80002ac9: 0f b7 06 movzwl (%rsi),%eax -ffffffff80002acc: 3d 30 78 00 00 cmp $0x7830,%eax -ffffffff80002ad1: 75 39 jne ffffffff80002b0c <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x126c> -ffffffff80002ad3: 48 83 f9 03 cmp $0x3,%rcx -ffffffff80002ad7: 72 0a jb ffffffff80002ae3 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x1243> -ffffffff80002ad9: 80 7e 02 bf cmpb $0xbf,0x2(%rsi) -ffffffff80002add: 0f 8e d5 1e 00 00 jle ffffffff800049b8 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x3118> -ffffffff80002ae3: 48 83 c6 02 add $0x2,%rsi -ffffffff80002ae7: 48 83 c1 fe add $0xfffffffffffffffe,%rcx -ffffffff80002aeb: 48 8d bd b8 fe ff ff lea -0x148(%rbp),%rdi -ffffffff80002af2: 48 89 ca mov %rcx,%rdx -ffffffff80002af5: b9 10 00 00 00 mov $0x10,%ecx -ffffffff80002afa: e8 11 ab 01 00 call ffffffff8001d610 <_ZN4core3num21_$LT$impl$u20$u64$GT$14from_str_radix17h72197dc34daa037fE> -ffffffff80002aff: 80 bd b8 fe ff ff 00 cmpb $0x0,-0x148(%rbp) -ffffffff80002b06: 0f 84 65 1c 00 00 je ffffffff80004771 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2ed1> -ffffffff80002b0c: 0f b6 05 9d 6c 02 00 movzbl 0x26c9d(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80002b13: 84 c0 test %al,%al -ffffffff80002b15: 0f 84 9c 0c 00 00 je ffffffff800037b7 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x1f17> -ffffffff80002b1b: 48 83 3d 35 6c 02 00 cmpq $0x0,0x26c35(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80002b22: 00 -ffffffff80002b23: 0f 85 c2 0c 00 00 jne ffffffff800037eb <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x1f4b> -ffffffff80002b29: e9 fc 19 00 00 jmp ffffffff8000452a <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2c8a> -ffffffff80002b2e: 48 8d 9d b8 fe ff ff lea -0x148(%rbp),%rbx -ffffffff80002b35: 48 89 df mov %rbx,%rdi -ffffffff80002b38: ff 15 a2 87 02 00 call *0x287a2(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80002b3e: 48 c7 05 9f 87 02 00 movq $0x1,0x2879f(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80002b45: 01 00 00 00 -ffffffff80002b49: 48 8d 3d a0 87 02 00 lea 0x287a0(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80002b50: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80002b55: 48 89 de mov %rbx,%rsi -ffffffff80002b58: e8 23 fb 01 00 call ffffffff80022680 -ffffffff80002b5d: c6 05 34 88 02 00 01 movb $0x1,0x28834(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80002b64: 48 8b 05 8d 87 02 00 mov 0x2878d(%rip),%rax # ffffffff8002b2f8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x18> -ffffffff80002b6b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) -ffffffff80002b70: b1 01 mov $0x1,%cl -ffffffff80002b72: 86 0d 88 87 02 00 xchg %cl,0x28788(%rip) # ffffffff8002b300 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x20> -ffffffff80002b78: 84 c9 test %cl,%cl -ffffffff80002b7a: 75 f4 jne ffffffff80002b70 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x12d0> -ffffffff80002b7c: c6 05 7d 87 02 00 00 movb $0x0,0x2877d(%rip) # ffffffff8002b300 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x20> -ffffffff80002b83: 31 d2 xor %edx,%edx -ffffffff80002b85: 4c 8d 35 54 87 02 00 lea 0x28754(%rip),%r14 # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80002b8c: 31 f6 xor %esi,%esi -ffffffff80002b8e: 66 90 xchg %ax,%ax -ffffffff80002b90: b1 01 mov $0x1,%cl -ffffffff80002b92: 86 0d 68 87 02 00 xchg %cl,0x28768(%rip) # ffffffff8002b300 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x20> -ffffffff80002b98: 84 c9 test %cl,%cl -ffffffff80002b9a: 75 f4 jne ffffffff80002b90 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x12f0> -ffffffff80002b9c: 49 8b 7c f6 28 mov 0x28(%r14,%rsi,8),%rdi -ffffffff80002ba1: c6 05 58 87 02 00 00 movb $0x0,0x28758(%rip) # ffffffff8002b300 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x20> -ffffffff80002ba8: 48 85 ff test %rdi,%rdi -ffffffff80002bab: 74 23 je ffffffff80002bd0 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x1330> -ffffffff80002bad: 0f 1f 00 nopl (%rax) -ffffffff80002bb0: 0f b6 0d d9 87 02 00 movzbl 0x287d9(%rip),%ecx # ffffffff8002b390 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb0> -ffffffff80002bb7: 0f b6 c9 movzbl %cl,%ecx -ffffffff80002bba: 01 f1 add %esi,%ecx -ffffffff80002bbc: 41 b8 01 00 00 00 mov $0x1,%r8d -ffffffff80002bc2: 49 d3 e0 shl %cl,%r8 -ffffffff80002bc5: 4c 01 c2 add %r8,%rdx -ffffffff80002bc8: 48 8b 3f mov (%rdi),%rdi -ffffffff80002bcb: 48 85 ff test %rdi,%rdi -ffffffff80002bce: 75 e0 jne ffffffff80002bb0 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x1310> -ffffffff80002bd0: 48 ff c6 inc %rsi -ffffffff80002bd3: 48 83 fe 10 cmp $0x10,%rsi -ffffffff80002bd7: 75 b7 jne ffffffff80002b90 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x12f0> -ffffffff80002bd9: 48 29 d0 sub %rdx,%rax -ffffffff80002bdc: 48 3d ff ff ff 3f cmp $0x3fffffff,%rax -ffffffff80002be2: 77 2b ja ffffffff80002c0f <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x136f> -ffffffff80002be4: 48 3d 00 00 10 00 cmp $0x100000,%rax -ffffffff80002bea: 0f 83 a9 02 00 00 jae ffffffff80002e99 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x15f9> -ffffffff80002bf0: 48 3d 00 04 00 00 cmp $0x400,%rax -ffffffff80002bf6: 0f 83 c1 0c 00 00 jae ffffffff800038bd <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x201d> -ffffffff80002bfc: 48 8d 0d d5 87 02 00 lea 0x287d5(%rip),%rcx # ffffffff8002b3d8 <_ZN11CappuccinOS3mem11BYTE_LABELS17h21dbfca6d4b8d09bE+0x38> -ffffffff80002c03: 48 8d 15 c6 87 02 00 lea 0x287c6(%rip),%rdx # ffffffff8002b3d0 <_ZN11CappuccinOS3mem11BYTE_LABELS17h21dbfca6d4b8d09bE+0x30> -ffffffff80002c0a: e9 c0 0c 00 00 jmp ffffffff800038cf <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x202f> -ffffffff80002c0f: 48 c1 e8 1e shr $0x1e,%rax -ffffffff80002c13: 48 8d 0d 8e 87 02 00 lea 0x2878e(%rip),%rcx # ffffffff8002b3a8 <_ZN11CappuccinOS3mem11BYTE_LABELS17h21dbfca6d4b8d09bE+0x8> -ffffffff80002c1a: 48 8d 15 7f 87 02 00 lea 0x2877f(%rip),%rdx # ffffffff8002b3a0 <_ZN11CappuccinOS3mem11BYTE_LABELS17h21dbfca6d4b8d09bE> -ffffffff80002c21: e9 a9 0c 00 00 jmp ffffffff800038cf <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x202f> -ffffffff80002c26: 0f b6 05 83 6b 02 00 movzbl 0x26b83(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80002c2d: 84 c0 test %al,%al -ffffffff80002c2f: 0f 84 a5 0a 00 00 je ffffffff800036da <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x1e3a> -ffffffff80002c35: 48 83 3d 1b 6b 02 00 cmpq $0x0,0x26b1b(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80002c3c: 00 -ffffffff80002c3d: 0f 85 cb 0a 00 00 jne ffffffff8000370e <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x1e6e> -ffffffff80002c43: e9 e2 18 00 00 jmp ffffffff8000452a <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2c8a> -ffffffff80002c48: 48 8d 1d b1 0f 02 00 lea 0x20fb1(%rip),%rbx # ffffffff80023c00 <_ZN17compiler_builtins3mem6strlen17ha67bf7541695cb1bE+0x1280> -ffffffff80002c4f: 45 31 f6 xor %r14d,%r14d -ffffffff80002c52: 4c 8d 3d f7 6a 02 00 lea 0x26af7(%rip),%r15 # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff80002c59: 4c 89 ff mov %r15,%rdi -ffffffff80002c5c: e8 1f 90 01 00 call ffffffff8001bc80 <_ZN86_$LT$CappuccinOS..libs..lazy..Lazy$LT$T$C$F$GT$$u20$as$u20$core..ops..deref..Deref$GT$5deref17h2366083509c56d52E> -ffffffff80002c61: 48 89 c7 mov %rax,%rdi -ffffffff80002c64: 48 89 de mov %rbx,%rsi -ffffffff80002c67: 4c 89 f2 mov %r14,%rdx -ffffffff80002c6a: e8 31 da ff ff call ffffffff800006a0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E> -ffffffff80002c6f: 4c 89 ff mov %r15,%rdi -ffffffff80002c72: e8 09 90 01 00 call ffffffff8001bc80 <_ZN86_$LT$CappuccinOS..libs..lazy..Lazy$LT$T$C$F$GT$$u20$as$u20$core..ops..deref..Deref$GT$5deref17h2366083509c56d52E> -ffffffff80002c77: 48 8d 35 91 10 02 00 lea 0x21091(%rip),%rsi # ffffffff80023d0f -ffffffff80002c7e: ba 01 00 00 00 mov $0x1,%edx -ffffffff80002c83: 48 89 c7 mov %rax,%rdi -ffffffff80002c86: e8 15 da ff ff call ffffffff800006a0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E> -ffffffff80002c8b: e9 f4 17 00 00 jmp ffffffff80004484 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2be4> -ffffffff80002c90: 48 8b 9d 78 fe ff ff mov -0x188(%rbp),%rbx -ffffffff80002c97: 48 8b 3b mov (%rbx),%rdi -ffffffff80002c9a: 48 8b 73 10 mov 0x10(%rbx),%rsi -ffffffff80002c9e: e8 6d 1d 00 00 call ffffffff80004a10 <_ZN11CappuccinOS3usr3tty20parse_memory_address17h38b6cf73c93b7709E> -ffffffff80002ca3: 48 83 f8 01 cmp $0x1,%rax -ffffffff80002ca7: 0f 85 7b 02 00 00 jne ffffffff80002f28 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x1688> -ffffffff80002cad: 49 89 d6 mov %rdx,%r14 -ffffffff80002cb0: 48 89 95 60 fe ff ff mov %rdx,-0x1a0(%rbp) -ffffffff80002cb7: 48 8b 7b 18 mov 0x18(%rbx),%rdi -ffffffff80002cbb: 48 8b 73 28 mov 0x28(%rbx),%rsi -ffffffff80002cbf: e8 3c aa 01 00 call ffffffff8001d700 <_ZN4core3num60_$LT$impl$u20$core..str..traits..FromStr$u20$for$u20$u32$GT$8from_str17he1d315c0baf844bcE> -ffffffff80002cc4: 48 89 c3 mov %rax,%rbx -ffffffff80002cc7: f6 c3 01 test $0x1,%bl -ffffffff80002cca: 0f 85 6d 1b 00 00 jne ffffffff8000483d <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2f9d> -ffffffff80002cd0: 48 c1 eb 20 shr $0x20,%rbx -ffffffff80002cd4: 41 89 1e mov %ebx,(%r14) -ffffffff80002cd7: 48 8d 3d 72 6a 02 00 lea 0x26a72(%rip),%rdi # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff80002cde: e8 9d 8f 01 00 call ffffffff8001bc80 <_ZN86_$LT$CappuccinOS..libs..lazy..Lazy$LT$T$C$F$GT$$u20$as$u20$core..ops..deref..Deref$GT$5deref17h2366083509c56d52E> -ffffffff80002ce3: 48 89 c3 mov %rax,%rbx -ffffffff80002ce6: 4c 89 75 80 mov %r14,-0x80(%rbp) -ffffffff80002cea: 48 8d 05 0f d3 ff ff lea -0x2cf1(%rip),%rax # ffffffff80000000 <_ZN4core3fmt3num50_$LT$impl$u20$core..fmt..Debug$u20$for$u20$u32$GT$3fmt17ha2089b6373e59485E> -ffffffff80002cf1: 48 89 45 88 mov %rax,-0x78(%rbp) -ffffffff80002cf5: 48 8d 85 60 fe ff ff lea -0x1a0(%rbp),%rax -ffffffff80002cfc: 48 89 45 90 mov %rax,-0x70(%rbp) -ffffffff80002d00: 48 8d 05 f9 af 01 00 lea 0x1aff9(%rip),%rax # ffffffff8001dd00 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..LowerHex$u20$for$u20$i64$GT$3fmt17h8be0ad20e8af3692E> -ffffffff80002d07: 48 89 45 98 mov %rax,-0x68(%rbp) -ffffffff80002d0b: 48 c7 85 b8 fe ff ff movq $0x2,-0x148(%rbp) -ffffffff80002d12: 02 00 00 00 -ffffffff80002d16: 48 c7 85 c8 fe ff ff movq $0x2,-0x138(%rbp) -ffffffff80002d1d: 02 00 00 00 -ffffffff80002d21: 48 c7 85 d8 fe ff ff movq $0x0,-0x128(%rbp) -ffffffff80002d28: 00 00 00 00 -ffffffff80002d2c: 48 c7 85 e0 fe ff ff movq $0x20,-0x120(%rbp) -ffffffff80002d33: 20 00 00 00 -ffffffff80002d37: c6 85 e8 fe ff ff 03 movb $0x3,-0x118(%rbp) -ffffffff80002d3e: 48 c7 85 f0 fe ff ff movq $0x2,-0x110(%rbp) -ffffffff80002d45: 02 00 00 00 -ffffffff80002d49: 48 c7 85 00 ff ff ff movq $0x2,-0x100(%rbp) -ffffffff80002d50: 02 00 00 00 -ffffffff80002d54: 48 c7 85 10 ff ff ff movq $0x1,-0xf0(%rbp) -ffffffff80002d5b: 01 00 00 00 -ffffffff80002d5f: 48 b8 20 00 00 00 04 movabs $0x400000020,%rax -ffffffff80002d66: 00 00 00 -ffffffff80002d69: 48 89 85 18 ff ff ff mov %rax,-0xe8(%rbp) -ffffffff80002d70: c6 85 20 ff ff ff 03 movb $0x3,-0xe0(%rbp) -ffffffff80002d77: 48 8d 05 aa 67 02 00 lea 0x267aa(%rip),%rax # ffffffff80029528 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x78> -ffffffff80002d7e: 48 89 45 a8 mov %rax,-0x58(%rbp) -ffffffff80002d82: 48 c7 45 b0 02 00 00 movq $0x2,-0x50(%rbp) -ffffffff80002d89: 00 -ffffffff80002d8a: 48 8d 85 b8 fe ff ff lea -0x148(%rbp),%rax -ffffffff80002d91: 48 89 45 c8 mov %rax,-0x38(%rbp) -ffffffff80002d95: 48 c7 45 d0 02 00 00 movq $0x2,-0x30(%rbp) -ffffffff80002d9c: 00 -ffffffff80002d9d: 4c 8d 7d 80 lea -0x80(%rbp),%r15 -ffffffff80002da1: 4c 89 7d b8 mov %r15,-0x48(%rbp) -ffffffff80002da5: 48 c7 45 c0 02 00 00 movq $0x2,-0x40(%rbp) -ffffffff80002dac: 00 -ffffffff80002dad: 4c 8d b5 68 ff ff ff lea -0x98(%rbp),%r14 -ffffffff80002db4: 48 8d 75 a8 lea -0x58(%rbp),%rsi -ffffffff80002db8: 4c 89 f7 mov %r14,%rdi -ffffffff80002dbb: e8 c0 d6 ff ff call ffffffff80000480 <_ZN5alloc3fmt6format17h2df0ed49a1f8e05eE> -ffffffff80002dc0: 4c 89 b5 a0 fe ff ff mov %r14,-0x160(%rbp) -ffffffff80002dc7: 48 8d 85 a0 fe ff ff lea -0x160(%rbp),%rax -ffffffff80002dce: 48 89 45 80 mov %rax,-0x80(%rbp) -ffffffff80002dd2: 48 8d 05 77 39 01 00 lea 0x13977(%rip),%rax # ffffffff80016750 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h42ee6215a9c421d0E> -ffffffff80002dd9: 48 89 45 88 mov %rax,-0x78(%rbp) -ffffffff80002ddd: 48 8d 05 14 67 02 00 lea 0x26714(%rip),%rax # ffffffff800294f8 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x48> -ffffffff80002de4: 48 89 85 b8 fe ff ff mov %rax,-0x148(%rbp) -ffffffff80002deb: 48 c7 85 c0 fe ff ff movq $0x2,-0x140(%rbp) -ffffffff80002df2: 02 00 00 00 -ffffffff80002df6: 48 c7 85 d8 fe ff ff movq $0x0,-0x128(%rbp) -ffffffff80002dfd: 00 00 00 00 -ffffffff80002e01: 4c 89 bd c8 fe ff ff mov %r15,-0x138(%rbp) -ffffffff80002e08: 48 c7 85 d0 fe ff ff movq $0x1,-0x130(%rbp) -ffffffff80002e0f: 01 00 00 00 -ffffffff80002e13: 4c 8d 7d a8 lea -0x58(%rbp),%r15 -ffffffff80002e17: 48 8d b5 b8 fe ff ff lea -0x148(%rbp),%rsi -ffffffff80002e1e: 4c 89 ff mov %r15,%rdi -ffffffff80002e21: e8 5a d6 ff ff call ffffffff80000480 <_ZN5alloc3fmt6format17h2df0ed49a1f8e05eE> -ffffffff80002e26: 4c 89 f7 mov %r14,%rdi -ffffffff80002e29: e8 72 dd 00 00 call ffffffff80010ba0 <_ZN77_$LT$alloc..raw_vec..RawVec$LT$T$C$A$GT$$u20$as$u20$core..ops..drop..Drop$GT$4drop17hc750f2c4bade4c51E> -ffffffff80002e2e: 48 8b 75 a8 mov -0x58(%rbp),%rsi -ffffffff80002e32: 48 8b 55 b8 mov -0x48(%rbp),%rdx -ffffffff80002e36: 48 89 df mov %rbx,%rdi -ffffffff80002e39: e8 62 d8 ff ff call ffffffff800006a0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E> -ffffffff80002e3e: 4c 89 ff mov %r15,%rdi -ffffffff80002e41: e8 5a dd 00 00 call ffffffff80010ba0 <_ZN77_$LT$alloc..raw_vec..RawVec$LT$T$C$A$GT$$u20$as$u20$core..ops..drop..Drop$GT$4drop17hc750f2c4bade4c51E> -ffffffff80002e46: 4c 8b bd 18 fe ff ff mov -0x1e8(%rbp),%r15 -ffffffff80002e4d: 4c 8b b5 28 fe ff ff mov -0x1d8(%rbp),%r14 -ffffffff80002e54: 49 83 fe 04 cmp $0x4,%r14 -ffffffff80002e58: 0f 84 c2 01 00 00 je ffffffff80003020 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x1780> -ffffffff80002e5e: 49 83 fe 05 cmp $0x5,%r14 -ffffffff80002e62: 0f 85 d2 01 00 00 jne ffffffff8000303a <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x179a> -ffffffff80002e68: b8 63 6c 65 61 mov $0x61656c63,%eax -ffffffff80002e6d: 41 33 07 xor (%r15),%eax -ffffffff80002e70: 41 0f b6 4f 04 movzbl 0x4(%r15),%ecx -ffffffff80002e75: 83 f1 72 xor $0x72,%ecx -ffffffff80002e78: 09 c1 or %eax,%ecx -ffffffff80002e7a: 0f 85 ba 01 00 00 jne ffffffff8000303a <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x179a> -ffffffff80002e80: 48 8d 3d c9 68 02 00 lea 0x268c9(%rip),%rdi # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff80002e87: e8 f4 8d 01 00 call ffffffff8001bc80 <_ZN86_$LT$CappuccinOS..libs..lazy..Lazy$LT$T$C$F$GT$$u20$as$u20$core..ops..deref..Deref$GT$5deref17h2366083509c56d52E> -ffffffff80002e8c: 48 89 c7 mov %rax,%rdi -ffffffff80002e8f: e8 bc e1 ff ff call ffffffff80001050 <_ZN11CappuccinOS3usr3tty7Console12clear_screen17h12157e1246aed29aE> -ffffffff80002e94: e9 eb 15 00 00 jmp ffffffff80004484 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2be4> -ffffffff80002e99: 48 c1 e8 14 shr $0x14,%rax -ffffffff80002e9d: 48 8d 0d 14 85 02 00 lea 0x28514(%rip),%rcx # ffffffff8002b3b8 <_ZN11CappuccinOS3mem11BYTE_LABELS17h21dbfca6d4b8d09bE+0x18> -ffffffff80002ea4: 48 8d 15 05 85 02 00 lea 0x28505(%rip),%rdx # ffffffff8002b3b0 <_ZN11CappuccinOS3mem11BYTE_LABELS17h21dbfca6d4b8d09bE+0x10> -ffffffff80002eab: e9 1f 0a 00 00 jmp ffffffff800038cf <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x202f> -ffffffff80002eb0: 0f b6 05 f9 68 02 00 movzbl 0x268f9(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80002eb7: 84 c0 test %al,%al -ffffffff80002eb9: 0f 84 7a 12 00 00 je ffffffff80004139 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2899> -ffffffff80002ebf: 48 83 3d 91 68 02 00 cmpq $0x0,0x26891(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80002ec6: 00 -ffffffff80002ec7: 0f 85 a0 12 00 00 jne ffffffff8000416d <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x28cd> -ffffffff80002ecd: e9 58 16 00 00 jmp ffffffff8000452a <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2c8a> -ffffffff80002ed2: 48 83 f8 03 cmp $0x3,%rax -ffffffff80002ed6: 0f 83 f2 0d 00 00 jae ffffffff80003cce <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x242e> -ffffffff80002edc: 48 8d 3d 6d 68 02 00 lea 0x2686d(%rip),%rdi # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff80002ee3: e8 98 8d 01 00 call ffffffff8001bc80 <_ZN86_$LT$CappuccinOS..libs..lazy..Lazy$LT$T$C$F$GT$$u20$as$u20$core..ops..deref..Deref$GT$5deref17h2366083509c56d52E> -ffffffff80002ee8: 48 89 c3 mov %rax,%rbx -ffffffff80002eeb: 48 8d 05 06 68 02 00 lea 0x26806(%rip),%rax # ffffffff800296f8 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x248> -ffffffff80002ef2: e9 a0 04 00 00 jmp ffffffff80003397 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x1af7> -ffffffff80002ef7: 0f b7 0e movzwl (%rsi),%ecx -ffffffff80002efa: 81 f9 2d 68 00 00 cmp $0x682d,%ecx -ffffffff80002f00: 0f 85 c9 fa ff ff jne ffffffff800029cf <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x112f> -ffffffff80002f06: 0f b6 05 a3 68 02 00 movzbl 0x268a3(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80002f0d: 84 c0 test %al,%al -ffffffff80002f0f: 0f 84 28 13 00 00 je ffffffff8000423d <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x299d> -ffffffff80002f15: 48 83 3d 3b 68 02 00 cmpq $0x0,0x2683b(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80002f1c: 00 -ffffffff80002f1d: 0f 85 4e 13 00 00 jne ffffffff80004271 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x29d1> -ffffffff80002f23: e9 02 16 00 00 jmp ffffffff8000452a <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2c8a> -ffffffff80002f28: 48 8d 3d 21 68 02 00 lea 0x26821(%rip),%rdi # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff80002f2f: e8 4c 8d 01 00 call ffffffff8001bc80 <_ZN86_$LT$CappuccinOS..libs..lazy..Lazy$LT$T$C$F$GT$$u20$as$u20$core..ops..deref..Deref$GT$5deref17h2366083509c56d52E> -ffffffff80002f34: 48 89 c3 mov %rax,%rbx -ffffffff80002f37: 48 8d 05 42 66 02 00 lea 0x26642(%rip),%rax # ffffffff80029580 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0xd0> -ffffffff80002f3e: 48 89 85 b8 fe ff ff mov %rax,-0x148(%rbp) -ffffffff80002f45: 48 c7 85 c0 fe ff ff movq $0x1,-0x140(%rbp) -ffffffff80002f4c: 01 00 00 00 -ffffffff80002f50: 48 c7 85 d8 fe ff ff movq $0x0,-0x128(%rbp) -ffffffff80002f57: 00 00 00 00 -ffffffff80002f5b: 48 8d 05 9e 0c 02 00 lea 0x20c9e(%rip),%rax # ffffffff80023c00 <_ZN17compiler_builtins3mem6strlen17ha67bf7541695cb1bE+0x1280> -ffffffff80002f62: 48 89 85 c8 fe ff ff mov %rax,-0x138(%rbp) -ffffffff80002f69: 48 c7 85 d0 fe ff ff movq $0x0,-0x130(%rbp) -ffffffff80002f70: 00 00 00 00 -ffffffff80002f74: 48 8d b5 b8 fe ff ff lea -0x148(%rbp),%rsi -ffffffff80002f7b: 4d 89 fc mov %r15,%r12 -ffffffff80002f7e: 4c 8d 7d a8 lea -0x58(%rbp),%r15 -ffffffff80002f82: 4c 89 ff mov %r15,%rdi -ffffffff80002f85: e8 f6 d4 ff ff call ffffffff80000480 <_ZN5alloc3fmt6format17h2df0ed49a1f8e05eE> -ffffffff80002f8a: 4c 89 bd a0 fe ff ff mov %r15,-0x160(%rbp) -ffffffff80002f91: 48 8d 85 a0 fe ff ff lea -0x160(%rbp),%rax -ffffffff80002f98: 48 89 85 68 ff ff ff mov %rax,-0x98(%rbp) -ffffffff80002f9f: 48 8d 05 aa 37 01 00 lea 0x137aa(%rip),%rax # ffffffff80016750 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h42ee6215a9c421d0E> -ffffffff80002fa6: 48 89 85 70 ff ff ff mov %rax,-0x90(%rbp) -ffffffff80002fad: 48 8d 05 44 65 02 00 lea 0x26544(%rip),%rax # ffffffff800294f8 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x48> -ffffffff80002fb4: 48 89 85 b8 fe ff ff mov %rax,-0x148(%rbp) -ffffffff80002fbb: 48 c7 85 c0 fe ff ff movq $0x2,-0x140(%rbp) -ffffffff80002fc2: 02 00 00 00 -ffffffff80002fc6: 48 c7 85 d8 fe ff ff movq $0x0,-0x128(%rbp) -ffffffff80002fcd: 00 00 00 00 -ffffffff80002fd1: 48 8d 85 68 ff ff ff lea -0x98(%rbp),%rax -ffffffff80002fd8: 48 89 85 c8 fe ff ff mov %rax,-0x138(%rbp) -ffffffff80002fdf: 48 c7 85 d0 fe ff ff movq $0x1,-0x130(%rbp) -ffffffff80002fe6: 01 00 00 00 -ffffffff80002fea: 4c 8d 75 80 lea -0x80(%rbp),%r14 -ffffffff80002fee: 48 8d b5 b8 fe ff ff lea -0x148(%rbp),%rsi -ffffffff80002ff5: 4c 89 f7 mov %r14,%rdi -ffffffff80002ff8: e8 83 d4 ff ff call ffffffff80000480 <_ZN5alloc3fmt6format17h2df0ed49a1f8e05eE> -ffffffff80002ffd: 4c 89 ff mov %r15,%rdi -ffffffff80003000: 4d 89 e7 mov %r12,%r15 -ffffffff80003003: e8 98 db 00 00 call ffffffff80010ba0 <_ZN77_$LT$alloc..raw_vec..RawVec$LT$T$C$A$GT$$u20$as$u20$core..ops..drop..Drop$GT$4drop17hc750f2c4bade4c51E> -ffffffff80003008: 48 8b 75 80 mov -0x80(%rbp),%rsi -ffffffff8000300c: 48 8b 55 90 mov -0x70(%rbp),%rdx -ffffffff80003010: 48 89 df mov %rbx,%rdi -ffffffff80003013: e8 88 d6 ff ff call ffffffff800006a0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E> -ffffffff80003018: 4c 89 f7 mov %r14,%rdi -ffffffff8000301b: e8 80 db 00 00 call ffffffff80010ba0 <_ZN77_$LT$alloc..raw_vec..RawVec$LT$T$C$A$GT$$u20$as$u20$core..ops..drop..Drop$GT$4drop17hc750f2c4bade4c51E> -ffffffff80003020: 41 81 3f 72 65 61 64 cmpl $0x64616572,(%r15) -ffffffff80003027: 0f 84 45 01 00 00 je ffffffff80003172 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x18d2> -ffffffff8000302d: 41 81 3f 74 65 73 74 cmpl $0x74736574,(%r15) -ffffffff80003034: 0f 84 20 03 00 00 je ffffffff8000335a <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x1aba> -ffffffff8000303a: 48 8d 3d 0f 67 02 00 lea 0x2670f(%rip),%rdi # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff80003041: e8 3a 8c 01 00 call ffffffff8001bc80 <_ZN86_$LT$CappuccinOS..libs..lazy..Lazy$LT$T$C$F$GT$$u20$as$u20$core..ops..deref..Deref$GT$5deref17h2366083509c56d52E> -ffffffff80003046: 49 89 c7 mov %rax,%r15 -ffffffff80003049: 48 8d 9d 18 fe ff ff lea -0x1e8(%rbp),%rbx -ffffffff80003050: 48 89 5d a8 mov %rbx,-0x58(%rbp) -ffffffff80003054: 48 8d 05 05 d4 ff ff lea -0x2bfb(%rip),%rax # ffffffff80000460 <_ZN58_$LT$alloc..string..String$u20$as$u20$core..fmt..Debug$GT$3fmt17h9257aef1f9ec3f1bE> -ffffffff8000305b: 48 89 45 b0 mov %rax,-0x50(%rbp) -ffffffff8000305f: 4c 8d b5 78 fe ff ff lea -0x188(%rbp),%r14 -ffffffff80003066: 4c 89 75 b8 mov %r14,-0x48(%rbp) -ffffffff8000306a: 48 8d 05 2f 86 00 00 lea 0x862f(%rip),%rax # ffffffff8000b6a0 <_ZN65_$LT$alloc..vec..Vec$LT$T$C$A$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h7fa36879ff5fac2aE> -ffffffff80003071: 48 89 45 c0 mov %rax,-0x40(%rbp) -ffffffff80003075: 48 8d 05 14 65 02 00 lea 0x26514(%rip),%rax # ffffffff80029590 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0xe0> -ffffffff8000307c: 48 89 85 b8 fe ff ff mov %rax,-0x148(%rbp) -ffffffff80003083: 48 c7 85 c0 fe ff ff movq $0x2,-0x140(%rbp) -ffffffff8000308a: 02 00 00 00 -ffffffff8000308e: 48 c7 85 d8 fe ff ff movq $0x0,-0x128(%rbp) -ffffffff80003095: 00 00 00 00 -ffffffff80003099: 48 8d 45 a8 lea -0x58(%rbp),%rax -ffffffff8000309d: 48 89 85 c8 fe ff ff mov %rax,-0x138(%rbp) -ffffffff800030a4: 48 c7 85 d0 fe ff ff movq $0x2,-0x130(%rbp) -ffffffff800030ab: 02 00 00 00 -ffffffff800030af: 48 8d b5 b8 fe ff ff lea -0x148(%rbp),%rsi -ffffffff800030b6: 4c 8d 6d 80 lea -0x80(%rbp),%r13 -ffffffff800030ba: 4c 89 ef mov %r13,%rdi -ffffffff800030bd: e8 be d3 ff ff call ffffffff80000480 <_ZN5alloc3fmt6format17h2df0ed49a1f8e05eE> -ffffffff800030c2: 4c 89 ad a0 fe ff ff mov %r13,-0x160(%rbp) -ffffffff800030c9: 48 8d 85 a0 fe ff ff lea -0x160(%rbp),%rax -ffffffff800030d0: 48 89 85 68 ff ff ff mov %rax,-0x98(%rbp) -ffffffff800030d7: 48 8d 05 72 36 01 00 lea 0x13672(%rip),%rax # ffffffff80016750 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h42ee6215a9c421d0E> -ffffffff800030de: 48 89 85 70 ff ff ff mov %rax,-0x90(%rbp) -ffffffff800030e5: 48 8d 05 0c 64 02 00 lea 0x2640c(%rip),%rax # ffffffff800294f8 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x48> -ffffffff800030ec: 48 89 85 b8 fe ff ff mov %rax,-0x148(%rbp) -ffffffff800030f3: 48 c7 85 c0 fe ff ff movq $0x2,-0x140(%rbp) -ffffffff800030fa: 02 00 00 00 -ffffffff800030fe: 48 c7 85 d8 fe ff ff movq $0x0,-0x128(%rbp) -ffffffff80003105: 00 00 00 00 -ffffffff80003109: 48 8d 85 68 ff ff ff lea -0x98(%rbp),%rax -ffffffff80003110: 48 89 85 c8 fe ff ff mov %rax,-0x138(%rbp) -ffffffff80003117: 48 c7 85 d0 fe ff ff movq $0x1,-0x130(%rbp) -ffffffff8000311e: 01 00 00 00 -ffffffff80003122: 4c 8d 65 a8 lea -0x58(%rbp),%r12 -ffffffff80003126: 48 8d b5 b8 fe ff ff lea -0x148(%rbp),%rsi -ffffffff8000312d: 4c 89 e7 mov %r12,%rdi -ffffffff80003130: e8 4b d3 ff ff call ffffffff80000480 <_ZN5alloc3fmt6format17h2df0ed49a1f8e05eE> -ffffffff80003135: 4c 89 ef mov %r13,%rdi -ffffffff80003138: e8 63 da 00 00 call ffffffff80010ba0 <_ZN77_$LT$alloc..raw_vec..RawVec$LT$T$C$A$GT$$u20$as$u20$core..ops..drop..Drop$GT$4drop17hc750f2c4bade4c51E> -ffffffff8000313d: 48 8b 75 a8 mov -0x58(%rbp),%rsi -ffffffff80003141: 48 8b 55 b8 mov -0x48(%rbp),%rdx -ffffffff80003145: 4c 89 ff mov %r15,%rdi -ffffffff80003148: e8 53 d5 ff ff call ffffffff800006a0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E> -ffffffff8000314d: 4c 89 e7 mov %r12,%rdi -ffffffff80003150: e8 4b da 00 00 call ffffffff80010ba0 <_ZN77_$LT$alloc..raw_vec..RawVec$LT$T$C$A$GT$$u20$as$u20$core..ops..drop..Drop$GT$4drop17hc750f2c4bade4c51E> -ffffffff80003155: 4c 89 f7 mov %r14,%rdi -ffffffff80003158: e8 c3 85 00 00 call ffffffff8000b720 <_ZN70_$LT$alloc..vec..Vec$LT$T$C$A$GT$$u20$as$u20$core..ops..drop..Drop$GT$4drop17ha1c4dc1ee8e49e95E> -ffffffff8000315d: 4c 89 f7 mov %r14,%rdi -ffffffff80003160: e8 7b d9 00 00 call ffffffff80010ae0 <_ZN77_$LT$alloc..raw_vec..RawVec$LT$T$C$A$GT$$u20$as$u20$core..ops..drop..Drop$GT$4drop17ha627b4994bd8f06dE> -ffffffff80003165: 48 89 df mov %rbx,%rdi -ffffffff80003168: e8 33 da 00 00 call ffffffff80010ba0 <_ZN77_$LT$alloc..raw_vec..RawVec$LT$T$C$A$GT$$u20$as$u20$core..ops..drop..Drop$GT$4drop17hc750f2c4bade4c51E> -ffffffff8000316d: e9 c8 14 00 00 jmp ffffffff8000463a <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2d9a> -ffffffff80003172: 48 83 bd 88 fe ff ff cmpq $0x0,-0x178(%rbp) -ffffffff80003179: 00 -ffffffff8000317a: 0f 84 01 02 00 00 je ffffffff80003381 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x1ae1> -ffffffff80003180: b0 01 mov $0x1,%al -ffffffff80003182: 86 05 78 83 02 00 xchg %al,0x28378(%rip) # ffffffff8002b500 <_ZN11CappuccinOS7drivers2fs3vfs13VFS_INSTANCES17hb404f7343d007619E> -ffffffff80003188: 84 c0 test %al,%al -ffffffff8000318a: 75 f4 jne ffffffff80003180 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x18e0> -ffffffff8000318c: c6 05 6d 83 02 00 00 movb $0x0,0x2836d(%rip) # ffffffff8002b500 <_ZN11CappuccinOS7drivers2fs3vfs13VFS_INSTANCES17hb404f7343d007619E> -ffffffff80003193: 48 83 3d 7d 83 02 00 cmpq $0x0,0x2837d(%rip) # ffffffff8002b518 <_ZN11CappuccinOS7drivers2fs3vfs13VFS_INSTANCES17hb404f7343d007619E+0x18> -ffffffff8000319a: 00 -ffffffff8000319b: 0f 84 43 16 00 00 je ffffffff800047e4 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2f44> -ffffffff800031a1: 48 8b 05 60 83 02 00 mov 0x28360(%rip),%rax # ffffffff8002b508 <_ZN11CappuccinOS7drivers2fs3vfs13VFS_INSTANCES17hb404f7343d007619E+0x8> -ffffffff800031a8: 48 8b 8d 78 fe ff ff mov -0x188(%rbp),%rcx -ffffffff800031af: 48 8b 31 mov (%rcx),%rsi -ffffffff800031b2: 48 8b 51 10 mov 0x10(%rcx),%rdx -ffffffff800031b6: 48 8b 38 mov (%rax),%rdi -ffffffff800031b9: 48 8b 40 08 mov 0x8(%rax),%rax -ffffffff800031bd: ff 50 18 call *0x18(%rax) -ffffffff800031c0: 49 89 c6 mov %rax,%r14 -ffffffff800031c3: 49 89 d7 mov %rdx,%r15 -ffffffff800031c6: 48 8d 3d 83 65 02 00 lea 0x26583(%rip),%rdi # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff800031cd: e8 ae 8a 01 00 call ffffffff8001bc80 <_ZN86_$LT$CappuccinOS..libs..lazy..Lazy$LT$T$C$F$GT$$u20$as$u20$core..ops..deref..Deref$GT$5deref17h2366083509c56d52E> -ffffffff800031d2: 49 89 c4 mov %rax,%r12 -ffffffff800031d5: 4d 85 f6 test %r14,%r14 -ffffffff800031d8: 0f 84 9a 02 00 00 je ffffffff80003478 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x1bd8> -ffffffff800031de: 4c 89 a5 60 ff ff ff mov %r12,-0xa0(%rbp) -ffffffff800031e5: 48 8d 5d 80 lea -0x80(%rbp),%rbx -ffffffff800031e9: 48 89 df mov %rbx,%rdi -ffffffff800031ec: 4c 89 f6 mov %r14,%rsi -ffffffff800031ef: 41 ff 57 18 call *0x18(%r15) -ffffffff800031f3: 48 89 9d a0 fe ff ff mov %rbx,-0x160(%rbp) -ffffffff800031fa: 48 8d 05 3f d4 ff ff lea -0x2bc1(%rip),%rax # ffffffff80000640 <_ZN70_$LT$core..result..Result$LT$T$C$E$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h38c94ac78d970df3E> -ffffffff80003201: 48 89 85 a8 fe ff ff mov %rax,-0x158(%rbp) -ffffffff80003208: 48 c7 85 b8 fe ff ff movq $0x2,-0x148(%rbp) -ffffffff8000320f: 02 00 00 00 -ffffffff80003213: 48 c7 85 c8 fe ff ff movq $0x2,-0x138(%rbp) -ffffffff8000321a: 02 00 00 00 -ffffffff8000321e: 48 c7 85 d8 fe ff ff movq $0x0,-0x128(%rbp) -ffffffff80003225: 00 00 00 00 -ffffffff80003229: 48 b8 20 00 00 00 20 movabs $0x2000000020,%rax -ffffffff80003230: 00 00 00 -ffffffff80003233: 48 89 85 e0 fe ff ff mov %rax,-0x120(%rbp) -ffffffff8000323a: c6 85 e8 fe ff ff 03 movb $0x3,-0x118(%rbp) -ffffffff80003241: 48 8d 05 88 62 02 00 lea 0x26288(%rip),%rax # ffffffff800294d0 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x20> -ffffffff80003248: 48 89 45 a8 mov %rax,-0x58(%rbp) -ffffffff8000324c: 48 c7 45 b0 01 00 00 movq $0x1,-0x50(%rbp) -ffffffff80003253: 00 -ffffffff80003254: 48 8d 85 b8 fe ff ff lea -0x148(%rbp),%rax -ffffffff8000325b: 48 89 45 c8 mov %rax,-0x38(%rbp) -ffffffff8000325f: 48 c7 45 d0 01 00 00 movq $0x1,-0x30(%rbp) -ffffffff80003266: 00 -ffffffff80003267: 48 8d 9d a0 fe ff ff lea -0x160(%rbp),%rbx -ffffffff8000326e: 48 89 5d b8 mov %rbx,-0x48(%rbp) -ffffffff80003272: 48 c7 45 c0 01 00 00 movq $0x1,-0x40(%rbp) -ffffffff80003279: 00 -ffffffff8000327a: 4c 8d ad 68 ff ff ff lea -0x98(%rbp),%r13 -ffffffff80003281: 4c 8d 65 a8 lea -0x58(%rbp),%r12 -ffffffff80003285: 4c 89 ef mov %r13,%rdi -ffffffff80003288: 4c 89 e6 mov %r12,%rsi -ffffffff8000328b: e8 f0 d1 ff ff call ffffffff80000480 <_ZN5alloc3fmt6format17h2df0ed49a1f8e05eE> -ffffffff80003290: 48 8b 7d 80 mov -0x80(%rbp),%rdi -ffffffff80003294: 48 8b 75 88 mov -0x78(%rbp),%rsi -ffffffff80003298: e8 03 d1 ff ff call ffffffff800003a0 <_ZN4core3ptr85drop_in_place$LT$core..result..Result$LT$alloc..vec..Vec$LT$u8$GT$$C$$LP$$RP$$GT$$GT$17hc4555ca05385ced1E> -ffffffff8000329d: 4c 89 f7 mov %r14,%rdi -ffffffff800032a0: 41 ff 17 call *(%r15) -ffffffff800032a3: 49 8b 77 08 mov 0x8(%r15),%rsi -ffffffff800032a7: 48 85 f6 test %rsi,%rsi -ffffffff800032aa: 74 0c je ffffffff800032b8 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x1a18> -ffffffff800032ac: 49 8b 57 10 mov 0x10(%r15),%rdx -ffffffff800032b0: 4c 89 f7 mov %r14,%rdi -ffffffff800032b3: e8 38 76 01 00 call ffffffff8001a8f0 <__rust_dealloc> -ffffffff800032b8: 48 8b 85 68 ff ff ff mov -0x98(%rbp),%rax -ffffffff800032bf: 48 8b 8d 70 ff ff ff mov -0x90(%rbp),%rcx -ffffffff800032c6: 48 89 45 a8 mov %rax,-0x58(%rbp) -ffffffff800032ca: 48 89 4d b0 mov %rcx,-0x50(%rbp) -ffffffff800032ce: 48 8b 85 78 ff ff ff mov -0x88(%rbp),%rax -ffffffff800032d5: 48 89 45 b8 mov %rax,-0x48(%rbp) -ffffffff800032d9: 4c 89 a5 a0 fe ff ff mov %r12,-0x160(%rbp) -ffffffff800032e0: 48 89 9d 68 ff ff ff mov %rbx,-0x98(%rbp) -ffffffff800032e7: 48 8d 05 62 34 01 00 lea 0x13462(%rip),%rax # ffffffff80016750 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h42ee6215a9c421d0E> -ffffffff800032ee: 48 89 85 70 ff ff ff mov %rax,-0x90(%rbp) -ffffffff800032f5: 48 8d 05 fc 61 02 00 lea 0x261fc(%rip),%rax # ffffffff800294f8 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x48> -ffffffff800032fc: 48 89 85 b8 fe ff ff mov %rax,-0x148(%rbp) -ffffffff80003303: 48 c7 85 c0 fe ff ff movq $0x2,-0x140(%rbp) -ffffffff8000330a: 02 00 00 00 -ffffffff8000330e: 48 c7 85 d8 fe ff ff movq $0x0,-0x128(%rbp) -ffffffff80003315: 00 00 00 00 -ffffffff80003319: 4c 89 ad c8 fe ff ff mov %r13,-0x138(%rbp) -ffffffff80003320: 48 c7 85 d0 fe ff ff movq $0x1,-0x130(%rbp) -ffffffff80003327: 01 00 00 00 -ffffffff8000332b: 4c 8d 75 80 lea -0x80(%rbp),%r14 -ffffffff8000332f: 48 8d b5 b8 fe ff ff lea -0x148(%rbp),%rsi -ffffffff80003336: 4c 89 f7 mov %r14,%rdi -ffffffff80003339: e8 42 d1 ff ff call ffffffff80000480 <_ZN5alloc3fmt6format17h2df0ed49a1f8e05eE> -ffffffff8000333e: 4c 89 e7 mov %r12,%rdi -ffffffff80003341: e8 5a d8 00 00 call ffffffff80010ba0 <_ZN77_$LT$alloc..raw_vec..RawVec$LT$T$C$A$GT$$u20$as$u20$core..ops..drop..Drop$GT$4drop17hc750f2c4bade4c51E> -ffffffff80003346: 48 8b 75 80 mov -0x80(%rbp),%rsi -ffffffff8000334a: 48 8b 55 90 mov -0x70(%rbp),%rdx -ffffffff8000334e: 48 8b bd 60 ff ff ff mov -0xa0(%rbp),%rdi -ffffffff80003355: e9 0c 01 00 00 jmp ffffffff80003466 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x1bc6> -ffffffff8000335a: 48 8d 05 3e 0a 02 00 lea 0x20a3e(%rip),%rax # ffffffff80023d9f -ffffffff80003361: b9 14 00 00 00 mov $0x14,%ecx -ffffffff80003366: 48 c7 c7 01 00 00 00 mov $0x1,%rdi -ffffffff8000336d: 48 c7 c6 01 00 00 00 mov $0x1,%rsi -ffffffff80003374: 48 89 c2 mov %rax,%rdx -ffffffff80003377: 48 89 c9 mov %rcx,%rcx -ffffffff8000337a: cd 80 int $0x80 -ffffffff8000337c: e9 03 11 00 00 jmp ffffffff80004484 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2be4> -ffffffff80003381: 48 8d 3d c8 63 02 00 lea 0x263c8(%rip),%rdi # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff80003388: e8 f3 88 01 00 call ffffffff8001bc80 <_ZN86_$LT$CappuccinOS..libs..lazy..Lazy$LT$T$C$F$GT$$u20$as$u20$core..ops..deref..Deref$GT$5deref17h2366083509c56d52E> -ffffffff8000338d: 48 89 c3 mov %rax,%rbx -ffffffff80003390: 48 8d 05 41 62 02 00 lea 0x26241(%rip),%rax # ffffffff800295d8 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x128> -ffffffff80003397: 48 89 85 b8 fe ff ff mov %rax,-0x148(%rbp) -ffffffff8000339e: 48 c7 85 c0 fe ff ff movq $0x1,-0x140(%rbp) -ffffffff800033a5: 01 00 00 00 -ffffffff800033a9: 48 c7 85 d8 fe ff ff movq $0x0,-0x128(%rbp) -ffffffff800033b0: 00 00 00 00 -ffffffff800033b4: 48 8d 05 45 08 02 00 lea 0x20845(%rip),%rax # ffffffff80023c00 <_ZN17compiler_builtins3mem6strlen17ha67bf7541695cb1bE+0x1280> -ffffffff800033bb: 48 89 85 c8 fe ff ff mov %rax,-0x138(%rbp) -ffffffff800033c2: 48 c7 85 d0 fe ff ff movq $0x0,-0x130(%rbp) -ffffffff800033c9: 00 00 00 00 -ffffffff800033cd: 48 8d b5 b8 fe ff ff lea -0x148(%rbp),%rsi -ffffffff800033d4: 4c 8d 7d a8 lea -0x58(%rbp),%r15 -ffffffff800033d8: 4c 89 ff mov %r15,%rdi -ffffffff800033db: e8 a0 d0 ff ff call ffffffff80000480 <_ZN5alloc3fmt6format17h2df0ed49a1f8e05eE> -ffffffff800033e0: 4c 89 bd a0 fe ff ff mov %r15,-0x160(%rbp) -ffffffff800033e7: 48 8d 85 a0 fe ff ff lea -0x160(%rbp),%rax -ffffffff800033ee: 48 89 85 68 ff ff ff mov %rax,-0x98(%rbp) -ffffffff800033f5: 48 8d 05 54 33 01 00 lea 0x13354(%rip),%rax # ffffffff80016750 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h42ee6215a9c421d0E> -ffffffff800033fc: 48 89 85 70 ff ff ff mov %rax,-0x90(%rbp) -ffffffff80003403: 48 8d 05 ee 60 02 00 lea 0x260ee(%rip),%rax # ffffffff800294f8 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x48> -ffffffff8000340a: 48 89 85 b8 fe ff ff mov %rax,-0x148(%rbp) -ffffffff80003411: 48 c7 85 c0 fe ff ff movq $0x2,-0x140(%rbp) -ffffffff80003418: 02 00 00 00 -ffffffff8000341c: 48 c7 85 d8 fe ff ff movq $0x0,-0x128(%rbp) -ffffffff80003423: 00 00 00 00 -ffffffff80003427: 48 8d 85 68 ff ff ff lea -0x98(%rbp),%rax -ffffffff8000342e: 48 89 85 c8 fe ff ff mov %rax,-0x138(%rbp) -ffffffff80003435: 48 c7 85 d0 fe ff ff movq $0x1,-0x130(%rbp) -ffffffff8000343c: 01 00 00 00 -ffffffff80003440: 4c 8d 75 80 lea -0x80(%rbp),%r14 -ffffffff80003444: 48 8d b5 b8 fe ff ff lea -0x148(%rbp),%rsi -ffffffff8000344b: 4c 89 f7 mov %r14,%rdi -ffffffff8000344e: e8 2d d0 ff ff call ffffffff80000480 <_ZN5alloc3fmt6format17h2df0ed49a1f8e05eE> -ffffffff80003453: 4c 89 ff mov %r15,%rdi -ffffffff80003456: e8 45 d7 00 00 call ffffffff80010ba0 <_ZN77_$LT$alloc..raw_vec..RawVec$LT$T$C$A$GT$$u20$as$u20$core..ops..drop..Drop$GT$4drop17hc750f2c4bade4c51E> -ffffffff8000345b: 48 8b 75 80 mov -0x80(%rbp),%rsi -ffffffff8000345f: 48 8b 55 90 mov -0x70(%rbp),%rdx -ffffffff80003463: 48 89 df mov %rbx,%rdi -ffffffff80003466: e8 35 d2 ff ff call ffffffff800006a0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E> -ffffffff8000346b: 4c 89 f7 mov %r14,%rdi -ffffffff8000346e: e8 2d d7 00 00 call ffffffff80010ba0 <_ZN77_$LT$alloc..raw_vec..RawVec$LT$T$C$A$GT$$u20$as$u20$core..ops..drop..Drop$GT$4drop17hc750f2c4bade4c51E> -ffffffff80003473: e9 0c 10 00 00 jmp ffffffff80004484 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2be4> -ffffffff80003478: 48 8d 05 49 61 02 00 lea 0x26149(%rip),%rax # ffffffff800295c8 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x118> -ffffffff8000347f: 48 89 85 b8 fe ff ff mov %rax,-0x148(%rbp) -ffffffff80003486: 48 c7 85 c0 fe ff ff movq $0x1,-0x140(%rbp) -ffffffff8000348d: 01 00 00 00 -ffffffff80003491: 48 c7 85 d8 fe ff ff movq $0x0,-0x128(%rbp) -ffffffff80003498: 00 00 00 00 -ffffffff8000349c: 48 8d 05 5d 07 02 00 lea 0x2075d(%rip),%rax # ffffffff80023c00 <_ZN17compiler_builtins3mem6strlen17ha67bf7541695cb1bE+0x1280> -ffffffff800034a3: 48 89 85 c8 fe ff ff mov %rax,-0x138(%rbp) -ffffffff800034aa: 48 c7 85 d0 fe ff ff movq $0x0,-0x130(%rbp) -ffffffff800034b1: 00 00 00 00 -ffffffff800034b5: 48 8d b5 b8 fe ff ff lea -0x148(%rbp),%rsi -ffffffff800034bc: 48 8d 5d a8 lea -0x58(%rbp),%rbx -ffffffff800034c0: 48 89 df mov %rbx,%rdi -ffffffff800034c3: e8 b8 cf ff ff call ffffffff80000480 <_ZN5alloc3fmt6format17h2df0ed49a1f8e05eE> -ffffffff800034c8: 48 89 9d a0 fe ff ff mov %rbx,-0x160(%rbp) -ffffffff800034cf: 48 8d 85 a0 fe ff ff lea -0x160(%rbp),%rax -ffffffff800034d6: 48 89 85 68 ff ff ff mov %rax,-0x98(%rbp) -ffffffff800034dd: 48 8d 05 6c 32 01 00 lea 0x1326c(%rip),%rax # ffffffff80016750 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h42ee6215a9c421d0E> -ffffffff800034e4: 48 89 85 70 ff ff ff mov %rax,-0x90(%rbp) -ffffffff800034eb: 48 8d 05 06 60 02 00 lea 0x26006(%rip),%rax # ffffffff800294f8 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x48> -ffffffff800034f2: 48 89 85 b8 fe ff ff mov %rax,-0x148(%rbp) -ffffffff800034f9: 48 c7 85 c0 fe ff ff movq $0x2,-0x140(%rbp) -ffffffff80003500: 02 00 00 00 -ffffffff80003504: 48 c7 85 d8 fe ff ff movq $0x0,-0x128(%rbp) -ffffffff8000350b: 00 00 00 00 -ffffffff8000350f: 48 8d 85 68 ff ff ff lea -0x98(%rbp),%rax -ffffffff80003516: 48 89 85 c8 fe ff ff mov %rax,-0x138(%rbp) -ffffffff8000351d: 48 c7 85 d0 fe ff ff movq $0x1,-0x130(%rbp) -ffffffff80003524: 01 00 00 00 -ffffffff80003528: 4c 8d 75 80 lea -0x80(%rbp),%r14 -ffffffff8000352c: 48 8d b5 b8 fe ff ff lea -0x148(%rbp),%rsi -ffffffff80003533: 4c 89 f7 mov %r14,%rdi -ffffffff80003536: e8 45 cf ff ff call ffffffff80000480 <_ZN5alloc3fmt6format17h2df0ed49a1f8e05eE> -ffffffff8000353b: 48 89 df mov %rbx,%rdi -ffffffff8000353e: e8 5d d6 00 00 call ffffffff80010ba0 <_ZN77_$LT$alloc..raw_vec..RawVec$LT$T$C$A$GT$$u20$as$u20$core..ops..drop..Drop$GT$4drop17hc750f2c4bade4c51E> -ffffffff80003543: 48 8b 75 80 mov -0x80(%rbp),%rsi -ffffffff80003547: 48 8b 55 90 mov -0x70(%rbp),%rdx -ffffffff8000354b: 4c 89 e7 mov %r12,%rdi -ffffffff8000354e: e9 13 ff ff ff jmp ffffffff80003466 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x1bc6> -ffffffff80003553: 48 8d 9d b8 fe ff ff lea -0x148(%rbp),%rbx -ffffffff8000355a: 48 89 df mov %rbx,%rdi -ffffffff8000355d: ff 15 7d 7d 02 00 call *0x27d7d(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80003563: 48 c7 05 7a 7d 02 00 movq $0x1,0x27d7a(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000356a: 01 00 00 00 -ffffffff8000356e: 48 8d 3d 7b 7d 02 00 lea 0x27d7b(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80003575: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000357a: 48 89 de mov %rbx,%rsi -ffffffff8000357d: e8 fe f0 01 00 call ffffffff80022680 -ffffffff80003582: c6 05 0f 7e 02 00 01 movb $0x1,0x27e0f(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80003589: 0f 1f 80 00 00 00 00 nopl 0x0(%rax) -ffffffff80003590: b0 01 mov $0x1,%al -ffffffff80003592: 86 05 68 7d 02 00 xchg %al,0x27d68(%rip) # ffffffff8002b300 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x20> -ffffffff80003598: 84 c0 test %al,%al -ffffffff8000359a: 75 f4 jne ffffffff80003590 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x1cf0> -ffffffff8000359c: c6 05 5d 7d 02 00 00 movb $0x0,0x27d5d(%rip) # ffffffff8002b300 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x20> -ffffffff800035a3: 31 c0 xor %eax,%eax -ffffffff800035a5: 48 8d 15 34 7d 02 00 lea 0x27d34(%rip),%rdx # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff800035ac: 31 f6 xor %esi,%esi -ffffffff800035ae: 66 90 xchg %ax,%ax -ffffffff800035b0: b1 01 mov $0x1,%cl -ffffffff800035b2: 86 0d 48 7d 02 00 xchg %cl,0x27d48(%rip) # ffffffff8002b300 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x20> -ffffffff800035b8: 84 c9 test %cl,%cl -ffffffff800035ba: 75 f4 jne ffffffff800035b0 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x1d10> -ffffffff800035bc: 48 8b 7c f2 28 mov 0x28(%rdx,%rsi,8),%rdi -ffffffff800035c1: c6 05 38 7d 02 00 00 movb $0x0,0x27d38(%rip) # ffffffff8002b300 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x20> -ffffffff800035c8: 48 85 ff test %rdi,%rdi -ffffffff800035cb: 74 23 je ffffffff800035f0 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x1d50> -ffffffff800035cd: 0f 1f 00 nopl (%rax) -ffffffff800035d0: 0f b6 0d b9 7d 02 00 movzbl 0x27db9(%rip),%ecx # ffffffff8002b390 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb0> -ffffffff800035d7: 0f b6 c9 movzbl %cl,%ecx -ffffffff800035da: 01 f1 add %esi,%ecx -ffffffff800035dc: 41 b8 01 00 00 00 mov $0x1,%r8d -ffffffff800035e2: 49 d3 e0 shl %cl,%r8 -ffffffff800035e5: 4c 01 c0 add %r8,%rax -ffffffff800035e8: 48 8b 3f mov (%rdi),%rdi -ffffffff800035eb: 48 85 ff test %rdi,%rdi -ffffffff800035ee: 75 e0 jne ffffffff800035d0 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x1d30> -ffffffff800035f0: 48 ff c6 inc %rsi -ffffffff800035f3: 48 83 fe 10 cmp $0x10,%rsi -ffffffff800035f7: 75 b7 jne ffffffff800035b0 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x1d10> -ffffffff800035f9: 48 89 85 60 fe ff ff mov %rax,-0x1a0(%rbp) -ffffffff80003600: 48 b9 f0 ff ff ff ff movabs $0x7ffffffffffffff0,%rcx -ffffffff80003607: ff ff 7f -ffffffff8000360a: 48 39 c8 cmp %rcx,%rax -ffffffff8000360d: 0f 87 e3 11 00 00 ja ffffffff800047f6 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2f56> -ffffffff80003613: 48 8d 05 fc 95 02 00 lea 0x295fc(%rip),%rax # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff8000361a: 0f b6 00 movzbl (%rax),%eax -ffffffff8000361d: 0f b6 05 8c 61 02 00 movzbl 0x2618c(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80003624: 84 c0 test %al,%al -ffffffff80003626: 74 0f je ffffffff80003637 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x1d97> -ffffffff80003628: 48 83 3d 28 61 02 00 cmpq $0x0,0x26128(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff8000362f: 00 -ffffffff80003630: 75 39 jne ffffffff8000366b <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x1dcb> -ffffffff80003632: e9 f3 0e 00 00 jmp ffffffff8000452a <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2c8a> -ffffffff80003637: 48 8d 9d b8 fe ff ff lea -0x148(%rbp),%rbx -ffffffff8000363e: 48 89 df mov %rbx,%rdi -ffffffff80003641: ff 15 09 61 02 00 call *0x26109(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff80003647: 48 c7 05 06 61 02 00 movq $0x1,0x26106(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff8000364e: 01 00 00 00 -ffffffff80003652: 48 8d 3d 07 61 02 00 lea 0x26107(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80003659: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff8000365e: 48 89 de mov %rbx,%rsi -ffffffff80003661: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff80003664: c6 05 45 61 02 00 01 movb $0x1,0x26145(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff8000366b: 48 8d 85 60 fe ff ff lea -0x1a0(%rbp),%rax -ffffffff80003672: 48 89 45 80 mov %rax,-0x80(%rbp) -ffffffff80003676: 48 8d 05 53 eb 01 00 lea 0x1eb53(%rip),%rax # ffffffff800221d0 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u64$GT$3fmt17hb9efc93793ab2de5E> -ffffffff8000367d: 48 89 45 88 mov %rax,-0x78(%rbp) -ffffffff80003681: 48 8d 05 70 5f 02 00 lea 0x25f70(%rip),%rax # ffffffff800295f8 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x148> -ffffffff80003688: 48 89 85 b8 fe ff ff mov %rax,-0x148(%rbp) -ffffffff8000368f: 48 c7 85 c0 fe ff ff movq $0x2,-0x140(%rbp) -ffffffff80003696: 02 00 00 00 -ffffffff8000369a: 48 c7 85 d8 fe ff ff movq $0x0,-0x128(%rbp) -ffffffff800036a1: 00 00 00 00 -ffffffff800036a5: 48 8d 45 80 lea -0x80(%rbp),%rax -ffffffff800036a9: 48 89 85 c8 fe ff ff mov %rax,-0x138(%rbp) -ffffffff800036b0: 48 c7 85 d0 fe ff ff movq $0x1,-0x130(%rbp) -ffffffff800036b7: 01 00 00 00 -ffffffff800036bb: 48 8d b5 b8 fe ff ff lea -0x148(%rbp),%rsi -ffffffff800036c2: 48 8d 5d a8 lea -0x58(%rbp),%rbx -ffffffff800036c6: 48 89 df mov %rbx,%rdi -ffffffff800036c9: e8 c2 98 01 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff800036ce: 48 89 9d a0 fe ff ff mov %rbx,-0x160(%rbp) -ffffffff800036d5: e9 46 0c 00 00 jmp ffffffff80004320 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2a80> -ffffffff800036da: 48 8d 9d b8 fe ff ff lea -0x148(%rbp),%rbx -ffffffff800036e1: 48 89 df mov %rbx,%rdi -ffffffff800036e4: ff 15 66 60 02 00 call *0x26066(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff800036ea: 48 c7 05 63 60 02 00 movq $0x1,0x26063(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff800036f1: 01 00 00 00 -ffffffff800036f5: 48 8d 3d 64 60 02 00 lea 0x26064(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff800036fc: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff80003701: 48 89 de mov %rbx,%rsi -ffffffff80003704: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff80003707: c6 05 a2 60 02 00 01 movb $0x1,0x260a2(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff8000370e: 48 8d 05 01 95 02 00 lea 0x29501(%rip),%rax # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff80003715: 0f b6 00 movzbl (%rax),%eax -ffffffff80003718: 0f b6 05 79 7c 02 00 movzbl 0x27c79(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000371f: 84 c0 test %al,%al -ffffffff80003721: 74 0f je ffffffff80003732 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x1e92> -ffffffff80003723: 48 83 3d bd 7b 02 00 cmpq $0x0,0x27bbd(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000372a: 00 -ffffffff8000372b: 75 3b jne ffffffff80003768 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x1ec8> -ffffffff8000372d: e9 f8 0d 00 00 jmp ffffffff8000452a <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2c8a> -ffffffff80003732: 48 8d 9d b8 fe ff ff lea -0x148(%rbp),%rbx -ffffffff80003739: 48 89 df mov %rbx,%rdi -ffffffff8000373c: ff 15 9e 7b 02 00 call *0x27b9e(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80003742: 48 c7 05 9b 7b 02 00 movq $0x1,0x27b9b(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80003749: 01 00 00 00 -ffffffff8000374d: 48 8d 3d 9c 7b 02 00 lea 0x27b9c(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80003754: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80003759: 48 89 de mov %rbx,%rsi -ffffffff8000375c: e8 1f ef 01 00 call ffffffff80022680 -ffffffff80003761: c6 05 30 7c 02 00 01 movb $0x1,0x27c30(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80003768: 48 8d 3d 81 7b 02 00 lea 0x27b81(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000376f: be 01 00 00 00 mov $0x1,%esi -ffffffff80003774: ba 42 00 00 00 mov $0x42,%edx -ffffffff80003779: e8 d2 08 01 00 call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff8000377e: 48 85 c0 test %rax,%rax -ffffffff80003781: 0f 84 94 10 00 00 je ffffffff8000481b <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2f7b> -ffffffff80003787: 48 89 c3 mov %rax,%rbx -ffffffff8000378a: 48 8d 35 03 07 02 00 lea 0x20703(%rip),%rsi # ffffffff80023e94 -ffffffff80003791: ba 42 00 00 00 mov $0x42,%edx -ffffffff80003796: 48 89 c7 mov %rax,%rdi -ffffffff80003799: e8 e2 ee 01 00 call ffffffff80022680 -ffffffff8000379e: 48 89 5d a8 mov %rbx,-0x58(%rbp) -ffffffff800037a2: 48 c7 45 b0 42 00 00 movq $0x42,-0x50(%rbp) -ffffffff800037a9: 00 -ffffffff800037aa: 48 c7 45 b8 42 00 00 movq $0x42,-0x48(%rbp) -ffffffff800037b1: 00 -ffffffff800037b2: e9 5e 0b 00 00 jmp ffffffff80004315 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2a75> -ffffffff800037b7: 48 8d 9d b8 fe ff ff lea -0x148(%rbp),%rbx -ffffffff800037be: 48 89 df mov %rbx,%rdi -ffffffff800037c1: ff 15 89 5f 02 00 call *0x25f89(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff800037c7: 48 c7 05 86 5f 02 00 movq $0x1,0x25f86(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff800037ce: 01 00 00 00 -ffffffff800037d2: 48 8d 3d 87 5f 02 00 lea 0x25f87(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff800037d9: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff800037de: 48 89 de mov %rbx,%rsi -ffffffff800037e1: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff800037e4: c6 05 c5 5f 02 00 01 movb $0x1,0x25fc5(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff800037eb: 48 8d 05 6e 5e 02 00 lea 0x25e6e(%rip),%rax # ffffffff80029660 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x1b0> -ffffffff800037f2: 48 89 85 b8 fe ff ff mov %rax,-0x148(%rbp) -ffffffff800037f9: 48 c7 85 c0 fe ff ff movq $0x1,-0x140(%rbp) -ffffffff80003800: 01 00 00 00 -ffffffff80003804: 48 c7 85 d8 fe ff ff movq $0x0,-0x128(%rbp) -ffffffff8000380b: 00 00 00 00 -ffffffff8000380f: 48 8d 05 ea 03 02 00 lea 0x203ea(%rip),%rax # ffffffff80023c00 <_ZN17compiler_builtins3mem6strlen17ha67bf7541695cb1bE+0x1280> -ffffffff80003816: 48 89 85 c8 fe ff ff mov %rax,-0x138(%rbp) -ffffffff8000381d: 48 c7 85 d0 fe ff ff movq $0x0,-0x130(%rbp) -ffffffff80003824: 00 00 00 00 -ffffffff80003828: 48 8d b5 b8 fe ff ff lea -0x148(%rbp),%rsi -ffffffff8000382f: 48 8d 5d a8 lea -0x58(%rbp),%rbx -ffffffff80003833: 48 89 df mov %rbx,%rdi -ffffffff80003836: e8 45 cc ff ff call ffffffff80000480 <_ZN5alloc3fmt6format17h2df0ed49a1f8e05eE> -ffffffff8000383b: 48 89 9d a0 fe ff ff mov %rbx,-0x160(%rbp) -ffffffff80003842: 48 8d 85 a0 fe ff ff lea -0x160(%rbp),%rax -ffffffff80003849: 48 89 85 68 ff ff ff mov %rax,-0x98(%rbp) -ffffffff80003850: 48 8d 05 f9 2e 01 00 lea 0x12ef9(%rip),%rax # ffffffff80016750 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h42ee6215a9c421d0E> -ffffffff80003857: 48 89 85 70 ff ff ff mov %rax,-0x90(%rbp) -ffffffff8000385e: 48 8d 05 93 5c 02 00 lea 0x25c93(%rip),%rax # ffffffff800294f8 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x48> -ffffffff80003865: 48 89 85 b8 fe ff ff mov %rax,-0x148(%rbp) -ffffffff8000386c: 48 c7 85 c0 fe ff ff movq $0x2,-0x140(%rbp) -ffffffff80003873: 02 00 00 00 -ffffffff80003877: 48 c7 85 d8 fe ff ff movq $0x0,-0x128(%rbp) -ffffffff8000387e: 00 00 00 00 -ffffffff80003882: 48 8d 85 68 ff ff ff lea -0x98(%rbp),%rax -ffffffff80003889: 48 89 85 c8 fe ff ff mov %rax,-0x138(%rbp) -ffffffff80003890: 48 c7 85 d0 fe ff ff movq $0x1,-0x130(%rbp) -ffffffff80003897: 01 00 00 00 -ffffffff8000389b: 48 8d 7d 80 lea -0x80(%rbp),%rdi -ffffffff8000389f: 48 8d b5 b8 fe ff ff lea -0x148(%rbp),%rsi -ffffffff800038a6: e8 d5 cb ff ff call ffffffff80000480 <_ZN5alloc3fmt6format17h2df0ed49a1f8e05eE> -ffffffff800038ab: 48 8b 5d b0 mov -0x50(%rbp),%rbx -ffffffff800038af: 48 85 db test %rbx,%rbx -ffffffff800038b2: 0f 85 da 0a 00 00 jne ffffffff80004392 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2af2> -ffffffff800038b8: e9 40 0b 00 00 jmp ffffffff800043fd <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2b5d> -ffffffff800038bd: 48 c1 e8 0a shr $0xa,%rax -ffffffff800038c1: 48 8d 0d 00 7b 02 00 lea 0x27b00(%rip),%rcx # ffffffff8002b3c8 <_ZN11CappuccinOS3mem11BYTE_LABELS17h21dbfca6d4b8d09bE+0x28> -ffffffff800038c8: 48 8d 15 f1 7a 02 00 lea 0x27af1(%rip),%rdx # ffffffff8002b3c0 <_ZN11CappuccinOS3mem11BYTE_LABELS17h21dbfca6d4b8d09bE+0x20> -ffffffff800038cf: 48 8b 12 mov (%rdx),%rdx -ffffffff800038d2: 48 8b 09 mov (%rcx),%rcx -ffffffff800038d5: 48 89 85 70 fe ff ff mov %rax,-0x190(%rbp) -ffffffff800038dc: 48 89 95 60 fe ff ff mov %rdx,-0x1a0(%rbp) -ffffffff800038e3: 48 89 8d 68 fe ff ff mov %rcx,-0x198(%rbp) -ffffffff800038ea: 0f b6 05 a7 7a 02 00 movzbl 0x27aa7(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff800038f1: 84 c0 test %al,%al -ffffffff800038f3: 74 0f je ffffffff80003904 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2064> -ffffffff800038f5: 48 83 3d eb 79 02 00 cmpq $0x0,0x279eb(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff800038fc: 00 -ffffffff800038fd: 75 41 jne ffffffff80003940 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x20a0> -ffffffff800038ff: e9 26 0c 00 00 jmp ffffffff8000452a <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2c8a> -ffffffff80003904: 48 8d 9d b8 fe ff ff lea -0x148(%rbp),%rbx -ffffffff8000390b: 48 89 df mov %rbx,%rdi -ffffffff8000390e: ff 15 cc 79 02 00 call *0x279cc(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80003914: 48 c7 05 c9 79 02 00 movq $0x1,0x279c9(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000391b: 01 00 00 00 -ffffffff8000391f: 48 8d 3d ca 79 02 00 lea 0x279ca(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80003926: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000392b: 48 89 de mov %rbx,%rsi -ffffffff8000392e: e8 4d ed 01 00 call ffffffff80022680 -ffffffff80003933: c6 05 5e 7a 02 00 01 movb $0x1,0x27a5e(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000393a: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1) -ffffffff80003940: b0 01 mov $0x1,%al -ffffffff80003942: 86 05 b8 79 02 00 xchg %al,0x279b8(%rip) # ffffffff8002b300 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x20> -ffffffff80003948: 84 c0 test %al,%al -ffffffff8000394a: 75 f4 jne ffffffff80003940 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x20a0> -ffffffff8000394c: c6 05 ad 79 02 00 00 movb $0x0,0x279ad(%rip) # ffffffff8002b300 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x20> -ffffffff80003953: 31 c0 xor %eax,%eax -ffffffff80003955: 31 d2 xor %edx,%edx -ffffffff80003957: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1) -ffffffff8000395e: 00 00 -ffffffff80003960: b1 01 mov $0x1,%cl -ffffffff80003962: 86 0d 98 79 02 00 xchg %cl,0x27998(%rip) # ffffffff8002b300 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x20> -ffffffff80003968: 84 c9 test %cl,%cl -ffffffff8000396a: 75 f4 jne ffffffff80003960 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x20c0> -ffffffff8000396c: 49 8b 74 d6 28 mov 0x28(%r14,%rdx,8),%rsi -ffffffff80003971: c6 05 88 79 02 00 00 movb $0x0,0x27988(%rip) # ffffffff8002b300 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x20> -ffffffff80003978: 48 85 f6 test %rsi,%rsi -ffffffff8000397b: 74 22 je ffffffff8000399f <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x20ff> -ffffffff8000397d: 0f 1f 00 nopl (%rax) -ffffffff80003980: 0f b6 0d 09 7a 02 00 movzbl 0x27a09(%rip),%ecx # ffffffff8002b390 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb0> -ffffffff80003987: 0f b6 c9 movzbl %cl,%ecx -ffffffff8000398a: 01 d1 add %edx,%ecx -ffffffff8000398c: bf 01 00 00 00 mov $0x1,%edi -ffffffff80003991: 48 d3 e7 shl %cl,%rdi -ffffffff80003994: 48 01 f8 add %rdi,%rax -ffffffff80003997: 48 8b 36 mov (%rsi),%rsi -ffffffff8000399a: 48 85 f6 test %rsi,%rsi -ffffffff8000399d: 75 e1 jne ffffffff80003980 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x20e0> -ffffffff8000399f: 48 ff c2 inc %rdx -ffffffff800039a2: 48 83 fa 10 cmp $0x10,%rdx -ffffffff800039a6: 75 b8 jne ffffffff80003960 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x20c0> -ffffffff800039a8: 48 3d ff ff ff 3f cmp $0x3fffffff,%rax -ffffffff800039ae: 77 20 ja ffffffff800039d0 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2130> -ffffffff800039b0: 48 3d 00 00 10 00 cmp $0x100000,%rax -ffffffff800039b6: 73 2c jae ffffffff800039e4 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2144> -ffffffff800039b8: 48 3d 00 04 00 00 cmp $0x400,%rax -ffffffff800039be: 73 38 jae ffffffff800039f8 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2158> -ffffffff800039c0: 48 8d 0d 11 7a 02 00 lea 0x27a11(%rip),%rcx # ffffffff8002b3d8 <_ZN11CappuccinOS3mem11BYTE_LABELS17h21dbfca6d4b8d09bE+0x38> -ffffffff800039c7: 48 8d 15 02 7a 02 00 lea 0x27a02(%rip),%rdx # ffffffff8002b3d0 <_ZN11CappuccinOS3mem11BYTE_LABELS17h21dbfca6d4b8d09bE+0x30> -ffffffff800039ce: eb 3a jmp ffffffff80003a0a <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x216a> -ffffffff800039d0: 48 c1 e8 1e shr $0x1e,%rax -ffffffff800039d4: 48 8d 0d cd 79 02 00 lea 0x279cd(%rip),%rcx # ffffffff8002b3a8 <_ZN11CappuccinOS3mem11BYTE_LABELS17h21dbfca6d4b8d09bE+0x8> -ffffffff800039db: 48 8d 15 be 79 02 00 lea 0x279be(%rip),%rdx # ffffffff8002b3a0 <_ZN11CappuccinOS3mem11BYTE_LABELS17h21dbfca6d4b8d09bE> -ffffffff800039e2: eb 26 jmp ffffffff80003a0a <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x216a> -ffffffff800039e4: 48 c1 e8 14 shr $0x14,%rax -ffffffff800039e8: 48 8d 0d c9 79 02 00 lea 0x279c9(%rip),%rcx # ffffffff8002b3b8 <_ZN11CappuccinOS3mem11BYTE_LABELS17h21dbfca6d4b8d09bE+0x18> -ffffffff800039ef: 48 8d 15 ba 79 02 00 lea 0x279ba(%rip),%rdx # ffffffff8002b3b0 <_ZN11CappuccinOS3mem11BYTE_LABELS17h21dbfca6d4b8d09bE+0x10> -ffffffff800039f6: eb 12 jmp ffffffff80003a0a <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x216a> -ffffffff800039f8: 48 c1 e8 0a shr $0xa,%rax -ffffffff800039fc: 48 8d 0d c5 79 02 00 lea 0x279c5(%rip),%rcx # ffffffff8002b3c8 <_ZN11CappuccinOS3mem11BYTE_LABELS17h21dbfca6d4b8d09bE+0x28> -ffffffff80003a03: 48 8d 15 b6 79 02 00 lea 0x279b6(%rip),%rdx # ffffffff8002b3c0 <_ZN11CappuccinOS3mem11BYTE_LABELS17h21dbfca6d4b8d09bE+0x20> -ffffffff80003a0a: 48 8b 12 mov (%rdx),%rdx -ffffffff80003a0d: 48 8b 09 mov (%rcx),%rcx -ffffffff80003a10: 48 89 85 b0 fe ff ff mov %rax,-0x150(%rbp) -ffffffff80003a17: 48 89 95 a0 fe ff ff mov %rdx,-0x160(%rbp) -ffffffff80003a1e: 48 89 8d a8 fe ff ff mov %rcx,-0x158(%rbp) -ffffffff80003a25: 0f b6 05 6c 79 02 00 movzbl 0x2796c(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80003a2c: 84 c0 test %al,%al -ffffffff80003a2e: 74 3d je ffffffff80003a6d <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x21cd> -ffffffff80003a30: 48 83 3d b0 78 02 00 cmpq $0x0,0x278b0(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80003a37: 00 -ffffffff80003a38: 0f 84 ec 0a 00 00 je ffffffff8000452a <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2c8a> -ffffffff80003a3e: 48 8b 05 b3 78 02 00 mov 0x278b3(%rip),%rax # ffffffff8002b2f8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x18> -ffffffff80003a45: 48 3d ff ff ff 3f cmp $0x3fffffff,%rax -ffffffff80003a4b: 77 65 ja ffffffff80003ab2 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2212> -ffffffff80003a4d: 48 3d 00 00 10 00 cmp $0x100000,%rax -ffffffff80003a53: 73 71 jae ffffffff80003ac6 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2226> -ffffffff80003a55: 48 3d 00 04 00 00 cmp $0x400,%rax -ffffffff80003a5b: 73 7d jae ffffffff80003ada <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x223a> -ffffffff80003a5d: 48 8d 0d 74 79 02 00 lea 0x27974(%rip),%rcx # ffffffff8002b3d8 <_ZN11CappuccinOS3mem11BYTE_LABELS17h21dbfca6d4b8d09bE+0x38> -ffffffff80003a64: 48 8d 15 65 79 02 00 lea 0x27965(%rip),%rdx # ffffffff8002b3d0 <_ZN11CappuccinOS3mem11BYTE_LABELS17h21dbfca6d4b8d09bE+0x30> -ffffffff80003a6b: eb 7f jmp ffffffff80003aec <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x224c> -ffffffff80003a6d: 48 8d 9d b8 fe ff ff lea -0x148(%rbp),%rbx -ffffffff80003a74: 48 89 df mov %rbx,%rdi -ffffffff80003a77: ff 15 63 78 02 00 call *0x27863(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80003a7d: 48 c7 05 60 78 02 00 movq $0x1,0x27860(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80003a84: 01 00 00 00 -ffffffff80003a88: 48 8d 3d 61 78 02 00 lea 0x27861(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80003a8f: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80003a94: 48 89 de mov %rbx,%rsi -ffffffff80003a97: e8 e4 eb 01 00 call ffffffff80022680 -ffffffff80003a9c: c6 05 f5 78 02 00 01 movb $0x1,0x278f5(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80003aa3: 48 8b 05 4e 78 02 00 mov 0x2784e(%rip),%rax # ffffffff8002b2f8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x18> -ffffffff80003aaa: 48 3d ff ff ff 3f cmp $0x3fffffff,%rax -ffffffff80003ab0: 76 9b jbe ffffffff80003a4d <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x21ad> -ffffffff80003ab2: 48 c1 e8 1e shr $0x1e,%rax -ffffffff80003ab6: 48 8d 0d eb 78 02 00 lea 0x278eb(%rip),%rcx # ffffffff8002b3a8 <_ZN11CappuccinOS3mem11BYTE_LABELS17h21dbfca6d4b8d09bE+0x8> -ffffffff80003abd: 48 8d 15 dc 78 02 00 lea 0x278dc(%rip),%rdx # ffffffff8002b3a0 <_ZN11CappuccinOS3mem11BYTE_LABELS17h21dbfca6d4b8d09bE> -ffffffff80003ac4: eb 26 jmp ffffffff80003aec <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x224c> -ffffffff80003ac6: 48 c1 e8 14 shr $0x14,%rax -ffffffff80003aca: 48 8d 0d e7 78 02 00 lea 0x278e7(%rip),%rcx # ffffffff8002b3b8 <_ZN11CappuccinOS3mem11BYTE_LABELS17h21dbfca6d4b8d09bE+0x18> -ffffffff80003ad1: 48 8d 15 d8 78 02 00 lea 0x278d8(%rip),%rdx # ffffffff8002b3b0 <_ZN11CappuccinOS3mem11BYTE_LABELS17h21dbfca6d4b8d09bE+0x10> -ffffffff80003ad8: eb 12 jmp ffffffff80003aec <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x224c> -ffffffff80003ada: 48 c1 e8 0a shr $0xa,%rax -ffffffff80003ade: 48 8d 0d e3 78 02 00 lea 0x278e3(%rip),%rcx # ffffffff8002b3c8 <_ZN11CappuccinOS3mem11BYTE_LABELS17h21dbfca6d4b8d09bE+0x28> -ffffffff80003ae5: 48 8d 15 d4 78 02 00 lea 0x278d4(%rip),%rdx # ffffffff8002b3c0 <_ZN11CappuccinOS3mem11BYTE_LABELS17h21dbfca6d4b8d09bE+0x20> -ffffffff80003aec: 48 8b 12 mov (%rdx),%rdx -ffffffff80003aef: 48 8b 09 mov (%rcx),%rcx -ffffffff80003af2: 48 89 85 78 ff ff ff mov %rax,-0x88(%rbp) -ffffffff80003af9: 48 89 95 68 ff ff ff mov %rdx,-0x98(%rbp) -ffffffff80003b00: 48 89 8d 70 ff ff ff mov %rcx,-0x90(%rbp) -ffffffff80003b07: 0f b6 05 a2 5c 02 00 movzbl 0x25ca2(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80003b0e: 84 c0 test %al,%al -ffffffff80003b10: 74 0f je ffffffff80003b21 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2281> -ffffffff80003b12: 48 83 3d 3e 5c 02 00 cmpq $0x0,0x25c3e(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80003b19: 00 -ffffffff80003b1a: 75 39 jne ffffffff80003b55 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x22b5> -ffffffff80003b1c: e9 09 0a 00 00 jmp ffffffff8000452a <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2c8a> -ffffffff80003b21: 48 8d 9d b8 fe ff ff lea -0x148(%rbp),%rbx -ffffffff80003b28: 48 89 df mov %rbx,%rdi -ffffffff80003b2b: ff 15 1f 5c 02 00 call *0x25c1f(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff80003b31: 48 c7 05 1c 5c 02 00 movq $0x1,0x25c1c(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80003b38: 01 00 00 00 -ffffffff80003b3c: 48 8d 3d 1d 5c 02 00 lea 0x25c1d(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80003b43: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff80003b48: 48 89 de mov %rbx,%rsi -ffffffff80003b4b: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff80003b4e: c6 05 5b 5c 02 00 01 movb $0x1,0x25c5b(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80003b55: 48 8d 85 60 fe ff ff lea -0x1a0(%rbp),%rax -ffffffff80003b5c: 48 89 85 b8 fe ff ff mov %rax,-0x148(%rbp) -ffffffff80003b63: 48 8d 05 76 6c 01 00 lea 0x16c76(%rip),%rax # ffffffff8001a7e0 <_ZN62_$LT$CappuccinOS..mem..Label$u20$as$u20$core..fmt..Display$GT$3fmt17he903f4f4ef5d3366E> -ffffffff80003b6a: 48 89 85 c0 fe ff ff mov %rax,-0x140(%rbp) -ffffffff80003b71: 48 8d 8d a0 fe ff ff lea -0x160(%rbp),%rcx -ffffffff80003b78: 48 89 8d c8 fe ff ff mov %rcx,-0x138(%rbp) -ffffffff80003b7f: 48 89 85 d0 fe ff ff mov %rax,-0x130(%rbp) -ffffffff80003b86: 48 8d 8d 68 ff ff ff lea -0x98(%rbp),%rcx -ffffffff80003b8d: 48 89 8d d8 fe ff ff mov %rcx,-0x128(%rbp) -ffffffff80003b94: 48 89 85 e0 fe ff ff mov %rax,-0x120(%rbp) -ffffffff80003b9b: 48 8d 05 66 5b 02 00 lea 0x25b66(%rip),%rax # ffffffff80029708 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x258> -ffffffff80003ba2: 48 89 45 a8 mov %rax,-0x58(%rbp) -ffffffff80003ba6: 48 c7 45 b0 03 00 00 movq $0x3,-0x50(%rbp) -ffffffff80003bad: 00 -ffffffff80003bae: 48 c7 45 c8 00 00 00 movq $0x0,-0x38(%rbp) -ffffffff80003bb5: 00 -ffffffff80003bb6: 48 8d 85 b8 fe ff ff lea -0x148(%rbp),%rax -ffffffff80003bbd: 48 89 45 b8 mov %rax,-0x48(%rbp) -ffffffff80003bc1: 48 c7 45 c0 03 00 00 movq $0x3,-0x40(%rbp) -ffffffff80003bc8: 00 -ffffffff80003bc9: 48 8d 75 a8 lea -0x58(%rbp),%rsi -ffffffff80003bcd: 48 8d 5d 80 lea -0x80(%rbp),%rbx -ffffffff80003bd1: 48 89 df mov %rbx,%rdi -ffffffff80003bd4: e8 b7 93 01 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff80003bd9: 48 89 9d 30 fe ff ff mov %rbx,-0x1d0(%rbp) -ffffffff80003be0: 48 8d 85 30 fe ff ff lea -0x1d0(%rbp),%rax -ffffffff80003be7: 48 89 85 40 fe ff ff mov %rax,-0x1c0(%rbp) -ffffffff80003bee: 48 8d 05 5b 2b 01 00 lea 0x12b5b(%rip),%rax # ffffffff80016750 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h42ee6215a9c421d0E> -ffffffff80003bf5: 48 89 85 48 fe ff ff mov %rax,-0x1b8(%rbp) -ffffffff80003bfc: 48 8d 05 f5 58 02 00 lea 0x258f5(%rip),%rax # ffffffff800294f8 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x48> -ffffffff80003c03: 48 89 85 b8 fe ff ff mov %rax,-0x148(%rbp) -ffffffff80003c0a: 48 c7 85 c0 fe ff ff movq $0x2,-0x140(%rbp) -ffffffff80003c11: 02 00 00 00 -ffffffff80003c15: 48 c7 85 d8 fe ff ff movq $0x0,-0x128(%rbp) -ffffffff80003c1c: 00 00 00 00 -ffffffff80003c20: 48 8d 85 40 fe ff ff lea -0x1c0(%rbp),%rax -ffffffff80003c27: 48 89 85 c8 fe ff ff mov %rax,-0x138(%rbp) -ffffffff80003c2e: 48 c7 85 d0 fe ff ff movq $0x1,-0x130(%rbp) -ffffffff80003c35: 01 00 00 00 -ffffffff80003c39: 48 8d 7d a8 lea -0x58(%rbp),%rdi -ffffffff80003c3d: 48 8d b5 b8 fe ff ff lea -0x148(%rbp),%rsi -ffffffff80003c44: e8 47 93 01 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff80003c49: 48 8b 5d 88 mov -0x78(%rbp),%rbx -ffffffff80003c4d: 48 85 db test %rbx,%rbx -ffffffff80003c50: 74 6b je ffffffff80003cbd <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x241d> -ffffffff80003c52: 4c 8b 75 80 mov -0x80(%rbp),%r14 -ffffffff80003c56: 0f b6 05 3b 77 02 00 movzbl 0x2773b(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80003c5d: 84 c0 test %al,%al -ffffffff80003c5f: 74 0f je ffffffff80003c70 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x23d0> -ffffffff80003c61: 48 83 3d 7f 76 02 00 cmpq $0x0,0x2767f(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80003c68: 00 -ffffffff80003c69: 75 3b jne ffffffff80003ca6 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2406> -ffffffff80003c6b: e9 ba 08 00 00 jmp ffffffff8000452a <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2c8a> -ffffffff80003c70: 4c 8d bd b8 fe ff ff lea -0x148(%rbp),%r15 -ffffffff80003c77: 4c 89 ff mov %r15,%rdi -ffffffff80003c7a: ff 15 60 76 02 00 call *0x27660(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80003c80: 48 c7 05 5d 76 02 00 movq $0x1,0x2765d(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80003c87: 01 00 00 00 -ffffffff80003c8b: 48 8d 3d 5e 76 02 00 lea 0x2765e(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80003c92: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80003c97: 4c 89 fe mov %r15,%rsi -ffffffff80003c9a: e8 e1 e9 01 00 call ffffffff80022680 -ffffffff80003c9f: c6 05 f2 76 02 00 01 movb $0x1,0x276f2(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80003ca6: 48 8d 3d 43 76 02 00 lea 0x27643(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80003cad: ba 01 00 00 00 mov $0x1,%edx -ffffffff80003cb2: 4c 89 f6 mov %r14,%rsi -ffffffff80003cb5: 48 89 d9 mov %rbx,%rcx -ffffffff80003cb8: e8 93 05 01 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80003cbd: 48 8b 5d a8 mov -0x58(%rbp),%rbx -ffffffff80003cc1: 4c 8b 75 b0 mov -0x50(%rbp),%r14 -ffffffff80003cc5: 48 8b 55 b8 mov -0x48(%rbp),%rdx -ffffffff80003cc9: e9 3b 07 00 00 jmp ffffffff80004409 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2b69> -ffffffff80003cce: 48 8b 8d 80 fe ff ff mov -0x180(%rbp),%rcx -ffffffff80003cd5: 48 8d 04 40 lea (%rax,%rax,2),%rax -ffffffff80003cd9: 4d 8d 2c c7 lea (%r15,%rax,8),%r13 -ffffffff80003cdd: 4c 89 7d a8 mov %r15,-0x58(%rbp) -ffffffff80003ce1: 48 89 4d b0 mov %rcx,-0x50(%rbp) -ffffffff80003ce5: 4c 89 6d c0 mov %r13,-0x40(%rbp) -ffffffff80003ce9: 45 31 f6 xor %r14d,%r14d -ffffffff80003cec: 31 c0 xor %eax,%eax -ffffffff80003cee: 48 89 85 98 fe ff ff mov %rax,-0x168(%rbp) -ffffffff80003cf5: 4c 89 ad 60 ff ff ff mov %r13,-0xa0(%rbp) -ffffffff80003cfc: eb 66 jmp ffffffff80003d64 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x24c4> -ffffffff80003cfe: 4d 89 f5 mov %r14,%r13 -ffffffff80003d01: 4c 8d b5 b8 fe ff ff lea -0x148(%rbp),%r14 -ffffffff80003d08: 4c 89 f7 mov %r14,%rdi -ffffffff80003d0b: ff 15 cf 75 02 00 call *0x275cf(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80003d11: 48 c7 05 cc 75 02 00 movq $0x1,0x275cc(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80003d18: 01 00 00 00 -ffffffff80003d1c: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80003d21: 48 8d 3d c8 75 02 00 lea 0x275c8(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80003d28: 4c 89 f6 mov %r14,%rsi -ffffffff80003d2b: 4d 89 ee mov %r13,%r14 -ffffffff80003d2e: 4c 8b ad 60 ff ff ff mov -0xa0(%rbp),%r13 -ffffffff80003d35: e8 46 e9 01 00 call ffffffff80022680 -ffffffff80003d3a: 48 8d 3d af 75 02 00 lea 0x275af(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80003d41: c6 05 50 76 02 00 01 movb $0x1,0x27650(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80003d48: ba 01 00 00 00 mov $0x1,%edx -ffffffff80003d4d: 48 89 de mov %rbx,%rsi -ffffffff80003d50: 4c 89 f9 mov %r15,%rcx -ffffffff80003d53: e8 f8 04 01 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80003d58: 4d 89 e7 mov %r12,%r15 -ffffffff80003d5b: 4d 39 ec cmp %r13,%r12 -ffffffff80003d5e: 0f 84 34 01 00 00 je ffffffff80003e98 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x25f8> -ffffffff80003d64: 4d 8d 67 18 lea 0x18(%r15),%r12 -ffffffff80003d68: 4c 89 65 b8 mov %r12,-0x48(%rbp) -ffffffff80003d6c: 49 8b 1f mov (%r15),%rbx -ffffffff80003d6f: 49 8b 47 08 mov 0x8(%r15),%rax -ffffffff80003d73: 49 8b 4f 10 mov 0x10(%r15),%rcx -ffffffff80003d77: 48 89 8d 38 fe ff ff mov %rcx,-0x1c8(%rbp) -ffffffff80003d7e: 48 89 85 30 fe ff ff mov %rax,-0x1d0(%rbp) -ffffffff80003d85: 48 85 db test %rbx,%rbx -ffffffff80003d88: 0f 84 0a 01 00 00 je ffffffff80003e98 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x25f8> -ffffffff80003d8e: 48 89 9d a0 fe ff ff mov %rbx,-0x160(%rbp) -ffffffff80003d95: 48 8b 85 30 fe ff ff mov -0x1d0(%rbp),%rax -ffffffff80003d9c: 48 8b 8d 38 fe ff ff mov -0x1c8(%rbp),%rcx -ffffffff80003da3: 48 8d 95 a8 fe ff ff lea -0x158(%rbp),%rdx -ffffffff80003daa: 48 89 4a 08 mov %rcx,0x8(%rdx) -ffffffff80003dae: 48 89 02 mov %rax,(%rdx) -ffffffff80003db1: 48 8b 8d b0 fe ff ff mov -0x150(%rbp),%rcx -ffffffff80003db8: 48 85 c9 test %rcx,%rcx -ffffffff80003dbb: 74 19 je ffffffff80003dd6 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2536> -ffffffff80003dbd: 80 3b 2d cmpb $0x2d,(%rbx) -ffffffff80003dc0: 0f 84 b9 00 00 00 je ffffffff80003e7f <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x25df> -ffffffff80003dc6: 48 83 f9 02 cmp $0x2,%rcx -ffffffff80003dca: 72 0a jb ffffffff80003dd6 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2536> -ffffffff80003dcc: 0f b7 03 movzwl (%rbx),%eax -ffffffff80003dcf: 3d 30 78 00 00 cmp $0x7830,%eax -ffffffff80003dd4: 74 5f je ffffffff80003e35 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2595> -ffffffff80003dd6: 48 8d bd 40 fe ff ff lea -0x1c0(%rbp),%rdi -ffffffff80003ddd: 48 89 de mov %rbx,%rsi -ffffffff80003de0: 48 89 ca mov %rcx,%rdx -ffffffff80003de3: e8 18 9a 01 00 call ffffffff8001d800 <_ZN4core3num60_$LT$impl$u20$core..str..traits..FromStr$u20$for$u20$u64$GT$8from_str17hce5000c26726b9acE> -ffffffff80003de8: 80 bd 40 fe ff ff 00 cmpb $0x0,-0x1c0(%rbp) -ffffffff80003def: 0f 85 57 08 00 00 jne ffffffff8000464c <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2dac> -ffffffff80003df5: 4c 8b b5 48 fe ff ff mov -0x1b8(%rbp),%r14 -ffffffff80003dfc: 4c 8b bd a8 fe ff ff mov -0x158(%rbp),%r15 -ffffffff80003e03: 4d 85 ff test %r15,%r15 -ffffffff80003e06: 0f 84 4c ff ff ff je ffffffff80003d58 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x24b8> -ffffffff80003e0c: 0f b6 05 85 75 02 00 movzbl 0x27585(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80003e13: 84 c0 test %al,%al -ffffffff80003e15: 48 8d 3d d4 74 02 00 lea 0x274d4(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80003e1c: 0f 84 dc fe ff ff je ffffffff80003cfe <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x245e> -ffffffff80003e22: 48 83 3d be 74 02 00 cmpq $0x0,0x274be(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80003e29: 00 -ffffffff80003e2a: 0f 85 18 ff ff ff jne ffffffff80003d48 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x24a8> -ffffffff80003e30: e9 f5 06 00 00 jmp ffffffff8000452a <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2c8a> -ffffffff80003e35: 48 83 f9 03 cmp $0x3,%rcx -ffffffff80003e39: 72 0a jb ffffffff80003e45 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x25a5> -ffffffff80003e3b: 80 7b 02 bf cmpb $0xbf,0x2(%rbx) -ffffffff80003e3f: 0f 8e a6 0b 00 00 jle ffffffff800049eb <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x314b> -ffffffff80003e45: 48 83 c3 02 add $0x2,%rbx -ffffffff80003e49: 48 83 c1 fe add $0xfffffffffffffffe,%rcx -ffffffff80003e4d: 48 8d bd b8 fe ff ff lea -0x148(%rbp),%rdi -ffffffff80003e54: 48 89 de mov %rbx,%rsi -ffffffff80003e57: 48 89 ca mov %rcx,%rdx -ffffffff80003e5a: b9 10 00 00 00 mov $0x10,%ecx -ffffffff80003e5f: e8 ac 97 01 00 call ffffffff8001d610 <_ZN4core3num21_$LT$impl$u20$u64$GT$14from_str_radix17h72197dc34daa037fE> -ffffffff80003e64: 80 bd b8 fe ff ff 00 cmpb $0x0,-0x148(%rbp) -ffffffff80003e6b: 0f 85 60 0b 00 00 jne ffffffff800049d1 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x3131> -ffffffff80003e71: 48 8b 85 c0 fe ff ff mov -0x140(%rbp),%rax -ffffffff80003e78: 48 89 85 98 fe ff ff mov %rax,-0x168(%rbp) -ffffffff80003e7f: 48 8d bd a0 fe ff ff lea -0x160(%rbp),%rdi -ffffffff80003e86: e8 15 cd 00 00 call ffffffff80010ba0 <_ZN77_$LT$alloc..raw_vec..RawVec$LT$T$C$A$GT$$u20$as$u20$core..ops..drop..Drop$GT$4drop17hc750f2c4bade4c51E> -ffffffff80003e8b: 49 83 c7 18 add $0x18,%r15 -ffffffff80003e8f: 4d 39 ef cmp %r13,%r15 -ffffffff80003e92: 0f 85 cc fe ff ff jne ffffffff80003d64 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x24c4> -ffffffff80003e98: 48 8d 5d a8 lea -0x58(%rbp),%rbx -ffffffff80003e9c: 48 89 df mov %rbx,%rdi -ffffffff80003e9f: e8 bc 05 01 00 call ffffffff80014460 <_ZN86_$LT$alloc..vec..into_iter..IntoIter$LT$T$C$A$GT$$u20$as$u20$core..ops..drop..Drop$GT$4drop17hdc934edd66bd8247E> -ffffffff80003ea4: 48 b8 f0 ff ff ff ff movabs $0x7ffffffffffffff0,%rax -ffffffff80003eab: ff ff 7f -ffffffff80003eae: 49 39 c6 cmp %rax,%r14 -ffffffff80003eb1: 0f 87 dc 0a 00 00 ja ffffffff80004993 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x30f3> -ffffffff80003eb7: 48 8b bd 98 fe ff ff mov -0x168(%rbp),%rdi -ffffffff80003ebe: 48 89 bd 60 fe ff ff mov %rdi,-0x1a0(%rbp) -ffffffff80003ec5: ba 10 00 00 00 mov $0x10,%edx -ffffffff80003eca: 4c 89 f6 mov %r14,%rsi -ffffffff80003ecd: e8 1e 6a 01 00 call ffffffff8001a8f0 <__rust_dealloc> -ffffffff80003ed2: 48 8d 3d 77 58 02 00 lea 0x25877(%rip),%rdi # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff80003ed9: e8 a2 7d 01 00 call ffffffff8001bc80 <_ZN86_$LT$CappuccinOS..libs..lazy..Lazy$LT$T$C$F$GT$$u20$as$u20$core..ops..deref..Deref$GT$5deref17h2366083509c56d52E> -ffffffff80003ede: 49 89 c6 mov %rax,%r14 -ffffffff80003ee1: 48 8d 85 60 fe ff ff lea -0x1a0(%rbp),%rax -ffffffff80003ee8: 48 89 45 80 mov %rax,-0x80(%rbp) -ffffffff80003eec: 48 8d 05 cd 40 01 00 lea 0x140cd(%rip),%rax # ffffffff80017fc0 <_ZN50_$LT$$BP$mut$u20$T$u20$as$u20$core..fmt..Debug$GT$3fmt17h736a8dcd3c42ad0fE> -ffffffff80003ef3: 48 89 45 88 mov %rax,-0x78(%rbp) -ffffffff80003ef7: 48 8d 05 ba 57 02 00 lea 0x257ba(%rip),%rax # ffffffff800296b8 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x208> -ffffffff80003efe: 48 89 85 b8 fe ff ff mov %rax,-0x148(%rbp) -ffffffff80003f05: 48 c7 85 c0 fe ff ff movq $0x1,-0x140(%rbp) -ffffffff80003f0c: 01 00 00 00 -ffffffff80003f10: 48 c7 85 d8 fe ff ff movq $0x0,-0x128(%rbp) -ffffffff80003f17: 00 00 00 00 -ffffffff80003f1b: 48 8d 45 80 lea -0x80(%rbp),%rax -ffffffff80003f1f: 48 89 85 c8 fe ff ff mov %rax,-0x138(%rbp) -ffffffff80003f26: 48 c7 85 d0 fe ff ff movq $0x1,-0x130(%rbp) -ffffffff80003f2d: 01 00 00 00 -ffffffff80003f31: 48 8d b5 b8 fe ff ff lea -0x148(%rbp),%rsi -ffffffff80003f38: 48 89 df mov %rbx,%rdi -ffffffff80003f3b: e8 40 c5 ff ff call ffffffff80000480 <_ZN5alloc3fmt6format17h2df0ed49a1f8e05eE> -ffffffff80003f40: 48 89 9d a0 fe ff ff mov %rbx,-0x160(%rbp) -ffffffff80003f47: 48 8d 85 a0 fe ff ff lea -0x160(%rbp),%rax -ffffffff80003f4e: 48 89 85 68 ff ff ff mov %rax,-0x98(%rbp) -ffffffff80003f55: 48 8d 05 f4 27 01 00 lea 0x127f4(%rip),%rax # ffffffff80016750 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h42ee6215a9c421d0E> -ffffffff80003f5c: 48 89 85 70 ff ff ff mov %rax,-0x90(%rbp) -ffffffff80003f63: 48 8d 05 8e 55 02 00 lea 0x2558e(%rip),%rax # ffffffff800294f8 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x48> -ffffffff80003f6a: 48 89 85 b8 fe ff ff mov %rax,-0x148(%rbp) -ffffffff80003f71: 48 c7 85 c0 fe ff ff movq $0x2,-0x140(%rbp) -ffffffff80003f78: 02 00 00 00 -ffffffff80003f7c: 48 c7 85 d8 fe ff ff movq $0x0,-0x128(%rbp) -ffffffff80003f83: 00 00 00 00 -ffffffff80003f87: 48 8d 85 68 ff ff ff lea -0x98(%rbp),%rax -ffffffff80003f8e: 48 89 85 c8 fe ff ff mov %rax,-0x138(%rbp) -ffffffff80003f95: 48 c7 85 d0 fe ff ff movq $0x1,-0x130(%rbp) -ffffffff80003f9c: 01 00 00 00 -ffffffff80003fa0: 4c 8d 7d 80 lea -0x80(%rbp),%r15 -ffffffff80003fa4: 48 8d b5 b8 fe ff ff lea -0x148(%rbp),%rsi -ffffffff80003fab: 4c 89 ff mov %r15,%rdi -ffffffff80003fae: e8 cd c4 ff ff call ffffffff80000480 <_ZN5alloc3fmt6format17h2df0ed49a1f8e05eE> -ffffffff80003fb3: 48 89 df mov %rbx,%rdi -ffffffff80003fb6: e8 e5 cb 00 00 call ffffffff80010ba0 <_ZN77_$LT$alloc..raw_vec..RawVec$LT$T$C$A$GT$$u20$as$u20$core..ops..drop..Drop$GT$4drop17hc750f2c4bade4c51E> -ffffffff80003fbb: 48 8b 75 80 mov -0x80(%rbp),%rsi -ffffffff80003fbf: 48 8b 55 90 mov -0x70(%rbp),%rdx -ffffffff80003fc3: 4c 89 f7 mov %r14,%rdi -ffffffff80003fc6: e8 d5 c6 ff ff call ffffffff800006a0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E> -ffffffff80003fcb: 4c 89 ff mov %r15,%rdi -ffffffff80003fce: e8 cd cb 00 00 call ffffffff80010ba0 <_ZN77_$LT$alloc..raw_vec..RawVec$LT$T$C$A$GT$$u20$as$u20$core..ops..drop..Drop$GT$4drop17hc750f2c4bade4c51E> -ffffffff80003fd3: 48 8b 9d 20 fe ff ff mov -0x1e0(%rbp),%rbx -ffffffff80003fda: 48 85 db test %rbx,%rbx -ffffffff80003fdd: 0f 85 e9 05 00 00 jne ffffffff800045cc <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2d2c> -ffffffff80003fe3: e9 52 06 00 00 jmp ffffffff8000463a <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2d9a> -ffffffff80003fe8: 48 8b bd a8 fe ff ff mov -0x158(%rbp),%rdi -ffffffff80003fef: 48 b8 f0 ff ff ff ff movabs $0x7ffffffffffffff0,%rax -ffffffff80003ff6: ff ff 7f -ffffffff80003ff9: 48 39 c7 cmp %rax,%rdi -ffffffff80003ffc: 0f 87 6c 09 00 00 ja ffffffff8000496e <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x30ce> -ffffffff80004002: 48 8d 05 0d 8c 02 00 lea 0x28c0d(%rip),%rax # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff80004009: 0f b6 00 movzbl (%rax),%eax -ffffffff8000400c: be 10 00 00 00 mov $0x10,%esi -ffffffff80004011: e8 3a 68 01 00 call ffffffff8001a850 <__rust_alloc> -ffffffff80004016: 49 89 c6 mov %rax,%r14 -ffffffff80004019: 48 89 85 40 fe ff ff mov %rax,-0x1c0(%rbp) -ffffffff80004020: 66 c7 00 2a 00 movw $0x2a,(%rax) -ffffffff80004025: 48 8d 3d 24 57 02 00 lea 0x25724(%rip),%rdi # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff8000402c: e8 4f 7c 01 00 call ffffffff8001bc80 <_ZN86_$LT$CappuccinOS..libs..lazy..Lazy$LT$T$C$F$GT$$u20$as$u20$core..ops..deref..Deref$GT$5deref17h2366083509c56d52E> -ffffffff80004031: 48 89 c3 mov %rax,%rbx -ffffffff80004034: 41 0f b7 06 movzwl (%r14),%eax -ffffffff80004038: 66 89 85 68 ff ff ff mov %ax,-0x98(%rbp) -ffffffff8000403f: 48 8d 85 40 fe ff ff lea -0x1c0(%rbp),%rax -ffffffff80004046: 48 89 45 a8 mov %rax,-0x58(%rbp) -ffffffff8000404a: 48 8d 05 7f 3f 01 00 lea 0x13f7f(%rip),%rax # ffffffff80017fd0 <_ZN52_$LT$$BP$mut$u20$T$u20$as$u20$core..fmt..Pointer$GT$3fmt17h1b6a79159dacaea2E> -ffffffff80004051: 48 89 45 b0 mov %rax,-0x50(%rbp) -ffffffff80004055: 4c 8d b5 68 ff ff ff lea -0x98(%rbp),%r14 -ffffffff8000405c: 4c 89 75 b8 mov %r14,-0x48(%rbp) -ffffffff80004060: 48 8d 05 29 de 01 00 lea 0x1de29(%rip),%rax # ffffffff80021e90 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u16$GT$3fmt17h14337445acae25ffE> -ffffffff80004067: 48 89 45 c0 mov %rax,-0x40(%rbp) -ffffffff8000406b: 48 8d 05 fe 55 02 00 lea 0x255fe(%rip),%rax # ffffffff80029670 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x1c0> -ffffffff80004072: 48 89 85 b8 fe ff ff mov %rax,-0x148(%rbp) -ffffffff80004079: 48 c7 85 c0 fe ff ff movq $0x2,-0x140(%rbp) -ffffffff80004080: 02 00 00 00 -ffffffff80004084: 48 c7 85 d8 fe ff ff movq $0x0,-0x128(%rbp) -ffffffff8000408b: 00 00 00 00 -ffffffff8000408f: 48 8d 45 a8 lea -0x58(%rbp),%rax -ffffffff80004093: 48 89 85 c8 fe ff ff mov %rax,-0x138(%rbp) -ffffffff8000409a: 48 c7 85 d0 fe ff ff movq $0x2,-0x130(%rbp) -ffffffff800040a1: 02 00 00 00 -ffffffff800040a5: 48 8d b5 b8 fe ff ff lea -0x148(%rbp),%rsi -ffffffff800040ac: 4c 8d 7d 80 lea -0x80(%rbp),%r15 -ffffffff800040b0: 4c 89 ff mov %r15,%rdi -ffffffff800040b3: e8 c8 c3 ff ff call ffffffff80000480 <_ZN5alloc3fmt6format17h2df0ed49a1f8e05eE> -ffffffff800040b8: 4c 89 bd 60 fe ff ff mov %r15,-0x1a0(%rbp) -ffffffff800040bf: 48 8d 85 60 fe ff ff lea -0x1a0(%rbp),%rax -ffffffff800040c6: 48 89 85 68 ff ff ff mov %rax,-0x98(%rbp) -ffffffff800040cd: 48 8d 05 7c 26 01 00 lea 0x1267c(%rip),%rax # ffffffff80016750 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h42ee6215a9c421d0E> -ffffffff800040d4: 48 89 85 70 ff ff ff mov %rax,-0x90(%rbp) -ffffffff800040db: 48 8d 05 16 54 02 00 lea 0x25416(%rip),%rax # ffffffff800294f8 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x48> -ffffffff800040e2: 48 89 85 b8 fe ff ff mov %rax,-0x148(%rbp) -ffffffff800040e9: 48 c7 85 c0 fe ff ff movq $0x2,-0x140(%rbp) -ffffffff800040f0: 02 00 00 00 -ffffffff800040f4: 48 c7 85 d8 fe ff ff movq $0x0,-0x128(%rbp) -ffffffff800040fb: 00 00 00 00 -ffffffff800040ff: 4c 89 b5 c8 fe ff ff mov %r14,-0x138(%rbp) -ffffffff80004106: 48 c7 85 d0 fe ff ff movq $0x1,-0x130(%rbp) -ffffffff8000410d: 01 00 00 00 -ffffffff80004111: 4c 8d 75 a8 lea -0x58(%rbp),%r14 -ffffffff80004115: 48 8d b5 b8 fe ff ff lea -0x148(%rbp),%rsi -ffffffff8000411c: 4c 89 f7 mov %r14,%rdi -ffffffff8000411f: e8 5c c3 ff ff call ffffffff80000480 <_ZN5alloc3fmt6format17h2df0ed49a1f8e05eE> -ffffffff80004124: 4c 89 ff mov %r15,%rdi -ffffffff80004127: e8 74 ca 00 00 call ffffffff80010ba0 <_ZN77_$LT$alloc..raw_vec..RawVec$LT$T$C$A$GT$$u20$as$u20$core..ops..drop..Drop$GT$4drop17hc750f2c4bade4c51E> -ffffffff8000412c: 48 8b 75 a8 mov -0x58(%rbp),%rsi -ffffffff80004130: 48 8b 55 b8 mov -0x48(%rbp),%rdx -ffffffff80004134: e9 2a f3 ff ff jmp ffffffff80003463 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x1bc3> -ffffffff80004139: 48 8d 9d b8 fe ff ff lea -0x148(%rbp),%rbx -ffffffff80004140: 48 89 df mov %rbx,%rdi -ffffffff80004143: ff 15 07 56 02 00 call *0x25607(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff80004149: 48 c7 05 04 56 02 00 movq $0x1,0x25604(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80004150: 01 00 00 00 -ffffffff80004154: 48 8d 3d 05 56 02 00 lea 0x25605(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff8000415b: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff80004160: 48 89 de mov %rbx,%rsi -ffffffff80004163: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff80004166: c6 05 43 56 02 00 01 movb $0x1,0x25643(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff8000416d: 48 8d 05 a2 8a 02 00 lea 0x28aa2(%rip),%rax # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff80004174: 0f b6 00 movzbl (%rax),%eax -ffffffff80004177: 0f b6 05 1a 72 02 00 movzbl 0x2721a(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000417e: 84 c0 test %al,%al -ffffffff80004180: 74 0f je ffffffff80004191 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x28f1> -ffffffff80004182: 48 83 3d 5e 71 02 00 cmpq $0x0,0x2715e(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80004189: 00 -ffffffff8000418a: 75 3b jne ffffffff800041c7 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2927> -ffffffff8000418c: e9 99 03 00 00 jmp ffffffff8000452a <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2c8a> -ffffffff80004191: 48 8d 9d b8 fe ff ff lea -0x148(%rbp),%rbx -ffffffff80004198: 48 89 df mov %rbx,%rdi -ffffffff8000419b: ff 15 3f 71 02 00 call *0x2713f(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff800041a1: 48 c7 05 3c 71 02 00 movq $0x1,0x2713c(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff800041a8: 01 00 00 00 -ffffffff800041ac: 48 8d 3d 3d 71 02 00 lea 0x2713d(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff800041b3: ba a8 00 00 00 mov $0xa8,%edx -ffffffff800041b8: 48 89 de mov %rbx,%rsi -ffffffff800041bb: e8 c0 e4 01 00 call ffffffff80022680 -ffffffff800041c0: c6 05 d1 71 02 00 01 movb $0x1,0x271d1(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff800041c7: 48 8d 3d 22 71 02 00 lea 0x27122(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff800041ce: be 01 00 00 00 mov $0x1,%esi -ffffffff800041d3: ba 23 00 00 00 mov $0x23,%edx -ffffffff800041d8: e8 73 fe 00 00 call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff800041dd: 48 85 c0 test %rax,%rax -ffffffff800041e0: 0f 84 46 06 00 00 je ffffffff8000482c <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2f8c> -ffffffff800041e6: 48 b9 73 20 72 65 71 movabs $0x7269757165722073,%rcx -ffffffff800041ed: 75 69 72 -ffffffff800041f0: 48 89 48 18 mov %rcx,0x18(%rax) -ffffffff800041f4: 48 b9 6f 20 74 65 73 movabs $0x692074736574206f,%rcx -ffffffff800041fb: 74 20 69 -ffffffff800041fe: 48 89 48 10 mov %rcx,0x10(%rax) -ffffffff80004202: 48 b9 64 64 72 65 73 movabs $0x7420737365726464,%rcx -ffffffff80004209: 73 20 74 -ffffffff8000420c: 48 89 48 08 mov %rcx,0x8(%rax) -ffffffff80004210: 48 b9 4d 65 6d 6f 72 movabs $0x612079726f6d654d,%rcx -ffffffff80004217: 79 20 61 -ffffffff8000421a: 48 89 08 mov %rcx,(%rax) -ffffffff8000421d: c7 40 1f 72 65 64 2e movl $0x2e646572,0x1f(%rax) -ffffffff80004224: 48 89 45 a8 mov %rax,-0x58(%rbp) -ffffffff80004228: 48 c7 45 b0 23 00 00 movq $0x23,-0x50(%rbp) -ffffffff8000422f: 00 -ffffffff80004230: 48 c7 45 b8 23 00 00 movq $0x23,-0x48(%rbp) -ffffffff80004237: 00 -ffffffff80004238: e9 d8 00 00 00 jmp ffffffff80004315 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2a75> -ffffffff8000423d: 48 8d 9d b8 fe ff ff lea -0x148(%rbp),%rbx -ffffffff80004244: 48 89 df mov %rbx,%rdi -ffffffff80004247: ff 15 03 55 02 00 call *0x25503(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff8000424d: 48 c7 05 00 55 02 00 movq $0x1,0x25500(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80004254: 01 00 00 00 -ffffffff80004258: 48 8d 3d 01 55 02 00 lea 0x25501(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff8000425f: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff80004264: 48 89 de mov %rbx,%rsi -ffffffff80004267: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff8000426a: c6 05 3f 55 02 00 01 movb $0x1,0x2553f(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80004271: 48 8d 05 9e 89 02 00 lea 0x2899e(%rip),%rax # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff80004278: 0f b6 00 movzbl (%rax),%eax -ffffffff8000427b: 0f b6 05 16 71 02 00 movzbl 0x27116(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80004282: 84 c0 test %al,%al -ffffffff80004284: 74 0f je ffffffff80004295 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x29f5> -ffffffff80004286: 48 83 3d 5a 70 02 00 cmpq $0x0,0x2705a(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000428d: 00 -ffffffff8000428e: 75 3b jne ffffffff800042cb <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2a2b> -ffffffff80004290: e9 95 02 00 00 jmp ffffffff8000452a <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2c8a> -ffffffff80004295: 48 8d 9d b8 fe ff ff lea -0x148(%rbp),%rbx -ffffffff8000429c: 48 89 df mov %rbx,%rdi -ffffffff8000429f: ff 15 3b 70 02 00 call *0x2703b(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff800042a5: 48 c7 05 38 70 02 00 movq $0x1,0x27038(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff800042ac: 01 00 00 00 -ffffffff800042b0: 48 8d 3d 39 70 02 00 lea 0x27039(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff800042b7: ba a8 00 00 00 mov $0xa8,%edx -ffffffff800042bc: 48 89 de mov %rbx,%rsi -ffffffff800042bf: e8 bc e3 01 00 call ffffffff80022680 -ffffffff800042c4: c6 05 cd 70 02 00 01 movb $0x1,0x270cd(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff800042cb: 48 8d 3d 1e 70 02 00 lea 0x2701e(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff800042d2: be 01 00 00 00 mov $0x1,%esi -ffffffff800042d7: ba 79 00 00 00 mov $0x79,%edx -ffffffff800042dc: e8 6f fd 00 00 call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff800042e1: 48 85 c0 test %rax,%rax -ffffffff800042e4: 0f 84 73 06 00 00 je ffffffff8000495d <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x30bd> -ffffffff800042ea: 48 89 c3 mov %rax,%rbx -ffffffff800042ed: 48 8d 35 85 fc 01 00 lea 0x1fc85(%rip),%rsi # ffffffff80023f79 -ffffffff800042f4: ba 79 00 00 00 mov $0x79,%edx -ffffffff800042f9: 48 89 c7 mov %rax,%rdi -ffffffff800042fc: e8 7f e3 01 00 call ffffffff80022680 -ffffffff80004301: 48 89 5d a8 mov %rbx,-0x58(%rbp) -ffffffff80004305: 48 c7 45 b0 79 00 00 movq $0x79,-0x50(%rbp) -ffffffff8000430c: 00 -ffffffff8000430d: 48 c7 45 b8 79 00 00 movq $0x79,-0x48(%rbp) -ffffffff80004314: 00 -ffffffff80004315: 48 8d 45 a8 lea -0x58(%rbp),%rax -ffffffff80004319: 48 89 85 a0 fe ff ff mov %rax,-0x160(%rbp) -ffffffff80004320: 48 8d 85 a0 fe ff ff lea -0x160(%rbp),%rax -ffffffff80004327: 48 89 85 68 ff ff ff mov %rax,-0x98(%rbp) -ffffffff8000432e: 48 8d 05 1b 24 01 00 lea 0x1241b(%rip),%rax # ffffffff80016750 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h42ee6215a9c421d0E> -ffffffff80004335: 48 89 85 70 ff ff ff mov %rax,-0x90(%rbp) -ffffffff8000433c: 48 8d 05 b5 51 02 00 lea 0x251b5(%rip),%rax # ffffffff800294f8 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x48> -ffffffff80004343: 48 89 85 b8 fe ff ff mov %rax,-0x148(%rbp) -ffffffff8000434a: 48 c7 85 c0 fe ff ff movq $0x2,-0x140(%rbp) -ffffffff80004351: 02 00 00 00 -ffffffff80004355: 48 c7 85 d8 fe ff ff movq $0x0,-0x128(%rbp) -ffffffff8000435c: 00 00 00 00 -ffffffff80004360: 48 8d 85 68 ff ff ff lea -0x98(%rbp),%rax -ffffffff80004367: 48 89 85 c8 fe ff ff mov %rax,-0x138(%rbp) -ffffffff8000436e: 48 c7 85 d0 fe ff ff movq $0x1,-0x130(%rbp) -ffffffff80004375: 01 00 00 00 -ffffffff80004379: 48 8d 7d 80 lea -0x80(%rbp),%rdi -ffffffff8000437d: 48 8d b5 b8 fe ff ff lea -0x148(%rbp),%rsi -ffffffff80004384: e8 07 8c 01 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff80004389: 48 8b 5d b0 mov -0x50(%rbp),%rbx -ffffffff8000438d: 48 85 db test %rbx,%rbx -ffffffff80004390: 74 6b je ffffffff800043fd <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2b5d> -ffffffff80004392: 4c 8b 75 a8 mov -0x58(%rbp),%r14 -ffffffff80004396: 0f b6 05 fb 6f 02 00 movzbl 0x26ffb(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000439d: 84 c0 test %al,%al -ffffffff8000439f: 74 0f je ffffffff800043b0 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2b10> -ffffffff800043a1: 48 83 3d 3f 6f 02 00 cmpq $0x0,0x26f3f(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff800043a8: 00 -ffffffff800043a9: 75 3b jne ffffffff800043e6 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2b46> -ffffffff800043ab: e9 7a 01 00 00 jmp ffffffff8000452a <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2c8a> -ffffffff800043b0: 4c 8d bd b8 fe ff ff lea -0x148(%rbp),%r15 -ffffffff800043b7: 4c 89 ff mov %r15,%rdi -ffffffff800043ba: ff 15 20 6f 02 00 call *0x26f20(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff800043c0: 48 c7 05 1d 6f 02 00 movq $0x1,0x26f1d(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff800043c7: 01 00 00 00 -ffffffff800043cb: 48 8d 3d 1e 6f 02 00 lea 0x26f1e(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff800043d2: ba a8 00 00 00 mov $0xa8,%edx -ffffffff800043d7: 4c 89 fe mov %r15,%rsi -ffffffff800043da: e8 a1 e2 01 00 call ffffffff80022680 -ffffffff800043df: c6 05 b2 6f 02 00 01 movb $0x1,0x26fb2(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff800043e6: 48 8d 3d 03 6f 02 00 lea 0x26f03(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff800043ed: ba 01 00 00 00 mov $0x1,%edx -ffffffff800043f2: 4c 89 f6 mov %r14,%rsi -ffffffff800043f5: 48 89 d9 mov %rbx,%rcx -ffffffff800043f8: e8 53 fe 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff800043fd: 48 8b 5d 80 mov -0x80(%rbp),%rbx -ffffffff80004401: 4c 8b 75 88 mov -0x78(%rbp),%r14 -ffffffff80004405: 48 8b 55 90 mov -0x70(%rbp),%rdx -ffffffff80004409: 48 8d 3d 50 53 02 00 lea 0x25350(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80004410: 48 89 de mov %rbx,%rsi -ffffffff80004413: e8 88 c2 ff ff call ffffffff800006a0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E> -ffffffff80004418: 4d 85 f6 test %r14,%r14 -ffffffff8000441b: 74 67 je ffffffff80004484 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2be4> -ffffffff8000441d: 0f b6 05 74 6f 02 00 movzbl 0x26f74(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80004424: 84 c0 test %al,%al -ffffffff80004426: 74 0f je ffffffff80004437 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2b97> -ffffffff80004428: 48 83 3d b8 6e 02 00 cmpq $0x0,0x26eb8(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000442f: 00 -ffffffff80004430: 75 3b jne ffffffff8000446d <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2bcd> -ffffffff80004432: e9 f3 00 00 00 jmp ffffffff8000452a <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2c8a> -ffffffff80004437: 4c 8d bd b8 fe ff ff lea -0x148(%rbp),%r15 -ffffffff8000443e: 4c 89 ff mov %r15,%rdi -ffffffff80004441: ff 15 99 6e 02 00 call *0x26e99(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80004447: 48 c7 05 96 6e 02 00 movq $0x1,0x26e96(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000444e: 01 00 00 00 -ffffffff80004452: 48 8d 3d 97 6e 02 00 lea 0x26e97(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80004459: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000445e: 4c 89 fe mov %r15,%rsi -ffffffff80004461: e8 1a e2 01 00 call ffffffff80022680 -ffffffff80004466: c6 05 2b 6f 02 00 01 movb $0x1,0x26f2b(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000446d: 48 8d 3d 7c 6e 02 00 lea 0x26e7c(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80004474: ba 01 00 00 00 mov $0x1,%edx -ffffffff80004479: 48 89 de mov %rbx,%rsi -ffffffff8000447c: 4c 89 f1 mov %r14,%rcx -ffffffff8000447f: e8 cc fd 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80004484: 4c 8b ad 88 fe ff ff mov -0x178(%rbp),%r13 -ffffffff8000448b: 4d 85 ed test %r13,%r13 -ffffffff8000448e: 0f 84 b0 00 00 00 je ffffffff80004544 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2ca4> -ffffffff80004494: 48 8b 9d 78 fe ff ff mov -0x188(%rbp),%rbx -ffffffff8000449b: 48 83 c3 08 add $0x8,%rbx -ffffffff8000449f: 4c 8d 35 4a 6e 02 00 lea 0x26e4a(%rip),%r14 # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff800044a6: eb 61 jmp ffffffff80004509 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2c69> -ffffffff800044a8: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff800044af: 00 -ffffffff800044b0: 4c 8d b5 b8 fe ff ff lea -0x148(%rbp),%r14 -ffffffff800044b7: 4c 89 f7 mov %r14,%rdi -ffffffff800044ba: ff 15 20 6e 02 00 call *0x26e20(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff800044c0: 48 c7 05 1d 6e 02 00 movq $0x1,0x26e1d(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff800044c7: 01 00 00 00 -ffffffff800044cb: ba a8 00 00 00 mov $0xa8,%edx -ffffffff800044d0: 48 8d 3d 19 6e 02 00 lea 0x26e19(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff800044d7: 4c 89 f6 mov %r14,%rsi -ffffffff800044da: 4c 8d 35 0f 6e 02 00 lea 0x26e0f(%rip),%r14 # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff800044e1: e8 9a e1 01 00 call ffffffff80022680 -ffffffff800044e6: c6 05 ab 6e 02 00 01 movb $0x1,0x26eab(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff800044ed: ba 01 00 00 00 mov $0x1,%edx -ffffffff800044f2: 4c 89 f7 mov %r14,%rdi -ffffffff800044f5: 4c 89 e6 mov %r12,%rsi -ffffffff800044f8: 4c 89 f9 mov %r15,%rcx -ffffffff800044fb: e8 50 fd 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80004500: 48 83 c3 18 add $0x18,%rbx -ffffffff80004504: 49 ff cd dec %r13 -ffffffff80004507: 74 3b je ffffffff80004544 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2ca4> -ffffffff80004509: 4c 8b 3b mov (%rbx),%r15 -ffffffff8000450c: 4d 85 ff test %r15,%r15 -ffffffff8000450f: 74 ef je ffffffff80004500 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2c60> -ffffffff80004511: 4c 8b 63 f8 mov -0x8(%rbx),%r12 -ffffffff80004515: 0f b6 05 7c 6e 02 00 movzbl 0x26e7c(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000451c: 84 c0 test %al,%al -ffffffff8000451e: 74 90 je ffffffff800044b0 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2c10> -ffffffff80004520: 48 83 3d c0 6d 02 00 cmpq $0x0,0x26dc0(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80004527: 00 -ffffffff80004528: 75 c3 jne ffffffff800044ed <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2c4d> -ffffffff8000452a: 48 8d 3d af 22 02 00 lea 0x222af(%rip),%rdi # ffffffff800267e0 -ffffffff80004531: 48 8d 15 e8 6f 02 00 lea 0x26fe8(%rip),%rdx # ffffffff8002b520 -ffffffff80004538: be 1e 00 00 00 mov $0x1e,%esi -ffffffff8000453d: e8 de d7 01 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff80004542: 0f 0b ud2 -ffffffff80004544: 4c 8b bd 80 fe ff ff mov -0x180(%rbp),%r15 -ffffffff8000454b: 4d 85 ff test %r15,%r15 -ffffffff8000454e: 74 70 je ffffffff800045c0 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2d20> -ffffffff80004550: 48 8b 9d 78 fe ff ff mov -0x188(%rbp),%rbx -ffffffff80004557: 0f b6 05 3a 6e 02 00 movzbl 0x26e3a(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000455e: 84 c0 test %al,%al -ffffffff80004560: 74 0c je ffffffff8000456e <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2cce> -ffffffff80004562: 48 83 3d 7e 6d 02 00 cmpq $0x0,0x26d7e(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80004569: 00 -ffffffff8000456a: 75 38 jne ffffffff800045a4 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2d04> -ffffffff8000456c: eb bc jmp ffffffff8000452a <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2c8a> -ffffffff8000456e: 4c 8d b5 b8 fe ff ff lea -0x148(%rbp),%r14 -ffffffff80004575: 4c 89 f7 mov %r14,%rdi -ffffffff80004578: ff 15 62 6d 02 00 call *0x26d62(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000457e: 48 c7 05 5f 6d 02 00 movq $0x1,0x26d5f(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80004585: 01 00 00 00 -ffffffff80004589: 48 8d 3d 60 6d 02 00 lea 0x26d60(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80004590: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80004595: 4c 89 f6 mov %r14,%rsi -ffffffff80004598: e8 e3 e0 01 00 call ffffffff80022680 -ffffffff8000459d: c6 05 f4 6d 02 00 01 movb $0x1,0x26df4(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff800045a4: 49 c1 e7 03 shl $0x3,%r15 -ffffffff800045a8: 4b 8d 0c 7f lea (%r15,%r15,2),%rcx -ffffffff800045ac: 48 8d 3d 3d 6d 02 00 lea 0x26d3d(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff800045b3: ba 08 00 00 00 mov $0x8,%edx -ffffffff800045b8: 48 89 de mov %rbx,%rsi -ffffffff800045bb: e8 90 fc 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff800045c0: 48 8b 9d 20 fe ff ff mov -0x1e0(%rbp),%rbx -ffffffff800045c7: 48 85 db test %rbx,%rbx -ffffffff800045ca: 74 6e je ffffffff8000463a <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2d9a> -ffffffff800045cc: 4c 8b b5 18 fe ff ff mov -0x1e8(%rbp),%r14 -ffffffff800045d3: 0f b6 05 be 6d 02 00 movzbl 0x26dbe(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff800045da: 84 c0 test %al,%al -ffffffff800045dc: 74 0f je ffffffff800045ed <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2d4d> -ffffffff800045de: 48 83 3d 02 6d 02 00 cmpq $0x0,0x26d02(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff800045e5: 00 -ffffffff800045e6: 75 3b jne ffffffff80004623 <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2d83> -ffffffff800045e8: e9 3d ff ff ff jmp ffffffff8000452a <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2c8a> -ffffffff800045ed: 4c 8d bd b8 fe ff ff lea -0x148(%rbp),%r15 -ffffffff800045f4: 4c 89 ff mov %r15,%rdi -ffffffff800045f7: ff 15 e3 6c 02 00 call *0x26ce3(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff800045fd: 48 c7 05 e0 6c 02 00 movq $0x1,0x26ce0(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80004604: 01 00 00 00 -ffffffff80004608: 48 8d 3d e1 6c 02 00 lea 0x26ce1(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000460f: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80004614: 4c 89 fe mov %r15,%rsi -ffffffff80004617: e8 64 e0 01 00 call ffffffff80022680 -ffffffff8000461c: c6 05 75 6d 02 00 01 movb $0x1,0x26d75(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80004623: 48 8d 3d c6 6c 02 00 lea 0x26cc6(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000462a: ba 01 00 00 00 mov $0x1,%edx -ffffffff8000462f: 4c 89 f6 mov %r14,%rsi -ffffffff80004632: 48 89 d9 mov %rbx,%rcx -ffffffff80004635: e8 16 fc 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8000463a: 48 81 c4 c8 01 00 00 add $0x1c8,%rsp -ffffffff80004641: 5b pop %rbx -ffffffff80004642: 41 5c pop %r12 -ffffffff80004644: 41 5d pop %r13 -ffffffff80004646: 41 5e pop %r14 -ffffffff80004648: 41 5f pop %r15 -ffffffff8000464a: 5d pop %rbp -ffffffff8000464b: c3 ret -ffffffff8000464c: 48 8d 3d fd 50 02 00 lea 0x250fd(%rip),%rdi # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff80004653: e8 28 76 01 00 call ffffffff8001bc80 <_ZN86_$LT$CappuccinOS..libs..lazy..Lazy$LT$T$C$F$GT$$u20$as$u20$core..ops..deref..Deref$GT$5deref17h2366083509c56d52E> -ffffffff80004658: 48 89 c3 mov %rax,%rbx -ffffffff8000465b: 48 8d 05 46 50 02 00 lea 0x25046(%rip),%rax # ffffffff800296a8 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x1f8> -ffffffff80004662: 48 89 85 b8 fe ff ff mov %rax,-0x148(%rbp) -ffffffff80004669: 48 c7 85 c0 fe ff ff movq $0x1,-0x140(%rbp) -ffffffff80004670: 01 00 00 00 -ffffffff80004674: 48 c7 85 d8 fe ff ff movq $0x0,-0x128(%rbp) -ffffffff8000467b: 00 00 00 00 -ffffffff8000467f: 48 8d 05 7a f5 01 00 lea 0x1f57a(%rip),%rax # ffffffff80023c00 <_ZN17compiler_builtins3mem6strlen17ha67bf7541695cb1bE+0x1280> -ffffffff80004686: 48 89 85 c8 fe ff ff mov %rax,-0x138(%rbp) -ffffffff8000468d: 48 c7 85 d0 fe ff ff movq $0x0,-0x130(%rbp) -ffffffff80004694: 00 00 00 00 -ffffffff80004698: 48 8d b5 b8 fe ff ff lea -0x148(%rbp),%rsi -ffffffff8000469f: 4c 8d 7d 80 lea -0x80(%rbp),%r15 -ffffffff800046a3: 4c 89 ff mov %r15,%rdi -ffffffff800046a6: e8 d5 bd ff ff call ffffffff80000480 <_ZN5alloc3fmt6format17h2df0ed49a1f8e05eE> -ffffffff800046ab: 4c 89 bd 10 fe ff ff mov %r15,-0x1f0(%rbp) -ffffffff800046b2: 48 8d 85 10 fe ff ff lea -0x1f0(%rbp),%rax -ffffffff800046b9: 48 89 85 60 fe ff ff mov %rax,-0x1a0(%rbp) -ffffffff800046c0: 48 8d 05 89 20 01 00 lea 0x12089(%rip),%rax # ffffffff80016750 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h42ee6215a9c421d0E> -ffffffff800046c7: 48 89 85 68 fe ff ff mov %rax,-0x198(%rbp) -ffffffff800046ce: 48 8d 05 23 4e 02 00 lea 0x24e23(%rip),%rax # ffffffff800294f8 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x48> -ffffffff800046d5: 48 89 85 b8 fe ff ff mov %rax,-0x148(%rbp) -ffffffff800046dc: 48 c7 85 c0 fe ff ff movq $0x2,-0x140(%rbp) -ffffffff800046e3: 02 00 00 00 -ffffffff800046e7: 48 c7 85 d8 fe ff ff movq $0x0,-0x128(%rbp) -ffffffff800046ee: 00 00 00 00 -ffffffff800046f2: 48 8d 85 60 fe ff ff lea -0x1a0(%rbp),%rax -ffffffff800046f9: 48 89 85 c8 fe ff ff mov %rax,-0x138(%rbp) -ffffffff80004700: 48 c7 85 d0 fe ff ff movq $0x1,-0x130(%rbp) -ffffffff80004707: 01 00 00 00 -ffffffff8000470b: 4c 8d b5 68 ff ff ff lea -0x98(%rbp),%r14 -ffffffff80004712: 48 8d b5 b8 fe ff ff lea -0x148(%rbp),%rsi -ffffffff80004719: 4c 89 f7 mov %r14,%rdi -ffffffff8000471c: e8 5f bd ff ff call ffffffff80000480 <_ZN5alloc3fmt6format17h2df0ed49a1f8e05eE> -ffffffff80004721: 4c 89 ff mov %r15,%rdi -ffffffff80004724: e8 77 c4 00 00 call ffffffff80010ba0 <_ZN77_$LT$alloc..raw_vec..RawVec$LT$T$C$A$GT$$u20$as$u20$core..ops..drop..Drop$GT$4drop17hc750f2c4bade4c51E> -ffffffff80004729: 48 8b b5 68 ff ff ff mov -0x98(%rbp),%rsi -ffffffff80004730: 48 8b 95 78 ff ff ff mov -0x88(%rbp),%rdx -ffffffff80004737: 48 89 df mov %rbx,%rdi -ffffffff8000473a: e8 61 bf ff ff call ffffffff800006a0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E> -ffffffff8000473f: 4c 89 f7 mov %r14,%rdi -ffffffff80004742: e8 59 c4 00 00 call ffffffff80010ba0 <_ZN77_$LT$alloc..raw_vec..RawVec$LT$T$C$A$GT$$u20$as$u20$core..ops..drop..Drop$GT$4drop17hc750f2c4bade4c51E> -ffffffff80004747: 48 8d bd a0 fe ff ff lea -0x160(%rbp),%rdi -ffffffff8000474e: e8 4d c4 00 00 call ffffffff80010ba0 <_ZN77_$LT$alloc..raw_vec..RawVec$LT$T$C$A$GT$$u20$as$u20$core..ops..drop..Drop$GT$4drop17hc750f2c4bade4c51E> -ffffffff80004753: 48 8d 7d a8 lea -0x58(%rbp),%rdi -ffffffff80004757: e8 04 fd 00 00 call ffffffff80014460 <_ZN86_$LT$alloc..vec..into_iter..IntoIter$LT$T$C$A$GT$$u20$as$u20$core..ops..drop..Drop$GT$4drop17hdc934edd66bd8247E> -ffffffff8000475c: 48 8b 9d 20 fe ff ff mov -0x1e0(%rbp),%rbx -ffffffff80004763: 48 85 db test %rbx,%rbx -ffffffff80004766: 0f 85 60 fe ff ff jne ffffffff800045cc <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2d2c> -ffffffff8000476c: e9 c9 fe ff ff jmp ffffffff8000463a <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x2d9a> -ffffffff80004771: 48 8b 85 c0 fe ff ff mov -0x140(%rbp),%rax -ffffffff80004778: 8b 00 mov (%rax),%eax -ffffffff8000477a: 89 85 60 fe ff ff mov %eax,-0x1a0(%rbp) -ffffffff80004780: 48 8d 3d c9 4f 02 00 lea 0x24fc9(%rip),%rdi # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff80004787: e8 f4 74 01 00 call ffffffff8001bc80 <_ZN86_$LT$CappuccinOS..libs..lazy..Lazy$LT$T$C$F$GT$$u20$as$u20$core..ops..deref..Deref$GT$5deref17h2366083509c56d52E> -ffffffff8000478c: 48 89 c3 mov %rax,%rbx -ffffffff8000478f: 48 8d 85 60 fe ff ff lea -0x1a0(%rbp),%rax -ffffffff80004796: 48 89 45 80 mov %rax,-0x80(%rbp) -ffffffff8000479a: 48 8d 05 0f d9 01 00 lea 0x1d90f(%rip),%rax # ffffffff800220b0 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u32$GT$3fmt17h075a1d797155bb92E> -ffffffff800047a1: 48 89 45 88 mov %rax,-0x78(%rbp) -ffffffff800047a5: 48 8d 05 a4 4e 02 00 lea 0x24ea4(%rip),%rax # ffffffff80029650 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x1a0> -ffffffff800047ac: 48 89 85 b8 fe ff ff mov %rax,-0x148(%rbp) -ffffffff800047b3: 48 c7 85 c0 fe ff ff movq $0x1,-0x140(%rbp) -ffffffff800047ba: 01 00 00 00 -ffffffff800047be: 48 c7 85 d8 fe ff ff movq $0x0,-0x128(%rbp) -ffffffff800047c5: 00 00 00 00 -ffffffff800047c9: 48 8d 45 80 lea -0x80(%rbp),%rax -ffffffff800047cd: 48 89 85 c8 fe ff ff mov %rax,-0x138(%rbp) -ffffffff800047d4: 48 c7 85 d0 fe ff ff movq $0x1,-0x130(%rbp) -ffffffff800047db: 01 00 00 00 -ffffffff800047df: e9 e9 eb ff ff jmp ffffffff800033cd <_ZN11CappuccinOS3usr3tty4exec17h1919bcbd957aa052E+0x1b2d> -ffffffff800047e4: 48 8d 15 c5 4d 02 00 lea 0x24dc5(%rip),%rdx # ffffffff800295b0 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x100> -ffffffff800047eb: 31 ff xor %edi,%edi -ffffffff800047ed: 31 f6 xor %esi,%esi -ffffffff800047ef: e8 fc cf 01 00 call ffffffff800217f0 <_ZN4core9panicking18panic_bounds_check17h0aa7386a620f3834E> -ffffffff800047f4: 0f 0b ud2 -ffffffff800047f6: 48 8d 3d 46 f5 01 00 lea 0x1f546(%rip),%rdi # ffffffff80023d43 -ffffffff800047fd: 48 8d 0d 14 4e 02 00 lea 0x24e14(%rip),%rcx # ffffffff80029618 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x168> -ffffffff80004804: 4c 8d 05 2d 4e 02 00 lea 0x24e2d(%rip),%r8 # ffffffff80029638 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x188> -ffffffff8000480b: 48 8d 55 a7 lea -0x59(%rbp),%rdx -ffffffff8000480f: be 2b 00 00 00 mov $0x2b,%esi -ffffffff80004814: e8 67 d5 01 00 call ffffffff80021d80 <_ZN4core6result13unwrap_failed17h657510ce64ac5bccE> -ffffffff80004819: 0f 0b ud2 -ffffffff8000481b: bf 01 00 00 00 mov $0x1,%edi -ffffffff80004820: be 42 00 00 00 mov $0x42,%esi -ffffffff80004825: e8 96 8a 01 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff8000482a: 0f 0b ud2 -ffffffff8000482c: bf 01 00 00 00 mov $0x1,%edi -ffffffff80004831: be 23 00 00 00 mov $0x23,%esi -ffffffff80004836: e8 85 8a 01 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff8000483b: 0f 0b ud2 -ffffffff8000483d: 48 8d 3d 0c 4f 02 00 lea 0x24f0c(%rip),%rdi # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff80004844: e8 37 74 01 00 call ffffffff8001bc80 <_ZN86_$LT$CappuccinOS..libs..lazy..Lazy$LT$T$C$F$GT$$u20$as$u20$core..ops..deref..Deref$GT$5deref17h2366083509c56d52E> -ffffffff80004849: 49 89 c6 mov %rax,%r14 -ffffffff8000484c: 48 8d 05 c5 4c 02 00 lea 0x24cc5(%rip),%rax # ffffffff80029518 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x68> -ffffffff80004853: 48 89 85 b8 fe ff ff mov %rax,-0x148(%rbp) -ffffffff8000485a: 48 c7 85 c0 fe ff ff movq $0x1,-0x140(%rbp) -ffffffff80004861: 01 00 00 00 -ffffffff80004865: 48 c7 85 d8 fe ff ff movq $0x0,-0x128(%rbp) -ffffffff8000486c: 00 00 00 00 -ffffffff80004870: 48 8d 05 89 f3 01 00 lea 0x1f389(%rip),%rax # ffffffff80023c00 <_ZN17compiler_builtins3mem6strlen17ha67bf7541695cb1bE+0x1280> -ffffffff80004877: 48 89 85 c8 fe ff ff mov %rax,-0x138(%rbp) -ffffffff8000487e: 48 c7 85 d0 fe ff ff movq $0x0,-0x130(%rbp) -ffffffff80004885: 00 00 00 00 -ffffffff80004889: 48 8d b5 b8 fe ff ff lea -0x148(%rbp),%rsi -ffffffff80004890: 4c 8d 65 a8 lea -0x58(%rbp),%r12 -ffffffff80004894: 4c 89 e7 mov %r12,%rdi -ffffffff80004897: e8 e4 bb ff ff call ffffffff80000480 <_ZN5alloc3fmt6format17h2df0ed49a1f8e05eE> -ffffffff8000489c: 4c 89 a5 a0 fe ff ff mov %r12,-0x160(%rbp) -ffffffff800048a3: 48 8d 85 a0 fe ff ff lea -0x160(%rbp),%rax -ffffffff800048aa: 48 89 85 68 ff ff ff mov %rax,-0x98(%rbp) -ffffffff800048b1: 48 8d 05 98 1e 01 00 lea 0x11e98(%rip),%rax # ffffffff80016750 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h42ee6215a9c421d0E> -ffffffff800048b8: 48 89 85 70 ff ff ff mov %rax,-0x90(%rbp) -ffffffff800048bf: 48 8d 05 32 4c 02 00 lea 0x24c32(%rip),%rax # ffffffff800294f8 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x48> -ffffffff800048c6: 48 89 85 b8 fe ff ff mov %rax,-0x148(%rbp) -ffffffff800048cd: 48 c7 85 c0 fe ff ff movq $0x2,-0x140(%rbp) -ffffffff800048d4: 02 00 00 00 -ffffffff800048d8: 48 c7 85 d8 fe ff ff movq $0x0,-0x128(%rbp) -ffffffff800048df: 00 00 00 00 -ffffffff800048e3: 48 8d 85 68 ff ff ff lea -0x98(%rbp),%rax -ffffffff800048ea: 48 89 85 c8 fe ff ff mov %rax,-0x138(%rbp) -ffffffff800048f1: 48 c7 85 d0 fe ff ff movq $0x1,-0x130(%rbp) -ffffffff800048f8: 01 00 00 00 -ffffffff800048fc: 4c 8d 7d 80 lea -0x80(%rbp),%r15 -ffffffff80004900: 48 8d b5 b8 fe ff ff lea -0x148(%rbp),%rsi -ffffffff80004907: 4c 89 ff mov %r15,%rdi -ffffffff8000490a: e8 71 bb ff ff call ffffffff80000480 <_ZN5alloc3fmt6format17h2df0ed49a1f8e05eE> -ffffffff8000490f: 4c 89 e7 mov %r12,%rdi -ffffffff80004912: e8 89 c2 00 00 call ffffffff80010ba0 <_ZN77_$LT$alloc..raw_vec..RawVec$LT$T$C$A$GT$$u20$as$u20$core..ops..drop..Drop$GT$4drop17hc750f2c4bade4c51E> -ffffffff80004917: 48 8b 75 80 mov -0x80(%rbp),%rsi -ffffffff8000491b: 48 8b 55 90 mov -0x70(%rbp),%rdx -ffffffff8000491f: 4c 89 f7 mov %r14,%rdi -ffffffff80004922: e8 79 bd ff ff call ffffffff800006a0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E> -ffffffff80004927: 4c 89 ff mov %r15,%rdi -ffffffff8000492a: e8 71 c2 00 00 call ffffffff80010ba0 <_ZN77_$LT$alloc..raw_vec..RawVec$LT$T$C$A$GT$$u20$as$u20$core..ops..drop..Drop$GT$4drop17hc750f2c4bade4c51E> -ffffffff8000492f: 88 bd b8 fe ff ff mov %bh,-0x148(%rbp) -ffffffff80004935: 48 8d 3d 07 f4 01 00 lea 0x1f407(%rip),%rdi # ffffffff80023d43 -ffffffff8000493c: 48 8d 0d 05 4c 02 00 lea 0x24c05(%rip),%rcx # ffffffff80029548 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x98> -ffffffff80004943: 4c 8d 05 1e 4c 02 00 lea 0x24c1e(%rip),%r8 # ffffffff80029568 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0xb8> -ffffffff8000494a: 48 8d 95 b8 fe ff ff lea -0x148(%rbp),%rdx -ffffffff80004951: be 2b 00 00 00 mov $0x2b,%esi -ffffffff80004956: e8 25 d4 01 00 call ffffffff80021d80 <_ZN4core6result13unwrap_failed17h657510ce64ac5bccE> -ffffffff8000495b: 0f 0b ud2 -ffffffff8000495d: bf 01 00 00 00 mov $0x1,%edi -ffffffff80004962: be 79 00 00 00 mov $0x79,%esi -ffffffff80004967: e8 54 89 01 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff8000496c: 0f 0b ud2 -ffffffff8000496e: 48 8d 3d ce f3 01 00 lea 0x1f3ce(%rip),%rdi # ffffffff80023d43 -ffffffff80004975: 48 8d 0d 9c 4c 02 00 lea 0x24c9c(%rip),%rcx # ffffffff80029618 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x168> -ffffffff8000497c: 4c 8d 05 0d 4d 02 00 lea 0x24d0d(%rip),%r8 # ffffffff80029690 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x1e0> -ffffffff80004983: 48 8d 55 a7 lea -0x59(%rbp),%rdx -ffffffff80004987: be 2b 00 00 00 mov $0x2b,%esi -ffffffff8000498c: e8 ef d3 01 00 call ffffffff80021d80 <_ZN4core6result13unwrap_failed17h657510ce64ac5bccE> -ffffffff80004991: 0f 0b ud2 -ffffffff80004993: 48 8d 3d a9 f3 01 00 lea 0x1f3a9(%rip),%rdi # ffffffff80023d43 -ffffffff8000499a: 48 8d 0d 77 4c 02 00 lea 0x24c77(%rip),%rcx # ffffffff80029618 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x168> -ffffffff800049a1: 4c 8d 05 20 4d 02 00 lea 0x24d20(%rip),%r8 # ffffffff800296c8 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x218> -ffffffff800049a8: 48 8d 55 a7 lea -0x59(%rbp),%rdx -ffffffff800049ac: be 2b 00 00 00 mov $0x2b,%esi -ffffffff800049b1: e8 ca d3 01 00 call ffffffff80021d80 <_ZN4core6result13unwrap_failed17h657510ce64ac5bccE> -ffffffff800049b6: 0f 0b ud2 -ffffffff800049b8: 4c 8d 05 79 4d 02 00 lea 0x24d79(%rip),%r8 # ffffffff80029738 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x288> -ffffffff800049bf: ba 02 00 00 00 mov $0x2,%edx -ffffffff800049c4: 48 89 f7 mov %rsi,%rdi -ffffffff800049c7: 48 89 ce mov %rcx,%rsi -ffffffff800049ca: e8 f1 b4 01 00 call ffffffff8001fec0 <_ZN4core3str16slice_error_fail17h11952ab1c100db37E> -ffffffff800049cf: 0f 0b ud2 -ffffffff800049d1: 48 8d 3d a9 f2 01 00 lea 0x1f2a9(%rip),%rdi # ffffffff80023c81 -ffffffff800049d8: 48 8d 15 01 4d 02 00 lea 0x24d01(%rip),%rdx # ffffffff800296e0 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x230> -ffffffff800049df: be 2b 00 00 00 mov $0x2b,%esi -ffffffff800049e4: e8 b7 cd 01 00 call ffffffff800217a0 <_ZN4core9panicking5panic17h5954f42149c26846E> -ffffffff800049e9: 0f 0b ud2 -ffffffff800049eb: 4c 8d 05 46 4d 02 00 lea 0x24d46(%rip),%r8 # ffffffff80029738 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x288> -ffffffff800049f2: ba 02 00 00 00 mov $0x2,%edx -ffffffff800049f7: 48 89 df mov %rbx,%rdi -ffffffff800049fa: 48 89 ce mov %rcx,%rsi -ffffffff800049fd: e8 be b4 01 00 call ffffffff8001fec0 <_ZN4core3str16slice_error_fail17h11952ab1c100db37E> -ffffffff80004a02: 0f 0b ud2 -ffffffff80004a04: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff80004a0b: 00 00 00 -ffffffff80004a0e: 66 90 xchg %ax,%ax - -ffffffff80004a10 <_ZN11CappuccinOS3usr3tty20parse_memory_address17h38b6cf73c93b7709E>: -ffffffff80004a10: 55 push %rbp -ffffffff80004a11: 48 89 e5 mov %rsp,%rbp -ffffffff80004a14: 48 83 ec 10 sub $0x10,%rsp -ffffffff80004a18: 48 89 f1 mov %rsi,%rcx -ffffffff80004a1b: 48 83 fe 02 cmp $0x2,%rsi -ffffffff80004a1f: 72 0d jb ffffffff80004a2e <_ZN11CappuccinOS3usr3tty20parse_memory_address17h38b6cf73c93b7709E+0x1e> -ffffffff80004a21: 48 89 fe mov %rdi,%rsi -ffffffff80004a24: 0f b7 07 movzwl (%rdi),%eax -ffffffff80004a27: 3d 30 78 00 00 cmp $0x7830,%eax -ffffffff80004a2c: 74 08 je ffffffff80004a36 <_ZN11CappuccinOS3usr3tty20parse_memory_address17h38b6cf73c93b7709E+0x26> -ffffffff80004a2e: 31 c0 xor %eax,%eax -ffffffff80004a30: 48 83 c4 10 add $0x10,%rsp -ffffffff80004a34: 5d pop %rbp -ffffffff80004a35: c3 ret -ffffffff80004a36: 48 83 f9 03 cmp $0x3,%rcx -ffffffff80004a3a: 72 06 jb ffffffff80004a42 <_ZN11CappuccinOS3usr3tty20parse_memory_address17h38b6cf73c93b7709E+0x32> -ffffffff80004a3c: 80 7e 02 bf cmpb $0xbf,0x2(%rsi) -ffffffff80004a40: 7e 2c jle ffffffff80004a6e <_ZN11CappuccinOS3usr3tty20parse_memory_address17h38b6cf73c93b7709E+0x5e> -ffffffff80004a42: 48 83 c6 02 add $0x2,%rsi -ffffffff80004a46: 48 83 c1 fe add $0xfffffffffffffffe,%rcx -ffffffff80004a4a: 48 8d 7d f0 lea -0x10(%rbp),%rdi -ffffffff80004a4e: 48 89 ca mov %rcx,%rdx -ffffffff80004a51: b9 10 00 00 00 mov $0x10,%ecx -ffffffff80004a56: e8 b5 8b 01 00 call ffffffff8001d610 <_ZN4core3num21_$LT$impl$u20$u64$GT$14from_str_radix17h72197dc34daa037fE> -ffffffff80004a5b: 31 c0 xor %eax,%eax -ffffffff80004a5d: 80 7d f0 00 cmpb $0x0,-0x10(%rbp) -ffffffff80004a61: 0f 94 c0 sete %al -ffffffff80004a64: 48 8b 55 f8 mov -0x8(%rbp),%rdx -ffffffff80004a68: 48 83 c4 10 add $0x10,%rsp -ffffffff80004a6c: 5d pop %rbp -ffffffff80004a6d: c3 ret -ffffffff80004a6e: 4c 8d 05 c3 4c 02 00 lea 0x24cc3(%rip),%r8 # ffffffff80029738 <_ZN11CappuccinOS3usr3tty12INPUT_BUFFER17h422a55beddaf11f0E+0x288> -ffffffff80004a75: ba 02 00 00 00 mov $0x2,%edx -ffffffff80004a7a: 48 89 f7 mov %rsi,%rdi -ffffffff80004a7d: 48 89 ce mov %rcx,%rsi -ffffffff80004a80: e8 3b b4 01 00 call ffffffff8001fec0 <_ZN4core3str16slice_error_fail17h11952ab1c100db37E> -ffffffff80004a85: 0f 0b ud2 -ffffffff80004a87: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1) -ffffffff80004a8e: 00 00 - -ffffffff80004a90 <_ZN41_$LT$bool$u20$as$u20$core..fmt..Debug$GT$3fmt17h76653ae5a26366c0E>: -ffffffff80004a90: 55 push %rbp -ffffffff80004a91: 48 89 e5 mov %rsp,%rbp -ffffffff80004a94: 5d pop %rbp -ffffffff80004a95: e9 e6 a4 01 00 jmp ffffffff8001ef80 <_ZN43_$LT$bool$u20$as$u20$core..fmt..Display$GT$3fmt17hb94e53b15c61e85aE> -ffffffff80004a9a: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1) - -ffffffff80004aa0 <_ZN4core3fmt3num50_$LT$impl$u20$core..fmt..Debug$u20$for$u20$u16$GT$3fmt17h6e875cf5a341e517E>: -ffffffff80004aa0: 55 push %rbp -ffffffff80004aa1: 48 89 e5 mov %rsp,%rbp -ffffffff80004aa4: 8b 46 34 mov 0x34(%rsi),%eax -ffffffff80004aa7: a8 10 test $0x10,%al -ffffffff80004aa9: 75 0a jne ffffffff80004ab5 <_ZN4core3fmt3num50_$LT$impl$u20$core..fmt..Debug$u20$for$u20$u16$GT$3fmt17h6e875cf5a341e517E+0x15> -ffffffff80004aab: a8 20 test $0x20,%al -ffffffff80004aad: 75 0c jne ffffffff80004abb <_ZN4core3fmt3num50_$LT$impl$u20$core..fmt..Debug$u20$for$u20$u16$GT$3fmt17h6e875cf5a341e517E+0x1b> -ffffffff80004aaf: 5d pop %rbp -ffffffff80004ab0: e9 db d3 01 00 jmp ffffffff80021e90 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u16$GT$3fmt17h14337445acae25ffE> -ffffffff80004ab5: 5d pop %rbp -ffffffff80004ab6: e9 35 8f 01 00 jmp ffffffff8001d9f0 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..LowerHex$u20$for$u20$i16$GT$3fmt17h3528c9b5053b1a19E> -ffffffff80004abb: 5d pop %rbp -ffffffff80004abc: e9 cf 8f 01 00 jmp ffffffff8001da90 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..UpperHex$u20$for$u20$i16$GT$3fmt17h625d0f2fe4b01bebE> -ffffffff80004ac1: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff80004ac8: 00 00 00 -ffffffff80004acb: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) - -ffffffff80004ad0 <_ZN4core3fmt3num50_$LT$impl$u20$core..fmt..Debug$u20$for$u20$u32$GT$3fmt17ha2089b6373e59485E>: -ffffffff80004ad0: 55 push %rbp -ffffffff80004ad1: 48 89 e5 mov %rsp,%rbp -ffffffff80004ad4: 8b 46 34 mov 0x34(%rsi),%eax -ffffffff80004ad7: a8 10 test $0x10,%al -ffffffff80004ad9: 75 0a jne ffffffff80004ae5 <_ZN4core3fmt3num50_$LT$impl$u20$core..fmt..Debug$u20$for$u20$u32$GT$3fmt17ha2089b6373e59485E+0x15> -ffffffff80004adb: a8 20 test $0x20,%al -ffffffff80004add: 75 0c jne ffffffff80004aeb <_ZN4core3fmt3num50_$LT$impl$u20$core..fmt..Debug$u20$for$u20$u32$GT$3fmt17ha2089b6373e59485E+0x1b> -ffffffff80004adf: 5d pop %rbp -ffffffff80004ae0: e9 cb d5 01 00 jmp ffffffff800220b0 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u32$GT$3fmt17h075a1d797155bb92E> -ffffffff80004ae5: 5d pop %rbp -ffffffff80004ae6: e9 45 90 01 00 jmp ffffffff8001db30 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..LowerHex$u20$for$u20$i32$GT$3fmt17hc3f7231e823d0335E> -ffffffff80004aeb: 5d pop %rbp -ffffffff80004aec: e9 df 90 01 00 jmp ffffffff8001dbd0 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..UpperHex$u20$for$u20$i32$GT$3fmt17hb545f5b1177c39baE> -ffffffff80004af1: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff80004af8: 00 00 00 -ffffffff80004afb: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) - -ffffffff80004b00 <_ZN4core3fmt3num50_$LT$impl$u20$core..fmt..Debug$u20$for$u20$u64$GT$3fmt17h3dee1d4b760b4056E>: -ffffffff80004b00: 55 push %rbp -ffffffff80004b01: 48 89 e5 mov %rsp,%rbp -ffffffff80004b04: 8b 46 34 mov 0x34(%rsi),%eax -ffffffff80004b07: a8 10 test $0x10,%al -ffffffff80004b09: 75 0a jne ffffffff80004b15 <_ZN4core3fmt3num50_$LT$impl$u20$core..fmt..Debug$u20$for$u20$u64$GT$3fmt17h3dee1d4b760b4056E+0x15> -ffffffff80004b0b: a8 20 test $0x20,%al -ffffffff80004b0d: 75 0c jne ffffffff80004b1b <_ZN4core3fmt3num50_$LT$impl$u20$core..fmt..Debug$u20$for$u20$u64$GT$3fmt17h3dee1d4b760b4056E+0x1b> -ffffffff80004b0f: 5d pop %rbp -ffffffff80004b10: e9 bb d6 01 00 jmp ffffffff800221d0 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u64$GT$3fmt17hb9efc93793ab2de5E> -ffffffff80004b15: 5d pop %rbp -ffffffff80004b16: e9 e5 91 01 00 jmp ffffffff8001dd00 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..LowerHex$u20$for$u20$i64$GT$3fmt17h8be0ad20e8af3692E> -ffffffff80004b1b: 5d pop %rbp -ffffffff80004b1c: e9 7f 92 01 00 jmp ffffffff8001dda0 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..UpperHex$u20$for$u20$i64$GT$3fmt17hb815251c2be6fbeaE> -ffffffff80004b21: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff80004b28: 00 00 00 -ffffffff80004b2b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) - -ffffffff80004b30 <_ZN4core3fmt3num52_$LT$impl$u20$core..fmt..Debug$u20$for$u20$usize$GT$3fmt17hbe831d11aaa2bd69E>: -ffffffff80004b30: 55 push %rbp -ffffffff80004b31: 48 89 e5 mov %rsp,%rbp -ffffffff80004b34: 8b 46 34 mov 0x34(%rsi),%eax -ffffffff80004b37: a8 10 test $0x10,%al -ffffffff80004b39: 75 0a jne ffffffff80004b45 <_ZN4core3fmt3num52_$LT$impl$u20$core..fmt..Debug$u20$for$u20$usize$GT$3fmt17hbe831d11aaa2bd69E+0x15> -ffffffff80004b3b: a8 20 test $0x20,%al -ffffffff80004b3d: 75 0c jne ffffffff80004b4b <_ZN4core3fmt3num52_$LT$impl$u20$core..fmt..Debug$u20$for$u20$usize$GT$3fmt17hbe831d11aaa2bd69E+0x1b> -ffffffff80004b3f: 5d pop %rbp -ffffffff80004b40: e9 8b d6 01 00 jmp ffffffff800221d0 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u64$GT$3fmt17hb9efc93793ab2de5E> -ffffffff80004b45: 5d pop %rbp -ffffffff80004b46: e9 b5 91 01 00 jmp ffffffff8001dd00 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..LowerHex$u20$for$u20$i64$GT$3fmt17h8be0ad20e8af3692E> -ffffffff80004b4b: 5d pop %rbp -ffffffff80004b4c: e9 4f 92 01 00 jmp ffffffff8001dda0 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..UpperHex$u20$for$u20$i64$GT$3fmt17hb815251c2be6fbeaE> -ffffffff80004b51: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff80004b58: 00 00 00 -ffffffff80004b5b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) - -ffffffff80004b60 <_ZN4core3ptr24drop_in_place$LT$u16$GT$17h8a6668eb9d6b82dbE>: -ffffffff80004b60: 55 push %rbp -ffffffff80004b61: 48 89 e5 mov %rsp,%rbp -ffffffff80004b64: 5d pop %rbp -ffffffff80004b65: c3 ret -ffffffff80004b66: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff80004b6d: 00 00 00 - -ffffffff80004b70 <_ZN4core3ptr24drop_in_place$LT$u32$GT$17h64b8febb8bb36bbcE>: -ffffffff80004b70: 55 push %rbp -ffffffff80004b71: 48 89 e5 mov %rsp,%rbp -ffffffff80004b74: 5d pop %rbp -ffffffff80004b75: c3 ret -ffffffff80004b76: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff80004b7d: 00 00 00 - -ffffffff80004b80 <_ZN4core3ptr24drop_in_place$LT$u64$GT$17hcaba37199d263ae4E>: -ffffffff80004b80: 55 push %rbp -ffffffff80004b81: 48 89 e5 mov %rsp,%rbp -ffffffff80004b84: 5d pop %rbp -ffffffff80004b85: c3 ret -ffffffff80004b86: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff80004b8d: 00 00 00 - -ffffffff80004b90 <_ZN4core3ptr25drop_in_place$LT$bool$GT$17hddde7bbac4f0408aE>: -ffffffff80004b90: 55 push %rbp -ffffffff80004b91: 48 89 e5 mov %rsp,%rbp -ffffffff80004b94: 5d pop %rbp -ffffffff80004b95: c3 ret -ffffffff80004b96: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff80004b9d: 00 00 00 - -ffffffff80004ba0 <_ZN64_$LT$core..str..error..Utf8Error$u20$as$u20$core..fmt..Debug$GT$3fmt17h3f288f3e9be6756dE>: -ffffffff80004ba0: 55 push %rbp -ffffffff80004ba1: 48 89 e5 mov %rsp,%rbp -ffffffff80004ba4: 41 56 push %r14 -ffffffff80004ba6: 53 push %rbx -ffffffff80004ba7: 48 83 ec 10 sub $0x10,%rsp -ffffffff80004bab: 48 89 f0 mov %rsi,%rax -ffffffff80004bae: 49 89 f9 mov %rdi,%r9 -ffffffff80004bb1: 48 8d 4f 08 lea 0x8(%rdi),%rcx -ffffffff80004bb5: 48 89 4d e8 mov %rcx,-0x18(%rbp) -ffffffff80004bb9: 48 83 ec 08 sub $0x8,%rsp -ffffffff80004bbd: 4c 8d 15 5c 4c 02 00 lea 0x24c5c(%rip),%r10 # ffffffff80029820 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0xd0> -ffffffff80004bc4: 4c 8d 5d e8 lea -0x18(%rbp),%r11 -ffffffff80004bc8: 48 8d 1d fd f4 01 00 lea 0x1f4fd(%rip),%rbx # ffffffff800240cc -ffffffff80004bcf: 4c 8d 35 2a 4c 02 00 lea 0x24c2a(%rip),%r14 # ffffffff80029800 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0xb0> -ffffffff80004bd6: 48 8d 35 db f4 01 00 lea 0x1f4db(%rip),%rsi # ffffffff800240b8 -ffffffff80004bdd: 48 8d 0d dd f4 01 00 lea 0x1f4dd(%rip),%rcx # ffffffff800240c1 -ffffffff80004be4: ba 09 00 00 00 mov $0x9,%edx -ffffffff80004be9: 41 b8 0b 00 00 00 mov $0xb,%r8d -ffffffff80004bef: 48 89 c7 mov %rax,%rdi -ffffffff80004bf2: 41 52 push %r10 -ffffffff80004bf4: 41 53 push %r11 -ffffffff80004bf6: 6a 09 push $0x9 -ffffffff80004bf8: 53 push %rbx -ffffffff80004bf9: 41 56 push %r14 -ffffffff80004bfb: e8 a0 9d 01 00 call ffffffff8001e9a0 <_ZN4core3fmt9Formatter26debug_struct_field2_finish17hd85c2347e53e94f3E> -ffffffff80004c00: 48 83 c4 40 add $0x40,%rsp -ffffffff80004c04: 5b pop %rbx -ffffffff80004c05: 41 5e pop %r14 -ffffffff80004c07: 5d pop %rbp -ffffffff80004c08: c3 ret -ffffffff80004c09: 0f 1f 80 00 00 00 00 nopl 0x0(%rax) - -ffffffff80004c10 <_ZN66_$LT$core..option..Option$LT$T$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17hfdfd4f66d01b5f6eE>: -ffffffff80004c10: 48 89 f0 mov %rsi,%rax -ffffffff80004c13: 48 83 3f 00 cmpq $0x0,(%rdi) -ffffffff80004c17: 74 31 je ffffffff80004c4a <_ZN66_$LT$core..option..Option$LT$T$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17hfdfd4f66d01b5f6eE+0x3a> -ffffffff80004c19: 55 push %rbp -ffffffff80004c1a: 48 89 e5 mov %rsp,%rbp -ffffffff80004c1d: 48 83 ec 10 sub $0x10,%rsp -ffffffff80004c21: 48 89 7d f8 mov %rdi,-0x8(%rbp) -ffffffff80004c25: 48 8d 35 09 f0 01 00 lea 0x1f009(%rip),%rsi # ffffffff80023c35 <_ZN17compiler_builtins3mem6strlen17ha67bf7541695cb1bE+0x12b5> -ffffffff80004c2c: 4c 8d 05 0d 4c 02 00 lea 0x24c0d(%rip),%r8 # ffffffff80029840 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0xf0> -ffffffff80004c33: 48 8d 4d f8 lea -0x8(%rbp),%rcx -ffffffff80004c37: ba 04 00 00 00 mov $0x4,%edx -ffffffff80004c3c: 48 89 c7 mov %rax,%rdi -ffffffff80004c3f: e8 3c a2 01 00 call ffffffff8001ee80 <_ZN4core3fmt9Formatter25debug_tuple_field1_finish17h9a0d02983cf6d8d0E> -ffffffff80004c44: 48 83 c4 10 add $0x10,%rsp -ffffffff80004c48: 5d pop %rbp -ffffffff80004c49: c3 ret -ffffffff80004c4a: 48 8d 35 e0 ef 01 00 lea 0x1efe0(%rip),%rsi # ffffffff80023c31 <_ZN17compiler_builtins3mem6strlen17ha67bf7541695cb1bE+0x12b1> -ffffffff80004c51: ba 04 00 00 00 mov $0x4,%edx -ffffffff80004c56: 48 89 c7 mov %rax,%rdi -ffffffff80004c59: e9 52 9c 01 00 jmp ffffffff8001e8b0 <_ZN4core3fmt9Formatter9write_str17h5399c4ae0c5f789dE> -ffffffff80004c5e: 66 90 xchg %ax,%ax - -ffffffff80004c60 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE>: -ffffffff80004c60: 55 push %rbp -ffffffff80004c61: 48 89 e5 mov %rsp,%rbp -ffffffff80004c64: 41 57 push %r15 -ffffffff80004c66: 41 56 push %r14 -ffffffff80004c68: 41 55 push %r13 -ffffffff80004c6a: 41 54 push %r12 -ffffffff80004c6c: 53 push %rbx -ffffffff80004c6d: 48 81 ec 88 02 00 00 sub $0x288,%rsp -ffffffff80004c74: 48 8d 3d fd 4b 02 00 lea 0x24bfd(%rip),%rdi # ffffffff80029878 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E> -ffffffff80004c7b: e8 00 7c 01 00 call ffffffff8001c880 <_ZN6limine10DtbRequest12get_response17h6f5632c8bdcd0540E> -ffffffff80004c80: 48 85 c0 test %rax,%rax -ffffffff80004c83: 0f 84 40 06 00 00 je ffffffff800052c9 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x669> -ffffffff80004c89: 48 8d 3d e8 4b 02 00 lea 0x24be8(%rip),%rdi # ffffffff80029878 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E> -ffffffff80004c90: e8 eb 7b 01 00 call ffffffff8001c880 <_ZN6limine10DtbRequest12get_response17h6f5632c8bdcd0540E> -ffffffff80004c95: 48 85 c0 test %rax,%rax -ffffffff80004c98: 0f 84 ff 25 00 00 je ffffffff8000729d <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x263d> -ffffffff80004c9e: 48 8b 48 08 mov 0x8(%rax),%rcx -ffffffff80004ca2: 48 85 c9 test %rcx,%rcx -ffffffff80004ca5: 0f 84 f0 07 00 00 je ffffffff8000549b <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x83b> -ffffffff80004cab: 4c 8b 68 10 mov 0x10(%rax),%r13 -ffffffff80004caf: 4c 8d 3c cd 00 00 00 lea 0x0(,%rcx,8),%r15 -ffffffff80004cb6: 00 -ffffffff80004cb7: 4d 01 ef add %r13,%r15 -ffffffff80004cba: 45 31 f6 xor %r14d,%r14d -ffffffff80004cbd: 48 8d 9d b8 fd ff ff lea -0x248(%rbp),%rbx -ffffffff80004cc4: 4c 89 bd 60 ff ff ff mov %r15,-0xa0(%rbp) -ffffffff80004ccb: 4c 89 b5 98 fd ff ff mov %r14,-0x268(%rbp) -ffffffff80004cd2: eb 24 jmp ffffffff80004cf8 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x98> -ffffffff80004cd4: 80 bd d2 fd ff ff 00 cmpb $0x0,-0x22e(%rbp) -ffffffff80004cdb: 0f 84 78 02 00 00 je ffffffff80004f59 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2f9> -ffffffff80004ce1: 48 8d 9d b8 fd ff ff lea -0x248(%rbp),%rbx -ffffffff80004ce8: 4c 8b bd 60 ff ff ff mov -0xa0(%rbp),%r15 -ffffffff80004cef: 4d 39 fd cmp %r15,%r13 -ffffffff80004cf2: 0f 84 f3 05 00 00 je ffffffff800052eb <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x68b> -ffffffff80004cf8: 4d 89 ee mov %r13,%r14 -ffffffff80004cfb: 49 83 c5 08 add $0x8,%r13 -ffffffff80004cff: 49 8b 3e mov (%r14),%rdi -ffffffff80004d02: 48 83 c7 18 add $0x18,%rdi -ffffffff80004d06: e8 45 7b 01 00 call ffffffff8001c850 <_ZN6limine13Ptr$LT$i8$GT$6to_str17h4a2f9b864e89b70fE> -ffffffff80004d0b: 48 85 c0 test %rax,%rax -ffffffff80004d0e: 74 df je ffffffff80004cef <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x8f> -ffffffff80004d10: 48 89 df mov %rbx,%rdi -ffffffff80004d13: 48 89 c6 mov %rax,%rsi -ffffffff80004d16: e8 85 ae 01 00 call ffffffff8001fba0 <_ZN4core3ffi5c_str4CStr6to_str17h0b33c248fd29840aE> -ffffffff80004d1b: 48 83 bd b8 fd ff ff cmpq $0x0,-0x248(%rbp) -ffffffff80004d22: 00 -ffffffff80004d23: 0f 85 30 25 00 00 jne ffffffff80007259 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x25f9> -ffffffff80004d29: 48 8b b5 c0 fd ff ff mov -0x240(%rbp),%rsi -ffffffff80004d30: 48 8b 95 c8 fd ff ff mov -0x238(%rbp),%rdx -ffffffff80004d37: 48 83 fa 0e cmp $0xe,%rdx -ffffffff80004d3b: 0f 82 df 01 00 00 jb ffffffff80004f20 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2c0> -ffffffff80004d41: 41 b8 0d 00 00 00 mov $0xd,%r8d -ffffffff80004d47: 48 89 df mov %rbx,%rdi -ffffffff80004d4a: 48 8d 0d ce f3 01 00 lea 0x1f3ce(%rip),%rcx # ffffffff8002411f -ffffffff80004d51: e8 ca bf 01 00 call ffffffff80020d20 <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE> -ffffffff80004d56: 48 83 bd b8 fd ff ff cmpq $0x0,-0x248(%rbp) -ffffffff80004d5d: 00 -ffffffff80004d5e: 0f 84 70 ff ff ff je ffffffff80004cd4 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x74> -ffffffff80004d64: 4c 8b 85 e0 fd ff ff mov -0x220(%rbp),%r8 -ffffffff80004d6b: 48 8b b5 08 fe ff ff mov -0x1f8(%rbp),%rsi -ffffffff80004d72: 48 8b 85 18 fe ff ff mov -0x1e8(%rbp),%rax -ffffffff80004d79: 4d 8d 3c 00 lea (%r8,%rax,1),%r15 -ffffffff80004d7d: 49 ff cf dec %r15 -ffffffff80004d80: 49 39 f7 cmp %rsi,%r15 -ffffffff80004d83: 0f 83 58 ff ff ff jae ffffffff80004ce1 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x81> -ffffffff80004d89: 48 8b 9d f0 fd ff ff mov -0x210(%rbp),%rbx -ffffffff80004d90: 4c 8b 8d 00 fe ff ff mov -0x200(%rbp),%r9 -ffffffff80004d97: 4c 8b 9d 10 fe ff ff mov -0x1f0(%rbp),%r11 -ffffffff80004d9e: 48 8d 48 ff lea -0x1(%rax),%rcx -ffffffff80004da2: 48 89 8d a8 fe ff ff mov %rcx,-0x158(%rbp) -ffffffff80004da9: 48 8b 8d c0 fd ff ff mov -0x240(%rbp),%rcx -ffffffff80004db0: 48 8b 95 d0 fd ff ff mov -0x230(%rbp),%rdx -ffffffff80004db7: 4c 8b 95 d8 fd ff ff mov -0x228(%rbp),%r10 -ffffffff80004dbe: 48 83 fb ff cmp $0xffffffffffffffff,%rbx -ffffffff80004dc2: 48 89 8d 78 ff ff ff mov %rcx,-0x88(%rbp) -ffffffff80004dc9: 48 89 95 a0 fe ff ff mov %rdx,-0x160(%rbp) -ffffffff80004dd0: 0f 84 c6 01 00 00 je ffffffff80004f9c <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x33c> -ffffffff80004dd6: 48 89 c7 mov %rax,%rdi -ffffffff80004dd9: 48 29 d7 sub %rdx,%rdi -ffffffff80004ddc: 48 89 bd 58 ff ff ff mov %rdi,-0xa8(%rbp) -ffffffff80004de3: 48 8d 14 40 lea (%rax,%rax,2),%rdx -ffffffff80004de7: 48 ff ca dec %rdx -ffffffff80004dea: 48 89 95 a0 fd ff ff mov %rdx,-0x260(%rbp) -ffffffff80004df1: ba 01 00 00 00 mov $0x1,%edx -ffffffff80004df6: 48 29 ca sub %rcx,%rdx -ffffffff80004df9: 48 89 95 98 fe ff ff mov %rdx,-0x168(%rbp) -ffffffff80004e00: 43 0f b6 0c 39 movzbl (%r9,%r15,1),%ecx -ffffffff80004e05: 49 0f a3 ca bt %rcx,%r10 -ffffffff80004e09: 73 05 jae ffffffff80004e10 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x1b0> -ffffffff80004e0b: 4c 89 c1 mov %r8,%rcx -ffffffff80004e0e: eb 4c jmp ffffffff80004e5c <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x1fc> -ffffffff80004e10: 49 8d 0c 00 lea (%r8,%rax,1),%rcx -ffffffff80004e14: 48 8b 95 a8 fe ff ff mov -0x158(%rbp),%rdx -ffffffff80004e1b: 48 01 ca add %rcx,%rdx -ffffffff80004e1e: 48 39 f2 cmp %rsi,%rdx -ffffffff80004e21: 0f 83 ba fe ff ff jae ffffffff80004ce1 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x81> -ffffffff80004e27: 41 0f b6 14 11 movzbl (%r9,%rdx,1),%edx -ffffffff80004e2c: 49 0f a3 d2 bt %rdx,%r10 -ffffffff80004e30: 72 28 jb ffffffff80004e5a <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x1fa> -ffffffff80004e32: 4c 03 85 a0 fd ff ff add -0x260(%rbp),%r8 -ffffffff80004e39: 0f 1f 80 00 00 00 00 nopl 0x0(%rax) -ffffffff80004e40: 49 39 f0 cmp %rsi,%r8 -ffffffff80004e43: 0f 83 98 fe ff ff jae ffffffff80004ce1 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x81> -ffffffff80004e49: 48 01 c1 add %rax,%rcx -ffffffff80004e4c: 43 0f b6 14 01 movzbl (%r9,%r8,1),%edx -ffffffff80004e51: 49 01 c0 add %rax,%r8 -ffffffff80004e54: 49 0f a3 d2 bt %rdx,%r10 -ffffffff80004e58: 73 e6 jae ffffffff80004e40 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x1e0> -ffffffff80004e5a: 31 db xor %ebx,%ebx -ffffffff80004e5c: 4c 8b a5 78 ff ff ff mov -0x88(%rbp),%r12 -ffffffff80004e63: 49 39 dc cmp %rbx,%r12 -ffffffff80004e66: 48 89 df mov %rbx,%rdi -ffffffff80004e69: 49 0f 47 fc cmova %r12,%rdi -ffffffff80004e6d: 48 39 c7 cmp %rax,%rdi -ffffffff80004e70: 73 2e jae ffffffff80004ea0 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x240> -ffffffff80004e72: 49 8d 14 09 lea (%r9,%rcx,1),%rdx -ffffffff80004e76: 49 89 f8 mov %rdi,%r8 -ffffffff80004e79: 0f 1f 80 00 00 00 00 nopl 0x0(%rax) -ffffffff80004e80: 4e 8d 3c 01 lea (%rcx,%r8,1),%r15 -ffffffff80004e84: 49 39 f7 cmp %rsi,%r15 -ffffffff80004e87: 0f 83 83 23 00 00 jae ffffffff80007210 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x25b0> -ffffffff80004e8d: 47 0f b6 3c 03 movzbl (%r11,%r8,1),%r15d -ffffffff80004e92: 46 3a 3c 02 cmp (%rdx,%r8,1),%r15b -ffffffff80004e96: 75 58 jne ffffffff80004ef0 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x290> -ffffffff80004e98: 49 ff c0 inc %r8 -ffffffff80004e9b: 4c 39 c0 cmp %r8,%rax -ffffffff80004e9e: 75 e0 jne ffffffff80004e80 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x220> -ffffffff80004ea0: 4c 89 e7 mov %r12,%rdi -ffffffff80004ea3: 66 66 66 66 2e 0f 1f data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff80004eaa: 84 00 00 00 00 00 -ffffffff80004eb0: 48 39 fb cmp %rdi,%rbx -ffffffff80004eb3: 0f 83 f7 03 00 00 jae ffffffff800052b0 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x650> -ffffffff80004eb9: 48 ff cf dec %rdi -ffffffff80004ebc: 48 39 c7 cmp %rax,%rdi -ffffffff80004ebf: 0f 83 13 1c 00 00 jae ffffffff80006ad8 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x1e78> -ffffffff80004ec5: 4c 8d 04 0f lea (%rdi,%rcx,1),%r8 -ffffffff80004ec9: 49 39 f0 cmp %rsi,%r8 -ffffffff80004ecc: 0f 83 76 23 00 00 jae ffffffff80007248 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x25e8> -ffffffff80004ed2: 41 0f b6 14 3b movzbl (%r11,%rdi,1),%edx -ffffffff80004ed7: 43 3a 14 01 cmp (%r9,%r8,1),%dl -ffffffff80004edb: 74 d3 je ffffffff80004eb0 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x250> -ffffffff80004edd: 48 03 8d a0 fe ff ff add -0x160(%rbp),%rcx -ffffffff80004ee4: 48 8b 9d 58 ff ff ff mov -0xa8(%rbp),%rbx -ffffffff80004eeb: eb 0f jmp ffffffff80004efc <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x29c> -ffffffff80004eed: 0f 1f 00 nopl (%rax) -ffffffff80004ef0: 48 03 8d 98 fe ff ff add -0x168(%rbp),%rcx -ffffffff80004ef7: 4c 01 c1 add %r8,%rcx -ffffffff80004efa: 31 db xor %ebx,%ebx -ffffffff80004efc: 49 89 c8 mov %rcx,%r8 -ffffffff80004eff: 48 8b 8d a8 fe ff ff mov -0x158(%rbp),%rcx -ffffffff80004f06: 4d 8d 3c 08 lea (%r8,%rcx,1),%r15 -ffffffff80004f0a: 49 39 f7 cmp %rsi,%r15 -ffffffff80004f0d: 0f 82 ed fe ff ff jb ffffffff80004e00 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x1a0> -ffffffff80004f13: e9 c9 fd ff ff jmp ffffffff80004ce1 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x81> -ffffffff80004f18: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff80004f1f: 00 -ffffffff80004f20: 48 83 fa 0d cmp $0xd,%rdx -ffffffff80004f24: 0f 85 c5 fd ff ff jne ffffffff80004cef <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x8f> -ffffffff80004f2a: 48 8b 06 mov (%rsi),%rax -ffffffff80004f2d: 48 b9 69 6e 69 74 72 movabs $0x666d617274696e69,%rcx -ffffffff80004f34: 61 6d 66 -ffffffff80004f37: 48 31 c8 xor %rcx,%rax -ffffffff80004f3a: 48 8b 4e 05 mov 0x5(%rsi),%rcx -ffffffff80004f3e: 48 ba 61 6d 66 73 2e movabs $0x676d692e73666d61,%rdx -ffffffff80004f45: 69 6d 67 -ffffffff80004f48: 48 31 d1 xor %rdx,%rcx -ffffffff80004f4b: 48 09 c1 or %rax,%rcx -ffffffff80004f4e: 0f 85 9b fd ff ff jne ffffffff80004cef <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x8f> -ffffffff80004f54: e9 65 03 00 00 jmp ffffffff800052be <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x65e> -ffffffff80004f59: 48 8b 95 c0 fd ff ff mov -0x240(%rbp),%rdx -ffffffff80004f60: 48 8b bd 00 fe ff ff mov -0x200(%rbp),%rdi -ffffffff80004f67: 48 8b 8d 08 fe ff ff mov -0x1f8(%rbp),%rcx -ffffffff80004f6e: 0f b6 85 d0 fd ff ff movzbl -0x230(%rbp),%eax -ffffffff80004f75: 48 89 ce mov %rcx,%rsi -ffffffff80004f78: 48 85 d2 test %rdx,%rdx -ffffffff80004f7b: 0f 84 fb 01 00 00 je ffffffff8000517c <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x51c> -ffffffff80004f81: 48 89 ce mov %rcx,%rsi -ffffffff80004f84: 48 29 d6 sub %rdx,%rsi -ffffffff80004f87: 0f 86 e9 01 00 00 jbe ffffffff80005176 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x516> -ffffffff80004f8d: 80 3c 17 c0 cmpb $0xc0,(%rdi,%rdx,1) -ffffffff80004f91: 0f 8d e5 01 00 00 jge ffffffff8000517c <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x51c> -ffffffff80004f97: e9 3d 23 00 00 jmp ffffffff800072d9 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2679> -ffffffff80004f9c: 48 8d 79 ff lea -0x1(%rcx),%rdi -ffffffff80004fa0: 48 39 c1 cmp %rax,%rcx -ffffffff80004fa3: 0f 83 16 01 00 00 jae ffffffff800050bf <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x45f> -ffffffff80004fa9: 49 8d 0c 41 lea (%r9,%rax,2),%rcx -ffffffff80004fad: 48 ff c9 dec %rcx -ffffffff80004fb0: 48 89 8d 98 fe ff ff mov %rcx,-0x168(%rbp) -ffffffff80004fb7: 48 8d 0c 45 ff ff ff lea -0x1(,%rax,2),%rcx -ffffffff80004fbe: ff -ffffffff80004fbf: 48 89 8d 58 ff ff ff mov %rcx,-0xa8(%rbp) -ffffffff80004fc6: 43 0f b6 0c 39 movzbl (%r9,%r15,1),%ecx -ffffffff80004fcb: 49 0f a3 ca bt %rcx,%r10 -ffffffff80004fcf: 72 37 jb ffffffff80005008 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x3a8> -ffffffff80004fd1: 66 66 66 66 66 66 2e data16 data16 data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff80004fd8: 0f 1f 84 00 00 00 00 -ffffffff80004fdf: 00 -ffffffff80004fe0: 48 8b 8d 58 ff ff ff mov -0xa8(%rbp),%rcx -ffffffff80004fe7: 4c 01 c1 add %r8,%rcx -ffffffff80004fea: 48 39 f1 cmp %rsi,%rcx -ffffffff80004fed: 0f 83 ee fc ff ff jae ffffffff80004ce1 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x81> -ffffffff80004ff3: 48 8b 8d 98 fe ff ff mov -0x168(%rbp),%rcx -ffffffff80004ffa: 42 0f b6 0c 01 movzbl (%rcx,%r8,1),%ecx -ffffffff80004fff: 49 01 c0 add %rax,%r8 -ffffffff80005002: 49 0f a3 ca bt %rcx,%r10 -ffffffff80005006: 73 d8 jae ffffffff80004fe0 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x380> -ffffffff80005008: 4d 89 c7 mov %r8,%r15 -ffffffff8000500b: 49 f7 d7 not %r15 -ffffffff8000500e: 4f 8d 24 01 lea (%r9,%r8,1),%r12 -ffffffff80005012: 48 8b 95 78 ff ff ff mov -0x88(%rbp),%rdx -ffffffff80005019: 0f 1f 80 00 00 00 00 nopl 0x0(%rax) -ffffffff80005020: 49 8d 0c 10 lea (%r8,%rdx,1),%rcx -ffffffff80005024: 48 39 f1 cmp %rsi,%rcx -ffffffff80005027: 0f 83 d9 21 00 00 jae ffffffff80007206 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x25a6> -ffffffff8000502d: 41 0f b6 0c 13 movzbl (%r11,%rdx,1),%ecx -ffffffff80005032: 41 3a 0c 14 cmp (%r12,%rdx,1),%cl -ffffffff80005036: 75 68 jne ffffffff800050a0 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x440> -ffffffff80005038: 48 ff c2 inc %rdx -ffffffff8000503b: 49 ff cf dec %r15 -ffffffff8000503e: 48 39 d0 cmp %rdx,%rax -ffffffff80005041: 75 dd jne ffffffff80005020 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x3c0> -ffffffff80005043: 48 39 c7 cmp %rax,%rdi -ffffffff80005046: 0f 83 f8 01 00 00 jae ffffffff80005244 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x5e4> -ffffffff8000504c: 49 8d 50 ff lea -0x1(%r8),%rdx -ffffffff80005050: 4f 8d 3c 01 lea (%r9,%r8,1),%r15 -ffffffff80005054: 49 ff cf dec %r15 -ffffffff80005057: 48 8b 8d 78 ff ff ff mov -0x88(%rbp),%rcx -ffffffff8000505e: 49 89 cc mov %rcx,%r12 -ffffffff80005061: 66 66 66 66 66 66 2e data16 data16 data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff80005068: 0f 1f 84 00 00 00 00 -ffffffff8000506f: 00 -ffffffff80005070: 49 83 ec 01 sub $0x1,%r12 -ffffffff80005074: 0f 82 36 02 00 00 jb ffffffff800052b0 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x650> -ffffffff8000507a: 48 8d 1c 0a lea (%rdx,%rcx,1),%rbx -ffffffff8000507e: 48 39 f3 cmp %rsi,%rbx -ffffffff80005081: 0f 83 bb 21 00 00 jae ffffffff80007242 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x25e2> -ffffffff80005087: 41 0f b6 5c 0b ff movzbl -0x1(%r11,%rcx,1),%ebx -ffffffff8000508d: 41 3a 1c 0f cmp (%r15,%rcx,1),%bl -ffffffff80005091: 4c 89 e1 mov %r12,%rcx -ffffffff80005094: 74 da je ffffffff80005070 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x410> -ffffffff80005096: 4c 03 85 a0 fe ff ff add -0x160(%rbp),%r8 -ffffffff8000509d: eb 07 jmp ffffffff800050a6 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x446> -ffffffff8000509f: 90 nop -ffffffff800050a0: 49 f7 df neg %r15 -ffffffff800050a3: 4d 89 f8 mov %r15,%r8 -ffffffff800050a6: 48 8b 8d a8 fe ff ff mov -0x158(%rbp),%rcx -ffffffff800050ad: 4d 8d 3c 08 lea (%r8,%rcx,1),%r15 -ffffffff800050b1: 49 39 f7 cmp %rsi,%r15 -ffffffff800050b4: 0f 82 0c ff ff ff jb ffffffff80004fc6 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x366> -ffffffff800050ba: e9 22 fc ff ff jmp ffffffff80004ce1 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x81> -ffffffff800050bf: 48 39 c7 cmp %rax,%rdi -ffffffff800050c2: 0f 83 53 01 00 00 jae ffffffff8000521b <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x5bb> -ffffffff800050c8: 48 8d 0c 45 ff ff ff lea -0x1(,%rax,2),%rcx -ffffffff800050cf: ff -ffffffff800050d0: 49 8d 14 41 lea (%r9,%rax,2),%rdx -ffffffff800050d4: 48 ff ca dec %rdx -ffffffff800050d7: 48 89 95 58 ff ff ff mov %rdx,-0xa8(%rbp) -ffffffff800050de: 43 0f b6 14 39 movzbl (%r9,%r15,1),%edx -ffffffff800050e3: 49 0f a3 d2 bt %rdx,%r10 -ffffffff800050e7: 72 29 jb ffffffff80005112 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x4b2> -ffffffff800050e9: 0f 1f 80 00 00 00 00 nopl 0x0(%rax) -ffffffff800050f0: 4a 8d 14 01 lea (%rcx,%r8,1),%rdx -ffffffff800050f4: 48 39 f2 cmp %rsi,%rdx -ffffffff800050f7: 0f 83 e4 fb ff ff jae ffffffff80004ce1 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x81> -ffffffff800050fd: 48 8b 95 58 ff ff ff mov -0xa8(%rbp),%rdx -ffffffff80005104: 42 0f b6 14 02 movzbl (%rdx,%r8,1),%edx -ffffffff80005109: 49 01 c0 add %rax,%r8 -ffffffff8000510c: 49 0f a3 d2 bt %rdx,%r10 -ffffffff80005110: 73 de jae ffffffff800050f0 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x490> -ffffffff80005112: 49 8d 50 ff lea -0x1(%r8),%rdx -ffffffff80005116: 4b 8d 1c 01 lea (%r9,%r8,1),%rbx -ffffffff8000511a: 48 ff cb dec %rbx -ffffffff8000511d: 4c 8b bd 78 ff ff ff mov -0x88(%rbp),%r15 -ffffffff80005124: 4d 89 fc mov %r15,%r12 -ffffffff80005127: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1) -ffffffff8000512e: 00 00 -ffffffff80005130: 49 83 ec 01 sub $0x1,%r12 -ffffffff80005134: 0f 82 76 01 00 00 jb ffffffff800052b0 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x650> -ffffffff8000513a: 4a 8d 3c 3a lea (%rdx,%r15,1),%rdi -ffffffff8000513e: 48 39 f7 cmp %rsi,%rdi -ffffffff80005141: 0f 83 e4 20 00 00 jae ffffffff8000722b <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x25cb> -ffffffff80005147: 43 0f b6 7c 3b ff movzbl -0x1(%r11,%r15,1),%edi -ffffffff8000514d: 42 3a 3c 3b cmp (%rbx,%r15,1),%dil -ffffffff80005151: 4d 89 e7 mov %r12,%r15 -ffffffff80005154: 74 da je ffffffff80005130 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x4d0> -ffffffff80005156: 4c 03 85 a0 fe ff ff add -0x160(%rbp),%r8 -ffffffff8000515d: 48 8b 95 a8 fe ff ff mov -0x158(%rbp),%rdx -ffffffff80005164: 4d 8d 3c 10 lea (%r8,%rdx,1),%r15 -ffffffff80005168: 49 39 f7 cmp %rsi,%r15 -ffffffff8000516b: 0f 82 6d ff ff ff jb ffffffff800050de <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x47e> -ffffffff80005171: e9 6b fb ff ff jmp ffffffff80004ce1 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x81> -ffffffff80005176: 0f 85 5d 21 00 00 jne ffffffff800072d9 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2679> -ffffffff8000517c: 48 85 f6 test %rsi,%rsi -ffffffff8000517f: 74 5a je ffffffff800051db <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x57b> -ffffffff80005181: 0f b6 34 17 movzbl (%rdi,%rdx,1),%esi -ffffffff80005185: 40 84 f6 test %sil,%sil -ffffffff80005188: 79 68 jns ffffffff800051f2 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x592> -ffffffff8000518a: 41 89 f0 mov %esi,%r8d -ffffffff8000518d: 41 83 e0 1f and $0x1f,%r8d -ffffffff80005191: 44 0f b6 54 17 01 movzbl 0x1(%rdi,%rdx,1),%r10d -ffffffff80005197: 41 83 e2 3f and $0x3f,%r10d -ffffffff8000519b: 40 80 fe e0 cmp $0xe0,%sil -ffffffff8000519f: 72 47 jb ffffffff800051e8 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x588> -ffffffff800051a1: 44 0f b6 4c 17 02 movzbl 0x2(%rdi,%rdx,1),%r9d -ffffffff800051a7: 41 c1 e2 06 shl $0x6,%r10d -ffffffff800051ab: 41 83 e1 3f and $0x3f,%r9d -ffffffff800051af: 45 09 d1 or %r10d,%r9d -ffffffff800051b2: 40 80 fe f0 cmp $0xf0,%sil -ffffffff800051b6: 72 50 jb ffffffff80005208 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x5a8> -ffffffff800051b8: 0f b6 74 17 03 movzbl 0x3(%rdi,%rdx,1),%esi -ffffffff800051bd: 41 83 e0 07 and $0x7,%r8d -ffffffff800051c1: 41 c1 e0 12 shl $0x12,%r8d -ffffffff800051c5: 41 c1 e1 06 shl $0x6,%r9d -ffffffff800051c9: 83 e6 3f and $0x3f,%esi -ffffffff800051cc: 44 09 ce or %r9d,%esi -ffffffff800051cf: 44 09 c6 or %r8d,%esi -ffffffff800051d2: 84 c0 test %al,%al -ffffffff800051d4: 74 24 je ffffffff800051fa <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x59a> -ffffffff800051d6: e9 d5 00 00 00 jmp ffffffff800052b0 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x650> -ffffffff800051db: 84 c0 test %al,%al -ffffffff800051dd: 0f 84 fe fa ff ff je ffffffff80004ce1 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x81> -ffffffff800051e3: e9 c8 00 00 00 jmp ffffffff800052b0 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x650> -ffffffff800051e8: 41 c1 e0 06 shl $0x6,%r8d -ffffffff800051ec: 45 09 d0 or %r10d,%r8d -ffffffff800051ef: 44 89 c6 mov %r8d,%esi -ffffffff800051f2: 84 c0 test %al,%al -ffffffff800051f4: 0f 85 b6 00 00 00 jne ffffffff800052b0 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x650> -ffffffff800051fa: 81 fe 00 00 11 00 cmp $0x110000,%esi -ffffffff80005200: 0f 84 db fa ff ff je ffffffff80004ce1 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x81> -ffffffff80005206: eb 4b jmp ffffffff80005253 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x5f3> -ffffffff80005208: 41 c1 e0 0c shl $0xc,%r8d -ffffffff8000520c: 45 09 c1 or %r8d,%r9d -ffffffff8000520f: 44 89 ce mov %r9d,%esi -ffffffff80005212: 84 c0 test %al,%al -ffffffff80005214: 74 e4 je ffffffff800051fa <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x59a> -ffffffff80005216: e9 95 00 00 00 jmp ffffffff800052b0 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x650> -ffffffff8000521b: 43 0f b6 0c 39 movzbl (%r9,%r15,1),%ecx -ffffffff80005220: 49 0f a3 ca bt %rcx,%r10 -ffffffff80005224: 72 1e jb ffffffff80005244 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x5e4> -ffffffff80005226: 49 8d 0c 40 lea (%r8,%rax,2),%rcx -ffffffff8000522a: 48 ff c9 dec %rcx -ffffffff8000522d: 48 39 f1 cmp %rsi,%rcx -ffffffff80005230: 0f 83 ab fa ff ff jae ffffffff80004ce1 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x81> -ffffffff80005236: 41 0f b6 14 09 movzbl (%r9,%rcx,1),%edx -ffffffff8000523b: 48 01 c1 add %rax,%rcx -ffffffff8000523e: 49 0f a3 d2 bt %rdx,%r10 -ffffffff80005242: 73 e9 jae ffffffff8000522d <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x5cd> -ffffffff80005244: 48 83 bd 78 ff ff ff cmpq $0x0,-0x88(%rbp) -ffffffff8000524b: 00 -ffffffff8000524c: 74 62 je ffffffff800052b0 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x650> -ffffffff8000524e: e9 85 18 00 00 jmp ffffffff80006ad8 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x1e78> -ffffffff80005253: b8 01 00 00 00 mov $0x1,%eax -ffffffff80005258: 81 fe 80 00 00 00 cmp $0x80,%esi -ffffffff8000525e: 72 1c jb ffffffff8000527c <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x61c> -ffffffff80005260: b8 02 00 00 00 mov $0x2,%eax -ffffffff80005265: 81 fe 00 08 00 00 cmp $0x800,%esi -ffffffff8000526b: 72 0f jb ffffffff8000527c <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x61c> -ffffffff8000526d: 81 fe 00 00 01 00 cmp $0x10000,%esi -ffffffff80005273: b8 04 00 00 00 mov $0x4,%eax -ffffffff80005278: 48 83 d8 00 sbb $0x0,%rax -ffffffff8000527c: 48 01 c2 add %rax,%rdx -ffffffff8000527f: 74 13 je ffffffff80005294 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x634> -ffffffff80005281: 48 89 c8 mov %rcx,%rax -ffffffff80005284: 48 29 d0 sub %rdx,%rax -ffffffff80005287: 76 10 jbe ffffffff80005299 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x639> -ffffffff80005289: 80 3c 17 bf cmpb $0xbf,(%rdi,%rdx,1) -ffffffff8000528d: 7f 10 jg ffffffff8000529f <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x63f> -ffffffff8000528f: e9 45 20 00 00 jmp ffffffff800072d9 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2679> -ffffffff80005294: 48 89 c8 mov %rcx,%rax -ffffffff80005297: eb 06 jmp ffffffff8000529f <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x63f> -ffffffff80005299: 0f 85 3a 20 00 00 jne ffffffff800072d9 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2679> -ffffffff8000529f: 48 85 c0 test %rax,%rax -ffffffff800052a2: 74 0c je ffffffff800052b0 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x650> -ffffffff800052a4: 80 3c 17 00 cmpb $0x0,(%rdi,%rdx,1) -ffffffff800052a8: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff800052af: 00 -ffffffff800052b0: 48 8d 9d b8 fd ff ff lea -0x248(%rbp),%rbx -ffffffff800052b7: 4c 8b bd 60 ff ff ff mov -0xa0(%rbp),%r15 -ffffffff800052be: 4d 39 fd cmp %r15,%r13 -ffffffff800052c1: 0f 85 04 fa ff ff jne ffffffff80004ccb <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x6b> -ffffffff800052c7: eb 35 jmp ffffffff800052fe <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x69e> -ffffffff800052c9: 0f b6 05 e0 44 02 00 movzbl 0x244e0(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff800052d0: 84 c0 test %al,%al -ffffffff800052d2: 0f 84 e5 01 00 00 je ffffffff800054bd <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x85d> -ffffffff800052d8: 48 83 3d 78 44 02 00 cmpq $0x0,0x24478(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff800052df: 00 -ffffffff800052e0: 0f 85 0b 02 00 00 jne ffffffff800054f1 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x891> -ffffffff800052e6: e9 ae 1e 00 00 jmp ffffffff80007199 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2539> -ffffffff800052eb: 48 8b 85 98 fd ff ff mov -0x268(%rbp),%rax -ffffffff800052f2: 49 89 c6 mov %rax,%r14 -ffffffff800052f5: 48 85 c0 test %rax,%rax -ffffffff800052f8: 0f 84 9d 01 00 00 je ffffffff8000549b <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x83b> -ffffffff800052fe: 0f b6 05 ab 44 02 00 movzbl 0x244ab(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80005305: 84 c0 test %al,%al -ffffffff80005307: 0f 84 0b 06 00 00 je ffffffff80005918 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0xcb8> -ffffffff8000530d: 48 83 3d 43 44 02 00 cmpq $0x0,0x24443(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80005314: 00 -ffffffff80005315: 0f 84 7e 1e 00 00 je ffffffff80007199 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2539> -ffffffff8000531b: 49 8b 0e mov (%r14),%rcx -ffffffff8000531e: 48 8b 41 08 mov 0x8(%rcx),%rax -ffffffff80005322: 48 85 c0 test %rax,%rax -ffffffff80005325: 0f 84 31 06 00 00 je ffffffff8000595c <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0xcfc> -ffffffff8000532b: 48 8b 49 10 mov 0x10(%rcx),%rcx -ffffffff8000532f: 48 01 c1 add %rax,%rcx -ffffffff80005332: 48 89 45 b0 mov %rax,-0x50(%rbp) -ffffffff80005336: 48 89 4d b8 mov %rcx,-0x48(%rbp) -ffffffff8000533a: 4c 8d 65 b0 lea -0x50(%rbp),%r12 -ffffffff8000533e: 4c 89 65 c8 mov %r12,-0x38(%rbp) -ffffffff80005342: 48 8d 05 17 40 01 00 lea 0x14017(%rip),%rax # ffffffff80019360 <_ZN71_$LT$core..ops..range..Range$LT$Idx$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h0dce0e3a447a3f39E> -ffffffff80005349: 48 89 45 d0 mov %rax,-0x30(%rbp) -ffffffff8000534d: 48 c7 85 b8 fd ff ff movq $0x2,-0x248(%rbp) -ffffffff80005354: 02 00 00 00 -ffffffff80005358: 48 c7 85 c8 fd ff ff movq $0x0,-0x238(%rbp) -ffffffff8000535f: 00 00 00 00 -ffffffff80005363: 48 c7 85 d0 fd ff ff movq $0x12,-0x230(%rbp) -ffffffff8000536a: 12 00 00 00 -ffffffff8000536e: 48 c7 85 d8 fd ff ff movq $0x0,-0x228(%rbp) -ffffffff80005375: 00 00 00 00 -ffffffff80005379: 48 b8 20 00 00 00 2c movabs $0x2c00000020,%rax -ffffffff80005380: 00 00 00 -ffffffff80005383: 48 89 85 e0 fd ff ff mov %rax,-0x220(%rbp) -ffffffff8000538a: c6 85 e8 fd ff ff 03 movb $0x3,-0x218(%rbp) -ffffffff80005391: 48 8d 05 48 45 02 00 lea 0x24548(%rip),%rax # ffffffff800298e0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x68> -ffffffff80005398: 48 89 85 b0 fe ff ff mov %rax,-0x150(%rbp) -ffffffff8000539f: 48 c7 85 b8 fe ff ff movq $0x1,-0x148(%rbp) -ffffffff800053a6: 01 00 00 00 -ffffffff800053aa: 48 89 9d d0 fe ff ff mov %rbx,-0x130(%rbp) -ffffffff800053b1: 48 c7 85 d8 fe ff ff movq $0x1,-0x128(%rbp) -ffffffff800053b8: 01 00 00 00 -ffffffff800053bc: 48 8d 5d c8 lea -0x38(%rbp),%rbx -ffffffff800053c0: 48 89 9d c0 fe ff ff mov %rbx,-0x140(%rbp) -ffffffff800053c7: 48 c7 85 c8 fe ff ff movq $0x1,-0x138(%rbp) -ffffffff800053ce: 01 00 00 00 -ffffffff800053d2: 48 8d 7d 80 lea -0x80(%rbp),%rdi -ffffffff800053d6: 4c 8d bd b0 fe ff ff lea -0x150(%rbp),%r15 -ffffffff800053dd: 4c 89 fe mov %r15,%rsi -ffffffff800053e0: e8 ab 7b 01 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff800053e5: 48 8b 45 80 mov -0x80(%rbp),%rax -ffffffff800053e9: 48 8b 4d 88 mov -0x78(%rbp),%rcx -ffffffff800053ed: 48 89 85 b0 fe ff ff mov %rax,-0x150(%rbp) -ffffffff800053f4: 48 89 8d b8 fe ff ff mov %rcx,-0x148(%rbp) -ffffffff800053fb: 48 8b 45 90 mov -0x70(%rbp),%rax -ffffffff800053ff: 48 89 85 c0 fe ff ff mov %rax,-0x140(%rbp) -ffffffff80005406: 4c 89 7d c8 mov %r15,-0x38(%rbp) -ffffffff8000540a: 48 89 5d b0 mov %rbx,-0x50(%rbp) -ffffffff8000540e: 48 8d 05 3b 13 01 00 lea 0x1133b(%rip),%rax # ffffffff80016750 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h42ee6215a9c421d0E> -ffffffff80005415: 48 89 45 b8 mov %rax,-0x48(%rbp) -ffffffff80005419: 48 8d 05 a0 44 02 00 lea 0x244a0(%rip),%rax # ffffffff800298c0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x48> -ffffffff80005420: 48 89 85 b8 fd ff ff mov %rax,-0x248(%rbp) -ffffffff80005427: 48 c7 85 c0 fd ff ff movq $0x2,-0x240(%rbp) -ffffffff8000542e: 02 00 00 00 -ffffffff80005432: 48 c7 85 d8 fd ff ff movq $0x0,-0x228(%rbp) -ffffffff80005439: 00 00 00 00 -ffffffff8000543d: 4c 89 a5 c8 fd ff ff mov %r12,-0x238(%rbp) -ffffffff80005444: 48 c7 85 d0 fd ff ff movq $0x1,-0x230(%rbp) -ffffffff8000544b: 01 00 00 00 -ffffffff8000544f: 4c 8d 6d 80 lea -0x80(%rbp),%r13 -ffffffff80005453: 48 8d b5 b8 fd ff ff lea -0x248(%rbp),%rsi -ffffffff8000545a: 4c 89 ef mov %r13,%rdi -ffffffff8000545d: e8 2e 7b 01 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff80005462: 4c 8b bd b8 fe ff ff mov -0x148(%rbp),%r15 -ffffffff80005469: 4d 85 ff test %r15,%r15 -ffffffff8000546c: 0f 84 51 05 00 00 je ffffffff800059c3 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0xd63> -ffffffff80005472: 4c 8b a5 b0 fe ff ff mov -0x150(%rbp),%r12 -ffffffff80005479: 0f b6 05 18 5f 02 00 movzbl 0x25f18(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80005480: 84 c0 test %al,%al -ffffffff80005482: 0f 84 ee 04 00 00 je ffffffff80005976 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0xd16> -ffffffff80005488: 48 83 3d 58 5e 02 00 cmpq $0x0,0x25e58(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000548f: 00 -ffffffff80005490: 0f 85 16 05 00 00 jne ffffffff800059ac <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0xd4c> -ffffffff80005496: e9 fe 1c 00 00 jmp ffffffff80007199 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2539> -ffffffff8000549b: 0f b6 05 0e 43 02 00 movzbl 0x2430e(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff800054a2: 84 c0 test %al,%al -ffffffff800054a4: 0f 84 0b 01 00 00 je ffffffff800055b5 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x955> -ffffffff800054aa: 48 83 3d a6 42 02 00 cmpq $0x0,0x242a6(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff800054b1: 00 -ffffffff800054b2: 0f 85 31 01 00 00 jne ffffffff800055e9 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x989> -ffffffff800054b8: e9 dc 1c 00 00 jmp ffffffff80007199 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2539> -ffffffff800054bd: 48 8d 9d b8 fd ff ff lea -0x248(%rbp),%rbx -ffffffff800054c4: 48 89 df mov %rbx,%rdi -ffffffff800054c7: ff 15 83 42 02 00 call *0x24283(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff800054cd: 48 c7 05 80 42 02 00 movq $0x1,0x24280(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff800054d4: 01 00 00 00 -ffffffff800054d8: 48 8d 3d 81 42 02 00 lea 0x24281(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff800054df: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff800054e4: 48 89 de mov %rbx,%rsi -ffffffff800054e7: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff800054ea: c6 05 bf 42 02 00 01 movb $0x1,0x242bf(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff800054f1: 48 8d 05 1e 77 02 00 lea 0x2771e(%rip),%rax # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff800054f8: 0f b6 00 movzbl (%rax),%eax -ffffffff800054fb: 0f b6 05 96 5e 02 00 movzbl 0x25e96(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80005502: 84 c0 test %al,%al -ffffffff80005504: 74 0f je ffffffff80005515 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x8b5> -ffffffff80005506: 48 83 3d da 5d 02 00 cmpq $0x0,0x25dda(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000550d: 00 -ffffffff8000550e: 75 3b jne ffffffff8000554b <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x8eb> -ffffffff80005510: e9 84 1c 00 00 jmp ffffffff80007199 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2539> -ffffffff80005515: 48 8d 9d b8 fd ff ff lea -0x248(%rbp),%rbx -ffffffff8000551c: 48 89 df mov %rbx,%rdi -ffffffff8000551f: ff 15 bb 5d 02 00 call *0x25dbb(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80005525: 48 c7 05 b8 5d 02 00 movq $0x1,0x25db8(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000552c: 01 00 00 00 -ffffffff80005530: 48 8d 3d b9 5d 02 00 lea 0x25db9(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80005537: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000553c: 48 89 de mov %rbx,%rsi -ffffffff8000553f: e8 3c d1 01 00 call ffffffff80022680 -ffffffff80005544: c6 05 4d 5e 02 00 01 movb $0x1,0x25e4d(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000554b: 48 8d 3d 9e 5d 02 00 lea 0x25d9e(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80005552: be 01 00 00 00 mov $0x1,%esi -ffffffff80005557: ba 17 00 00 00 mov $0x17,%edx -ffffffff8000555c: e8 ef ea 00 00 call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff80005561: 48 85 c0 test %rax,%rax -ffffffff80005564: 0f 84 4d 1d 00 00 je ffffffff800072b7 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2657> -ffffffff8000556a: 48 b9 69 6e 20 6e 6f movabs $0x21656e6f6e206e69,%rcx -ffffffff80005571: 6e 65 21 -ffffffff80005574: 48 89 48 0f mov %rcx,0xf(%rax) -ffffffff80005578: 48 b9 65 71 75 65 73 movabs $0x6920747365757165,%rcx -ffffffff8000557f: 74 20 69 -ffffffff80005582: 48 89 48 08 mov %rcx,0x8(%rax) -ffffffff80005586: 48 b9 4d 6f 64 75 6c movabs $0x7220656c75646f4d,%rcx -ffffffff8000558d: 65 20 72 -ffffffff80005590: 48 89 08 mov %rcx,(%rax) -ffffffff80005593: 48 89 85 b0 fe ff ff mov %rax,-0x150(%rbp) -ffffffff8000559a: 48 c7 85 b8 fe ff ff movq $0x17,-0x148(%rbp) -ffffffff800055a1: 17 00 00 00 -ffffffff800055a5: 48 c7 85 c0 fe ff ff movq $0x17,-0x140(%rbp) -ffffffff800055ac: 17 00 00 00 -ffffffff800055b0: e9 f3 00 00 00 jmp ffffffff800056a8 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0xa48> -ffffffff800055b5: 48 8d 9d b8 fd ff ff lea -0x248(%rbp),%rbx -ffffffff800055bc: 48 89 df mov %rbx,%rdi -ffffffff800055bf: ff 15 8b 41 02 00 call *0x2418b(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff800055c5: 48 c7 05 88 41 02 00 movq $0x1,0x24188(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff800055cc: 01 00 00 00 -ffffffff800055d0: 48 8d 3d 89 41 02 00 lea 0x24189(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff800055d7: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff800055dc: 48 89 de mov %rbx,%rsi -ffffffff800055df: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff800055e2: c6 05 c7 41 02 00 01 movb $0x1,0x241c7(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff800055e9: 48 8d 05 26 76 02 00 lea 0x27626(%rip),%rax # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff800055f0: 0f b6 00 movzbl (%rax),%eax -ffffffff800055f3: 0f b6 05 9e 5d 02 00 movzbl 0x25d9e(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff800055fa: 84 c0 test %al,%al -ffffffff800055fc: 74 0f je ffffffff8000560d <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x9ad> -ffffffff800055fe: 48 83 3d e2 5c 02 00 cmpq $0x0,0x25ce2(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80005605: 00 -ffffffff80005606: 75 3b jne ffffffff80005643 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x9e3> -ffffffff80005608: e9 8c 1b 00 00 jmp ffffffff80007199 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2539> -ffffffff8000560d: 48 8d 9d b8 fd ff ff lea -0x248(%rbp),%rbx -ffffffff80005614: 48 89 df mov %rbx,%rdi -ffffffff80005617: ff 15 c3 5c 02 00 call *0x25cc3(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000561d: 48 c7 05 c0 5c 02 00 movq $0x1,0x25cc0(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80005624: 01 00 00 00 -ffffffff80005628: 48 8d 3d c1 5c 02 00 lea 0x25cc1(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000562f: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80005634: 48 89 de mov %rbx,%rsi -ffffffff80005637: e8 44 d0 01 00 call ffffffff80022680 -ffffffff8000563c: c6 05 55 5d 02 00 01 movb $0x1,0x25d55(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80005643: 48 8d 3d a6 5c 02 00 lea 0x25ca6(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000564a: be 01 00 00 00 mov $0x1,%esi -ffffffff8000564f: ba 18 00 00 00 mov $0x18,%edx -ffffffff80005654: e8 f7 e9 00 00 call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff80005659: 48 85 c0 test %rax,%rax -ffffffff8000565c: 0f 84 66 1c 00 00 je ffffffff800072c8 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2668> -ffffffff80005662: 48 b9 74 20 66 6f 75 movabs $0x21646e756f662074,%rcx -ffffffff80005669: 6e 64 21 -ffffffff8000566c: 48 89 48 10 mov %rcx,0x10(%rax) -ffffffff80005670: 48 b9 73 20 77 61 73 movabs $0x6f6e207361772073,%rcx -ffffffff80005677: 20 6e 6f -ffffffff8000567a: 48 89 48 08 mov %rcx,0x8(%rax) -ffffffff8000567e: 48 b9 49 6e 69 74 72 movabs $0x666d617274696e49,%rcx -ffffffff80005685: 61 6d 66 -ffffffff80005688: 48 89 08 mov %rcx,(%rax) -ffffffff8000568b: 48 89 85 b0 fe ff ff mov %rax,-0x150(%rbp) -ffffffff80005692: 48 c7 85 b8 fe ff ff movq $0x18,-0x148(%rbp) -ffffffff80005699: 18 00 00 00 -ffffffff8000569d: 48 c7 85 c0 fe ff ff movq $0x18,-0x140(%rbp) -ffffffff800056a4: 18 00 00 00 -ffffffff800056a8: 4c 8d b5 b0 fe ff ff lea -0x150(%rbp),%r14 -ffffffff800056af: 4c 89 75 c8 mov %r14,-0x38(%rbp) -ffffffff800056b3: 4c 8d 6d c8 lea -0x38(%rbp),%r13 -ffffffff800056b7: 4c 89 6d b0 mov %r13,-0x50(%rbp) -ffffffff800056bb: 4c 8d 3d 8e 10 01 00 lea 0x1108e(%rip),%r15 # ffffffff80016750 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h42ee6215a9c421d0E> -ffffffff800056c2: 4c 89 7d b8 mov %r15,-0x48(%rbp) -ffffffff800056c6: 48 8d 05 63 42 02 00 lea 0x24263(%rip),%rax # ffffffff80029930 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xb8> -ffffffff800056cd: 48 89 85 b8 fd ff ff mov %rax,-0x248(%rbp) -ffffffff800056d4: 48 c7 85 c0 fd ff ff movq $0x1,-0x240(%rbp) -ffffffff800056db: 01 00 00 00 -ffffffff800056df: 48 c7 85 d8 fd ff ff movq $0x0,-0x228(%rbp) -ffffffff800056e6: 00 00 00 00 -ffffffff800056ea: 4c 8d 65 b0 lea -0x50(%rbp),%r12 -ffffffff800056ee: 4c 89 a5 c8 fd ff ff mov %r12,-0x238(%rbp) -ffffffff800056f5: 48 c7 85 d0 fd ff ff movq $0x1,-0x230(%rbp) -ffffffff800056fc: 01 00 00 00 -ffffffff80005700: 48 8d 7d 80 lea -0x80(%rbp),%rdi -ffffffff80005704: 48 8d b5 b8 fd ff ff lea -0x248(%rbp),%rsi -ffffffff8000570b: e8 80 78 01 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff80005710: 48 8b 9d b8 fe ff ff mov -0x148(%rbp),%rbx -ffffffff80005717: 48 85 db test %rbx,%rbx -ffffffff8000571a: 74 76 je ffffffff80005792 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0xb32> -ffffffff8000571c: 4c 8b b5 b0 fe ff ff mov -0x150(%rbp),%r14 -ffffffff80005723: 0f b6 05 6e 5c 02 00 movzbl 0x25c6e(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000572a: 84 c0 test %al,%al -ffffffff8000572c: 74 0f je ffffffff8000573d <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0xadd> -ffffffff8000572e: 48 83 3d b2 5b 02 00 cmpq $0x0,0x25bb2(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80005735: 00 -ffffffff80005736: 75 3c jne ffffffff80005774 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0xb14> -ffffffff80005738: e9 5c 1a 00 00 jmp ffffffff80007199 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2539> -ffffffff8000573d: 48 8d bd b8 fd ff ff lea -0x248(%rbp),%rdi -ffffffff80005744: ff 15 96 5b 02 00 call *0x25b96(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000574a: 48 c7 05 93 5b 02 00 movq $0x1,0x25b93(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80005751: 01 00 00 00 -ffffffff80005755: 48 8d 3d 94 5b 02 00 lea 0x25b94(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000575c: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80005761: 48 8d b5 b8 fd ff ff lea -0x248(%rbp),%rsi -ffffffff80005768: e8 13 cf 01 00 call ffffffff80022680 -ffffffff8000576d: c6 05 24 5c 02 00 01 movb $0x1,0x25c24(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80005774: 48 8d 3d 75 5b 02 00 lea 0x25b75(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000577b: ba 01 00 00 00 mov $0x1,%edx -ffffffff80005780: 4c 89 f6 mov %r14,%rsi -ffffffff80005783: 48 89 d9 mov %rbx,%rcx -ffffffff80005786: e8 c5 ea 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8000578b: 4c 8d b5 b0 fe ff ff lea -0x150(%rbp),%r14 -ffffffff80005792: 48 8b 45 80 mov -0x80(%rbp),%rax -ffffffff80005796: 48 8b 4d 88 mov -0x78(%rbp),%rcx -ffffffff8000579a: 48 89 85 b0 fe ff ff mov %rax,-0x150(%rbp) -ffffffff800057a1: 48 89 8d b8 fe ff ff mov %rcx,-0x148(%rbp) -ffffffff800057a8: 48 8b 45 90 mov -0x70(%rbp),%rax -ffffffff800057ac: 48 89 85 c0 fe ff ff mov %rax,-0x140(%rbp) -ffffffff800057b3: 4c 89 75 c8 mov %r14,-0x38(%rbp) -ffffffff800057b7: 4c 89 6d b0 mov %r13,-0x50(%rbp) -ffffffff800057bb: 4c 89 7d b8 mov %r15,-0x48(%rbp) -ffffffff800057bf: 48 8d 05 fa 40 02 00 lea 0x240fa(%rip),%rax # ffffffff800298c0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x48> -ffffffff800057c6: 48 89 85 b8 fd ff ff mov %rax,-0x248(%rbp) -ffffffff800057cd: 48 c7 85 c0 fd ff ff movq $0x2,-0x240(%rbp) -ffffffff800057d4: 02 00 00 00 -ffffffff800057d8: 48 c7 85 d8 fd ff ff movq $0x0,-0x228(%rbp) -ffffffff800057df: 00 00 00 00 -ffffffff800057e3: 4c 89 a5 c8 fd ff ff mov %r12,-0x238(%rbp) -ffffffff800057ea: 48 c7 85 d0 fd ff ff movq $0x1,-0x230(%rbp) -ffffffff800057f1: 01 00 00 00 -ffffffff800057f5: 48 8d 7d 80 lea -0x80(%rbp),%rdi -ffffffff800057f9: 48 8d b5 b8 fd ff ff lea -0x248(%rbp),%rsi -ffffffff80005800: e8 8b 77 01 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff80005805: 48 8b 9d b8 fe ff ff mov -0x148(%rbp),%rbx -ffffffff8000580c: 48 85 db test %rbx,%rbx -ffffffff8000580f: 74 6e je ffffffff8000587f <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0xc1f> -ffffffff80005811: 4c 8b b5 b0 fe ff ff mov -0x150(%rbp),%r14 -ffffffff80005818: 0f b6 05 79 5b 02 00 movzbl 0x25b79(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000581f: 84 c0 test %al,%al -ffffffff80005821: 74 0f je ffffffff80005832 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0xbd2> -ffffffff80005823: 48 83 3d bd 5a 02 00 cmpq $0x0,0x25abd(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000582a: 00 -ffffffff8000582b: 75 3b jne ffffffff80005868 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0xc08> -ffffffff8000582d: e9 67 19 00 00 jmp ffffffff80007199 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2539> -ffffffff80005832: 4c 8d bd b8 fd ff ff lea -0x248(%rbp),%r15 -ffffffff80005839: 4c 89 ff mov %r15,%rdi -ffffffff8000583c: ff 15 9e 5a 02 00 call *0x25a9e(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80005842: 48 c7 05 9b 5a 02 00 movq $0x1,0x25a9b(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80005849: 01 00 00 00 -ffffffff8000584d: 48 8d 3d 9c 5a 02 00 lea 0x25a9c(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80005854: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80005859: 4c 89 fe mov %r15,%rsi -ffffffff8000585c: e8 1f ce 01 00 call ffffffff80022680 -ffffffff80005861: c6 05 30 5b 02 00 01 movb $0x1,0x25b30(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80005868: 48 8d 3d 81 5a 02 00 lea 0x25a81(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000586f: ba 01 00 00 00 mov $0x1,%edx -ffffffff80005874: 4c 89 f6 mov %r14,%rsi -ffffffff80005877: 48 89 d9 mov %rbx,%rcx -ffffffff8000587a: e8 d1 e9 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8000587f: 48 8b 5d 80 mov -0x80(%rbp),%rbx -ffffffff80005883: 4c 8b 75 88 mov -0x78(%rbp),%r14 -ffffffff80005887: 48 8b 55 90 mov -0x70(%rbp),%rdx -ffffffff8000588b: 48 8d 3d ce 3e 02 00 lea 0x23ece(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80005892: 48 89 de mov %rbx,%rsi -ffffffff80005895: e8 06 ae ff ff call ffffffff800006a0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E> -ffffffff8000589a: 4d 85 f6 test %r14,%r14 -ffffffff8000589d: 74 67 je ffffffff80005906 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0xca6> -ffffffff8000589f: 0f b6 05 f2 5a 02 00 movzbl 0x25af2(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff800058a6: 84 c0 test %al,%al -ffffffff800058a8: 74 0f je ffffffff800058b9 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0xc59> -ffffffff800058aa: 48 83 3d 36 5a 02 00 cmpq $0x0,0x25a36(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff800058b1: 00 -ffffffff800058b2: 75 3b jne ffffffff800058ef <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0xc8f> -ffffffff800058b4: e9 e0 18 00 00 jmp ffffffff80007199 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2539> -ffffffff800058b9: 4c 8d bd b8 fd ff ff lea -0x248(%rbp),%r15 -ffffffff800058c0: 4c 89 ff mov %r15,%rdi -ffffffff800058c3: ff 15 17 5a 02 00 call *0x25a17(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff800058c9: 48 c7 05 14 5a 02 00 movq $0x1,0x25a14(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff800058d0: 01 00 00 00 -ffffffff800058d4: 48 8d 3d 15 5a 02 00 lea 0x25a15(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff800058db: ba a8 00 00 00 mov $0xa8,%edx -ffffffff800058e0: 4c 89 fe mov %r15,%rsi -ffffffff800058e3: e8 98 cd 01 00 call ffffffff80022680 -ffffffff800058e8: c6 05 a9 5a 02 00 01 movb $0x1,0x25aa9(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff800058ef: 48 8d 3d fa 59 02 00 lea 0x259fa(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff800058f6: ba 01 00 00 00 mov $0x1,%edx -ffffffff800058fb: 48 89 de mov %rbx,%rsi -ffffffff800058fe: 4c 89 f1 mov %r14,%rcx -ffffffff80005901: e8 4a e9 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80005906: 48 81 c4 88 02 00 00 add $0x288,%rsp -ffffffff8000590d: 5b pop %rbx -ffffffff8000590e: 41 5c pop %r12 -ffffffff80005910: 41 5d pop %r13 -ffffffff80005912: 41 5e pop %r14 -ffffffff80005914: 41 5f pop %r15 -ffffffff80005916: 5d pop %rbp -ffffffff80005917: c3 ret -ffffffff80005918: 4c 8d bd b8 fd ff ff lea -0x248(%rbp),%r15 -ffffffff8000591f: 4c 89 ff mov %r15,%rdi -ffffffff80005922: ff 15 28 3e 02 00 call *0x23e28(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff80005928: 48 c7 05 25 3e 02 00 movq $0x1,0x23e25(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff8000592f: 01 00 00 00 -ffffffff80005933: 48 8d 3d 26 3e 02 00 lea 0x23e26(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff8000593a: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff8000593f: 4c 89 fe mov %r15,%rsi -ffffffff80005942: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff80005945: c6 05 64 3e 02 00 01 movb $0x1,0x23e64(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff8000594c: 49 8b 0e mov (%r14),%rcx -ffffffff8000594f: 48 8b 41 08 mov 0x8(%rcx),%rax -ffffffff80005953: 48 85 c0 test %rax,%rax -ffffffff80005956: 0f 85 cf f9 ff ff jne ffffffff8000532b <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x6cb> -ffffffff8000595c: 48 8d 3d 72 e7 01 00 lea 0x1e772(%rip),%rdi # ffffffff800240d5 -ffffffff80005963: 48 8d 15 86 3f 02 00 lea 0x23f86(%rip),%rdx # ffffffff800298f0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x78> -ffffffff8000596a: be 2b 00 00 00 mov $0x2b,%esi -ffffffff8000596f: e8 2c be 01 00 call ffffffff800217a0 <_ZN4core9panicking5panic17h5954f42149c26846E> -ffffffff80005974: 0f 0b ud2 -ffffffff80005976: 48 8d 9d b8 fd ff ff lea -0x248(%rbp),%rbx -ffffffff8000597d: 48 89 df mov %rbx,%rdi -ffffffff80005980: ff 15 5a 59 02 00 call *0x2595a(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80005986: 48 c7 05 57 59 02 00 movq $0x1,0x25957(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000598d: 01 00 00 00 -ffffffff80005991: 48 8d 3d 58 59 02 00 lea 0x25958(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80005998: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000599d: 48 89 de mov %rbx,%rsi -ffffffff800059a0: e8 db cc 01 00 call ffffffff80022680 -ffffffff800059a5: c6 05 ec 59 02 00 01 movb $0x1,0x259ec(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff800059ac: 48 8d 3d 3d 59 02 00 lea 0x2593d(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff800059b3: ba 01 00 00 00 mov $0x1,%edx -ffffffff800059b8: 4c 89 e6 mov %r12,%rsi -ffffffff800059bb: 4c 89 f9 mov %r15,%rcx -ffffffff800059be: e8 8d e8 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff800059c3: 4c 8b 7d 80 mov -0x80(%rbp),%r15 -ffffffff800059c7: 4c 8b 65 88 mov -0x78(%rbp),%r12 -ffffffff800059cb: 48 8b 55 90 mov -0x70(%rbp),%rdx -ffffffff800059cf: 48 8d 3d 8a 3d 02 00 lea 0x23d8a(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff800059d6: 4c 89 fe mov %r15,%rsi -ffffffff800059d9: e8 c2 ac ff ff call ffffffff800006a0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E> -ffffffff800059de: 4d 85 e4 test %r12,%r12 -ffffffff800059e1: 74 67 je ffffffff80005a4a <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0xdea> -ffffffff800059e3: 0f b6 05 ae 59 02 00 movzbl 0x259ae(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff800059ea: 84 c0 test %al,%al -ffffffff800059ec: 74 0f je ffffffff800059fd <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0xd9d> -ffffffff800059ee: 48 83 3d f2 58 02 00 cmpq $0x0,0x258f2(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff800059f5: 00 -ffffffff800059f6: 75 3b jne ffffffff80005a33 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0xdd3> -ffffffff800059f8: e9 9c 17 00 00 jmp ffffffff80007199 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2539> -ffffffff800059fd: 48 8d 9d b8 fd ff ff lea -0x248(%rbp),%rbx -ffffffff80005a04: 48 89 df mov %rbx,%rdi -ffffffff80005a07: ff 15 d3 58 02 00 call *0x258d3(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80005a0d: 48 c7 05 d0 58 02 00 movq $0x1,0x258d0(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80005a14: 01 00 00 00 -ffffffff80005a18: 48 8d 3d d1 58 02 00 lea 0x258d1(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80005a1f: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80005a24: 48 89 de mov %rbx,%rsi -ffffffff80005a27: e8 54 cc 01 00 call ffffffff80022680 -ffffffff80005a2c: c6 05 65 59 02 00 01 movb $0x1,0x25965(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80005a33: 48 8d 3d b6 58 02 00 lea 0x258b6(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80005a3a: ba 01 00 00 00 mov $0x1,%edx -ffffffff80005a3f: 4c 89 fe mov %r15,%rsi -ffffffff80005a42: 4c 89 e1 mov %r12,%rcx -ffffffff80005a45: e8 06 e8 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80005a4a: 49 8b 06 mov (%r14),%rax -ffffffff80005a4d: 48 8b 40 08 mov 0x8(%rax),%rax -ffffffff80005a51: 48 85 c0 test %rax,%rax -ffffffff80005a54: 0f 84 90 18 00 00 je ffffffff800072ea <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x268a> -ffffffff80005a5a: 48 89 85 68 ff ff ff mov %rax,-0x98(%rbp) -ffffffff80005a61: 0f b6 05 48 3d 02 00 movzbl 0x23d48(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80005a68: 84 c0 test %al,%al -ffffffff80005a6a: 74 0f je ffffffff80005a7b <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0xe1b> -ffffffff80005a6c: 48 83 3d e4 3c 02 00 cmpq $0x0,0x23ce4(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80005a73: 00 -ffffffff80005a74: 75 39 jne ffffffff80005aaf <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0xe4f> -ffffffff80005a76: e9 1e 17 00 00 jmp ffffffff80007199 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2539> -ffffffff80005a7b: 4c 8d bd b8 fd ff ff lea -0x248(%rbp),%r15 -ffffffff80005a82: 4c 89 ff mov %r15,%rdi -ffffffff80005a85: ff 15 c5 3c 02 00 call *0x23cc5(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff80005a8b: 48 c7 05 c2 3c 02 00 movq $0x1,0x23cc2(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80005a92: 01 00 00 00 -ffffffff80005a96: 48 8d 3d c3 3c 02 00 lea 0x23cc3(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80005a9d: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff80005aa2: 4c 89 fe mov %r15,%rsi -ffffffff80005aa5: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff80005aa8: c6 05 01 3d 02 00 01 movb $0x1,0x23d01(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80005aaf: 48 8d 85 68 ff ff ff lea -0x98(%rbp),%rax -ffffffff80005ab6: 48 89 45 80 mov %rax,-0x80(%rbp) -ffffffff80005aba: 48 8d 05 0f 25 01 00 lea 0x1250f(%rip),%rax # ffffffff80017fd0 <_ZN52_$LT$$BP$mut$u20$T$u20$as$u20$core..fmt..Pointer$GT$3fmt17h1b6a79159dacaea2E> -ffffffff80005ac1: 48 89 45 88 mov %rax,-0x78(%rbp) -ffffffff80005ac5: 48 8d 05 ac 3e 02 00 lea 0x23eac(%rip),%rax # ffffffff80029978 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x100> -ffffffff80005acc: 48 89 85 b8 fd ff ff mov %rax,-0x248(%rbp) -ffffffff80005ad3: 48 c7 85 c0 fd ff ff movq $0x1,-0x240(%rbp) -ffffffff80005ada: 01 00 00 00 -ffffffff80005ade: 48 c7 85 d8 fd ff ff movq $0x0,-0x228(%rbp) -ffffffff80005ae5: 00 00 00 00 -ffffffff80005ae9: 4c 89 ad c8 fd ff ff mov %r13,-0x238(%rbp) -ffffffff80005af0: 48 c7 85 d0 fd ff ff movq $0x1,-0x230(%rbp) -ffffffff80005af7: 01 00 00 00 -ffffffff80005afb: 48 8d b5 b8 fd ff ff lea -0x248(%rbp),%rsi -ffffffff80005b02: 4c 8d ad b0 fe ff ff lea -0x150(%rbp),%r13 -ffffffff80005b09: 4c 89 ef mov %r13,%rdi -ffffffff80005b0c: e8 7f 74 01 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff80005b11: 4c 89 6d c8 mov %r13,-0x38(%rbp) -ffffffff80005b15: 48 8d 45 c8 lea -0x38(%rbp),%rax -ffffffff80005b19: 48 89 45 b0 mov %rax,-0x50(%rbp) -ffffffff80005b1d: 48 8d 05 2c 0c 01 00 lea 0x10c2c(%rip),%rax # ffffffff80016750 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h42ee6215a9c421d0E> -ffffffff80005b24: 48 89 45 b8 mov %rax,-0x48(%rbp) -ffffffff80005b28: 48 8d 05 91 3d 02 00 lea 0x23d91(%rip),%rax # ffffffff800298c0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x48> -ffffffff80005b2f: 48 89 85 b8 fd ff ff mov %rax,-0x248(%rbp) -ffffffff80005b36: 48 c7 85 c0 fd ff ff movq $0x2,-0x240(%rbp) -ffffffff80005b3d: 02 00 00 00 -ffffffff80005b41: 48 c7 85 d8 fd ff ff movq $0x0,-0x228(%rbp) -ffffffff80005b48: 00 00 00 00 -ffffffff80005b4c: 48 8d 45 b0 lea -0x50(%rbp),%rax -ffffffff80005b50: 48 89 85 c8 fd ff ff mov %rax,-0x238(%rbp) -ffffffff80005b57: 48 c7 85 d0 fd ff ff movq $0x1,-0x230(%rbp) -ffffffff80005b5e: 01 00 00 00 -ffffffff80005b62: 48 8d 7d 80 lea -0x80(%rbp),%rdi -ffffffff80005b66: 48 8d b5 b8 fd ff ff lea -0x248(%rbp),%rsi -ffffffff80005b6d: e8 1e 74 01 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff80005b72: 4c 8b bd b8 fe ff ff mov -0x148(%rbp),%r15 -ffffffff80005b79: 4d 85 ff test %r15,%r15 -ffffffff80005b7c: 74 75 je ffffffff80005bf3 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0xf93> -ffffffff80005b7e: 4c 8b a5 b0 fe ff ff mov -0x150(%rbp),%r12 -ffffffff80005b85: 0f b6 05 0c 58 02 00 movzbl 0x2580c(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80005b8c: 84 c0 test %al,%al -ffffffff80005b8e: 74 0f je ffffffff80005b9f <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0xf3f> -ffffffff80005b90: 48 83 3d 50 57 02 00 cmpq $0x0,0x25750(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80005b97: 00 -ffffffff80005b98: 75 42 jne ffffffff80005bdc <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0xf7c> -ffffffff80005b9a: e9 fa 15 00 00 jmp ffffffff80007199 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2539> -ffffffff80005b9f: 4c 8d ad b8 fd ff ff lea -0x248(%rbp),%r13 -ffffffff80005ba6: 4c 89 ef mov %r13,%rdi -ffffffff80005ba9: ff 15 31 57 02 00 call *0x25731(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80005baf: 48 c7 05 2e 57 02 00 movq $0x1,0x2572e(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80005bb6: 01 00 00 00 -ffffffff80005bba: 48 8d 3d 2f 57 02 00 lea 0x2572f(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80005bc1: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80005bc6: 4c 89 ee mov %r13,%rsi -ffffffff80005bc9: 4c 8d ad b0 fe ff ff lea -0x150(%rbp),%r13 -ffffffff80005bd0: e8 ab ca 01 00 call ffffffff80022680 -ffffffff80005bd5: c6 05 bc 57 02 00 01 movb $0x1,0x257bc(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80005bdc: 48 8d 3d 0d 57 02 00 lea 0x2570d(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80005be3: ba 01 00 00 00 mov $0x1,%edx -ffffffff80005be8: 4c 89 e6 mov %r12,%rsi -ffffffff80005beb: 4c 89 f9 mov %r15,%rcx -ffffffff80005bee: e8 5d e6 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80005bf3: 4c 8b 7d 80 mov -0x80(%rbp),%r15 -ffffffff80005bf7: 4c 8b 65 88 mov -0x78(%rbp),%r12 -ffffffff80005bfb: 48 8b 55 90 mov -0x70(%rbp),%rdx -ffffffff80005bff: 48 8d 3d 5a 3b 02 00 lea 0x23b5a(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80005c06: 4c 89 fe mov %r15,%rsi -ffffffff80005c09: e8 92 aa ff ff call ffffffff800006a0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E> -ffffffff80005c0e: 4d 85 e4 test %r12,%r12 -ffffffff80005c11: 74 6e je ffffffff80005c81 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x1021> -ffffffff80005c13: 0f b6 05 7e 57 02 00 movzbl 0x2577e(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80005c1a: 84 c0 test %al,%al -ffffffff80005c1c: 74 0f je ffffffff80005c2d <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0xfcd> -ffffffff80005c1e: 48 83 3d c2 56 02 00 cmpq $0x0,0x256c2(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80005c25: 00 -ffffffff80005c26: 75 42 jne ffffffff80005c6a <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x100a> -ffffffff80005c28: e9 6c 15 00 00 jmp ffffffff80007199 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2539> -ffffffff80005c2d: 4c 8d ad b8 fd ff ff lea -0x248(%rbp),%r13 -ffffffff80005c34: 4c 89 ef mov %r13,%rdi -ffffffff80005c37: ff 15 a3 56 02 00 call *0x256a3(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80005c3d: 48 c7 05 a0 56 02 00 movq $0x1,0x256a0(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80005c44: 01 00 00 00 -ffffffff80005c48: 48 8d 3d a1 56 02 00 lea 0x256a1(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80005c4f: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80005c54: 4c 89 ee mov %r13,%rsi -ffffffff80005c57: 4c 8d ad b0 fe ff ff lea -0x150(%rbp),%r13 -ffffffff80005c5e: e8 1d ca 01 00 call ffffffff80022680 -ffffffff80005c63: c6 05 2e 57 02 00 01 movb $0x1,0x2572e(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80005c6a: 48 8d 3d 7f 56 02 00 lea 0x2567f(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80005c71: ba 01 00 00 00 mov $0x1,%edx -ffffffff80005c76: 4c 89 fe mov %r15,%rsi -ffffffff80005c79: 4c 89 e1 mov %r12,%rcx -ffffffff80005c7c: e8 cf e5 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80005c81: 48 8b 95 68 ff ff ff mov -0x98(%rbp),%rdx -ffffffff80005c88: 48 8b 72 28 mov 0x28(%rdx),%rsi -ffffffff80005c8c: 48 83 fe 03 cmp $0x3,%rsi -ffffffff80005c90: 0f 86 6e 16 00 00 jbe ffffffff80007304 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x26a4> -ffffffff80005c96: 48 83 fe 07 cmp $0x7,%rsi -ffffffff80005c9a: 0f 86 77 16 00 00 jbe ffffffff80007317 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x26b7> -ffffffff80005ca0: 48 83 fe 0b cmp $0xb,%rsi -ffffffff80005ca4: 0f 86 80 16 00 00 jbe ffffffff8000732a <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x26ca> -ffffffff80005caa: 48 83 fe 0f cmp $0xf,%rsi -ffffffff80005cae: 0f 86 89 16 00 00 jbe ffffffff8000733d <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x26dd> -ffffffff80005cb4: 48 83 fe 13 cmp $0x13,%rsi -ffffffff80005cb8: 0f 86 92 16 00 00 jbe ffffffff80007350 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x26f0> -ffffffff80005cbe: 48 83 fe 15 cmp $0x15,%rsi -ffffffff80005cc2: 0f 86 9b 16 00 00 jbe ffffffff80007363 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2703> -ffffffff80005cc8: 0f b7 7a 14 movzwl 0x14(%rdx),%edi -ffffffff80005ccc: 8d 47 ff lea -0x1(%rdi),%eax -ffffffff80005ccf: 66 83 f8 06 cmp $0x6,%ax -ffffffff80005cd3: 0f 83 9d 16 00 00 jae ffffffff80007376 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2716> -ffffffff80005cd9: 48 83 fe 17 cmp $0x17,%rsi -ffffffff80005cdd: 0f 86 e5 16 00 00 jbe ffffffff800073c8 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2768> -ffffffff80005ce3: 48 83 fe 19 cmp $0x19,%rsi -ffffffff80005ce7: 0f 86 ee 16 00 00 jbe ffffffff800073db <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x277b> -ffffffff80005ced: 48 83 fe 1b cmp $0x1b,%rsi -ffffffff80005cf1: 0f 86 f7 16 00 00 jbe ffffffff800073ee <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x278e> -ffffffff80005cf7: 48 83 fe 1d cmp $0x1d,%rsi -ffffffff80005cfb: 0f 86 00 17 00 00 jbe ffffffff80007401 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x27a1> -ffffffff80005d01: 48 83 fe 1f cmp $0x1f,%rsi -ffffffff80005d05: 0f 86 09 17 00 00 jbe ffffffff80007414 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x27b4> -ffffffff80005d0b: 48 83 fe 21 cmp $0x21,%rsi -ffffffff80005d0f: 0f 86 12 17 00 00 jbe ffffffff80007427 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x27c7> -ffffffff80005d15: 48 83 fe 25 cmp $0x25,%rsi -ffffffff80005d19: 0f 86 1b 17 00 00 jbe ffffffff8000743a <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x27da> -ffffffff80005d1f: 48 83 fe 27 cmp $0x27,%rsi -ffffffff80005d23: 0f 86 24 17 00 00 jbe ffffffff8000744d <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x27ed> -ffffffff80005d29: 48 83 fe 2f cmp $0x2f,%rsi -ffffffff80005d2d: 0f 86 2d 17 00 00 jbe ffffffff80007460 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2800> -ffffffff80005d33: 48 83 fe 37 cmp $0x37,%rsi -ffffffff80005d37: 0f 86 36 17 00 00 jbe ffffffff80007473 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2813> -ffffffff80005d3d: 48 83 fe 3f cmp $0x3f,%rsi -ffffffff80005d41: 0f 86 3f 17 00 00 jbe ffffffff80007486 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2826> -ffffffff80005d47: 48 83 fe 47 cmp $0x47,%rsi -ffffffff80005d4b: 0f 86 48 17 00 00 jbe ffffffff80007499 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2839> -ffffffff80005d51: 48 83 fe 4f cmp $0x4f,%rsi -ffffffff80005d55: 0f 86 51 17 00 00 jbe ffffffff800074ac <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x284c> -ffffffff80005d5b: 48 83 fe 57 cmp $0x57,%rsi -ffffffff80005d5f: 0f 86 5a 17 00 00 jbe ffffffff800074bf <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x285f> -ffffffff80005d65: 48 83 fe 5f cmp $0x5f,%rsi -ffffffff80005d69: 0f 86 63 17 00 00 jbe ffffffff800074d2 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2872> -ffffffff80005d6f: 81 3a 68 73 71 73 cmpl $0x73717368,(%rdx) -ffffffff80005d75: 0f 85 a3 01 00 00 jne ffffffff80005f1e <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x12be> -ffffffff80005d7b: 0f b7 5a 16 movzwl 0x16(%rdx),%ebx -ffffffff80005d7f: 0f b7 cb movzwl %bx,%ecx -ffffffff80005d82: b8 01 00 00 00 mov $0x1,%eax -ffffffff80005d87: d3 e0 shl %cl,%eax -ffffffff80005d89: 66 83 7a 1c 04 cmpw $0x4,0x1c(%rdx) -ffffffff80005d8e: 0f 85 8a 01 00 00 jne ffffffff80005f1e <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x12be> -ffffffff80005d94: 66 83 7a 1e 00 cmpw $0x0,0x1e(%rdx) -ffffffff80005d99: 0f 85 7f 01 00 00 jne ffffffff80005f1e <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x12be> -ffffffff80005d9f: 44 8b 7a 0c mov 0xc(%rdx),%r15d -ffffffff80005da3: 41 81 ff 00 00 10 00 cmp $0x100000,%r15d -ffffffff80005daa: 0f 87 6e 01 00 00 ja ffffffff80005f1e <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x12be> -ffffffff80005db0: 66 83 fb 14 cmp $0x14,%bx -ffffffff80005db4: 0f 87 64 01 00 00 ja ffffffff80005f1e <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x12be> -ffffffff80005dba: 44 39 f8 cmp %r15d,%eax -ffffffff80005dbd: 0f 85 5b 01 00 00 jne ffffffff80005f1e <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x12be> -ffffffff80005dc3: 44 89 f8 mov %r15d,%eax -ffffffff80005dc6: d1 e8 shr %eax -ffffffff80005dc8: 25 55 55 55 55 and $0x55555555,%eax -ffffffff80005dcd: 44 89 f9 mov %r15d,%ecx -ffffffff80005dd0: 29 c1 sub %eax,%ecx -ffffffff80005dd2: 89 c8 mov %ecx,%eax -ffffffff80005dd4: 25 33 33 33 33 and $0x33333333,%eax -ffffffff80005dd9: c1 e9 02 shr $0x2,%ecx -ffffffff80005ddc: 81 e1 33 33 33 33 and $0x33333333,%ecx -ffffffff80005de2: 01 c1 add %eax,%ecx -ffffffff80005de4: 89 c8 mov %ecx,%eax -ffffffff80005de6: c1 e8 04 shr $0x4,%eax -ffffffff80005de9: 01 c8 add %ecx,%eax -ffffffff80005deb: 25 0f 0f 0f 0f and $0xf0f0f0f,%eax -ffffffff80005df0: 69 c0 01 01 01 01 imul $0x1010101,%eax,%eax -ffffffff80005df6: c1 e8 18 shr $0x18,%eax -ffffffff80005df9: 83 f8 01 cmp $0x1,%eax -ffffffff80005dfc: 0f 87 1c 01 00 00 ja ffffffff80005f1e <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x12be> -ffffffff80005e02: 48 8b 42 40 mov 0x40(%rdx),%rax -ffffffff80005e06: 48 83 f8 68 cmp $0x68,%rax -ffffffff80005e0a: 0f 82 e6 16 00 00 jb ffffffff800074f6 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2896> -ffffffff80005e10: 48 39 f0 cmp %rsi,%rax -ffffffff80005e13: 0f 87 f3 16 00 00 ja ffffffff8000750c <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x28ac> -ffffffff80005e19: 48 8b 4a 48 mov 0x48(%rdx),%rcx -ffffffff80005e1d: 49 89 ca mov %rcx,%r10 -ffffffff80005e20: 49 29 c2 sub %rax,%r10 -ffffffff80005e23: 0f 82 f4 16 00 00 jb ffffffff8000751d <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x28bd> -ffffffff80005e29: 48 39 f1 cmp %rsi,%rcx -ffffffff80005e2c: 0f 87 ff 16 00 00 ja ffffffff80007531 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x28d1> -ffffffff80005e32: 4c 8b 5a 50 mov 0x50(%rdx),%r11 -ffffffff80005e36: 4d 89 dc mov %r11,%r12 -ffffffff80005e39: 49 29 cc sub %rcx,%r12 -ffffffff80005e3c: 0f 82 00 17 00 00 jb ffffffff80007542 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x28e2> -ffffffff80005e42: 49 39 f3 cmp %rsi,%r11 -ffffffff80005e45: 0f 87 0b 17 00 00 ja ffffffff80007556 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x28f6> -ffffffff80005e4b: 44 8b 42 04 mov 0x4(%rdx),%r8d -ffffffff80005e4f: 44 89 85 98 fd ff ff mov %r8d,-0x268(%rbp) -ffffffff80005e56: 44 8b 42 08 mov 0x8(%rdx),%r8d -ffffffff80005e5a: 44 89 85 a0 fd ff ff mov %r8d,-0x260(%rbp) -ffffffff80005e61: 44 8b 42 10 mov 0x10(%rdx),%r8d -ffffffff80005e65: 44 89 85 a0 fe ff ff mov %r8d,-0x160(%rbp) -ffffffff80005e6c: 44 0f b7 42 18 movzwl 0x18(%rdx),%r8d -ffffffff80005e71: 66 44 89 85 98 fe ff mov %r8w,-0x168(%rbp) -ffffffff80005e78: ff -ffffffff80005e79: 44 0f b7 42 1a movzwl 0x1a(%rdx),%r8d -ffffffff80005e7e: 66 44 89 85 a8 fe ff mov %r8w,-0x158(%rbp) -ffffffff80005e85: ff -ffffffff80005e86: 44 0f b7 42 20 movzwl 0x20(%rdx),%r8d -ffffffff80005e8b: 66 44 89 85 60 ff ff mov %r8w,-0xa0(%rbp) -ffffffff80005e92: ff -ffffffff80005e93: 44 8b 42 22 mov 0x22(%rdx),%r8d -ffffffff80005e97: 44 89 85 78 ff ff ff mov %r8d,-0x88(%rbp) -ffffffff80005e9e: 44 0f b7 42 26 movzwl 0x26(%rdx),%r8d -ffffffff80005ea3: 66 44 89 85 58 ff ff mov %r8w,-0xa8(%rbp) -ffffffff80005eaa: ff -ffffffff80005eab: 4c 8b 42 30 mov 0x30(%rdx),%r8 -ffffffff80005eaf: 4c 8b 72 38 mov 0x38(%rdx),%r14 -ffffffff80005eb3: 4c 8b 4a 58 mov 0x58(%rdx),%r9 -ffffffff80005eb7: 49 83 fb ff cmp $0xffffffffffffffff,%r11 -ffffffff80005ebb: 0f 84 b1 02 00 00 je ffffffff80006172 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x1512> -ffffffff80005ec1: 4d 89 cd mov %r9,%r13 -ffffffff80005ec4: 4d 29 dd sub %r11,%r13 -ffffffff80005ec7: 4c 89 ad 70 fd ff ff mov %r13,-0x290(%rbp) -ffffffff80005ece: 0f 82 7a 18 00 00 jb ffffffff8000774e <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2aee> -ffffffff80005ed4: 49 39 f1 cmp %rsi,%r9 -ffffffff80005ed7: 0f 87 85 18 00 00 ja ffffffff80007762 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2b02> -ffffffff80005edd: 4e 8d 2c 1a lea (%rdx,%r11,1),%r13 -ffffffff80005ee1: 4c 89 ad 80 fd ff ff mov %r13,-0x280(%rbp) -ffffffff80005ee8: 49 83 f9 ff cmp $0xffffffffffffffff,%r9 -ffffffff80005eec: 0f 84 94 02 00 00 je ffffffff80006186 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x1526> -ffffffff80005ef2: 4d 89 c5 mov %r8,%r13 -ffffffff80005ef5: 4d 29 cd sub %r9,%r13 -ffffffff80005ef8: 4c 89 ad 78 fd ff ff mov %r13,-0x288(%rbp) -ffffffff80005eff: 0f 82 6e 18 00 00 jb ffffffff80007773 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2b13> -ffffffff80005f05: 49 39 f0 cmp %rsi,%r8 -ffffffff80005f08: 0f 87 79 18 00 00 ja ffffffff80007787 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2b27> -ffffffff80005f0e: 4e 8d 2c 0a lea (%rdx,%r9,1),%r13 -ffffffff80005f12: 4c 89 ad 88 fd ff ff mov %r13,-0x278(%rbp) -ffffffff80005f19: e9 72 02 00 00 jmp ffffffff80006190 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x1530> -ffffffff80005f1e: 0f b6 05 8b 38 02 00 movzbl 0x2388b(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80005f25: 84 c0 test %al,%al -ffffffff80005f27: 74 0f je ffffffff80005f38 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x12d8> -ffffffff80005f29: 48 83 3d 27 38 02 00 cmpq $0x0,0x23827(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80005f30: 00 -ffffffff80005f31: 75 39 jne ffffffff80005f6c <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x130c> -ffffffff80005f33: e9 61 12 00 00 jmp ffffffff80007199 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2539> -ffffffff80005f38: 4c 8d b5 b8 fd ff ff lea -0x248(%rbp),%r14 -ffffffff80005f3f: 4c 89 f7 mov %r14,%rdi -ffffffff80005f42: ff 15 08 38 02 00 call *0x23808(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff80005f48: 48 c7 05 05 38 02 00 movq $0x1,0x23805(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80005f4f: 01 00 00 00 -ffffffff80005f53: 48 8d 3d 06 38 02 00 lea 0x23806(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80005f5a: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff80005f5f: 4c 89 f6 mov %r14,%rsi -ffffffff80005f62: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff80005f65: c6 05 44 38 02 00 01 movb $0x1,0x23844(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80005f6c: 48 8d 05 a3 6c 02 00 lea 0x26ca3(%rip),%rax # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff80005f73: 0f b6 00 movzbl (%rax),%eax -ffffffff80005f76: 0f b6 05 1b 54 02 00 movzbl 0x2541b(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80005f7d: 84 c0 test %al,%al -ffffffff80005f7f: 74 0f je ffffffff80005f90 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x1330> -ffffffff80005f81: 48 83 3d 5f 53 02 00 cmpq $0x0,0x2535f(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80005f88: 00 -ffffffff80005f89: 75 3b jne ffffffff80005fc6 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x1366> -ffffffff80005f8b: e9 09 12 00 00 jmp ffffffff80007199 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2539> -ffffffff80005f90: 4c 8d b5 b8 fd ff ff lea -0x248(%rbp),%r14 -ffffffff80005f97: 4c 89 f7 mov %r14,%rdi -ffffffff80005f9a: ff 15 40 53 02 00 call *0x25340(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80005fa0: 48 c7 05 3d 53 02 00 movq $0x1,0x2533d(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80005fa7: 01 00 00 00 -ffffffff80005fab: 48 8d 3d 3e 53 02 00 lea 0x2533e(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80005fb2: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80005fb7: 4c 89 f6 mov %r14,%rsi -ffffffff80005fba: e8 c1 c6 01 00 call ffffffff80022680 -ffffffff80005fbf: c6 05 d2 53 02 00 01 movb $0x1,0x253d2(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80005fc6: 48 8d 3d 23 53 02 00 lea 0x25323(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80005fcd: be 01 00 00 00 mov $0x1,%esi -ffffffff80005fd2: ba 15 00 00 00 mov $0x15,%edx -ffffffff80005fd7: e8 74 e0 00 00 call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff80005fdc: 48 85 c0 test %rax,%rax -ffffffff80005fdf: 0f 84 00 15 00 00 je ffffffff800074e5 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2885> -ffffffff80005fe5: 48 b9 63 6f 72 72 75 movabs $0x2174707572726f63,%rcx -ffffffff80005fec: 70 74 21 -ffffffff80005fef: 48 89 48 0d mov %rcx,0xd(%rax) -ffffffff80005ff3: 48 b9 73 20 69 6e 20 movabs $0x726f63206e692073,%rcx -ffffffff80005ffa: 63 6f 72 -ffffffff80005ffd: 48 89 48 08 mov %rcx,0x8(%rax) -ffffffff80006001: 48 b9 49 6e 69 74 72 movabs $0x666d617274696e49,%rcx -ffffffff80006008: 61 6d 66 -ffffffff8000600b: 48 89 08 mov %rcx,(%rax) -ffffffff8000600e: 48 89 85 b0 fe ff ff mov %rax,-0x150(%rbp) -ffffffff80006015: 48 c7 85 b8 fe ff ff movq $0x15,-0x148(%rbp) -ffffffff8000601c: 15 00 00 00 -ffffffff80006020: 48 c7 85 c0 fe ff ff movq $0x15,-0x140(%rbp) -ffffffff80006027: 15 00 00 00 -ffffffff8000602b: 4c 89 6d c8 mov %r13,-0x38(%rbp) -ffffffff8000602f: 48 8d 45 c8 lea -0x38(%rbp),%rax -ffffffff80006033: 48 89 45 b0 mov %rax,-0x50(%rbp) -ffffffff80006037: 48 8d 05 12 07 01 00 lea 0x10712(%rip),%rax # ffffffff80016750 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h42ee6215a9c421d0E> -ffffffff8000603e: 48 89 45 b8 mov %rax,-0x48(%rbp) -ffffffff80006042: 48 8d 05 e7 38 02 00 lea 0x238e7(%rip),%rax # ffffffff80029930 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xb8> -ffffffff80006049: 48 89 85 b8 fd ff ff mov %rax,-0x248(%rbp) -ffffffff80006050: 48 c7 85 c0 fd ff ff movq $0x1,-0x240(%rbp) -ffffffff80006057: 01 00 00 00 -ffffffff8000605b: 48 c7 85 d8 fd ff ff movq $0x0,-0x228(%rbp) -ffffffff80006062: 00 00 00 00 -ffffffff80006066: 48 8d 45 b0 lea -0x50(%rbp),%rax -ffffffff8000606a: 48 89 85 c8 fd ff ff mov %rax,-0x238(%rbp) -ffffffff80006071: 48 c7 85 d0 fd ff ff movq $0x1,-0x230(%rbp) -ffffffff80006078: 01 00 00 00 -ffffffff8000607c: 48 8d 7d 80 lea -0x80(%rbp),%rdi -ffffffff80006080: 48 8d b5 b8 fd ff ff lea -0x248(%rbp),%rsi -ffffffff80006087: e8 04 6f 01 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff8000608c: 4c 8b b5 b8 fe ff ff mov -0x148(%rbp),%r14 -ffffffff80006093: 4d 85 f6 test %r14,%r14 -ffffffff80006096: 74 6e je ffffffff80006106 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x14a6> -ffffffff80006098: 4c 8b bd b0 fe ff ff mov -0x150(%rbp),%r15 -ffffffff8000609f: 0f b6 05 f2 52 02 00 movzbl 0x252f2(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff800060a6: 84 c0 test %al,%al -ffffffff800060a8: 74 0f je ffffffff800060b9 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x1459> -ffffffff800060aa: 48 83 3d 36 52 02 00 cmpq $0x0,0x25236(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff800060b1: 00 -ffffffff800060b2: 75 3b jne ffffffff800060ef <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x148f> -ffffffff800060b4: e9 e0 10 00 00 jmp ffffffff80007199 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2539> -ffffffff800060b9: 4c 8d a5 b8 fd ff ff lea -0x248(%rbp),%r12 -ffffffff800060c0: 4c 89 e7 mov %r12,%rdi -ffffffff800060c3: ff 15 17 52 02 00 call *0x25217(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff800060c9: 48 c7 05 14 52 02 00 movq $0x1,0x25214(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff800060d0: 01 00 00 00 -ffffffff800060d4: 48 8d 3d 15 52 02 00 lea 0x25215(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff800060db: ba a8 00 00 00 mov $0xa8,%edx -ffffffff800060e0: 4c 89 e6 mov %r12,%rsi -ffffffff800060e3: e8 98 c5 01 00 call ffffffff80022680 -ffffffff800060e8: c6 05 a9 52 02 00 01 movb $0x1,0x252a9(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff800060ef: 48 8d 3d fa 51 02 00 lea 0x251fa(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff800060f6: ba 01 00 00 00 mov $0x1,%edx -ffffffff800060fb: 4c 89 fe mov %r15,%rsi -ffffffff800060fe: 4c 89 f1 mov %r14,%rcx -ffffffff80006101: e8 4a e1 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80006106: 48 8b 45 80 mov -0x80(%rbp),%rax -ffffffff8000610a: 48 8b 4d 88 mov -0x78(%rbp),%rcx -ffffffff8000610e: 48 89 85 b0 fe ff ff mov %rax,-0x150(%rbp) -ffffffff80006115: 48 89 8d b8 fe ff ff mov %rcx,-0x148(%rbp) -ffffffff8000611c: 48 8b 45 90 mov -0x70(%rbp),%rax -ffffffff80006120: 48 89 85 c0 fe ff ff mov %rax,-0x140(%rbp) -ffffffff80006127: 4c 89 6d c8 mov %r13,-0x38(%rbp) -ffffffff8000612b: 48 8d 45 c8 lea -0x38(%rbp),%rax -ffffffff8000612f: 48 89 45 b0 mov %rax,-0x50(%rbp) -ffffffff80006133: 48 8d 05 16 06 01 00 lea 0x10616(%rip),%rax # ffffffff80016750 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h42ee6215a9c421d0E> -ffffffff8000613a: 48 89 45 b8 mov %rax,-0x48(%rbp) -ffffffff8000613e: 48 8d 05 7b 37 02 00 lea 0x2377b(%rip),%rax # ffffffff800298c0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x48> -ffffffff80006145: 48 89 85 b8 fd ff ff mov %rax,-0x248(%rbp) -ffffffff8000614c: 48 c7 85 c0 fd ff ff movq $0x2,-0x240(%rbp) -ffffffff80006153: 02 00 00 00 -ffffffff80006157: 48 c7 85 d8 fd ff ff movq $0x0,-0x228(%rbp) -ffffffff8000615e: 00 00 00 00 -ffffffff80006162: 48 8d 45 b0 lea -0x50(%rbp),%rax -ffffffff80006166: 48 89 85 c8 fd ff ff mov %rax,-0x238(%rbp) -ffffffff8000616d: e9 78 f6 ff ff jmp ffffffff800057ea <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0xb8a> -ffffffff80006172: 45 31 ed xor %r13d,%r13d -ffffffff80006175: 4c 89 ad 80 fd ff ff mov %r13,-0x280(%rbp) -ffffffff8000617c: 49 83 f9 ff cmp $0xffffffffffffffff,%r9 -ffffffff80006180: 0f 85 6c fd ff ff jne ffffffff80005ef2 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x1292> -ffffffff80006186: 45 31 ed xor %r13d,%r13d -ffffffff80006189: 4c 89 ad 88 fd ff ff mov %r13,-0x278(%rbp) -ffffffff80006190: 49 39 f0 cmp %rsi,%r8 -ffffffff80006193: 0f 87 ce 13 00 00 ja ffffffff80007567 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2907> -ffffffff80006199: 49 83 fe ff cmp $0xffffffffffffffff,%r14 -ffffffff8000619d: 4c 89 a5 60 fd ff ff mov %r12,-0x2a0(%rbp) -ffffffff800061a4: 4c 89 95 68 fd ff ff mov %r10,-0x298(%rbp) -ffffffff800061ab: 74 25 je ffffffff800061d2 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x1572> -ffffffff800061ad: 4d 39 f0 cmp %r14,%r8 -ffffffff800061b0: 0f 87 e2 15 00 00 ja ffffffff80007798 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2b38> -ffffffff800061b6: 49 89 f4 mov %rsi,%r12 -ffffffff800061b9: 4d 29 f4 sub %r14,%r12 -ffffffff800061bc: 0f 82 ea 15 00 00 jb ffffffff800077ac <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2b4c> -ffffffff800061c2: 4e 8d 14 32 lea (%rdx,%r14,1),%r10 -ffffffff800061c6: 4c 89 95 90 fd ff ff mov %r10,-0x270(%rbp) -ffffffff800061cd: 4d 89 f2 mov %r14,%r10 -ffffffff800061d0: eb 0d jmp ffffffff800061df <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x157f> -ffffffff800061d2: 45 31 d2 xor %r10d,%r10d -ffffffff800061d5: 4c 89 95 90 fd ff ff mov %r10,-0x270(%rbp) -ffffffff800061dc: 49 89 f2 mov %rsi,%r10 -ffffffff800061df: c7 85 b8 fd ff ff 68 movl $0x73717368,-0x248(%rbp) -ffffffff800061e6: 73 71 73 -ffffffff800061e9: 44 8b ad 98 fd ff ff mov -0x268(%rbp),%r13d -ffffffff800061f0: 44 89 ad bc fd ff ff mov %r13d,-0x244(%rbp) -ffffffff800061f7: 44 8b ad a0 fd ff ff mov -0x260(%rbp),%r13d -ffffffff800061fe: 44 89 ad c0 fd ff ff mov %r13d,-0x240(%rbp) -ffffffff80006205: 44 89 bd c4 fd ff ff mov %r15d,-0x23c(%rbp) -ffffffff8000620c: 44 8b bd a0 fe ff ff mov -0x160(%rbp),%r15d -ffffffff80006213: 44 89 bd c8 fd ff ff mov %r15d,-0x238(%rbp) -ffffffff8000621a: 66 89 bd cc fd ff ff mov %di,-0x234(%rbp) -ffffffff80006221: 66 89 9d ce fd ff ff mov %bx,-0x232(%rbp) -ffffffff80006228: 0f b7 bd 98 fe ff ff movzwl -0x168(%rbp),%edi -ffffffff8000622f: 66 89 bd d0 fd ff ff mov %di,-0x230(%rbp) -ffffffff80006236: 0f b7 bd a8 fe ff ff movzwl -0x158(%rbp),%edi -ffffffff8000623d: 66 89 bd d2 fd ff ff mov %di,-0x22e(%rbp) -ffffffff80006244: c7 85 d4 fd ff ff 04 movl $0x4,-0x22c(%rbp) -ffffffff8000624b: 00 00 00 -ffffffff8000624e: 0f b7 bd 60 ff ff ff movzwl -0xa0(%rbp),%edi -ffffffff80006255: 66 89 bd d8 fd ff ff mov %di,-0x228(%rbp) -ffffffff8000625c: 8b bd 78 ff ff ff mov -0x88(%rbp),%edi -ffffffff80006262: 89 bd dc fd ff ff mov %edi,-0x224(%rbp) -ffffffff80006268: 0f b7 bd 58 ff ff ff movzwl -0xa8(%rbp),%edi -ffffffff8000626f: 66 89 bd e0 fd ff ff mov %di,-0x220(%rbp) -ffffffff80006276: 48 89 b5 e8 fd ff ff mov %rsi,-0x218(%rbp) -ffffffff8000627d: 48 8d 72 68 lea 0x68(%rdx),%rsi -ffffffff80006281: 48 8d 3c 02 lea (%rdx,%rax,1),%rdi -ffffffff80006285: 48 8d 1c 0a lea (%rdx,%rcx,1),%rbx -ffffffff80006289: 4c 01 c2 add %r8,%rdx -ffffffff8000628c: 4d 29 c2 sub %r8,%r10 -ffffffff8000628f: 4c 89 85 f0 fd ff ff mov %r8,-0x210(%rbp) -ffffffff80006296: 4c 89 b5 f8 fd ff ff mov %r14,-0x208(%rbp) -ffffffff8000629d: 48 89 85 00 fe ff ff mov %rax,-0x200(%rbp) -ffffffff800062a4: 48 89 8d 08 fe ff ff mov %rcx,-0x1f8(%rbp) -ffffffff800062ab: 4c 89 9d 10 fe ff ff mov %r11,-0x1f0(%rbp) -ffffffff800062b2: 4c 89 8d 18 fe ff ff mov %r9,-0x1e8(%rbp) -ffffffff800062b9: 48 83 c0 98 add $0xffffffffffffff98,%rax -ffffffff800062bd: 48 89 b5 20 fe ff ff mov %rsi,-0x1e0(%rbp) -ffffffff800062c4: 48 89 85 28 fe ff ff mov %rax,-0x1d8(%rbp) -ffffffff800062cb: 48 89 bd 30 fe ff ff mov %rdi,-0x1d0(%rbp) -ffffffff800062d2: 48 8b 85 68 fd ff ff mov -0x298(%rbp),%rax -ffffffff800062d9: 48 89 85 38 fe ff ff mov %rax,-0x1c8(%rbp) -ffffffff800062e0: 48 89 9d 40 fe ff ff mov %rbx,-0x1c0(%rbp) -ffffffff800062e7: 48 8b 85 60 fd ff ff mov -0x2a0(%rbp),%rax -ffffffff800062ee: 48 89 85 48 fe ff ff mov %rax,-0x1b8(%rbp) -ffffffff800062f5: 48 89 95 50 fe ff ff mov %rdx,-0x1b0(%rbp) -ffffffff800062fc: 4c 89 95 58 fe ff ff mov %r10,-0x1a8(%rbp) -ffffffff80006303: 48 89 b5 60 fe ff ff mov %rsi,-0x1a0(%rbp) -ffffffff8000630a: 48 8b 85 80 fd ff ff mov -0x280(%rbp),%rax -ffffffff80006311: 48 89 85 68 fe ff ff mov %rax,-0x198(%rbp) -ffffffff80006318: 48 8b 85 70 fd ff ff mov -0x290(%rbp),%rax -ffffffff8000631f: 48 89 85 70 fe ff ff mov %rax,-0x190(%rbp) -ffffffff80006326: 48 8b 85 88 fd ff ff mov -0x278(%rbp),%rax -ffffffff8000632d: 48 89 85 78 fe ff ff mov %rax,-0x188(%rbp) -ffffffff80006334: 48 8b 85 78 fd ff ff mov -0x288(%rbp),%rax -ffffffff8000633b: 48 89 85 80 fe ff ff mov %rax,-0x180(%rbp) -ffffffff80006342: 48 8b 85 90 fd ff ff mov -0x270(%rbp),%rax -ffffffff80006349: 48 89 85 88 fe ff ff mov %rax,-0x178(%rbp) -ffffffff80006350: 4c 89 a5 90 fe ff ff mov %r12,-0x170(%rbp) -ffffffff80006357: 0f b6 05 52 34 02 00 movzbl 0x23452(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff8000635e: 84 c0 test %al,%al -ffffffff80006360: 74 1d je ffffffff8000637f <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x171f> -ffffffff80006362: 48 83 3d ee 33 02 00 cmpq $0x0,0x233ee(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80006369: 00 -ffffffff8000636a: 48 8d 8d b0 fe ff ff lea -0x150(%rbp),%rcx -ffffffff80006371: 48 8d 85 b8 fd ff ff lea -0x248(%rbp),%rax -ffffffff80006378: 75 47 jne ffffffff800063c1 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x1761> -ffffffff8000637a: e9 1a 0e 00 00 jmp ffffffff80007199 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2539> -ffffffff8000637f: 4c 8d bd b0 fe ff ff lea -0x150(%rbp),%r15 -ffffffff80006386: 4c 89 ff mov %r15,%rdi -ffffffff80006389: ff 15 c1 33 02 00 call *0x233c1(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff8000638f: 48 c7 05 be 33 02 00 movq $0x1,0x233be(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80006396: 01 00 00 00 -ffffffff8000639a: 48 8d 3d bf 33 02 00 lea 0x233bf(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff800063a1: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff800063a6: 4c 89 fe mov %r15,%rsi -ffffffff800063a9: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff800063ac: c6 05 fd 33 02 00 01 movb $0x1,0x233fd(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff800063b3: 48 8d 8d b0 fe ff ff lea -0x150(%rbp),%rcx -ffffffff800063ba: 48 8d 85 b8 fd ff ff lea -0x248(%rbp),%rax -ffffffff800063c1: 48 89 45 c8 mov %rax,-0x38(%rbp) -ffffffff800063c5: 48 8d 05 94 14 00 00 lea 0x1494(%rip),%rax # ffffffff80007860 <_ZN82_$LT$CappuccinOS..drivers..fs..initramfs..Squashfs$u20$as$u20$core..fmt..Debug$GT$3fmt17h6201da019851198cE> -ffffffff800063cc: 48 89 45 d0 mov %rax,-0x30(%rbp) -ffffffff800063d0: 48 c7 85 b0 fe ff ff movq $0x2,-0x150(%rbp) -ffffffff800063d7: 02 00 00 00 -ffffffff800063db: 48 c7 85 c0 fe ff ff movq $0x2,-0x140(%rbp) -ffffffff800063e2: 02 00 00 00 -ffffffff800063e6: 48 c7 85 d0 fe ff ff movq $0x0,-0x130(%rbp) -ffffffff800063ed: 00 00 00 00 -ffffffff800063f1: 48 b8 20 00 00 00 20 movabs $0x2000000020,%rax -ffffffff800063f8: 00 00 00 -ffffffff800063fb: 48 89 85 d8 fe ff ff mov %rax,-0x128(%rbp) -ffffffff80006402: c6 85 e0 fe ff ff 03 movb $0x3,-0x120(%rbp) -ffffffff80006409: 48 8d 05 10 35 02 00 lea 0x23510(%rip),%rax # ffffffff80029920 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xa8> -ffffffff80006410: 48 89 45 80 mov %rax,-0x80(%rbp) -ffffffff80006414: 48 c7 45 88 01 00 00 movq $0x1,-0x78(%rbp) -ffffffff8000641b: 00 -ffffffff8000641c: 48 89 4d a0 mov %rcx,-0x60(%rbp) -ffffffff80006420: 48 c7 45 a8 01 00 00 movq $0x1,-0x58(%rbp) -ffffffff80006427: 00 -ffffffff80006428: 4c 8d 75 c8 lea -0x38(%rbp),%r14 -ffffffff8000642c: 4c 89 75 90 mov %r14,-0x70(%rbp) -ffffffff80006430: 48 c7 45 98 01 00 00 movq $0x1,-0x68(%rbp) -ffffffff80006437: 00 -ffffffff80006438: 48 8d 7d b0 lea -0x50(%rbp),%rdi -ffffffff8000643c: 48 8d 5d 80 lea -0x80(%rbp),%rbx -ffffffff80006440: 48 89 de mov %rbx,%rsi -ffffffff80006443: e8 48 6b 01 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff80006448: 48 8b 45 b0 mov -0x50(%rbp),%rax -ffffffff8000644c: 48 8b 4d b8 mov -0x48(%rbp),%rcx -ffffffff80006450: 48 89 45 80 mov %rax,-0x80(%rbp) -ffffffff80006454: 48 89 4d 88 mov %rcx,-0x78(%rbp) -ffffffff80006458: 48 8b 45 c0 mov -0x40(%rbp),%rax -ffffffff8000645c: 48 89 45 90 mov %rax,-0x70(%rbp) -ffffffff80006460: 48 89 9d 68 ff ff ff mov %rbx,-0x98(%rbp) -ffffffff80006467: 48 8d 85 68 ff ff ff lea -0x98(%rbp),%rax -ffffffff8000646e: 48 89 45 c8 mov %rax,-0x38(%rbp) -ffffffff80006472: 48 8d 05 d7 02 01 00 lea 0x102d7(%rip),%rax # ffffffff80016750 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h42ee6215a9c421d0E> -ffffffff80006479: 48 89 45 d0 mov %rax,-0x30(%rbp) -ffffffff8000647d: 48 8d 05 3c 34 02 00 lea 0x2343c(%rip),%rax # ffffffff800298c0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x48> -ffffffff80006484: 48 89 85 b0 fe ff ff mov %rax,-0x150(%rbp) -ffffffff8000648b: 48 c7 85 b8 fe ff ff movq $0x2,-0x148(%rbp) -ffffffff80006492: 02 00 00 00 -ffffffff80006496: 48 c7 85 d0 fe ff ff movq $0x0,-0x130(%rbp) -ffffffff8000649d: 00 00 00 00 -ffffffff800064a1: 4c 89 b5 c0 fe ff ff mov %r14,-0x140(%rbp) -ffffffff800064a8: 48 c7 85 c8 fe ff ff movq $0x1,-0x138(%rbp) -ffffffff800064af: 01 00 00 00 -ffffffff800064b3: 48 8d 7d b0 lea -0x50(%rbp),%rdi -ffffffff800064b7: 48 8d b5 b0 fe ff ff lea -0x150(%rbp),%rsi -ffffffff800064be: e8 cd 6a 01 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff800064c3: 48 8b 5d 88 mov -0x78(%rbp),%rbx -ffffffff800064c7: 48 85 db test %rbx,%rbx -ffffffff800064ca: 74 6b je ffffffff80006537 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x18d7> -ffffffff800064cc: 4c 8b 75 80 mov -0x80(%rbp),%r14 -ffffffff800064d0: 0f b6 05 c1 4e 02 00 movzbl 0x24ec1(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff800064d7: 84 c0 test %al,%al -ffffffff800064d9: 74 0f je ffffffff800064ea <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x188a> -ffffffff800064db: 48 83 3d 05 4e 02 00 cmpq $0x0,0x24e05(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff800064e2: 00 -ffffffff800064e3: 75 3b jne ffffffff80006520 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x18c0> -ffffffff800064e5: e9 af 0c 00 00 jmp ffffffff80007199 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2539> -ffffffff800064ea: 4c 8d bd b0 fe ff ff lea -0x150(%rbp),%r15 -ffffffff800064f1: 4c 89 ff mov %r15,%rdi -ffffffff800064f4: ff 15 e6 4d 02 00 call *0x24de6(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff800064fa: 48 c7 05 e3 4d 02 00 movq $0x1,0x24de3(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80006501: 01 00 00 00 -ffffffff80006505: 48 8d 3d e4 4d 02 00 lea 0x24de4(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000650c: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80006511: 4c 89 fe mov %r15,%rsi -ffffffff80006514: e8 67 c1 01 00 call ffffffff80022680 -ffffffff80006519: c6 05 78 4e 02 00 01 movb $0x1,0x24e78(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80006520: 48 8d 3d c9 4d 02 00 lea 0x24dc9(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80006527: ba 01 00 00 00 mov $0x1,%edx -ffffffff8000652c: 4c 89 f6 mov %r14,%rsi -ffffffff8000652f: 48 89 d9 mov %rbx,%rcx -ffffffff80006532: e8 19 dd 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80006537: 4c 8b 75 b0 mov -0x50(%rbp),%r14 -ffffffff8000653b: 4c 8b 7d b8 mov -0x48(%rbp),%r15 -ffffffff8000653f: 48 8b 55 c0 mov -0x40(%rbp),%rdx -ffffffff80006543: 48 8d 3d 16 32 02 00 lea 0x23216(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff8000654a: 4c 89 f6 mov %r14,%rsi -ffffffff8000654d: e8 4e a1 ff ff call ffffffff800006a0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E> -ffffffff80006552: 4d 85 ff test %r15,%r15 -ffffffff80006555: 74 67 je ffffffff800065be <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x195e> -ffffffff80006557: 0f b6 05 3a 4e 02 00 movzbl 0x24e3a(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000655e: 84 c0 test %al,%al -ffffffff80006560: 74 0f je ffffffff80006571 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x1911> -ffffffff80006562: 48 83 3d 7e 4d 02 00 cmpq $0x0,0x24d7e(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80006569: 00 -ffffffff8000656a: 75 3b jne ffffffff800065a7 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x1947> -ffffffff8000656c: e9 28 0c 00 00 jmp ffffffff80007199 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2539> -ffffffff80006571: 48 8d 9d b0 fe ff ff lea -0x150(%rbp),%rbx -ffffffff80006578: 48 89 df mov %rbx,%rdi -ffffffff8000657b: ff 15 5f 4d 02 00 call *0x24d5f(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80006581: 48 c7 05 5c 4d 02 00 movq $0x1,0x24d5c(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80006588: 01 00 00 00 -ffffffff8000658c: 48 8d 3d 5d 4d 02 00 lea 0x24d5d(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80006593: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80006598: 48 89 de mov %rbx,%rsi -ffffffff8000659b: e8 e0 c0 01 00 call ffffffff80022680 -ffffffff800065a0: c6 05 f1 4d 02 00 01 movb $0x1,0x24df1(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff800065a7: 48 8d 3d 42 4d 02 00 lea 0x24d42(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff800065ae: ba 01 00 00 00 mov $0x1,%edx -ffffffff800065b3: 4c 89 f6 mov %r14,%rsi -ffffffff800065b6: 4c 89 f9 mov %r15,%rcx -ffffffff800065b9: e8 92 dc 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff800065be: 0f b6 05 eb 31 02 00 movzbl 0x231eb(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff800065c5: 84 c0 test %al,%al -ffffffff800065c7: 74 0f je ffffffff800065d8 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x1978> -ffffffff800065c9: 48 83 3d 87 31 02 00 cmpq $0x0,0x23187(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff800065d0: 00 -ffffffff800065d1: 75 39 jne ffffffff8000660c <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x19ac> -ffffffff800065d3: e9 c1 0b 00 00 jmp ffffffff80007199 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2539> -ffffffff800065d8: 48 8d 9d b0 fe ff ff lea -0x150(%rbp),%rbx -ffffffff800065df: 48 89 df mov %rbx,%rdi -ffffffff800065e2: ff 15 68 31 02 00 call *0x23168(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff800065e8: 48 c7 05 65 31 02 00 movq $0x1,0x23165(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff800065ef: 01 00 00 00 -ffffffff800065f3: 48 8d 3d 66 31 02 00 lea 0x23166(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff800065fa: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff800065ff: 48 89 de mov %rbx,%rsi -ffffffff80006602: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff80006605: c6 05 a4 31 02 00 01 movb $0x1,0x231a4(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff8000660c: 0f b7 85 d0 fd ff ff movzwl -0x230(%rbp),%eax -ffffffff80006613: 89 c1 mov %eax,%ecx -ffffffff80006615: 80 e1 01 and $0x1,%cl -ffffffff80006618: 88 4d c8 mov %cl,-0x38(%rbp) -ffffffff8000661b: 89 c1 mov %eax,%ecx -ffffffff8000661d: d0 e9 shr %cl -ffffffff8000661f: 80 e1 01 and $0x1,%cl -ffffffff80006622: 88 4d c9 mov %cl,-0x37(%rbp) -ffffffff80006625: 89 c1 mov %eax,%ecx -ffffffff80006627: c0 e9 02 shr $0x2,%cl -ffffffff8000662a: 80 e1 01 and $0x1,%cl -ffffffff8000662d: 88 4d ca mov %cl,-0x36(%rbp) -ffffffff80006630: 89 c1 mov %eax,%ecx -ffffffff80006632: c0 e9 03 shr $0x3,%cl -ffffffff80006635: 80 e1 01 and $0x1,%cl -ffffffff80006638: 88 4d cb mov %cl,-0x35(%rbp) -ffffffff8000663b: 89 c1 mov %eax,%ecx -ffffffff8000663d: c0 e9 04 shr $0x4,%cl -ffffffff80006640: 80 e1 01 and $0x1,%cl -ffffffff80006643: 88 4d cc mov %cl,-0x34(%rbp) -ffffffff80006646: 89 c1 mov %eax,%ecx -ffffffff80006648: c0 e9 05 shr $0x5,%cl -ffffffff8000664b: 80 e1 01 and $0x1,%cl -ffffffff8000664e: 88 4d cd mov %cl,-0x33(%rbp) -ffffffff80006651: 89 c1 mov %eax,%ecx -ffffffff80006653: c0 e9 06 shr $0x6,%cl -ffffffff80006656: 80 e1 01 and $0x1,%cl -ffffffff80006659: 88 4d ce mov %cl,-0x32(%rbp) -ffffffff8000665c: 89 c1 mov %eax,%ecx -ffffffff8000665e: c0 e9 07 shr $0x7,%cl -ffffffff80006661: 88 4d cf mov %cl,-0x31(%rbp) -ffffffff80006664: 89 c1 mov %eax,%ecx -ffffffff80006666: c1 e9 08 shr $0x8,%ecx -ffffffff80006669: 80 e1 01 and $0x1,%cl -ffffffff8000666c: 88 4d d0 mov %cl,-0x30(%rbp) -ffffffff8000666f: 89 c1 mov %eax,%ecx -ffffffff80006671: c1 e9 09 shr $0x9,%ecx -ffffffff80006674: 80 e1 01 and $0x1,%cl -ffffffff80006677: 88 4d d1 mov %cl,-0x2f(%rbp) -ffffffff8000667a: 89 c1 mov %eax,%ecx -ffffffff8000667c: c1 e9 0a shr $0xa,%ecx -ffffffff8000667f: 80 e1 01 and $0x1,%cl -ffffffff80006682: 88 4d d2 mov %cl,-0x2e(%rbp) -ffffffff80006685: c1 e8 0b shr $0xb,%eax -ffffffff80006688: 24 01 and $0x1,%al -ffffffff8000668a: 88 45 d3 mov %al,-0x2d(%rbp) -ffffffff8000668d: 48 8d 5d c8 lea -0x38(%rbp),%rbx -ffffffff80006691: 48 89 5d b0 mov %rbx,-0x50(%rbp) -ffffffff80006695: 48 8d 05 94 14 00 00 lea 0x1494(%rip),%rax # ffffffff80007b30 <_ZN90_$LT$CappuccinOS..drivers..fs..initramfs..SquashfsFeatures$u20$as$u20$core..fmt..Debug$GT$3fmt17he5bdf5e449cd661cE> -ffffffff8000669c: 48 89 45 b8 mov %rax,-0x48(%rbp) -ffffffff800066a0: 48 8d 05 79 32 02 00 lea 0x23279(%rip),%rax # ffffffff80029920 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xa8> -ffffffff800066a7: 48 89 85 b0 fe ff ff mov %rax,-0x150(%rbp) -ffffffff800066ae: 48 c7 85 b8 fe ff ff movq $0x1,-0x148(%rbp) -ffffffff800066b5: 01 00 00 00 -ffffffff800066b9: 48 c7 85 d0 fe ff ff movq $0x0,-0x130(%rbp) -ffffffff800066c0: 00 00 00 00 -ffffffff800066c4: 4c 8d 75 b0 lea -0x50(%rbp),%r14 -ffffffff800066c8: 4c 89 b5 c0 fe ff ff mov %r14,-0x140(%rbp) -ffffffff800066cf: 48 c7 85 c8 fe ff ff movq $0x1,-0x138(%rbp) -ffffffff800066d6: 01 00 00 00 -ffffffff800066da: 48 8d 7d 80 lea -0x80(%rbp),%rdi -ffffffff800066de: 48 8d b5 b0 fe ff ff lea -0x150(%rbp),%rsi -ffffffff800066e5: e8 a6 68 01 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff800066ea: 48 8b 45 80 mov -0x80(%rbp),%rax -ffffffff800066ee: 48 8b 4d 88 mov -0x78(%rbp),%rcx -ffffffff800066f2: 48 89 45 b0 mov %rax,-0x50(%rbp) -ffffffff800066f6: 48 89 4d b8 mov %rcx,-0x48(%rbp) -ffffffff800066fa: 48 8b 45 90 mov -0x70(%rbp),%rax -ffffffff800066fe: 48 89 45 c0 mov %rax,-0x40(%rbp) -ffffffff80006702: 4c 89 b5 68 ff ff ff mov %r14,-0x98(%rbp) -ffffffff80006709: 48 8d 85 68 ff ff ff lea -0x98(%rbp),%rax -ffffffff80006710: 48 89 45 c8 mov %rax,-0x38(%rbp) -ffffffff80006714: 48 8d 05 35 00 01 00 lea 0x10035(%rip),%rax # ffffffff80016750 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h42ee6215a9c421d0E> -ffffffff8000671b: 48 89 45 d0 mov %rax,-0x30(%rbp) -ffffffff8000671f: 48 8d 05 9a 31 02 00 lea 0x2319a(%rip),%rax # ffffffff800298c0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x48> -ffffffff80006726: 48 89 85 b0 fe ff ff mov %rax,-0x150(%rbp) -ffffffff8000672d: 48 c7 85 b8 fe ff ff movq $0x2,-0x148(%rbp) -ffffffff80006734: 02 00 00 00 -ffffffff80006738: 48 c7 85 d0 fe ff ff movq $0x0,-0x130(%rbp) -ffffffff8000673f: 00 00 00 00 -ffffffff80006743: 48 89 9d c0 fe ff ff mov %rbx,-0x140(%rbp) -ffffffff8000674a: 48 c7 85 c8 fe ff ff movq $0x1,-0x138(%rbp) -ffffffff80006751: 01 00 00 00 -ffffffff80006755: 48 8d 7d 80 lea -0x80(%rbp),%rdi -ffffffff80006759: 48 8d b5 b0 fe ff ff lea -0x150(%rbp),%rsi -ffffffff80006760: e8 2b 68 01 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff80006765: 48 8b 5d b8 mov -0x48(%rbp),%rbx -ffffffff80006769: 48 85 db test %rbx,%rbx -ffffffff8000676c: 74 6b je ffffffff800067d9 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x1b79> -ffffffff8000676e: 4c 8b 75 b0 mov -0x50(%rbp),%r14 -ffffffff80006772: 0f b6 05 1f 4c 02 00 movzbl 0x24c1f(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80006779: 84 c0 test %al,%al -ffffffff8000677b: 74 0f je ffffffff8000678c <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x1b2c> -ffffffff8000677d: 48 83 3d 63 4b 02 00 cmpq $0x0,0x24b63(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80006784: 00 -ffffffff80006785: 75 3b jne ffffffff800067c2 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x1b62> -ffffffff80006787: e9 0d 0a 00 00 jmp ffffffff80007199 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2539> -ffffffff8000678c: 4c 8d bd b0 fe ff ff lea -0x150(%rbp),%r15 -ffffffff80006793: 4c 89 ff mov %r15,%rdi -ffffffff80006796: ff 15 44 4b 02 00 call *0x24b44(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000679c: 48 c7 05 41 4b 02 00 movq $0x1,0x24b41(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff800067a3: 01 00 00 00 -ffffffff800067a7: 48 8d 3d 42 4b 02 00 lea 0x24b42(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff800067ae: ba a8 00 00 00 mov $0xa8,%edx -ffffffff800067b3: 4c 89 fe mov %r15,%rsi -ffffffff800067b6: e8 c5 be 01 00 call ffffffff80022680 -ffffffff800067bb: c6 05 d6 4b 02 00 01 movb $0x1,0x24bd6(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff800067c2: 48 8d 3d 27 4b 02 00 lea 0x24b27(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff800067c9: ba 01 00 00 00 mov $0x1,%edx -ffffffff800067ce: 4c 89 f6 mov %r14,%rsi -ffffffff800067d1: 48 89 d9 mov %rbx,%rcx -ffffffff800067d4: e8 77 da 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff800067d9: 4c 8b 75 80 mov -0x80(%rbp),%r14 -ffffffff800067dd: 4c 8b 7d 88 mov -0x78(%rbp),%r15 -ffffffff800067e1: 48 8b 55 90 mov -0x70(%rbp),%rdx -ffffffff800067e5: 48 8d 3d 74 2f 02 00 lea 0x22f74(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff800067ec: 4c 89 f6 mov %r14,%rsi -ffffffff800067ef: e8 ac 9e ff ff call ffffffff800006a0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E> -ffffffff800067f4: 4d 85 ff test %r15,%r15 -ffffffff800067f7: 74 67 je ffffffff80006860 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x1c00> -ffffffff800067f9: 0f b6 05 98 4b 02 00 movzbl 0x24b98(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80006800: 84 c0 test %al,%al -ffffffff80006802: 74 0f je ffffffff80006813 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x1bb3> -ffffffff80006804: 48 83 3d dc 4a 02 00 cmpq $0x0,0x24adc(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000680b: 00 -ffffffff8000680c: 75 3b jne ffffffff80006849 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x1be9> -ffffffff8000680e: e9 86 09 00 00 jmp ffffffff80007199 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2539> -ffffffff80006813: 48 8d 9d b0 fe ff ff lea -0x150(%rbp),%rbx -ffffffff8000681a: 48 89 df mov %rbx,%rdi -ffffffff8000681d: ff 15 bd 4a 02 00 call *0x24abd(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80006823: 48 c7 05 ba 4a 02 00 movq $0x1,0x24aba(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000682a: 01 00 00 00 -ffffffff8000682e: 48 8d 3d bb 4a 02 00 lea 0x24abb(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80006835: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000683a: 48 89 de mov %rbx,%rsi -ffffffff8000683d: e8 3e be 01 00 call ffffffff80022680 -ffffffff80006842: c6 05 4f 4b 02 00 01 movb $0x1,0x24b4f(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80006849: 48 8d 3d a0 4a 02 00 lea 0x24aa0(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80006850: ba 01 00 00 00 mov $0x1,%edx -ffffffff80006855: 4c 89 f6 mov %r14,%rsi -ffffffff80006858: 4c 89 f9 mov %r15,%rcx -ffffffff8000685b: e8 f0 d9 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80006860: 4c 8b a5 38 fe ff ff mov -0x1c8(%rbp),%r12 -ffffffff80006867: 49 83 fc 01 cmp $0x1,%r12 -ffffffff8000686b: 0f 86 07 0d 00 00 jbe ffffffff80007578 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2918> -ffffffff80006871: 4c 8b ad 30 fe ff ff mov -0x1d0(%rbp),%r13 -ffffffff80006878: 45 0f b7 75 00 movzwl 0x0(%r13),%r14d -ffffffff8000687d: 45 89 f7 mov %r14d,%r15d -ffffffff80006880: 41 81 e7 ff 7f 00 00 and $0x7fff,%r15d -ffffffff80006887: 41 81 ff ff 1f 00 00 cmp $0x1fff,%r15d -ffffffff8000688e: 0f 87 fa 0c 00 00 ja ffffffff8000758e <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x292e> -ffffffff80006894: 48 8d 05 7b 63 02 00 lea 0x2637b(%rip),%rax # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff8000689b: 0f b6 00 movzbl (%rax),%eax -ffffffff8000689e: 0f b6 05 f3 4a 02 00 movzbl 0x24af3(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff800068a5: 84 c0 test %al,%al -ffffffff800068a7: 74 0f je ffffffff800068b8 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x1c58> -ffffffff800068a9: 48 83 3d 37 4a 02 00 cmpq $0x0,0x24a37(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff800068b0: 00 -ffffffff800068b1: 75 3b jne ffffffff800068ee <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x1c8e> -ffffffff800068b3: e9 e1 08 00 00 jmp ffffffff80007199 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2539> -ffffffff800068b8: 48 8d 9d b0 fe ff ff lea -0x150(%rbp),%rbx -ffffffff800068bf: 48 89 df mov %rbx,%rdi -ffffffff800068c2: ff 15 18 4a 02 00 call *0x24a18(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff800068c8: 48 c7 05 15 4a 02 00 movq $0x1,0x24a15(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff800068cf: 01 00 00 00 -ffffffff800068d3: 48 8d 3d 16 4a 02 00 lea 0x24a16(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff800068da: ba a8 00 00 00 mov $0xa8,%edx -ffffffff800068df: 48 89 de mov %rbx,%rsi -ffffffff800068e2: e8 99 bd 01 00 call ffffffff80022680 -ffffffff800068e7: c6 05 aa 4a 02 00 01 movb $0x1,0x24aaa(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff800068ee: 48 8d 3d fb 49 02 00 lea 0x249fb(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff800068f5: be 01 00 00 00 mov $0x1,%esi -ffffffff800068fa: ba 00 20 00 00 mov $0x2000,%edx -ffffffff800068ff: e8 4c d7 00 00 call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff80006904: 48 85 c0 test %rax,%rax -ffffffff80006907: 0f 84 d3 0c 00 00 je ffffffff800075e0 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2980> -ffffffff8000690d: 45 84 f6 test %r14b,%r14b -ffffffff80006910: 0f 88 db 0c 00 00 js ffffffff800075f1 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2991> -ffffffff80006916: 48 89 c3 mov %rax,%rbx -ffffffff80006919: 49 8d 75 02 lea 0x2(%r13),%rsi -ffffffff8000691d: 48 89 c7 mov %rax,%rdi -ffffffff80006920: 4c 89 fa mov %r15,%rdx -ffffffff80006923: e8 58 bd 01 00 call ffffffff80022680 -ffffffff80006928: 44 0f b7 b5 d8 fd ff movzwl -0x228(%rbp),%r14d -ffffffff8000692f: ff -ffffffff80006930: 49 8d 46 12 lea 0x12(%r14),%rax -ffffffff80006934: 49 8d 7e 02 lea 0x2(%r14),%rdi -ffffffff80006938: 4c 39 e0 cmp %r12,%rax -ffffffff8000693b: 48 89 9d 60 ff ff ff mov %rbx,-0xa0(%rbp) -ffffffff80006942: 0f 87 c7 02 00 00 ja ffffffff80006c0f <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x1faf> -ffffffff80006948: 48 89 bd 78 ff ff ff mov %rdi,-0x88(%rbp) -ffffffff8000694f: 49 01 fd add %rdi,%r13 -ffffffff80006952: 4c 89 ad 68 ff ff ff mov %r13,-0x98(%rbp) -ffffffff80006959: 48 c7 85 70 ff ff ff movq $0x10,-0x90(%rbp) -ffffffff80006960: 10 00 00 00 -ffffffff80006964: 0f b6 05 45 2e 02 00 movzbl 0x22e45(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff8000696b: 84 c0 test %al,%al -ffffffff8000696d: 74 0f je ffffffff8000697e <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x1d1e> -ffffffff8000696f: 48 83 3d e1 2d 02 00 cmpq $0x0,0x22de1(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80006976: 00 -ffffffff80006977: 75 39 jne ffffffff800069b2 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x1d52> -ffffffff80006979: e9 1b 08 00 00 jmp ffffffff80007199 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2539> -ffffffff8000697e: 48 8d 9d b0 fe ff ff lea -0x150(%rbp),%rbx -ffffffff80006985: 48 89 df mov %rbx,%rdi -ffffffff80006988: ff 15 c2 2d 02 00 call *0x22dc2(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff8000698e: 48 c7 05 bf 2d 02 00 movq $0x1,0x22dbf(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80006995: 01 00 00 00 -ffffffff80006999: 48 8d 3d c0 2d 02 00 lea 0x22dc0(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff800069a0: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff800069a5: 48 89 de mov %rbx,%rsi -ffffffff800069a8: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff800069ab: c6 05 fe 2d 02 00 01 movb $0x1,0x22dfe(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff800069b2: 48 8d 85 68 ff ff ff lea -0x98(%rbp),%rax -ffffffff800069b9: 48 89 45 c8 mov %rax,-0x38(%rbp) -ffffffff800069bd: 48 8d 05 ac 13 01 00 lea 0x113ac(%rip),%rax # ffffffff80017d70 <_ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17h171a292a8cf92522E> -ffffffff800069c4: 48 89 45 d0 mov %rax,-0x30(%rbp) -ffffffff800069c8: 48 c7 85 b0 fe ff ff movq $0x2,-0x150(%rbp) -ffffffff800069cf: 02 00 00 00 -ffffffff800069d3: 48 c7 85 c0 fe ff ff movq $0x2,-0x140(%rbp) -ffffffff800069da: 02 00 00 00 -ffffffff800069de: 48 c7 85 d0 fe ff ff movq $0x0,-0x130(%rbp) -ffffffff800069e5: 00 00 00 00 -ffffffff800069e9: 48 b8 20 00 00 00 20 movabs $0x2000000020,%rax -ffffffff800069f0: 00 00 00 -ffffffff800069f3: 48 89 85 d8 fe ff ff mov %rax,-0x128(%rbp) -ffffffff800069fa: c6 85 e0 fe ff ff 03 movb $0x3,-0x120(%rbp) -ffffffff80006a01: 48 8d 05 18 2f 02 00 lea 0x22f18(%rip),%rax # ffffffff80029920 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xa8> -ffffffff80006a08: 48 89 45 80 mov %rax,-0x80(%rbp) -ffffffff80006a0c: 48 c7 45 88 01 00 00 movq $0x1,-0x78(%rbp) -ffffffff80006a13: 00 -ffffffff80006a14: 48 8d 85 b0 fe ff ff lea -0x150(%rbp),%rax -ffffffff80006a1b: 48 89 45 a0 mov %rax,-0x60(%rbp) -ffffffff80006a1f: 48 c7 45 a8 01 00 00 movq $0x1,-0x58(%rbp) -ffffffff80006a26: 00 -ffffffff80006a27: 48 8d 5d c8 lea -0x38(%rbp),%rbx -ffffffff80006a2b: 48 89 5d 90 mov %rbx,-0x70(%rbp) -ffffffff80006a2f: 48 c7 45 98 01 00 00 movq $0x1,-0x68(%rbp) -ffffffff80006a36: 00 -ffffffff80006a37: 48 8d 75 80 lea -0x80(%rbp),%rsi -ffffffff80006a3b: 4c 8d 65 b0 lea -0x50(%rbp),%r12 -ffffffff80006a3f: 4c 89 e7 mov %r12,%rdi -ffffffff80006a42: e8 49 65 01 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff80006a47: 4c 89 a5 a8 fd ff ff mov %r12,-0x258(%rbp) -ffffffff80006a4e: 48 8d 85 a8 fd ff ff lea -0x258(%rbp),%rax -ffffffff80006a55: 48 89 45 c8 mov %rax,-0x38(%rbp) -ffffffff80006a59: 48 8d 05 f0 fc 00 00 lea 0xfcf0(%rip),%rax # ffffffff80016750 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h42ee6215a9c421d0E> -ffffffff80006a60: 48 89 45 d0 mov %rax,-0x30(%rbp) -ffffffff80006a64: 48 8d 05 55 2e 02 00 lea 0x22e55(%rip),%rax # ffffffff800298c0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x48> -ffffffff80006a6b: 48 89 85 b0 fe ff ff mov %rax,-0x150(%rbp) -ffffffff80006a72: 48 c7 85 b8 fe ff ff movq $0x2,-0x148(%rbp) -ffffffff80006a79: 02 00 00 00 -ffffffff80006a7d: 48 c7 85 d0 fe ff ff movq $0x0,-0x130(%rbp) -ffffffff80006a84: 00 00 00 00 -ffffffff80006a88: 48 89 9d c0 fe ff ff mov %rbx,-0x140(%rbp) -ffffffff80006a8f: 48 c7 85 c8 fe ff ff movq $0x1,-0x138(%rbp) -ffffffff80006a96: 01 00 00 00 -ffffffff80006a9a: 4c 8d 6d 80 lea -0x80(%rbp),%r13 -ffffffff80006a9e: 48 8d b5 b0 fe ff ff lea -0x150(%rbp),%rsi -ffffffff80006aa5: 4c 89 ef mov %r13,%rdi -ffffffff80006aa8: e8 e3 64 01 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff80006aad: 48 8b 5d b8 mov -0x48(%rbp),%rbx -ffffffff80006ab1: 48 85 db test %rbx,%rbx -ffffffff80006ab4: 0f 84 80 00 00 00 je ffffffff80006b3a <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x1eda> -ffffffff80006aba: 4c 8b 65 b0 mov -0x50(%rbp),%r12 -ffffffff80006abe: 0f b6 05 d3 48 02 00 movzbl 0x248d3(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80006ac5: 84 c0 test %al,%al -ffffffff80006ac7: 74 20 je ffffffff80006ae9 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x1e89> -ffffffff80006ac9: 48 83 3d 17 48 02 00 cmpq $0x0,0x24817(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80006ad0: 00 -ffffffff80006ad1: 75 50 jne ffffffff80006b23 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x1ec3> -ffffffff80006ad3: e9 c1 06 00 00 jmp ffffffff80007199 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2539> -ffffffff80006ad8: 48 8d 15 d9 2c 02 00 lea 0x22cd9(%rip),%rdx # ffffffff800297b8 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x68> -ffffffff80006adf: 48 89 c6 mov %rax,%rsi -ffffffff80006ae2: e8 09 ad 01 00 call ffffffff800217f0 <_ZN4core9panicking18panic_bounds_check17h0aa7386a620f3834E> -ffffffff80006ae7: 0f 0b ud2 -ffffffff80006ae9: 4c 8d ad b0 fe ff ff lea -0x150(%rbp),%r13 -ffffffff80006af0: 4c 89 ef mov %r13,%rdi -ffffffff80006af3: ff 15 e7 47 02 00 call *0x247e7(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80006af9: 48 c7 05 e4 47 02 00 movq $0x1,0x247e4(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80006b00: 01 00 00 00 -ffffffff80006b04: 48 8d 3d e5 47 02 00 lea 0x247e5(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80006b0b: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80006b10: 4c 89 ee mov %r13,%rsi -ffffffff80006b13: 4c 8d 6d 80 lea -0x80(%rbp),%r13 -ffffffff80006b17: e8 64 bb 01 00 call ffffffff80022680 -ffffffff80006b1c: c6 05 75 48 02 00 01 movb $0x1,0x24875(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80006b23: 48 8d 3d c6 47 02 00 lea 0x247c6(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80006b2a: ba 01 00 00 00 mov $0x1,%edx -ffffffff80006b2f: 4c 89 e6 mov %r12,%rsi -ffffffff80006b32: 48 89 d9 mov %rbx,%rcx -ffffffff80006b35: e8 16 d7 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80006b3a: 4c 8b 65 80 mov -0x80(%rbp),%r12 -ffffffff80006b3e: 48 8b 5d 88 mov -0x78(%rbp),%rbx -ffffffff80006b42: 48 8b 55 90 mov -0x70(%rbp),%rdx -ffffffff80006b46: 48 8d 3d 13 2c 02 00 lea 0x22c13(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80006b4d: 4c 89 e6 mov %r12,%rsi -ffffffff80006b50: e8 4b 9b ff ff call ffffffff800006a0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E> -ffffffff80006b55: 48 85 db test %rbx,%rbx -ffffffff80006b58: 74 68 je ffffffff80006bc2 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x1f62> -ffffffff80006b5a: 0f b6 05 37 48 02 00 movzbl 0x24837(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80006b61: 84 c0 test %al,%al -ffffffff80006b63: 74 0f je ffffffff80006b74 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x1f14> -ffffffff80006b65: 48 83 3d 7b 47 02 00 cmpq $0x0,0x2477b(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80006b6c: 00 -ffffffff80006b6d: 75 3c jne ffffffff80006bab <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x1f4b> -ffffffff80006b6f: e9 25 06 00 00 jmp ffffffff80007199 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2539> -ffffffff80006b74: 48 8d bd b0 fe ff ff lea -0x150(%rbp),%rdi -ffffffff80006b7b: ff 15 5f 47 02 00 call *0x2475f(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80006b81: 48 c7 05 5c 47 02 00 movq $0x1,0x2475c(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80006b88: 01 00 00 00 -ffffffff80006b8c: 48 8d 3d 5d 47 02 00 lea 0x2475d(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80006b93: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80006b98: 48 8d b5 b0 fe ff ff lea -0x150(%rbp),%rsi -ffffffff80006b9f: e8 dc ba 01 00 call ffffffff80022680 -ffffffff80006ba4: c6 05 ed 47 02 00 01 movb $0x1,0x247ed(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80006bab: 48 8d 3d 3e 47 02 00 lea 0x2473e(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80006bb2: ba 01 00 00 00 mov $0x1,%edx -ffffffff80006bb7: 4c 89 e6 mov %r12,%rsi -ffffffff80006bba: 48 89 d9 mov %rbx,%rcx -ffffffff80006bbd: e8 8e d6 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80006bc2: 48 8b b5 70 ff ff ff mov -0x90(%rbp),%rsi -ffffffff80006bc9: 48 83 fe 01 cmp $0x1,%rsi -ffffffff80006bcd: 0f 86 ea 0b 00 00 jbe ffffffff800077bd <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2b5d> -ffffffff80006bd3: 48 8b 85 68 ff ff ff mov -0x98(%rbp),%rax -ffffffff80006bda: 0f b7 00 movzwl (%rax),%eax -ffffffff80006bdd: 66 89 45 b0 mov %ax,-0x50(%rbp) -ffffffff80006be1: ff c8 dec %eax -ffffffff80006be3: 66 83 f8 0d cmp $0xd,%ax -ffffffff80006be7: 48 8b 9d 60 ff ff ff mov -0xa0(%rbp),%rbx -ffffffff80006bee: 0f 83 dc 0b 00 00 jae ffffffff800077d0 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2b70> -ffffffff80006bf4: 48 83 fe 0b cmp $0xb,%rsi -ffffffff80006bf8: 0f 86 30 0c 00 00 jbe ffffffff8000782e <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2bce> -ffffffff80006bfe: 48 83 fe 0f cmp $0xf,%rsi -ffffffff80006c02: 0f 86 39 0c 00 00 jbe ffffffff80007841 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2be1> -ffffffff80006c08: 48 8b bd 78 ff ff ff mov -0x88(%rbp),%rdi -ffffffff80006c0f: 4c 39 ff cmp %r15,%rdi -ffffffff80006c12: 0f 87 28 0a 00 00 ja ffffffff80007640 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x29e0> -ffffffff80006c18: 42 0f b7 14 33 movzwl (%rbx,%r14,1),%edx -ffffffff80006c1d: 66 89 55 b0 mov %dx,-0x50(%rbp) -ffffffff80006c21: 89 d0 mov %edx,%eax -ffffffff80006c23: ff c8 dec %eax -ffffffff80006c25: 66 83 f8 0d cmp $0xd,%ax -ffffffff80006c29: 0f 83 22 0a 00 00 jae ffffffff80007651 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x29f1> -ffffffff80006c2f: 49 8d 7e 04 lea 0x4(%r14),%rdi -ffffffff80006c33: 4c 39 ff cmp %r15,%rdi -ffffffff80006c36: 0f 87 5c 0a 00 00 ja ffffffff80007698 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2a38> -ffffffff80006c3c: 49 8d 7e 06 lea 0x6(%r14),%rdi -ffffffff80006c40: 4c 39 ff cmp %r15,%rdi -ffffffff80006c43: 0f 87 60 0a 00 00 ja ffffffff800076a9 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2a49> -ffffffff80006c49: 49 8d 7e 08 lea 0x8(%r14),%rdi -ffffffff80006c4d: 4c 39 ff cmp %r15,%rdi -ffffffff80006c50: 0f 87 64 0a 00 00 ja ffffffff800076ba <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2a5a> -ffffffff80006c56: 49 8d 46 0c lea 0xc(%r14),%rax -ffffffff80006c5a: 4c 39 f8 cmp %r15,%rax -ffffffff80006c5d: 0f 87 68 0a 00 00 ja ffffffff800076cb <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2a6b> -ffffffff80006c63: 49 8d 4e 10 lea 0x10(%r14),%rcx -ffffffff80006c67: 4c 39 f9 cmp %r15,%rcx -ffffffff80006c6a: 0f 87 6f 0a 00 00 ja ffffffff800076df <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2a7f> -ffffffff80006c70: 42 0f b7 4c 33 02 movzwl 0x2(%rbx,%r14,1),%ecx -ffffffff80006c76: 42 0f b7 74 33 04 movzwl 0x4(%rbx,%r14,1),%esi -ffffffff80006c7c: 46 0f b7 44 33 06 movzwl 0x6(%rbx,%r14,1),%r8d -ffffffff80006c82: 8b 3c 3b mov (%rbx,%rdi,1),%edi -ffffffff80006c85: 8b 04 03 mov (%rbx,%rax,1),%eax -ffffffff80006c88: 66 89 95 b6 fd ff ff mov %dx,-0x24a(%rbp) -ffffffff80006c8f: 66 89 8d b0 fd ff ff mov %cx,-0x250(%rbp) -ffffffff80006c96: 66 89 b5 b2 fd ff ff mov %si,-0x24e(%rbp) -ffffffff80006c9d: 66 44 89 85 b4 fd ff mov %r8w,-0x24c(%rbp) -ffffffff80006ca4: ff -ffffffff80006ca5: 89 bd a8 fd ff ff mov %edi,-0x258(%rbp) -ffffffff80006cab: 89 85 ac fd ff ff mov %eax,-0x254(%rbp) -ffffffff80006cb1: 0f b6 05 f8 2a 02 00 movzbl 0x22af8(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80006cb8: 84 c0 test %al,%al -ffffffff80006cba: 74 0f je ffffffff80006ccb <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x206b> -ffffffff80006cbc: 48 83 3d 94 2a 02 00 cmpq $0x0,0x22a94(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80006cc3: 00 -ffffffff80006cc4: 75 39 jne ffffffff80006cff <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x209f> -ffffffff80006cc6: e9 ce 04 00 00 jmp ffffffff80007199 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2539> -ffffffff80006ccb: 48 8d 9d b0 fe ff ff lea -0x150(%rbp),%rbx -ffffffff80006cd2: 48 89 df mov %rbx,%rdi -ffffffff80006cd5: ff 15 75 2a 02 00 call *0x22a75(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff80006cdb: 48 c7 05 72 2a 02 00 movq $0x1,0x22a72(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80006ce2: 01 00 00 00 -ffffffff80006ce6: 48 8d 3d 73 2a 02 00 lea 0x22a73(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80006ced: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff80006cf2: 48 89 de mov %rbx,%rsi -ffffffff80006cf5: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff80006cf8: c6 05 b1 2a 02 00 01 movb $0x1,0x22ab1(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80006cff: 48 8d 85 a8 fd ff ff lea -0x258(%rbp),%rax -ffffffff80006d06: 48 89 45 c8 mov %rax,-0x38(%rbp) -ffffffff80006d0a: 48 8d 05 4f 0c 00 00 lea 0xc4f(%rip),%rax # ffffffff80007960 <_ZN85_$LT$CappuccinOS..drivers..fs..initramfs..InodeHeader$u20$as$u20$core..fmt..Debug$GT$3fmt17hf4211d14f6e1b65fE> -ffffffff80006d11: 48 89 45 d0 mov %rax,-0x30(%rbp) -ffffffff80006d15: 48 c7 85 b0 fe ff ff movq $0x2,-0x150(%rbp) -ffffffff80006d1c: 02 00 00 00 -ffffffff80006d20: 48 c7 85 c0 fe ff ff movq $0x2,-0x140(%rbp) -ffffffff80006d27: 02 00 00 00 -ffffffff80006d2b: 48 c7 85 d0 fe ff ff movq $0x0,-0x130(%rbp) -ffffffff80006d32: 00 00 00 00 -ffffffff80006d36: 48 b8 20 00 00 00 20 movabs $0x2000000020,%rax -ffffffff80006d3d: 00 00 00 -ffffffff80006d40: 48 89 85 d8 fe ff ff mov %rax,-0x128(%rbp) -ffffffff80006d47: c6 85 e0 fe ff ff 03 movb $0x3,-0x120(%rbp) -ffffffff80006d4e: 48 8d 05 cb 2b 02 00 lea 0x22bcb(%rip),%rax # ffffffff80029920 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xa8> -ffffffff80006d55: 48 89 45 80 mov %rax,-0x80(%rbp) -ffffffff80006d59: 48 c7 45 88 01 00 00 movq $0x1,-0x78(%rbp) -ffffffff80006d60: 00 -ffffffff80006d61: 48 8d 85 b0 fe ff ff lea -0x150(%rbp),%rax -ffffffff80006d68: 48 89 45 a0 mov %rax,-0x60(%rbp) -ffffffff80006d6c: 48 c7 45 a8 01 00 00 movq $0x1,-0x58(%rbp) -ffffffff80006d73: 00 -ffffffff80006d74: 48 8d 5d c8 lea -0x38(%rbp),%rbx -ffffffff80006d78: 48 89 5d 90 mov %rbx,-0x70(%rbp) -ffffffff80006d7c: 48 c7 45 98 01 00 00 movq $0x1,-0x68(%rbp) -ffffffff80006d83: 00 -ffffffff80006d84: 48 8d 75 80 lea -0x80(%rbp),%rsi -ffffffff80006d88: 4c 8d 65 b0 lea -0x50(%rbp),%r12 -ffffffff80006d8c: 4c 89 e7 mov %r12,%rdi -ffffffff80006d8f: e8 fc 61 01 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff80006d94: 4c 89 a5 68 ff ff ff mov %r12,-0x98(%rbp) -ffffffff80006d9b: 48 8d 85 68 ff ff ff lea -0x98(%rbp),%rax -ffffffff80006da2: 48 89 45 c8 mov %rax,-0x38(%rbp) -ffffffff80006da6: 48 8d 05 a3 f9 00 00 lea 0xf9a3(%rip),%rax # ffffffff80016750 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h42ee6215a9c421d0E> -ffffffff80006dad: 48 89 45 d0 mov %rax,-0x30(%rbp) -ffffffff80006db1: 48 8d 05 08 2b 02 00 lea 0x22b08(%rip),%rax # ffffffff800298c0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x48> -ffffffff80006db8: 48 89 85 b0 fe ff ff mov %rax,-0x150(%rbp) -ffffffff80006dbf: 48 c7 85 b8 fe ff ff movq $0x2,-0x148(%rbp) -ffffffff80006dc6: 02 00 00 00 -ffffffff80006dca: 48 c7 85 d0 fe ff ff movq $0x0,-0x130(%rbp) -ffffffff80006dd1: 00 00 00 00 -ffffffff80006dd5: 48 89 9d c0 fe ff ff mov %rbx,-0x140(%rbp) -ffffffff80006ddc: 48 c7 85 c8 fe ff ff movq $0x1,-0x138(%rbp) -ffffffff80006de3: 01 00 00 00 -ffffffff80006de7: 4c 8d 65 80 lea -0x80(%rbp),%r12 -ffffffff80006deb: 48 8d b5 b0 fe ff ff lea -0x150(%rbp),%rsi -ffffffff80006df2: 4c 89 e7 mov %r12,%rdi -ffffffff80006df5: e8 96 61 01 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff80006dfa: 48 8b 5d b8 mov -0x48(%rbp),%rbx -ffffffff80006dfe: 48 85 db test %rbx,%rbx -ffffffff80006e01: 74 6c je ffffffff80006e6f <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x220f> -ffffffff80006e03: 4c 8b 6d b0 mov -0x50(%rbp),%r13 -ffffffff80006e07: 0f b6 05 8a 45 02 00 movzbl 0x2458a(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80006e0e: 84 c0 test %al,%al -ffffffff80006e10: 74 0f je ffffffff80006e21 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x21c1> -ffffffff80006e12: 48 83 3d ce 44 02 00 cmpq $0x0,0x244ce(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80006e19: 00 -ffffffff80006e1a: 75 3c jne ffffffff80006e58 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x21f8> -ffffffff80006e1c: e9 78 03 00 00 jmp ffffffff80007199 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2539> -ffffffff80006e21: 48 8d bd b0 fe ff ff lea -0x150(%rbp),%rdi -ffffffff80006e28: ff 15 b2 44 02 00 call *0x244b2(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80006e2e: 48 c7 05 af 44 02 00 movq $0x1,0x244af(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80006e35: 01 00 00 00 -ffffffff80006e39: 48 8d 3d b0 44 02 00 lea 0x244b0(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80006e40: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80006e45: 48 8d b5 b0 fe ff ff lea -0x150(%rbp),%rsi -ffffffff80006e4c: e8 2f b8 01 00 call ffffffff80022680 -ffffffff80006e51: c6 05 40 45 02 00 01 movb $0x1,0x24540(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80006e58: 48 8d 3d 91 44 02 00 lea 0x24491(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80006e5f: ba 01 00 00 00 mov $0x1,%edx -ffffffff80006e64: 4c 89 ee mov %r13,%rsi -ffffffff80006e67: 48 89 d9 mov %rbx,%rcx -ffffffff80006e6a: e8 e1 d3 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80006e6f: 4c 8b 6d 80 mov -0x80(%rbp),%r13 -ffffffff80006e73: 48 8b 5d 88 mov -0x78(%rbp),%rbx -ffffffff80006e77: 48 8b 55 90 mov -0x70(%rbp),%rdx -ffffffff80006e7b: 48 8d 3d de 28 02 00 lea 0x228de(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80006e82: 4c 89 ee mov %r13,%rsi -ffffffff80006e85: e8 16 98 ff ff call ffffffff800006a0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E> -ffffffff80006e8a: 48 85 db test %rbx,%rbx -ffffffff80006e8d: 74 68 je ffffffff80006ef7 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2297> -ffffffff80006e8f: 0f b6 05 02 45 02 00 movzbl 0x24502(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80006e96: 84 c0 test %al,%al -ffffffff80006e98: 74 0f je ffffffff80006ea9 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2249> -ffffffff80006e9a: 48 83 3d 46 44 02 00 cmpq $0x0,0x24446(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80006ea1: 00 -ffffffff80006ea2: 75 3c jne ffffffff80006ee0 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2280> -ffffffff80006ea4: e9 f0 02 00 00 jmp ffffffff80007199 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2539> -ffffffff80006ea9: 48 8d bd b0 fe ff ff lea -0x150(%rbp),%rdi -ffffffff80006eb0: ff 15 2a 44 02 00 call *0x2442a(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80006eb6: 48 c7 05 27 44 02 00 movq $0x1,0x24427(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80006ebd: 01 00 00 00 -ffffffff80006ec1: 48 8d 3d 28 44 02 00 lea 0x24428(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80006ec8: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80006ecd: 48 8d b5 b0 fe ff ff lea -0x150(%rbp),%rsi -ffffffff80006ed4: e8 a7 b7 01 00 call ffffffff80022680 -ffffffff80006ed9: c6 05 b8 44 02 00 01 movb $0x1,0x244b8(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80006ee0: 48 8d 3d 09 44 02 00 lea 0x24409(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80006ee7: ba 01 00 00 00 mov $0x1,%edx -ffffffff80006eec: 4c 89 ee mov %r13,%rsi -ffffffff80006eef: 48 89 d9 mov %rbx,%rcx -ffffffff80006ef2: e8 59 d3 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80006ef7: 49 8d 7e 14 lea 0x14(%r14),%rdi -ffffffff80006efb: 4c 39 ff cmp %r15,%rdi -ffffffff80006efe: 0f 87 ef 07 00 00 ja ffffffff800076f3 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2a93> -ffffffff80006f04: 49 8d 7e 18 lea 0x18(%r14),%rdi -ffffffff80006f08: 4c 39 ff cmp %r15,%rdi -ffffffff80006f0b: 4c 8b 85 60 ff ff ff mov -0xa0(%rbp),%r8 -ffffffff80006f12: 0f 87 ec 07 00 00 ja ffffffff80007704 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2aa4> -ffffffff80006f18: 49 8d 7e 1a lea 0x1a(%r14),%rdi -ffffffff80006f1c: 4c 39 ff cmp %r15,%rdi -ffffffff80006f1f: 0f 87 f0 07 00 00 ja ffffffff80007715 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2ab5> -ffffffff80006f25: 49 8d 46 1c lea 0x1c(%r14),%rax -ffffffff80006f29: 4c 39 f8 cmp %r15,%rax -ffffffff80006f2c: 0f 87 f4 07 00 00 ja ffffffff80007726 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2ac6> -ffffffff80006f32: 49 8d 4e 20 lea 0x20(%r14),%rcx -ffffffff80006f36: 4c 39 f9 cmp %r15,%rcx -ffffffff80006f39: 0f 87 fb 07 00 00 ja ffffffff8000773a <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2ada> -ffffffff80006f3f: 43 8b 4c 30 10 mov 0x10(%r8,%r14,1),%ecx -ffffffff80006f44: 43 8b 54 30 14 mov 0x14(%r8,%r14,1),%edx -ffffffff80006f49: 43 0f b7 74 30 18 movzwl 0x18(%r8,%r14,1),%esi -ffffffff80006f4f: 41 0f b7 3c 38 movzwl (%r8,%rdi,1),%edi -ffffffff80006f54: 41 8b 04 00 mov (%r8,%rax,1),%eax -ffffffff80006f58: 89 8d 68 ff ff ff mov %ecx,-0x98(%rbp) -ffffffff80006f5e: 89 95 6c ff ff ff mov %edx,-0x94(%rbp) -ffffffff80006f64: 66 89 b5 74 ff ff ff mov %si,-0x8c(%rbp) -ffffffff80006f6b: 66 89 bd 76 ff ff ff mov %di,-0x8a(%rbp) -ffffffff80006f72: 89 85 70 ff ff ff mov %eax,-0x90(%rbp) -ffffffff80006f78: 0f b6 05 31 28 02 00 movzbl 0x22831(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80006f7f: 84 c0 test %al,%al -ffffffff80006f81: 74 0f je ffffffff80006f92 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2332> -ffffffff80006f83: 48 83 3d cd 27 02 00 cmpq $0x0,0x227cd(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80006f8a: 00 -ffffffff80006f8b: 75 39 jne ffffffff80006fc6 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2366> -ffffffff80006f8d: e9 07 02 00 00 jmp ffffffff80007199 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2539> -ffffffff80006f92: 48 8d 9d b0 fe ff ff lea -0x150(%rbp),%rbx -ffffffff80006f99: 48 89 df mov %rbx,%rdi -ffffffff80006f9c: ff 15 ae 27 02 00 call *0x227ae(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff80006fa2: 48 c7 05 ab 27 02 00 movq $0x1,0x227ab(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80006fa9: 01 00 00 00 -ffffffff80006fad: 48 8d 3d ac 27 02 00 lea 0x227ac(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80006fb4: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff80006fb9: 48 89 de mov %rbx,%rsi -ffffffff80006fbc: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff80006fbf: c6 05 ea 27 02 00 01 movb $0x1,0x227ea(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80006fc6: 48 8d 85 68 ff ff ff lea -0x98(%rbp),%rax -ffffffff80006fcd: 48 89 45 b0 mov %rax,-0x50(%rbp) -ffffffff80006fd1: 48 8d 05 38 0a 00 00 lea 0xa38(%rip),%rax # ffffffff80007a10 <_ZN88_$LT$CappuccinOS..drivers..fs..initramfs..DirectoryInode$u20$as$u20$core..fmt..Debug$GT$3fmt17h7607245537867a17E> -ffffffff80006fd8: 48 89 45 b8 mov %rax,-0x48(%rbp) -ffffffff80006fdc: 48 8d 05 3d 29 02 00 lea 0x2293d(%rip),%rax # ffffffff80029920 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xa8> -ffffffff80006fe3: 48 89 85 b0 fe ff ff mov %rax,-0x150(%rbp) -ffffffff80006fea: 48 c7 85 b8 fe ff ff movq $0x1,-0x148(%rbp) -ffffffff80006ff1: 01 00 00 00 -ffffffff80006ff5: 48 c7 85 d0 fe ff ff movq $0x0,-0x130(%rbp) -ffffffff80006ffc: 00 00 00 00 -ffffffff80007000: 48 8d 45 b0 lea -0x50(%rbp),%rax -ffffffff80007004: 48 89 85 c0 fe ff ff mov %rax,-0x140(%rbp) -ffffffff8000700b: 48 c7 85 c8 fe ff ff movq $0x1,-0x138(%rbp) -ffffffff80007012: 01 00 00 00 -ffffffff80007016: 48 8d b5 b0 fe ff ff lea -0x150(%rbp),%rsi -ffffffff8000701d: 4c 89 e7 mov %r12,%rdi -ffffffff80007020: e8 6b 5f 01 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff80007025: 4c 89 a5 58 fd ff ff mov %r12,-0x2a8(%rbp) -ffffffff8000702c: 48 8d 85 58 fd ff ff lea -0x2a8(%rbp),%rax -ffffffff80007033: 48 89 45 c8 mov %rax,-0x38(%rbp) -ffffffff80007037: 48 8d 05 12 f7 00 00 lea 0xf712(%rip),%rax # ffffffff80016750 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h42ee6215a9c421d0E> -ffffffff8000703e: 48 89 45 d0 mov %rax,-0x30(%rbp) -ffffffff80007042: 48 8d 05 77 28 02 00 lea 0x22877(%rip),%rax # ffffffff800298c0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x48> -ffffffff80007049: 48 89 85 b0 fe ff ff mov %rax,-0x150(%rbp) -ffffffff80007050: 48 c7 85 b8 fe ff ff movq $0x2,-0x148(%rbp) -ffffffff80007057: 02 00 00 00 -ffffffff8000705b: 48 c7 85 d0 fe ff ff movq $0x0,-0x130(%rbp) -ffffffff80007062: 00 00 00 00 -ffffffff80007066: 48 8d 45 c8 lea -0x38(%rbp),%rax -ffffffff8000706a: 48 89 85 c0 fe ff ff mov %rax,-0x140(%rbp) -ffffffff80007071: 48 c7 85 c8 fe ff ff movq $0x1,-0x138(%rbp) -ffffffff80007078: 01 00 00 00 -ffffffff8000707c: 48 8d 7d b0 lea -0x50(%rbp),%rdi -ffffffff80007080: 48 8d b5 b0 fe ff ff lea -0x150(%rbp),%rsi -ffffffff80007087: e8 04 5f 01 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff8000708c: 48 8b 5d 88 mov -0x78(%rbp),%rbx -ffffffff80007090: 48 85 db test %rbx,%rbx -ffffffff80007093: 74 6b je ffffffff80007100 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x24a0> -ffffffff80007095: 4c 8b 7d 80 mov -0x80(%rbp),%r15 -ffffffff80007099: 0f b6 05 f8 42 02 00 movzbl 0x242f8(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff800070a0: 84 c0 test %al,%al -ffffffff800070a2: 74 0f je ffffffff800070b3 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2453> -ffffffff800070a4: 48 83 3d 3c 42 02 00 cmpq $0x0,0x2423c(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff800070ab: 00 -ffffffff800070ac: 75 3b jne ffffffff800070e9 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2489> -ffffffff800070ae: e9 e6 00 00 00 jmp ffffffff80007199 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2539> -ffffffff800070b3: 4c 8d a5 b0 fe ff ff lea -0x150(%rbp),%r12 -ffffffff800070ba: 4c 89 e7 mov %r12,%rdi -ffffffff800070bd: ff 15 1d 42 02 00 call *0x2421d(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff800070c3: 48 c7 05 1a 42 02 00 movq $0x1,0x2421a(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff800070ca: 01 00 00 00 -ffffffff800070ce: 48 8d 3d 1b 42 02 00 lea 0x2421b(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff800070d5: ba a8 00 00 00 mov $0xa8,%edx -ffffffff800070da: 4c 89 e6 mov %r12,%rsi -ffffffff800070dd: e8 9e b5 01 00 call ffffffff80022680 -ffffffff800070e2: c6 05 af 42 02 00 01 movb $0x1,0x242af(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff800070e9: 48 8d 3d 00 42 02 00 lea 0x24200(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff800070f0: ba 01 00 00 00 mov $0x1,%edx -ffffffff800070f5: 4c 89 fe mov %r15,%rsi -ffffffff800070f8: 48 89 d9 mov %rbx,%rcx -ffffffff800070fb: e8 50 d1 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80007100: 48 8b 5d b0 mov -0x50(%rbp),%rbx -ffffffff80007104: 4c 8b 7d b8 mov -0x48(%rbp),%r15 -ffffffff80007108: 48 8b 55 c0 mov -0x40(%rbp),%rdx -ffffffff8000710c: 48 8d 3d 4d 26 02 00 lea 0x2264d(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80007113: 48 89 de mov %rbx,%rsi -ffffffff80007116: e8 85 95 ff ff call ffffffff800006a0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E> -ffffffff8000711b: 4d 85 ff test %r15,%r15 -ffffffff8000711e: 74 64 je ffffffff80007184 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2524> -ffffffff80007120: 0f b6 05 71 42 02 00 movzbl 0x24271(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80007127: 84 c0 test %al,%al -ffffffff80007129: 74 0c je ffffffff80007137 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x24d7> -ffffffff8000712b: 48 83 3d b5 41 02 00 cmpq $0x0,0x241b5(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80007132: 00 -ffffffff80007133: 75 38 jne ffffffff8000716d <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x250d> -ffffffff80007135: eb 62 jmp ffffffff80007199 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2539> -ffffffff80007137: 4c 8d a5 b0 fe ff ff lea -0x150(%rbp),%r12 -ffffffff8000713e: 4c 89 e7 mov %r12,%rdi -ffffffff80007141: ff 15 99 41 02 00 call *0x24199(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80007147: 48 c7 05 96 41 02 00 movq $0x1,0x24196(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000714e: 01 00 00 00 -ffffffff80007152: 48 8d 3d 97 41 02 00 lea 0x24197(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80007159: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000715e: 4c 89 e6 mov %r12,%rsi -ffffffff80007161: e8 1a b5 01 00 call ffffffff80022680 -ffffffff80007166: c6 05 2b 42 02 00 01 movb $0x1,0x2422b(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000716d: 48 8d 3d 7c 41 02 00 lea 0x2417c(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80007174: ba 01 00 00 00 mov $0x1,%edx -ffffffff80007179: 48 89 de mov %rbx,%rsi -ffffffff8000717c: 4c 89 f9 mov %r15,%rcx -ffffffff8000717f: e8 cc d0 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80007184: 0f b6 05 0d 42 02 00 movzbl 0x2420d(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000718b: 84 c0 test %al,%al -ffffffff8000718d: 74 24 je ffffffff800071b3 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2553> -ffffffff8000718f: 48 83 3d 51 41 02 00 cmpq $0x0,0x24151(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80007196: 00 -ffffffff80007197: 75 50 jne ffffffff800071e9 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2589> -ffffffff80007199: 48 8d 3d 40 f6 01 00 lea 0x1f640(%rip),%rdi # ffffffff800267e0 -ffffffff800071a0: 48 8d 15 79 43 02 00 lea 0x24379(%rip),%rdx # ffffffff8002b520 -ffffffff800071a7: be 1e 00 00 00 mov $0x1e,%esi -ffffffff800071ac: e8 6f ab 01 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff800071b1: 0f 0b ud2 -ffffffff800071b3: 48 8d 9d b0 fe ff ff lea -0x150(%rbp),%rbx -ffffffff800071ba: 48 89 df mov %rbx,%rdi -ffffffff800071bd: ff 15 1d 41 02 00 call *0x2411d(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff800071c3: 48 c7 05 1a 41 02 00 movq $0x1,0x2411a(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff800071ca: 01 00 00 00 -ffffffff800071ce: 48 8d 3d 1b 41 02 00 lea 0x2411b(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff800071d5: ba a8 00 00 00 mov $0xa8,%edx -ffffffff800071da: 48 89 de mov %rbx,%rsi -ffffffff800071dd: e8 9e b4 01 00 call ffffffff80022680 -ffffffff800071e2: c6 05 af 41 02 00 01 movb $0x1,0x241af(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff800071e9: 48 8d 3d 00 41 02 00 lea 0x24100(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff800071f0: ba 01 00 00 00 mov $0x1,%edx -ffffffff800071f5: b9 00 20 00 00 mov $0x2000,%ecx -ffffffff800071fa: 48 8b b5 60 ff ff ff mov -0xa0(%rbp),%rsi -ffffffff80007201: e9 fb e6 ff ff jmp ffffffff80005901 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0xca1> -ffffffff80007206: 4c 89 c1 mov %r8,%rcx -ffffffff80007209: 48 8b bd 78 ff ff ff mov -0x88(%rbp),%rdi -ffffffff80007210: 48 01 f9 add %rdi,%rcx -ffffffff80007213: 48 39 ce cmp %rcx,%rsi -ffffffff80007216: 48 0f 47 ce cmova %rsi,%rcx -ffffffff8000721a: 48 8d 15 c7 25 02 00 lea 0x225c7(%rip),%rdx # ffffffff800297e8 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x98> -ffffffff80007221: 48 89 cf mov %rcx,%rdi -ffffffff80007224: e8 c7 a5 01 00 call ffffffff800217f0 <_ZN4core9panicking18panic_bounds_check17h0aa7386a620f3834E> -ffffffff80007229: 0f 0b ud2 -ffffffff8000722b: 4d 01 f8 add %r15,%r8 -ffffffff8000722e: 49 ff c8 dec %r8 -ffffffff80007231: 48 8d 15 98 25 02 00 lea 0x22598(%rip),%rdx # ffffffff800297d0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x80> -ffffffff80007238: 4c 89 c7 mov %r8,%rdi -ffffffff8000723b: e8 b0 a5 01 00 call ffffffff800217f0 <_ZN4core9panicking18panic_bounds_check17h0aa7386a620f3834E> -ffffffff80007240: 0f 0b ud2 -ffffffff80007242: 49 01 c8 add %rcx,%r8 -ffffffff80007245: 49 ff c8 dec %r8 -ffffffff80007248: 48 8d 15 81 25 02 00 lea 0x22581(%rip),%rdx # ffffffff800297d0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x80> -ffffffff8000724f: 4c 89 c7 mov %r8,%rdi -ffffffff80007252: e8 99 a5 01 00 call ffffffff800217f0 <_ZN4core9panicking18panic_bounds_check17h0aa7386a620f3834E> -ffffffff80007257: 0f 0b ud2 -ffffffff80007259: 48 8d 8d c0 fd ff ff lea -0x240(%rbp),%rcx -ffffffff80007260: 48 8b 01 mov (%rcx),%rax -ffffffff80007263: 48 8b 49 08 mov 0x8(%rcx),%rcx -ffffffff80007267: 48 89 8d b8 fe ff ff mov %rcx,-0x148(%rbp) -ffffffff8000726e: 48 89 85 b0 fe ff ff mov %rax,-0x150(%rbp) -ffffffff80007275: 48 8d 3d ca ce 01 00 lea 0x1ceca(%rip),%rdi # ffffffff80024146 -ffffffff8000727c: 48 8d 0d bd 26 02 00 lea 0x226bd(%rip),%rcx # ffffffff80029940 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xc8> -ffffffff80007283: 4c 8d 05 d6 26 02 00 lea 0x226d6(%rip),%r8 # ffffffff80029960 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xe8> -ffffffff8000728a: 48 8d 95 b0 fe ff ff lea -0x150(%rbp),%rdx -ffffffff80007291: be 2b 00 00 00 mov $0x2b,%esi -ffffffff80007296: e8 e5 aa 01 00 call ffffffff80021d80 <_ZN4core6result13unwrap_failed17h657510ce64ac5bccE> -ffffffff8000729b: 0f 0b ud2 -ffffffff8000729d: 48 8d 3d 31 ce 01 00 lea 0x1ce31(%rip),%rdi # ffffffff800240d5 -ffffffff800072a4: 48 8d 15 fd 25 02 00 lea 0x225fd(%rip),%rdx # ffffffff800298a8 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x30> -ffffffff800072ab: be 2b 00 00 00 mov $0x2b,%esi -ffffffff800072b0: e8 eb a4 01 00 call ffffffff800217a0 <_ZN4core9panicking5panic17h5954f42149c26846E> -ffffffff800072b5: 0f 0b ud2 -ffffffff800072b7: bf 01 00 00 00 mov $0x1,%edi -ffffffff800072bc: be 17 00 00 00 mov $0x17,%esi -ffffffff800072c1: e8 fa 5f 01 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff800072c6: 0f 0b ud2 -ffffffff800072c8: bf 01 00 00 00 mov $0x1,%edi -ffffffff800072cd: be 18 00 00 00 mov $0x18,%esi -ffffffff800072d2: e8 e9 5f 01 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff800072d7: 0f 0b ud2 -ffffffff800072d9: 4c 8d 05 80 25 02 00 lea 0x22580(%rip),%r8 # ffffffff80029860 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x110> -ffffffff800072e0: 48 89 ce mov %rcx,%rsi -ffffffff800072e3: e8 d8 8b 01 00 call ffffffff8001fec0 <_ZN4core3str16slice_error_fail17h11952ab1c100db37E> -ffffffff800072e8: 0f 0b ud2 -ffffffff800072ea: 48 8d 3d e4 cd 01 00 lea 0x1cde4(%rip),%rdi # ffffffff800240d5 -ffffffff800072f1: 48 8d 15 10 26 02 00 lea 0x22610(%rip),%rdx # ffffffff80029908 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x90> -ffffffff800072f8: be 2b 00 00 00 mov $0x2b,%esi -ffffffff800072fd: e8 9e a4 01 00 call ffffffff800217a0 <_ZN4core9panicking5panic17h5954f42149c26846E> -ffffffff80007302: 0f 0b ud2 -ffffffff80007304: 48 8d 15 3d 29 02 00 lea 0x2293d(%rip),%rdx # ffffffff80029c48 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x3d0> -ffffffff8000730b: bf 04 00 00 00 mov $0x4,%edi -ffffffff80007310: e8 cb a7 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff80007315: 0f 0b ud2 -ffffffff80007317: 48 8d 15 42 29 02 00 lea 0x22942(%rip),%rdx # ffffffff80029c60 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x3e8> -ffffffff8000731e: bf 08 00 00 00 mov $0x8,%edi -ffffffff80007323: e8 b8 a7 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff80007328: 0f 0b ud2 -ffffffff8000732a: 48 8d 15 47 29 02 00 lea 0x22947(%rip),%rdx # ffffffff80029c78 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x400> -ffffffff80007331: bf 0c 00 00 00 mov $0xc,%edi -ffffffff80007336: e8 a5 a7 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff8000733b: 0f 0b ud2 -ffffffff8000733d: 48 8d 15 4c 29 02 00 lea 0x2294c(%rip),%rdx # ffffffff80029c90 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x418> -ffffffff80007344: bf 10 00 00 00 mov $0x10,%edi -ffffffff80007349: e8 92 a7 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff8000734e: 0f 0b ud2 -ffffffff80007350: 48 8d 15 51 29 02 00 lea 0x22951(%rip),%rdx # ffffffff80029ca8 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x430> -ffffffff80007357: bf 14 00 00 00 mov $0x14,%edi -ffffffff8000735c: e8 7f a7 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff80007361: 0f 0b ud2 -ffffffff80007363: 48 8d 15 56 29 02 00 lea 0x22956(%rip),%rdx # ffffffff80029cc0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x448> -ffffffff8000736a: bf 16 00 00 00 mov $0x16,%edi -ffffffff8000736f: e8 6c a7 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff80007374: 0f 0b ud2 -ffffffff80007376: 48 8d 05 a3 28 02 00 lea 0x228a3(%rip),%rax # ffffffff80029c20 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x3a8> -ffffffff8000737d: 48 89 85 b8 fd ff ff mov %rax,-0x248(%rbp) -ffffffff80007384: 48 c7 85 c0 fd ff ff movq $0x1,-0x240(%rbp) -ffffffff8000738b: 01 00 00 00 -ffffffff8000738f: 48 c7 85 d8 fd ff ff movq $0x0,-0x228(%rbp) -ffffffff80007396: 00 00 00 00 -ffffffff8000739a: 48 8d 05 9f cc 01 00 lea 0x1cc9f(%rip),%rax # ffffffff80024040 -ffffffff800073a1: 48 89 85 c8 fd ff ff mov %rax,-0x238(%rbp) -ffffffff800073a8: 48 c7 85 d0 fd ff ff movq $0x0,-0x230(%rbp) -ffffffff800073af: 00 00 00 00 -ffffffff800073b3: 48 8d 35 76 28 02 00 lea 0x22876(%rip),%rsi # ffffffff80029c30 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x3b8> -ffffffff800073ba: 48 8d bd b8 fd ff ff lea -0x248(%rbp),%rdi -ffffffff800073c1: e8 5a a3 01 00 call ffffffff80021720 <_ZN4core9panicking9panic_fmt17hdab3eca30d19da73E> -ffffffff800073c6: 0f 0b ud2 -ffffffff800073c8: 48 8d 15 09 29 02 00 lea 0x22909(%rip),%rdx # ffffffff80029cd8 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x460> -ffffffff800073cf: bf 18 00 00 00 mov $0x18,%edi -ffffffff800073d4: e8 07 a7 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff800073d9: 0f 0b ud2 -ffffffff800073db: 48 8d 15 0e 29 02 00 lea 0x2290e(%rip),%rdx # ffffffff80029cf0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x478> -ffffffff800073e2: bf 1a 00 00 00 mov $0x1a,%edi -ffffffff800073e7: e8 f4 a6 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff800073ec: 0f 0b ud2 -ffffffff800073ee: 48 8d 15 13 29 02 00 lea 0x22913(%rip),%rdx # ffffffff80029d08 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x490> -ffffffff800073f5: bf 1c 00 00 00 mov $0x1c,%edi -ffffffff800073fa: e8 e1 a6 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff800073ff: 0f 0b ud2 -ffffffff80007401: 48 8d 15 18 29 02 00 lea 0x22918(%rip),%rdx # ffffffff80029d20 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x4a8> -ffffffff80007408: bf 1e 00 00 00 mov $0x1e,%edi -ffffffff8000740d: e8 ce a6 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff80007412: 0f 0b ud2 -ffffffff80007414: 48 8d 15 1d 29 02 00 lea 0x2291d(%rip),%rdx # ffffffff80029d38 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x4c0> -ffffffff8000741b: bf 20 00 00 00 mov $0x20,%edi -ffffffff80007420: e8 bb a6 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff80007425: 0f 0b ud2 -ffffffff80007427: 48 8d 15 22 29 02 00 lea 0x22922(%rip),%rdx # ffffffff80029d50 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x4d8> -ffffffff8000742e: bf 22 00 00 00 mov $0x22,%edi -ffffffff80007433: e8 a8 a6 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff80007438: 0f 0b ud2 -ffffffff8000743a: 48 8d 15 27 29 02 00 lea 0x22927(%rip),%rdx # ffffffff80029d68 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x4f0> -ffffffff80007441: bf 26 00 00 00 mov $0x26,%edi -ffffffff80007446: e8 95 a6 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff8000744b: 0f 0b ud2 -ffffffff8000744d: 48 8d 15 2c 29 02 00 lea 0x2292c(%rip),%rdx # ffffffff80029d80 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x508> -ffffffff80007454: bf 28 00 00 00 mov $0x28,%edi -ffffffff80007459: e8 82 a6 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff8000745e: 0f 0b ud2 -ffffffff80007460: 48 8d 15 31 29 02 00 lea 0x22931(%rip),%rdx # ffffffff80029d98 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x520> -ffffffff80007467: bf 30 00 00 00 mov $0x30,%edi -ffffffff8000746c: e8 6f a6 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff80007471: 0f 0b ud2 -ffffffff80007473: 48 8d 15 36 29 02 00 lea 0x22936(%rip),%rdx # ffffffff80029db0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x538> -ffffffff8000747a: bf 38 00 00 00 mov $0x38,%edi -ffffffff8000747f: e8 5c a6 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff80007484: 0f 0b ud2 -ffffffff80007486: 48 8d 15 3b 29 02 00 lea 0x2293b(%rip),%rdx # ffffffff80029dc8 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x550> -ffffffff8000748d: bf 40 00 00 00 mov $0x40,%edi -ffffffff80007492: e8 49 a6 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff80007497: 0f 0b ud2 -ffffffff80007499: 48 8d 15 40 29 02 00 lea 0x22940(%rip),%rdx # ffffffff80029de0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x568> -ffffffff800074a0: bf 48 00 00 00 mov $0x48,%edi -ffffffff800074a5: e8 36 a6 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff800074aa: 0f 0b ud2 -ffffffff800074ac: 48 8d 15 45 29 02 00 lea 0x22945(%rip),%rdx # ffffffff80029df8 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x580> -ffffffff800074b3: bf 50 00 00 00 mov $0x50,%edi -ffffffff800074b8: e8 23 a6 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff800074bd: 0f 0b ud2 -ffffffff800074bf: 48 8d 15 4a 29 02 00 lea 0x2294a(%rip),%rdx # ffffffff80029e10 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x598> -ffffffff800074c6: bf 58 00 00 00 mov $0x58,%edi -ffffffff800074cb: e8 10 a6 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff800074d0: 0f 0b ud2 -ffffffff800074d2: 48 8d 15 4f 29 02 00 lea 0x2294f(%rip),%rdx # ffffffff80029e28 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x5b0> -ffffffff800074d9: bf 60 00 00 00 mov $0x60,%edi -ffffffff800074de: e8 fd a5 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff800074e3: 0f 0b ud2 -ffffffff800074e5: bf 01 00 00 00 mov $0x1,%edi -ffffffff800074ea: be 15 00 00 00 mov $0x15,%esi -ffffffff800074ef: e8 cc 5d 01 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff800074f4: 0f 0b ud2 -ffffffff800074f6: 48 8d 15 8b 24 02 00 lea 0x2248b(%rip),%rdx # ffffffff80029988 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x110> -ffffffff800074fd: bf 68 00 00 00 mov $0x68,%edi -ffffffff80007502: 48 89 c6 mov %rax,%rsi -ffffffff80007505: e8 46 a6 01 00 call ffffffff80021b50 <_ZN4core5slice5index22slice_index_order_fail17h47451dbb1327e2efE> -ffffffff8000750a: 0f 0b ud2 -ffffffff8000750c: 48 8d 15 75 24 02 00 lea 0x22475(%rip),%rdx # ffffffff80029988 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x110> -ffffffff80007513: 48 89 c7 mov %rax,%rdi -ffffffff80007516: e8 c5 a5 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff8000751b: 0f 0b ud2 -ffffffff8000751d: 48 8d 15 7c 24 02 00 lea 0x2247c(%rip),%rdx # ffffffff800299a0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x128> -ffffffff80007524: 48 89 c7 mov %rax,%rdi -ffffffff80007527: 48 89 ce mov %rcx,%rsi -ffffffff8000752a: e8 21 a6 01 00 call ffffffff80021b50 <_ZN4core5slice5index22slice_index_order_fail17h47451dbb1327e2efE> -ffffffff8000752f: 0f 0b ud2 -ffffffff80007531: 48 8d 15 68 24 02 00 lea 0x22468(%rip),%rdx # ffffffff800299a0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x128> -ffffffff80007538: 48 89 cf mov %rcx,%rdi -ffffffff8000753b: e8 a0 a5 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff80007540: 0f 0b ud2 -ffffffff80007542: 48 8d 15 6f 24 02 00 lea 0x2246f(%rip),%rdx # ffffffff800299b8 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x140> -ffffffff80007549: 48 89 cf mov %rcx,%rdi -ffffffff8000754c: 4c 89 de mov %r11,%rsi -ffffffff8000754f: e8 fc a5 01 00 call ffffffff80021b50 <_ZN4core5slice5index22slice_index_order_fail17h47451dbb1327e2efE> -ffffffff80007554: 0f 0b ud2 -ffffffff80007556: 48 8d 15 5b 24 02 00 lea 0x2245b(%rip),%rdx # ffffffff800299b8 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x140> -ffffffff8000755d: 4c 89 df mov %r11,%rdi -ffffffff80007560: e8 7b a5 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff80007565: 0f 0b ud2 -ffffffff80007567: 48 8d 15 aa 24 02 00 lea 0x224aa(%rip),%rdx # ffffffff80029a18 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x1a0> -ffffffff8000756e: 4c 89 c7 mov %r8,%rdi -ffffffff80007571: e8 fa a4 01 00 call ffffffff80021a70 <_ZN4core5slice5index26slice_start_index_len_fail17h804cb0b56fff6a53E> -ffffffff80007576: 0f 0b ud2 -ffffffff80007578: 48 8d 15 b1 24 02 00 lea 0x224b1(%rip),%rdx # ffffffff80029a30 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x1b8> -ffffffff8000757f: bf 02 00 00 00 mov $0x2,%edi -ffffffff80007584: 4c 89 e6 mov %r12,%rsi -ffffffff80007587: e8 54 a5 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff8000758c: 0f 0b ud2 -ffffffff8000758e: 48 8d 05 e3 25 02 00 lea 0x225e3(%rip),%rax # ffffffff80029b78 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x300> -ffffffff80007595: 48 89 85 b0 fe ff ff mov %rax,-0x150(%rbp) -ffffffff8000759c: 48 c7 85 b8 fe ff ff movq $0x1,-0x148(%rbp) -ffffffff800075a3: 01 00 00 00 -ffffffff800075a7: 48 c7 85 d0 fe ff ff movq $0x0,-0x130(%rbp) -ffffffff800075ae: 00 00 00 00 -ffffffff800075b2: 48 8d 05 87 ca 01 00 lea 0x1ca87(%rip),%rax # ffffffff80024040 -ffffffff800075b9: 48 89 85 c0 fe ff ff mov %rax,-0x140(%rbp) -ffffffff800075c0: 48 c7 85 c8 fe ff ff movq $0x0,-0x138(%rbp) -ffffffff800075c7: 00 00 00 00 -ffffffff800075cb: 48 8d 35 b6 25 02 00 lea 0x225b6(%rip),%rsi # ffffffff80029b88 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x310> -ffffffff800075d2: 48 8d bd b0 fe ff ff lea -0x150(%rbp),%rdi -ffffffff800075d9: e8 42 a1 01 00 call ffffffff80021720 <_ZN4core9panicking9panic_fmt17hdab3eca30d19da73E> -ffffffff800075de: 0f 0b ud2 -ffffffff800075e0: bf 01 00 00 00 mov $0x1,%edi -ffffffff800075e5: be 00 20 00 00 mov $0x2000,%esi -ffffffff800075ea: e8 d1 5c 01 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff800075ef: 0f 0b ud2 -ffffffff800075f1: 48 8d 05 58 25 02 00 lea 0x22558(%rip),%rax # ffffffff80029b50 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x2d8> -ffffffff800075f8: 48 89 85 b0 fe ff ff mov %rax,-0x150(%rbp) -ffffffff800075ff: 48 c7 85 b8 fe ff ff movq $0x1,-0x148(%rbp) -ffffffff80007606: 01 00 00 00 -ffffffff8000760a: 48 c7 85 d0 fe ff ff movq $0x0,-0x130(%rbp) -ffffffff80007611: 00 00 00 00 -ffffffff80007615: 48 8d 45 80 lea -0x80(%rbp),%rax -ffffffff80007619: 48 89 85 c0 fe ff ff mov %rax,-0x140(%rbp) -ffffffff80007620: 48 c7 85 c8 fe ff ff movq $0x0,-0x138(%rbp) -ffffffff80007627: 00 00 00 00 -ffffffff8000762b: 48 8d 35 2e 25 02 00 lea 0x2252e(%rip),%rsi # ffffffff80029b60 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x2e8> -ffffffff80007632: 48 8d bd b0 fe ff ff lea -0x150(%rbp),%rdi -ffffffff80007639: e8 e2 a0 01 00 call ffffffff80021720 <_ZN4core9panicking9panic_fmt17hdab3eca30d19da73E> -ffffffff8000763e: 0f 0b ud2 -ffffffff80007640: 48 8d 15 01 24 02 00 lea 0x22401(%rip),%rdx # ffffffff80029a48 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x1d0> -ffffffff80007647: 4c 89 fe mov %r15,%rsi -ffffffff8000764a: e8 91 a4 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff8000764f: 0f 0b ud2 -ffffffff80007651: 48 8d 45 b0 lea -0x50(%rbp),%rax -ffffffff80007655: 48 89 45 80 mov %rax,-0x80(%rbp) -ffffffff80007659: 48 8d 05 30 a8 01 00 lea 0x1a830(%rip),%rax # ffffffff80021e90 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u16$GT$3fmt17h14337445acae25ffE> -ffffffff80007660: 48 89 45 88 mov %rax,-0x78(%rbp) -ffffffff80007664: 48 8d 05 7d 25 02 00 lea 0x2257d(%rip),%rax # ffffffff80029be8 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x370> -ffffffff8000766b: 48 89 85 b0 fe ff ff mov %rax,-0x150(%rbp) -ffffffff80007672: 48 c7 85 b8 fe ff ff movq $0x2,-0x148(%rbp) -ffffffff80007679: 02 00 00 00 -ffffffff8000767d: 48 c7 85 d0 fe ff ff movq $0x0,-0x130(%rbp) -ffffffff80007684: 00 00 00 00 -ffffffff80007688: 48 8d 45 80 lea -0x80(%rbp),%rax -ffffffff8000768c: 48 89 85 c0 fe ff ff mov %rax,-0x140(%rbp) -ffffffff80007693: e9 76 01 00 00 jmp ffffffff8000780e <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE+0x2bae> -ffffffff80007698: 48 8d 15 c1 23 02 00 lea 0x223c1(%rip),%rdx # ffffffff80029a60 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x1e8> -ffffffff8000769f: 4c 89 fe mov %r15,%rsi -ffffffff800076a2: e8 39 a4 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff800076a7: 0f 0b ud2 -ffffffff800076a9: 48 8d 15 c8 23 02 00 lea 0x223c8(%rip),%rdx # ffffffff80029a78 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x200> -ffffffff800076b0: 4c 89 fe mov %r15,%rsi -ffffffff800076b3: e8 28 a4 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff800076b8: 0f 0b ud2 -ffffffff800076ba: 48 8d 15 cf 23 02 00 lea 0x223cf(%rip),%rdx # ffffffff80029a90 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x218> -ffffffff800076c1: 4c 89 fe mov %r15,%rsi -ffffffff800076c4: e8 17 a4 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff800076c9: 0f 0b ud2 -ffffffff800076cb: 48 8d 15 d6 23 02 00 lea 0x223d6(%rip),%rdx # ffffffff80029aa8 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x230> -ffffffff800076d2: 48 89 c7 mov %rax,%rdi -ffffffff800076d5: 4c 89 fe mov %r15,%rsi -ffffffff800076d8: e8 03 a4 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff800076dd: 0f 0b ud2 -ffffffff800076df: 48 8d 15 da 23 02 00 lea 0x223da(%rip),%rdx # ffffffff80029ac0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x248> -ffffffff800076e6: 48 89 cf mov %rcx,%rdi -ffffffff800076e9: 4c 89 fe mov %r15,%rsi -ffffffff800076ec: e8 ef a3 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff800076f1: 0f 0b ud2 -ffffffff800076f3: 48 8d 15 de 23 02 00 lea 0x223de(%rip),%rdx # ffffffff80029ad8 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x260> -ffffffff800076fa: 4c 89 fe mov %r15,%rsi -ffffffff800076fd: e8 de a3 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff80007702: 0f 0b ud2 -ffffffff80007704: 48 8d 15 e5 23 02 00 lea 0x223e5(%rip),%rdx # ffffffff80029af0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x278> -ffffffff8000770b: 4c 89 fe mov %r15,%rsi -ffffffff8000770e: e8 cd a3 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff80007713: 0f 0b ud2 -ffffffff80007715: 48 8d 15 ec 23 02 00 lea 0x223ec(%rip),%rdx # ffffffff80029b08 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x290> -ffffffff8000771c: 4c 89 fe mov %r15,%rsi -ffffffff8000771f: e8 bc a3 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff80007724: 0f 0b ud2 -ffffffff80007726: 48 8d 15 f3 23 02 00 lea 0x223f3(%rip),%rdx # ffffffff80029b20 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x2a8> -ffffffff8000772d: 48 89 c7 mov %rax,%rdi -ffffffff80007730: 4c 89 fe mov %r15,%rsi -ffffffff80007733: e8 a8 a3 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff80007738: 0f 0b ud2 -ffffffff8000773a: 48 8d 15 f7 23 02 00 lea 0x223f7(%rip),%rdx # ffffffff80029b38 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x2c0> -ffffffff80007741: 48 89 cf mov %rcx,%rdi -ffffffff80007744: 4c 89 fe mov %r15,%rsi -ffffffff80007747: e8 94 a3 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff8000774c: 0f 0b ud2 -ffffffff8000774e: 48 8d 15 7b 22 02 00 lea 0x2227b(%rip),%rdx # ffffffff800299d0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x158> -ffffffff80007755: 4c 89 df mov %r11,%rdi -ffffffff80007758: 4c 89 ce mov %r9,%rsi -ffffffff8000775b: e8 f0 a3 01 00 call ffffffff80021b50 <_ZN4core5slice5index22slice_index_order_fail17h47451dbb1327e2efE> -ffffffff80007760: 0f 0b ud2 -ffffffff80007762: 48 8d 15 67 22 02 00 lea 0x22267(%rip),%rdx # ffffffff800299d0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x158> -ffffffff80007769: 4c 89 cf mov %r9,%rdi -ffffffff8000776c: e8 6f a3 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff80007771: 0f 0b ud2 -ffffffff80007773: 48 8d 15 6e 22 02 00 lea 0x2226e(%rip),%rdx # ffffffff800299e8 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x170> -ffffffff8000777a: 4c 89 cf mov %r9,%rdi -ffffffff8000777d: 4c 89 c6 mov %r8,%rsi -ffffffff80007780: e8 cb a3 01 00 call ffffffff80021b50 <_ZN4core5slice5index22slice_index_order_fail17h47451dbb1327e2efE> -ffffffff80007785: 0f 0b ud2 -ffffffff80007787: 48 8d 15 5a 22 02 00 lea 0x2225a(%rip),%rdx # ffffffff800299e8 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x170> -ffffffff8000778e: 4c 89 c7 mov %r8,%rdi -ffffffff80007791: e8 4a a3 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff80007796: 0f 0b ud2 -ffffffff80007798: 48 8d 15 61 22 02 00 lea 0x22261(%rip),%rdx # ffffffff80029a00 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x188> -ffffffff8000779f: 4c 89 c7 mov %r8,%rdi -ffffffff800077a2: 4c 89 f6 mov %r14,%rsi -ffffffff800077a5: e8 a6 a3 01 00 call ffffffff80021b50 <_ZN4core5slice5index22slice_index_order_fail17h47451dbb1327e2efE> -ffffffff800077aa: 0f 0b ud2 -ffffffff800077ac: 48 8d 15 4d 22 02 00 lea 0x2224d(%rip),%rdx # ffffffff80029a00 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x188> -ffffffff800077b3: 4c 89 f7 mov %r14,%rdi -ffffffff800077b6: e8 25 a3 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff800077bb: 0f 0b ud2 -ffffffff800077bd: 48 8d 15 dc 23 02 00 lea 0x223dc(%rip),%rdx # ffffffff80029ba0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x328> -ffffffff800077c4: bf 02 00 00 00 mov $0x2,%edi -ffffffff800077c9: e8 12 a3 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff800077ce: 0f 0b ud2 -ffffffff800077d0: 48 8d 45 b0 lea -0x50(%rbp),%rax -ffffffff800077d4: 48 89 45 80 mov %rax,-0x80(%rbp) -ffffffff800077d8: 48 8d 05 b1 a6 01 00 lea 0x1a6b1(%rip),%rax # ffffffff80021e90 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u16$GT$3fmt17h14337445acae25ffE> -ffffffff800077df: 48 89 45 88 mov %rax,-0x78(%rbp) -ffffffff800077e3: 48 8d 05 fe 23 02 00 lea 0x223fe(%rip),%rax # ffffffff80029be8 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x370> -ffffffff800077ea: 48 89 85 b0 fe ff ff mov %rax,-0x150(%rbp) -ffffffff800077f1: 48 c7 85 b8 fe ff ff movq $0x2,-0x148(%rbp) -ffffffff800077f8: 02 00 00 00 -ffffffff800077fc: 48 c7 85 d0 fe ff ff movq $0x0,-0x130(%rbp) -ffffffff80007803: 00 00 00 00 -ffffffff80007807: 4c 89 ad c0 fe ff ff mov %r13,-0x140(%rbp) -ffffffff8000780e: 48 c7 85 c8 fe ff ff movq $0x1,-0x138(%rbp) -ffffffff80007815: 01 00 00 00 -ffffffff80007819: 48 8d 35 e8 23 02 00 lea 0x223e8(%rip),%rsi # ffffffff80029c08 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x390> -ffffffff80007820: 48 8d bd b0 fe ff ff lea -0x150(%rbp),%rdi -ffffffff80007827: e8 f4 9e 01 00 call ffffffff80021720 <_ZN4core9panicking9panic_fmt17hdab3eca30d19da73E> -ffffffff8000782c: 0f 0b ud2 -ffffffff8000782e: 48 8d 15 83 23 02 00 lea 0x22383(%rip),%rdx # ffffffff80029bb8 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x340> -ffffffff80007835: bf 0c 00 00 00 mov $0xc,%edi -ffffffff8000783a: e8 a1 a2 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff8000783f: 0f 0b ud2 -ffffffff80007841: 48 8d 15 88 23 02 00 lea 0x22388(%rip),%rdx # ffffffff80029bd0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x358> -ffffffff80007848: bf 10 00 00 00 mov $0x10,%edi -ffffffff8000784d: e8 8e a2 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff80007852: 0f 0b ud2 -ffffffff80007854: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8000785b: 00 00 00 -ffffffff8000785e: 66 90 xchg %ax,%ax - -ffffffff80007860 <_ZN82_$LT$CappuccinOS..drivers..fs..initramfs..Squashfs$u20$as$u20$core..fmt..Debug$GT$3fmt17h6201da019851198cE>: -ffffffff80007860: 55 push %rbp -ffffffff80007861: 48 89 e5 mov %rsp,%rbp -ffffffff80007864: 53 push %rbx -ffffffff80007865: 48 81 ec a8 00 00 00 sub $0xa8,%rsp -ffffffff8000786c: 48 89 f0 mov %rsi,%rax -ffffffff8000786f: 48 8d 8f a8 00 00 00 lea 0xa8(%rdi),%rcx -ffffffff80007876: 48 8d 57 68 lea 0x68(%rdi),%rdx -ffffffff8000787a: 48 8d 77 78 lea 0x78(%rdi),%rsi -ffffffff8000787e: 4c 8d 87 88 00 00 00 lea 0x88(%rdi),%r8 -ffffffff80007885: 4c 8d 8f b0 00 00 00 lea 0xb0(%rdi),%r9 -ffffffff8000788c: 4c 8d 97 c0 00 00 00 lea 0xc0(%rdi),%r10 -ffffffff80007893: 4c 8d 9f 98 00 00 00 lea 0x98(%rdi),%r11 -ffffffff8000789a: 48 8d 9f d0 00 00 00 lea 0xd0(%rdi),%rbx -ffffffff800078a1: 48 89 5d f0 mov %rbx,-0x10(%rbp) -ffffffff800078a5: 48 89 8d 60 ff ff ff mov %rcx,-0xa0(%rbp) -ffffffff800078ac: 48 8d 0d 1d 26 02 00 lea 0x2261d(%rip),%rcx # ffffffff80029ed0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x658> -ffffffff800078b3: 48 89 8d 68 ff ff ff mov %rcx,-0x98(%rbp) -ffffffff800078ba: 48 89 bd 70 ff ff ff mov %rdi,-0x90(%rbp) -ffffffff800078c1: 48 8d 0d 28 26 02 00 lea 0x22628(%rip),%rcx # ffffffff80029ef0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x678> -ffffffff800078c8: 48 89 8d 78 ff ff ff mov %rcx,-0x88(%rbp) -ffffffff800078cf: 48 89 55 80 mov %rdx,-0x80(%rbp) -ffffffff800078d3: 48 8d 0d 36 26 02 00 lea 0x22636(%rip),%rcx # ffffffff80029f10 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x698> -ffffffff800078da: 48 89 4d 88 mov %rcx,-0x78(%rbp) -ffffffff800078de: 48 89 75 90 mov %rsi,-0x70(%rbp) -ffffffff800078e2: 48 89 4d 98 mov %rcx,-0x68(%rbp) -ffffffff800078e6: 4c 89 45 a0 mov %r8,-0x60(%rbp) -ffffffff800078ea: 48 89 4d a8 mov %rcx,-0x58(%rbp) -ffffffff800078ee: 4c 89 4d b0 mov %r9,-0x50(%rbp) -ffffffff800078f2: 48 8d 15 37 26 02 00 lea 0x22637(%rip),%rdx # ffffffff80029f30 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x6b8> -ffffffff800078f9: 48 89 55 b8 mov %rdx,-0x48(%rbp) -ffffffff800078fd: 4c 89 55 c0 mov %r10,-0x40(%rbp) -ffffffff80007901: 48 89 55 c8 mov %rdx,-0x38(%rbp) -ffffffff80007905: 4c 89 5d d0 mov %r11,-0x30(%rbp) -ffffffff80007909: 48 89 4d d8 mov %rcx,-0x28(%rbp) -ffffffff8000790d: 48 8d 4d f0 lea -0x10(%rbp),%rcx -ffffffff80007911: 48 89 4d e0 mov %rcx,-0x20(%rbp) -ffffffff80007915: 48 8d 0d 34 26 02 00 lea 0x22634(%rip),%rcx # ffffffff80029f50 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x6d8> -ffffffff8000791c: 48 89 4d e8 mov %rcx,-0x18(%rbp) -ffffffff80007920: 48 c7 04 24 09 00 00 movq $0x9,(%rsp) -ffffffff80007927: 00 -ffffffff80007928: 48 8d 35 5a c9 01 00 lea 0x1c95a(%rip),%rsi # ffffffff80024289 -ffffffff8000792f: 48 8d 0d 0a 25 02 00 lea 0x2250a(%rip),%rcx # ffffffff80029e40 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x5c8> -ffffffff80007936: 4c 8d 8d 60 ff ff ff lea -0xa0(%rbp),%r9 -ffffffff8000793d: ba 08 00 00 00 mov $0x8,%edx -ffffffff80007942: 41 b8 09 00 00 00 mov $0x9,%r8d -ffffffff80007948: 48 89 c7 mov %rax,%rdi -ffffffff8000794b: e8 20 74 01 00 call ffffffff8001ed70 <_ZN4core3fmt9Formatter26debug_struct_fields_finish17h942aabec9feff6caE> -ffffffff80007950: 48 81 c4 a8 00 00 00 add $0xa8,%rsp -ffffffff80007957: 5b pop %rbx -ffffffff80007958: 5d pop %rbp -ffffffff80007959: c3 ret -ffffffff8000795a: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1) - -ffffffff80007960 <_ZN85_$LT$CappuccinOS..drivers..fs..initramfs..InodeHeader$u20$as$u20$core..fmt..Debug$GT$3fmt17hf4211d14f6e1b65fE>: -ffffffff80007960: 55 push %rbp -ffffffff80007961: 48 89 e5 mov %rsp,%rbp -ffffffff80007964: 41 57 push %r15 -ffffffff80007966: 41 56 push %r14 -ffffffff80007968: 41 55 push %r13 -ffffffff8000796a: 41 54 push %r12 -ffffffff8000796c: 53 push %rbx -ffffffff8000796d: 50 push %rax -ffffffff8000796e: 49 89 f2 mov %rsi,%r10 -ffffffff80007971: 48 89 f8 mov %rdi,%rax -ffffffff80007974: 4c 8d 4f 0e lea 0xe(%rdi),%r9 -ffffffff80007978: 4c 8d 5f 08 lea 0x8(%rdi),%r11 -ffffffff8000797c: 48 8d 4f 04 lea 0x4(%rdi),%rcx -ffffffff80007980: 48 89 4d d0 mov %rcx,-0x30(%rbp) -ffffffff80007984: 48 83 ec 08 sub $0x8,%rsp -ffffffff80007988: 48 8d 1d 41 26 02 00 lea 0x22641(%rip),%rbx # ffffffff80029fd0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x758> -ffffffff8000798f: 4c 8d 75 d0 lea -0x30(%rbp),%r14 -ffffffff80007993: 4c 8d 3d bc c9 01 00 lea 0x1c9bc(%rip),%r15 # ffffffff80024356 -ffffffff8000799a: 4c 8d 25 0f 26 02 00 lea 0x2260f(%rip),%r12 # ffffffff80029fb0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x738> -ffffffff800079a1: 4c 8d 2d a9 c9 01 00 lea 0x1c9a9(%rip),%r13 # ffffffff80024351 -ffffffff800079a8: 48 8d 35 85 c9 01 00 lea 0x1c985(%rip),%rsi # ffffffff80024334 -ffffffff800079af: 48 8d 0d 89 c9 01 00 lea 0x1c989(%rip),%rcx # ffffffff8002433f -ffffffff800079b6: ba 0b 00 00 00 mov $0xb,%edx -ffffffff800079bb: 41 b8 09 00 00 00 mov $0x9,%r8d -ffffffff800079c1: 4c 89 d7 mov %r10,%rdi -ffffffff800079c4: 53 push %rbx -ffffffff800079c5: 41 56 push %r14 -ffffffff800079c7: 6a 09 push $0x9 -ffffffff800079c9: 41 57 push %r15 -ffffffff800079cb: 41 54 push %r12 -ffffffff800079cd: 50 push %rax -ffffffff800079ce: 6a 05 push $0x5 -ffffffff800079d0: 41 55 push %r13 -ffffffff800079d2: 48 8d 05 b7 25 02 00 lea 0x225b7(%rip),%rax # ffffffff80029f90 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x718> -ffffffff800079d9: 50 push %rax -ffffffff800079da: 41 53 push %r11 -ffffffff800079dc: 6a 09 push $0x9 -ffffffff800079de: 48 8d 05 63 c9 01 00 lea 0x1c963(%rip),%rax # ffffffff80024348 -ffffffff800079e5: 50 push %rax -ffffffff800079e6: 48 8d 05 83 25 02 00 lea 0x22583(%rip),%rax # ffffffff80029f70 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x6f8> -ffffffff800079ed: 50 push %rax -ffffffff800079ee: e8 5d 71 01 00 call ffffffff8001eb50 <_ZN4core3fmt9Formatter26debug_struct_field4_finish17h0e9758a521fd1c97E> -ffffffff800079f3: 48 83 c4 78 add $0x78,%rsp -ffffffff800079f7: 5b pop %rbx -ffffffff800079f8: 41 5c pop %r12 -ffffffff800079fa: 41 5d pop %r13 -ffffffff800079fc: 41 5e pop %r14 -ffffffff800079fe: 41 5f pop %r15 -ffffffff80007a00: 5d pop %rbp -ffffffff80007a01: c3 ret -ffffffff80007a02: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff80007a09: 00 00 00 -ffffffff80007a0c: 0f 1f 40 00 nopl 0x0(%rax) - -ffffffff80007a10 <_ZN88_$LT$CappuccinOS..drivers..fs..initramfs..DirectoryInode$u20$as$u20$core..fmt..Debug$GT$3fmt17h7607245537867a17E>: -ffffffff80007a10: 55 push %rbp -ffffffff80007a11: 48 89 e5 mov %rsp,%rbp -ffffffff80007a14: 41 57 push %r15 -ffffffff80007a16: 41 56 push %r14 -ffffffff80007a18: 41 55 push %r13 -ffffffff80007a1a: 41 54 push %r12 -ffffffff80007a1c: 53 push %rbx -ffffffff80007a1d: 50 push %rax -ffffffff80007a1e: 48 89 f0 mov %rsi,%rax -ffffffff80007a21: 49 89 f9 mov %rdi,%r9 -ffffffff80007a24: 4c 8d 57 04 lea 0x4(%rdi),%r10 -ffffffff80007a28: 4c 8d 5f 0c lea 0xc(%rdi),%r11 -ffffffff80007a2c: 48 8d 5f 0e lea 0xe(%rdi),%rbx -ffffffff80007a30: 48 8d 4f 08 lea 0x8(%rdi),%rcx -ffffffff80007a34: 48 89 4d d0 mov %rcx,-0x30(%rbp) -ffffffff80007a38: 48 83 ec 08 sub $0x8,%rsp -ffffffff80007a3c: 4c 8d 35 8d 25 02 00 lea 0x2258d(%rip),%r14 # ffffffff80029fd0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x758> -ffffffff80007a43: 4c 8d 7d d0 lea -0x30(%rbp),%r15 -ffffffff80007a47: 4c 8d 2d a2 25 02 00 lea 0x225a2(%rip),%r13 # ffffffff80029ff0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x778> -ffffffff80007a4e: 4c 8d 25 5b 25 02 00 lea 0x2255b(%rip),%r12 # ffffffff80029fb0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x738> -ffffffff80007a55: 48 8d 35 03 c9 01 00 lea 0x1c903(%rip),%rsi # ffffffff8002435f -ffffffff80007a5c: 48 8d 0d 0a c9 01 00 lea 0x1c90a(%rip),%rcx # ffffffff8002436d -ffffffff80007a63: ba 0e 00 00 00 mov $0xe,%edx -ffffffff80007a68: 41 b8 0b 00 00 00 mov $0xb,%r8d -ffffffff80007a6e: 48 89 c7 mov %rax,%rdi -ffffffff80007a71: 41 56 push %r14 -ffffffff80007a73: 41 57 push %r15 -ffffffff80007a75: 6a 0c push $0xc -ffffffff80007a77: 48 8d 05 19 c9 01 00 lea 0x1c919(%rip),%rax # ffffffff80024397 -ffffffff80007a7e: 50 push %rax -ffffffff80007a7f: 41 55 push %r13 -ffffffff80007a81: 53 push %rbx -ffffffff80007a82: 6a 0c push $0xc -ffffffff80007a84: 48 8d 05 00 c9 01 00 lea 0x1c900(%rip),%rax # ffffffff8002438b -ffffffff80007a8b: 50 push %rax -ffffffff80007a8c: 41 55 push %r13 -ffffffff80007a8e: 41 53 push %r11 -ffffffff80007a90: 6a 09 push $0x9 -ffffffff80007a92: 48 8d 05 e9 c8 01 00 lea 0x1c8e9(%rip),%rax # ffffffff80024382 -ffffffff80007a99: 50 push %rax -ffffffff80007a9a: 41 54 push %r12 -ffffffff80007a9c: 41 52 push %r10 -ffffffff80007a9e: 6a 0a push $0xa -ffffffff80007aa0: 48 8d 05 d1 c8 01 00 lea 0x1c8d1(%rip),%rax # ffffffff80024378 -ffffffff80007aa7: 50 push %rax -ffffffff80007aa8: 41 54 push %r12 -ffffffff80007aaa: e8 a1 71 01 00 call ffffffff8001ec50 <_ZN4core3fmt9Formatter26debug_struct_field5_finish17h9f571af659a93d52E> -ffffffff80007aaf: 48 81 c4 98 00 00 00 add $0x98,%rsp -ffffffff80007ab6: 5b pop %rbx -ffffffff80007ab7: 41 5c pop %r12 -ffffffff80007ab9: 41 5d pop %r13 -ffffffff80007abb: 41 5e pop %r14 -ffffffff80007abd: 41 5f pop %r15 -ffffffff80007abf: 5d pop %rbp -ffffffff80007ac0: c3 ret -ffffffff80007ac1: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff80007ac8: 00 00 00 -ffffffff80007acb: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) - -ffffffff80007ad0 <_ZN87_$LT$CappuccinOS..drivers..fs..initramfs..InodeFileType$u20$as$u20$core..fmt..Debug$GT$3fmt17h103337ae2a69ef57E>: -ffffffff80007ad0: 55 push %rbp -ffffffff80007ad1: 48 89 e5 mov %rsp,%rbp -ffffffff80007ad4: 48 89 f0 mov %rsi,%rax -ffffffff80007ad7: 48 0f bf 0f movswq (%rdi),%rcx -ffffffff80007adb: 48 8d 15 6e cb 01 00 lea 0x1cb6e(%rip),%rdx # ffffffff80024650 -ffffffff80007ae2: 48 8b 54 ca f8 mov -0x8(%rdx,%rcx,8),%rdx -ffffffff80007ae7: 48 8d 3d ca cb 01 00 lea 0x1cbca(%rip),%rdi # ffffffff800246b8 -ffffffff80007aee: 48 63 74 8f fc movslq -0x4(%rdi,%rcx,4),%rsi -ffffffff80007af3: 48 01 fe add %rdi,%rsi -ffffffff80007af6: 48 89 c7 mov %rax,%rdi -ffffffff80007af9: 5d pop %rbp -ffffffff80007afa: e9 b1 6d 01 00 jmp ffffffff8001e8b0 <_ZN4core3fmt9Formatter9write_str17h5399c4ae0c5f789dE> -ffffffff80007aff: 90 nop - -ffffffff80007b00 <_ZN97_$LT$CappuccinOS..drivers..fs..initramfs..SquashfsCompressionType$u20$as$u20$core..fmt..Debug$GT$3fmt17h79edef50d32e47faE>: -ffffffff80007b00: 55 push %rbp -ffffffff80007b01: 48 89 e5 mov %rsp,%rbp -ffffffff80007b04: 48 89 f0 mov %rsi,%rax -ffffffff80007b07: 48 0f bf 0f movswq (%rdi),%rcx -ffffffff80007b0b: 48 8d 15 de cb 01 00 lea 0x1cbde(%rip),%rdx # ffffffff800246f0 -ffffffff80007b12: 48 8b 54 ca f8 mov -0x8(%rdx,%rcx,8),%rdx -ffffffff80007b17: 48 8d 3d 02 cc 01 00 lea 0x1cc02(%rip),%rdi # ffffffff80024720 -ffffffff80007b1e: 48 63 74 8f fc movslq -0x4(%rdi,%rcx,4),%rsi -ffffffff80007b23: 48 01 fe add %rdi,%rsi -ffffffff80007b26: 48 89 c7 mov %rax,%rdi -ffffffff80007b29: 5d pop %rbp -ffffffff80007b2a: e9 81 6d 01 00 jmp ffffffff8001e8b0 <_ZN4core3fmt9Formatter9write_str17h5399c4ae0c5f789dE> -ffffffff80007b2f: 90 nop - -ffffffff80007b30 <_ZN90_$LT$CappuccinOS..drivers..fs..initramfs..SquashfsFeatures$u20$as$u20$core..fmt..Debug$GT$3fmt17he5bdf5e449cd661cE>: -ffffffff80007b30: 55 push %rbp -ffffffff80007b31: 48 89 e5 mov %rsp,%rbp -ffffffff80007b34: 41 57 push %r15 -ffffffff80007b36: 41 56 push %r14 -ffffffff80007b38: 41 54 push %r12 -ffffffff80007b3a: 53 push %rbx -ffffffff80007b3b: 48 81 ec d0 00 00 00 sub $0xd0,%rsp -ffffffff80007b42: 48 89 f0 mov %rsi,%rax -ffffffff80007b45: 48 8d 4f 01 lea 0x1(%rdi),%rcx -ffffffff80007b49: 48 8d 57 02 lea 0x2(%rdi),%rdx -ffffffff80007b4d: 48 8d 77 03 lea 0x3(%rdi),%rsi -ffffffff80007b51: 4c 8d 47 04 lea 0x4(%rdi),%r8 -ffffffff80007b55: 4c 8d 4f 05 lea 0x5(%rdi),%r9 -ffffffff80007b59: 4c 8d 57 06 lea 0x6(%rdi),%r10 -ffffffff80007b5d: 4c 8d 5f 07 lea 0x7(%rdi),%r11 -ffffffff80007b61: 48 8d 5f 08 lea 0x8(%rdi),%rbx -ffffffff80007b65: 4c 8d 77 09 lea 0x9(%rdi),%r14 -ffffffff80007b69: 4c 8d 7f 0a lea 0xa(%rdi),%r15 -ffffffff80007b6d: 4c 8d 67 0b lea 0xb(%rdi),%r12 -ffffffff80007b71: 4c 89 65 d8 mov %r12,-0x28(%rbp) -ffffffff80007b75: 48 89 bd 18 ff ff ff mov %rdi,-0xe8(%rbp) -ffffffff80007b7c: 48 8d 3d 4d 25 02 00 lea 0x2254d(%rip),%rdi # ffffffff8002a0d0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x858> -ffffffff80007b83: 48 89 bd 20 ff ff ff mov %rdi,-0xe0(%rbp) -ffffffff80007b8a: 48 89 8d 28 ff ff ff mov %rcx,-0xd8(%rbp) -ffffffff80007b91: 48 89 bd 30 ff ff ff mov %rdi,-0xd0(%rbp) -ffffffff80007b98: 48 89 95 38 ff ff ff mov %rdx,-0xc8(%rbp) -ffffffff80007b9f: 48 89 bd 40 ff ff ff mov %rdi,-0xc0(%rbp) -ffffffff80007ba6: 48 89 b5 48 ff ff ff mov %rsi,-0xb8(%rbp) -ffffffff80007bad: 48 89 bd 50 ff ff ff mov %rdi,-0xb0(%rbp) -ffffffff80007bb4: 4c 89 85 58 ff ff ff mov %r8,-0xa8(%rbp) -ffffffff80007bbb: 48 89 bd 60 ff ff ff mov %rdi,-0xa0(%rbp) -ffffffff80007bc2: 4c 89 8d 68 ff ff ff mov %r9,-0x98(%rbp) -ffffffff80007bc9: 48 89 bd 70 ff ff ff mov %rdi,-0x90(%rbp) -ffffffff80007bd0: 4c 89 95 78 ff ff ff mov %r10,-0x88(%rbp) -ffffffff80007bd7: 48 89 7d 80 mov %rdi,-0x80(%rbp) -ffffffff80007bdb: 4c 89 5d 88 mov %r11,-0x78(%rbp) -ffffffff80007bdf: 48 89 7d 90 mov %rdi,-0x70(%rbp) -ffffffff80007be3: 48 89 5d 98 mov %rbx,-0x68(%rbp) -ffffffff80007be7: 48 89 7d a0 mov %rdi,-0x60(%rbp) -ffffffff80007beb: 4c 89 75 a8 mov %r14,-0x58(%rbp) -ffffffff80007bef: 48 89 7d b0 mov %rdi,-0x50(%rbp) -ffffffff80007bf3: 4c 89 7d b8 mov %r15,-0x48(%rbp) -ffffffff80007bf7: 48 89 7d c0 mov %rdi,-0x40(%rbp) -ffffffff80007bfb: 48 8d 4d d8 lea -0x28(%rbp),%rcx -ffffffff80007bff: 48 89 4d c8 mov %rcx,-0x38(%rbp) -ffffffff80007c03: 48 8d 0d e6 24 02 00 lea 0x224e6(%rip),%rcx # ffffffff8002a0f0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x878> -ffffffff80007c0a: 48 89 4d d0 mov %rcx,-0x30(%rbp) -ffffffff80007c0e: 48 c7 04 24 0c 00 00 movq $0xc,(%rsp) -ffffffff80007c15: 00 -ffffffff80007c16: 48 8d 35 c9 c7 01 00 lea 0x1c7c9(%rip),%rsi # ffffffff800243e6 -ffffffff80007c1d: 48 8d 0d ec 23 02 00 lea 0x223ec(%rip),%rcx # ffffffff8002a010 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x798> -ffffffff80007c24: 4c 8d 8d 18 ff ff ff lea -0xe8(%rbp),%r9 -ffffffff80007c2b: ba 10 00 00 00 mov $0x10,%edx -ffffffff80007c30: 41 b8 0c 00 00 00 mov $0xc,%r8d -ffffffff80007c36: 48 89 c7 mov %rax,%rdi -ffffffff80007c39: e8 32 71 01 00 call ffffffff8001ed70 <_ZN4core3fmt9Formatter26debug_struct_fields_finish17h942aabec9feff6caE> -ffffffff80007c3e: 48 81 c4 d0 00 00 00 add $0xd0,%rsp -ffffffff80007c45: 5b pop %rbx -ffffffff80007c46: 41 5c pop %r12 -ffffffff80007c48: 41 5e pop %r14 -ffffffff80007c4a: 41 5f pop %r15 -ffffffff80007c4c: 5d pop %rbp -ffffffff80007c4d: c3 ret -ffffffff80007c4e: 66 90 xchg %ax,%ax - -ffffffff80007c50 <_ZN92_$LT$CappuccinOS..drivers..fs..initramfs..SquashfsSuperblock$u20$as$u20$core..fmt..Debug$GT$3fmt17ha7dceb23d01fd460E>: -ffffffff80007c50: 55 push %rbp -ffffffff80007c51: 48 89 e5 mov %rsp,%rbp -ffffffff80007c54: 48 81 ec 60 01 00 00 sub $0x160,%rsp -ffffffff80007c5b: 48 89 f0 mov %rsi,%rax -ffffffff80007c5e: 48 8d 4f 04 lea 0x4(%rdi),%rcx -ffffffff80007c62: 48 8d 57 08 lea 0x8(%rdi),%rdx -ffffffff80007c66: 48 8d 77 60 lea 0x60(%rdi),%rsi -ffffffff80007c6a: 48 89 75 f8 mov %rsi,-0x8(%rbp) -ffffffff80007c6e: 48 89 bd a8 fe ff ff mov %rdi,-0x158(%rbp) -ffffffff80007c75: 48 8d 35 34 23 02 00 lea 0x22334(%rip),%rsi # ffffffff80029fb0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x738> -ffffffff80007c7c: 48 89 b5 b0 fe ff ff mov %rsi,-0x150(%rbp) -ffffffff80007c83: 48 89 8d b8 fe ff ff mov %rcx,-0x148(%rbp) -ffffffff80007c8a: 48 8d 4f 0c lea 0xc(%rdi),%rcx -ffffffff80007c8e: 48 89 b5 c0 fe ff ff mov %rsi,-0x140(%rbp) -ffffffff80007c95: 48 89 95 c8 fe ff ff mov %rdx,-0x138(%rbp) -ffffffff80007c9c: 48 8d 57 10 lea 0x10(%rdi),%rdx -ffffffff80007ca0: 48 89 b5 d0 fe ff ff mov %rsi,-0x130(%rbp) -ffffffff80007ca7: 48 89 8d d8 fe ff ff mov %rcx,-0x128(%rbp) -ffffffff80007cae: 48 8d 4f 14 lea 0x14(%rdi),%rcx -ffffffff80007cb2: 48 89 b5 e0 fe ff ff mov %rsi,-0x120(%rbp) -ffffffff80007cb9: 48 89 95 e8 fe ff ff mov %rdx,-0x118(%rbp) -ffffffff80007cc0: 48 8d 57 16 lea 0x16(%rdi),%rdx -ffffffff80007cc4: 48 89 b5 f0 fe ff ff mov %rsi,-0x110(%rbp) -ffffffff80007ccb: 48 89 8d f8 fe ff ff mov %rcx,-0x108(%rbp) -ffffffff80007cd2: 48 8d 0d 87 25 02 00 lea 0x22587(%rip),%rcx # ffffffff8002a260 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x9e8> -ffffffff80007cd9: 48 89 8d 00 ff ff ff mov %rcx,-0x100(%rbp) -ffffffff80007ce0: 48 8d 4f 18 lea 0x18(%rdi),%rcx -ffffffff80007ce4: 48 89 95 08 ff ff ff mov %rdx,-0xf8(%rbp) -ffffffff80007ceb: 48 8d 15 fe 22 02 00 lea 0x222fe(%rip),%rdx # ffffffff80029ff0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x778> -ffffffff80007cf2: 48 89 95 10 ff ff ff mov %rdx,-0xf0(%rbp) -ffffffff80007cf9: 48 89 8d 18 ff ff ff mov %rcx,-0xe8(%rbp) -ffffffff80007d00: 48 8d 4f 1a lea 0x1a(%rdi),%rcx -ffffffff80007d04: 48 89 95 20 ff ff ff mov %rdx,-0xe0(%rbp) -ffffffff80007d0b: 48 89 8d 28 ff ff ff mov %rcx,-0xd8(%rbp) -ffffffff80007d12: 48 8d 4f 1c lea 0x1c(%rdi),%rcx -ffffffff80007d16: 48 89 95 30 ff ff ff mov %rdx,-0xd0(%rbp) -ffffffff80007d1d: 48 89 8d 38 ff ff ff mov %rcx,-0xc8(%rbp) -ffffffff80007d24: 48 8d 4f 1e lea 0x1e(%rdi),%rcx -ffffffff80007d28: 48 89 95 40 ff ff ff mov %rdx,-0xc0(%rbp) -ffffffff80007d2f: 48 89 8d 48 ff ff ff mov %rcx,-0xb8(%rbp) -ffffffff80007d36: 48 8d 4f 20 lea 0x20(%rdi),%rcx -ffffffff80007d3a: 48 89 95 50 ff ff ff mov %rdx,-0xb0(%rbp) -ffffffff80007d41: 48 89 8d 58 ff ff ff mov %rcx,-0xa8(%rbp) -ffffffff80007d48: 48 8d 4f 24 lea 0x24(%rdi),%rcx -ffffffff80007d4c: 48 89 95 60 ff ff ff mov %rdx,-0xa0(%rbp) -ffffffff80007d53: 48 89 8d 68 ff ff ff mov %rcx,-0x98(%rbp) -ffffffff80007d5a: 48 89 b5 70 ff ff ff mov %rsi,-0x90(%rbp) -ffffffff80007d61: 48 8d 4f 28 lea 0x28(%rdi),%rcx -ffffffff80007d65: 48 89 8d 78 ff ff ff mov %rcx,-0x88(%rbp) -ffffffff80007d6c: 48 8d 4f 30 lea 0x30(%rdi),%rcx -ffffffff80007d70: 48 89 55 80 mov %rdx,-0x80(%rbp) -ffffffff80007d74: 48 8d 57 38 lea 0x38(%rdi),%rdx -ffffffff80007d78: 48 89 4d 88 mov %rcx,-0x78(%rbp) -ffffffff80007d7c: 48 8d 0d fd 24 02 00 lea 0x224fd(%rip),%rcx # ffffffff8002a280 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xa08> -ffffffff80007d83: 48 89 4d 90 mov %rcx,-0x70(%rbp) -ffffffff80007d87: 48 89 55 98 mov %rdx,-0x68(%rbp) -ffffffff80007d8b: 48 8d 57 40 lea 0x40(%rdi),%rdx -ffffffff80007d8f: 48 89 4d a0 mov %rcx,-0x60(%rbp) -ffffffff80007d93: 48 89 55 a8 mov %rdx,-0x58(%rbp) -ffffffff80007d97: 48 8d 57 48 lea 0x48(%rdi),%rdx -ffffffff80007d9b: 48 89 4d b0 mov %rcx,-0x50(%rbp) -ffffffff80007d9f: 48 89 55 b8 mov %rdx,-0x48(%rbp) -ffffffff80007da3: 48 8d 57 50 lea 0x50(%rdi),%rdx -ffffffff80007da7: 48 89 4d c0 mov %rcx,-0x40(%rbp) -ffffffff80007dab: 48 89 55 c8 mov %rdx,-0x38(%rbp) -ffffffff80007daf: 48 8d 57 58 lea 0x58(%rdi),%rdx -ffffffff80007db3: 48 89 4d d0 mov %rcx,-0x30(%rbp) -ffffffff80007db7: 48 89 55 d8 mov %rdx,-0x28(%rbp) -ffffffff80007dbb: 48 89 4d e0 mov %rcx,-0x20(%rbp) -ffffffff80007dbf: 48 8d 4d f8 lea -0x8(%rbp),%rcx -ffffffff80007dc3: 48 89 4d e8 mov %rcx,-0x18(%rbp) -ffffffff80007dc7: 48 8d 0d d2 24 02 00 lea 0x224d2(%rip),%rcx # ffffffff8002a2a0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xa28> -ffffffff80007dce: 48 89 4d f0 mov %rcx,-0x10(%rbp) -ffffffff80007dd2: 48 c7 04 24 15 00 00 movq $0x15,(%rsp) -ffffffff80007dd9: 00 -ffffffff80007dda: 48 8d 35 5b c8 01 00 lea 0x1c85b(%rip),%rsi # ffffffff8002463c -ffffffff80007de1: 48 8d 0d 28 23 02 00 lea 0x22328(%rip),%rcx # ffffffff8002a110 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x898> -ffffffff80007de8: 4c 8d 8d a8 fe ff ff lea -0x158(%rbp),%r9 -ffffffff80007def: ba 12 00 00 00 mov $0x12,%edx -ffffffff80007df4: 41 b8 15 00 00 00 mov $0x15,%r8d -ffffffff80007dfa: 48 89 c7 mov %rax,%rdi -ffffffff80007dfd: e8 6e 6f 01 00 call ffffffff8001ed70 <_ZN4core3fmt9Formatter26debug_struct_fields_finish17h942aabec9feff6caE> -ffffffff80007e02: 48 81 c4 60 01 00 00 add $0x160,%rsp -ffffffff80007e09: 5d pop %rbp -ffffffff80007e0a: c3 ret -ffffffff80007e0b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) - -ffffffff80007e10 <_ZN45_$LT$$LP$$RP$$u20$as$u20$core..fmt..Debug$GT$3fmt17h0b2a0f15a80f7e72E>: -ffffffff80007e10: 55 push %rbp -ffffffff80007e11: 48 89 e5 mov %rsp,%rbp -ffffffff80007e14: 48 89 f7 mov %rsi,%rdi -ffffffff80007e17: 48 8d 35 1a c9 01 00 lea 0x1c91a(%rip),%rsi # ffffffff80024738 -ffffffff80007e1e: ba 02 00 00 00 mov $0x2,%edx -ffffffff80007e23: 5d pop %rbp -ffffffff80007e24: e9 67 67 01 00 jmp ffffffff8001e590 <_ZN4core3fmt9Formatter3pad17hfec64c705344ef8cE> -ffffffff80007e29: 0f 1f 80 00 00 00 00 nopl 0x0(%rax) - -ffffffff80007e30 <_ZN4core3fmt3num52_$LT$impl$u20$core..fmt..Debug$u20$for$u20$usize$GT$3fmt17hbe831d11aaa2bd69E>: -ffffffff80007e30: 55 push %rbp -ffffffff80007e31: 48 89 e5 mov %rsp,%rbp -ffffffff80007e34: 8b 46 34 mov 0x34(%rsi),%eax -ffffffff80007e37: a8 10 test $0x10,%al -ffffffff80007e39: 75 0a jne ffffffff80007e45 <_ZN4core3fmt3num52_$LT$impl$u20$core..fmt..Debug$u20$for$u20$usize$GT$3fmt17hbe831d11aaa2bd69E+0x15> -ffffffff80007e3b: a8 20 test $0x20,%al -ffffffff80007e3d: 75 0c jne ffffffff80007e4b <_ZN4core3fmt3num52_$LT$impl$u20$core..fmt..Debug$u20$for$u20$usize$GT$3fmt17hbe831d11aaa2bd69E+0x1b> -ffffffff80007e3f: 5d pop %rbp -ffffffff80007e40: e9 8b a3 01 00 jmp ffffffff800221d0 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u64$GT$3fmt17hb9efc93793ab2de5E> -ffffffff80007e45: 5d pop %rbp -ffffffff80007e46: e9 b5 5e 01 00 jmp ffffffff8001dd00 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..LowerHex$u20$for$u20$i64$GT$3fmt17h8be0ad20e8af3692E> -ffffffff80007e4b: 5d pop %rbp -ffffffff80007e4c: e9 4f 5f 01 00 jmp ffffffff8001dda0 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..UpperHex$u20$for$u20$i64$GT$3fmt17hb815251c2be6fbeaE> -ffffffff80007e51: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff80007e58: 00 00 00 -ffffffff80007e5b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) - -ffffffff80007e60 <_ZN4core3ptr26drop_in_place$LT$usize$GT$17h6868f6a3975bf9beE>: -ffffffff80007e60: 55 push %rbp -ffffffff80007e61: 48 89 e5 mov %rsp,%rbp -ffffffff80007e64: 5d pop %rbp -ffffffff80007e65: c3 ret -ffffffff80007e66: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff80007e6d: 00 00 00 - -ffffffff80007e70 <_ZN4core3ptr29drop_in_place$LT$$LP$$RP$$GT$17h7a462deaa822de2dE>: -ffffffff80007e70: 55 push %rbp -ffffffff80007e71: 48 89 e5 mov %rsp,%rbp -ffffffff80007e74: 5d pop %rbp -ffffffff80007e75: c3 ret -ffffffff80007e76: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff80007e7d: 00 00 00 - -ffffffff80007e80 <_ZN4core3str7pattern14TwoWaySearcher4next17h7739ea5145af1493E>: -ffffffff80007e80: 55 push %rbp -ffffffff80007e81: 48 89 e5 mov %rsp,%rbp -ffffffff80007e84: 41 57 push %r15 -ffffffff80007e86: 41 56 push %r14 -ffffffff80007e88: 41 55 push %r13 -ffffffff80007e8a: 41 54 push %r12 -ffffffff80007e8c: 53 push %rbx -ffffffff80007e8d: 48 83 ec 28 sub $0x28,%rsp -ffffffff80007e91: 48 89 f8 mov %rdi,%rax -ffffffff80007e94: 48 8b 7e 20 mov 0x20(%rsi),%rdi -ffffffff80007e98: 4e 8d 14 0f lea (%rdi,%r9,1),%r10 -ffffffff80007e9c: 49 ff ca dec %r10 -ffffffff80007e9f: 49 39 ca cmp %rcx,%r10 -ffffffff80007ea2: 0f 83 ac 01 00 00 jae ffffffff80008054 <_ZN4core3str7pattern14TwoWaySearcher4next17h7739ea5145af1493E+0x1d4> -ffffffff80007ea8: 4d 8d 59 ff lea -0x1(%r9),%r11 -ffffffff80007eac: 4c 89 5d d0 mov %r11,-0x30(%rbp) -ffffffff80007eb0: 4c 8b 7e 18 mov 0x18(%rsi),%r15 -ffffffff80007eb4: 4c 8b 2e mov (%rsi),%r13 -ffffffff80007eb7: 4c 8b 5e 10 mov 0x10(%rsi),%r11 -ffffffff80007ebb: 80 7d 10 00 cmpb $0x0,0x10(%rbp) -ffffffff80007ebf: 4c 89 5d c8 mov %r11,-0x38(%rbp) -ffffffff80007ec3: 74 7b je ffffffff80007f40 <_ZN4core3str7pattern14TwoWaySearcher4next17h7739ea5145af1493E+0xc0> -ffffffff80007ec5: 49 8d 5d ff lea -0x1(%r13),%rbx -ffffffff80007ec9: 4d 39 cd cmp %r9,%r13 -ffffffff80007ecc: 0f 82 a1 01 00 00 jb ffffffff80008073 <_ZN4core3str7pattern14TwoWaySearcher4next17h7739ea5145af1493E+0x1f3> -ffffffff80007ed2: 46 0f b6 14 12 movzbl (%rdx,%r10,1),%r10d -ffffffff80007ed7: 4d 0f a3 d7 bt %r10,%r15 -ffffffff80007edb: 73 4b jae ffffffff80007f28 <_ZN4core3str7pattern14TwoWaySearcher4next17h7739ea5145af1493E+0xa8> -ffffffff80007edd: 4c 8d 24 3a lea (%rdx,%rdi,1),%r12 -ffffffff80007ee1: 49 89 da mov %rbx,%r10 -ffffffff80007ee4: 66 66 66 2e 0f 1f 84 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff80007eeb: 00 00 00 00 00 -ffffffff80007ef0: 49 83 fa ff cmp $0xffffffffffffffff,%r10 -ffffffff80007ef4: 0f 84 01 02 00 00 je ffffffff800080fb <_ZN4core3str7pattern14TwoWaySearcher4next17h7739ea5145af1493E+0x27b> -ffffffff80007efa: 4c 39 cb cmp %r9,%rbx -ffffffff80007efd: 0f 83 2e 02 00 00 jae ffffffff80008131 <_ZN4core3str7pattern14TwoWaySearcher4next17h7739ea5145af1493E+0x2b1> -ffffffff80007f03: 4e 8d 1c 17 lea (%rdi,%r10,1),%r11 -ffffffff80007f07: 49 39 cb cmp %rcx,%r11 -ffffffff80007f0a: 0f 83 35 02 00 00 jae ffffffff80008145 <_ZN4core3str7pattern14TwoWaySearcher4next17h7739ea5145af1493E+0x2c5> -ffffffff80007f10: 47 0f b6 1c 10 movzbl (%r8,%r10,1),%r11d -ffffffff80007f15: 4d 8d 72 ff lea -0x1(%r10),%r14 -ffffffff80007f19: 47 3a 1c 14 cmp (%r12,%r10,1),%r11b -ffffffff80007f1d: 4d 89 f2 mov %r14,%r10 -ffffffff80007f20: 74 ce je ffffffff80007ef0 <_ZN4core3str7pattern14TwoWaySearcher4next17h7739ea5145af1493E+0x70> -ffffffff80007f22: 48 03 7d c8 add -0x38(%rbp),%rdi -ffffffff80007f26: eb 07 jmp ffffffff80007f2f <_ZN4core3str7pattern14TwoWaySearcher4next17h7739ea5145af1493E+0xaf> -ffffffff80007f28: 4c 01 cf add %r9,%rdi -ffffffff80007f2b: 48 89 7e 20 mov %rdi,0x20(%rsi) -ffffffff80007f2f: 4c 8b 55 d0 mov -0x30(%rbp),%r10 -ffffffff80007f33: 49 01 fa add %rdi,%r10 -ffffffff80007f36: 49 39 ca cmp %rcx,%r10 -ffffffff80007f39: 72 97 jb ffffffff80007ed2 <_ZN4core3str7pattern14TwoWaySearcher4next17h7739ea5145af1493E+0x52> -ffffffff80007f3b: e9 14 01 00 00 jmp ffffffff80008054 <_ZN4core3str7pattern14TwoWaySearcher4next17h7739ea5145af1493E+0x1d4> -ffffffff80007f40: 4c 89 cb mov %r9,%rbx -ffffffff80007f43: 4c 29 db sub %r11,%rbx -ffffffff80007f46: 48 89 5d b8 mov %rbx,-0x48(%rbp) -ffffffff80007f4a: 48 8b 5e 30 mov 0x30(%rsi),%rbx -ffffffff80007f4e: 41 bb 01 00 00 00 mov $0x1,%r11d -ffffffff80007f54: 4d 29 eb sub %r13,%r11 -ffffffff80007f57: 4c 89 5d c0 mov %r11,-0x40(%rbp) -ffffffff80007f5b: 46 0f b6 14 12 movzbl (%rdx,%r10,1),%r10d -ffffffff80007f60: 4d 0f a3 d7 bt %r10,%r15 -ffffffff80007f64: 72 4f jb ffffffff80007fb5 <_ZN4core3str7pattern14TwoWaySearcher4next17h7739ea5145af1493E+0x135> -ffffffff80007f66: 4c 01 cf add %r9,%rdi -ffffffff80007f69: 48 c7 46 30 00 00 00 movq $0x0,0x30(%rsi) -ffffffff80007f70: 00 -ffffffff80007f71: 4c 8b 55 d0 mov -0x30(%rbp),%r10 -ffffffff80007f75: 49 01 fa add %rdi,%r10 -ffffffff80007f78: 49 39 ca cmp %rcx,%r10 -ffffffff80007f7b: 0f 83 d3 00 00 00 jae ffffffff80008054 <_ZN4core3str7pattern14TwoWaySearcher4next17h7739ea5145af1493E+0x1d4> -ffffffff80007f81: 66 66 66 66 66 66 2e data16 data16 data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff80007f88: 0f 1f 84 00 00 00 00 -ffffffff80007f8f: 00 -ffffffff80007f90: 46 0f b6 1c 12 movzbl (%rdx,%r10,1),%r11d -ffffffff80007f95: 4d 0f a3 df bt %r11,%r15 -ffffffff80007f99: 72 18 jb ffffffff80007fb3 <_ZN4core3str7pattern14TwoWaySearcher4next17h7739ea5145af1493E+0x133> -ffffffff80007f9b: 4c 01 cf add %r9,%rdi -ffffffff80007f9e: 48 c7 46 30 00 00 00 movq $0x0,0x30(%rsi) -ffffffff80007fa5: 00 -ffffffff80007fa6: 4d 01 ca add %r9,%r10 -ffffffff80007fa9: 49 39 ca cmp %rcx,%r10 -ffffffff80007fac: 72 e2 jb ffffffff80007f90 <_ZN4core3str7pattern14TwoWaySearcher4next17h7739ea5145af1493E+0x110> -ffffffff80007fae: e9 a1 00 00 00 jmp ffffffff80008054 <_ZN4core3str7pattern14TwoWaySearcher4next17h7739ea5145af1493E+0x1d4> -ffffffff80007fb3: 31 db xor %ebx,%ebx -ffffffff80007fb5: 49 39 dd cmp %rbx,%r13 -ffffffff80007fb8: 49 89 da mov %rbx,%r10 -ffffffff80007fbb: 4d 0f 47 d5 cmova %r13,%r10 -ffffffff80007fbf: 4d 39 ca cmp %r9,%r10 -ffffffff80007fc2: 73 2c jae ffffffff80007ff0 <_ZN4core3str7pattern14TwoWaySearcher4next17h7739ea5145af1493E+0x170> -ffffffff80007fc4: 4c 8d 34 3a lea (%rdx,%rdi,1),%r14 -ffffffff80007fc8: 4d 89 d3 mov %r10,%r11 -ffffffff80007fcb: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) -ffffffff80007fd0: 4e 8d 24 1f lea (%rdi,%r11,1),%r12 -ffffffff80007fd4: 49 39 cc cmp %rcx,%r12 -ffffffff80007fd7: 0f 83 7f 01 00 00 jae ffffffff8000815c <_ZN4core3str7pattern14TwoWaySearcher4next17h7739ea5145af1493E+0x2dc> -ffffffff80007fdd: 47 0f b6 24 18 movzbl (%r8,%r11,1),%r12d -ffffffff80007fe2: 47 3a 24 1e cmp (%r14,%r11,1),%r12b -ffffffff80007fe6: 75 4f jne ffffffff80008037 <_ZN4core3str7pattern14TwoWaySearcher4next17h7739ea5145af1493E+0x1b7> -ffffffff80007fe8: 49 ff c3 inc %r11 -ffffffff80007feb: 4d 39 d9 cmp %r11,%r9 -ffffffff80007fee: 75 e0 jne ffffffff80007fd0 <_ZN4core3str7pattern14TwoWaySearcher4next17h7739ea5145af1493E+0x150> -ffffffff80007ff0: 4d 89 ea mov %r13,%r10 -ffffffff80007ff3: 66 66 66 66 2e 0f 1f data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff80007ffa: 84 00 00 00 00 00 -ffffffff80008000: 4c 39 d3 cmp %r10,%rbx -ffffffff80008003: 0f 83 f2 00 00 00 jae ffffffff800080fb <_ZN4core3str7pattern14TwoWaySearcher4next17h7739ea5145af1493E+0x27b> -ffffffff80008009: 49 ff ca dec %r10 -ffffffff8000800c: 4d 39 ca cmp %r9,%r10 -ffffffff8000800f: 0f 83 1c 01 00 00 jae ffffffff80008131 <_ZN4core3str7pattern14TwoWaySearcher4next17h7739ea5145af1493E+0x2b1> -ffffffff80008015: 4d 8d 1c 3a lea (%r10,%rdi,1),%r11 -ffffffff80008019: 49 39 cb cmp %rcx,%r11 -ffffffff8000801c: 0f 83 23 01 00 00 jae ffffffff80008145 <_ZN4core3str7pattern14TwoWaySearcher4next17h7739ea5145af1493E+0x2c5> -ffffffff80008022: 47 0f b6 34 10 movzbl (%r8,%r10,1),%r14d -ffffffff80008027: 46 3a 34 1a cmp (%rdx,%r11,1),%r14b -ffffffff8000802b: 74 d3 je ffffffff80008000 <_ZN4core3str7pattern14TwoWaySearcher4next17h7739ea5145af1493E+0x180> -ffffffff8000802d: 48 03 7d c8 add -0x38(%rbp),%rdi -ffffffff80008031: 48 8b 5d b8 mov -0x48(%rbp),%rbx -ffffffff80008035: eb 09 jmp ffffffff80008040 <_ZN4core3str7pattern14TwoWaySearcher4next17h7739ea5145af1493E+0x1c0> -ffffffff80008037: 48 03 7d c0 add -0x40(%rbp),%rdi -ffffffff8000803b: 4c 01 df add %r11,%rdi -ffffffff8000803e: 31 db xor %ebx,%ebx -ffffffff80008040: 48 89 5e 30 mov %rbx,0x30(%rsi) -ffffffff80008044: 4c 8b 55 d0 mov -0x30(%rbp),%r10 -ffffffff80008048: 49 01 fa add %rdi,%r10 -ffffffff8000804b: 49 39 ca cmp %rcx,%r10 -ffffffff8000804e: 0f 82 07 ff ff ff jb ffffffff80007f5b <_ZN4core3str7pattern14TwoWaySearcher4next17h7739ea5145af1493E+0xdb> -ffffffff80008054: 48 89 4e 20 mov %rcx,0x20(%rsi) -ffffffff80008058: 31 c9 xor %ecx,%ecx -ffffffff8000805a: e9 c0 00 00 00 jmp ffffffff8000811f <_ZN4core3str7pattern14TwoWaySearcher4next17h7739ea5145af1493E+0x29f> -ffffffff8000805f: 90 nop -ffffffff80008060: 4c 01 cf add %r9,%rdi -ffffffff80008063: 48 89 7e 20 mov %rdi,0x20(%rsi) -ffffffff80008067: 4c 8b 55 d0 mov -0x30(%rbp),%r10 -ffffffff8000806b: 49 01 fa add %rdi,%r10 -ffffffff8000806e: 49 39 ca cmp %rcx,%r10 -ffffffff80008071: 73 e1 jae ffffffff80008054 <_ZN4core3str7pattern14TwoWaySearcher4next17h7739ea5145af1493E+0x1d4> -ffffffff80008073: 46 0f b6 14 12 movzbl (%rdx,%r10,1),%r10d -ffffffff80008078: 4d 0f a3 d7 bt %r10,%r15 -ffffffff8000807c: 73 e2 jae ffffffff80008060 <_ZN4core3str7pattern14TwoWaySearcher4next17h7739ea5145af1493E+0x1e0> -ffffffff8000807e: 49 89 fa mov %rdi,%r10 -ffffffff80008081: 49 f7 d2 not %r10 -ffffffff80008084: 4c 8d 24 3a lea (%rdx,%rdi,1),%r12 -ffffffff80008088: 4d 89 eb mov %r13,%r11 -ffffffff8000808b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) -ffffffff80008090: 4e 8d 34 1f lea (%rdi,%r11,1),%r14 -ffffffff80008094: 49 39 ce cmp %rcx,%r14 -ffffffff80008097: 0f 83 bc 00 00 00 jae ffffffff80008159 <_ZN4core3str7pattern14TwoWaySearcher4next17h7739ea5145af1493E+0x2d9> -ffffffff8000809d: 47 0f b6 34 18 movzbl (%r8,%r11,1),%r14d -ffffffff800080a2: 47 3a 34 1c cmp (%r12,%r11,1),%r14b -ffffffff800080a6: 75 48 jne ffffffff800080f0 <_ZN4core3str7pattern14TwoWaySearcher4next17h7739ea5145af1493E+0x270> -ffffffff800080a8: 49 ff c3 inc %r11 -ffffffff800080ab: 49 ff ca dec %r10 -ffffffff800080ae: 4d 39 d9 cmp %r11,%r9 -ffffffff800080b1: 75 dd jne ffffffff80008090 <_ZN4core3str7pattern14TwoWaySearcher4next17h7739ea5145af1493E+0x210> -ffffffff800080b3: 49 89 da mov %rbx,%r10 -ffffffff800080b6: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff800080bd: 00 00 00 -ffffffff800080c0: 49 83 fa ff cmp $0xffffffffffffffff,%r10 -ffffffff800080c4: 74 35 je ffffffff800080fb <_ZN4core3str7pattern14TwoWaySearcher4next17h7739ea5145af1493E+0x27b> -ffffffff800080c6: 4c 39 cb cmp %r9,%rbx -ffffffff800080c9: 73 66 jae ffffffff80008131 <_ZN4core3str7pattern14TwoWaySearcher4next17h7739ea5145af1493E+0x2b1> -ffffffff800080cb: 4e 8d 1c 17 lea (%rdi,%r10,1),%r11 -ffffffff800080cf: 49 39 cb cmp %rcx,%r11 -ffffffff800080d2: 73 71 jae ffffffff80008145 <_ZN4core3str7pattern14TwoWaySearcher4next17h7739ea5145af1493E+0x2c5> -ffffffff800080d4: 47 0f b6 1c 10 movzbl (%r8,%r10,1),%r11d -ffffffff800080d9: 4d 8d 72 ff lea -0x1(%r10),%r14 -ffffffff800080dd: 47 3a 1c 14 cmp (%r12,%r10,1),%r11b -ffffffff800080e1: 4d 89 f2 mov %r14,%r10 -ffffffff800080e4: 74 da je ffffffff800080c0 <_ZN4core3str7pattern14TwoWaySearcher4next17h7739ea5145af1493E+0x240> -ffffffff800080e6: 48 03 7d c8 add -0x38(%rbp),%rdi -ffffffff800080ea: e9 78 ff ff ff jmp ffffffff80008067 <_ZN4core3str7pattern14TwoWaySearcher4next17h7739ea5145af1493E+0x1e7> -ffffffff800080ef: 90 nop -ffffffff800080f0: 49 f7 da neg %r10 -ffffffff800080f3: 4c 89 d7 mov %r10,%rdi -ffffffff800080f6: e9 6c ff ff ff jmp ffffffff80008067 <_ZN4core3str7pattern14TwoWaySearcher4next17h7739ea5145af1493E+0x1e7> -ffffffff800080fb: 0f b6 4d 10 movzbl 0x10(%rbp),%ecx -ffffffff800080ff: 49 01 f9 add %rdi,%r9 -ffffffff80008102: 4c 89 4e 20 mov %r9,0x20(%rsi) -ffffffff80008106: 84 c9 test %cl,%cl -ffffffff80008108: 75 08 jne ffffffff80008112 <_ZN4core3str7pattern14TwoWaySearcher4next17h7739ea5145af1493E+0x292> -ffffffff8000810a: 48 c7 46 30 00 00 00 movq $0x0,0x30(%rsi) -ffffffff80008111: 00 -ffffffff80008112: 48 89 78 08 mov %rdi,0x8(%rax) -ffffffff80008116: 4c 89 48 10 mov %r9,0x10(%rax) -ffffffff8000811a: b9 01 00 00 00 mov $0x1,%ecx -ffffffff8000811f: 48 89 08 mov %rcx,(%rax) -ffffffff80008122: 48 83 c4 28 add $0x28,%rsp -ffffffff80008126: 5b pop %rbx -ffffffff80008127: 41 5c pop %r12 -ffffffff80008129: 41 5d pop %r13 -ffffffff8000812b: 41 5e pop %r14 -ffffffff8000812d: 41 5f pop %r15 -ffffffff8000812f: 5d pop %rbp -ffffffff80008130: c3 ret -ffffffff80008131: 48 8d 15 88 21 02 00 lea 0x22188(%rip),%rdx # ffffffff8002a2c0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xa48> -ffffffff80008138: 4c 89 d7 mov %r10,%rdi -ffffffff8000813b: 4c 89 ce mov %r9,%rsi -ffffffff8000813e: e8 ad 96 01 00 call ffffffff800217f0 <_ZN4core9panicking18panic_bounds_check17h0aa7386a620f3834E> -ffffffff80008143: 0f 0b ud2 -ffffffff80008145: 48 8d 15 8c 21 02 00 lea 0x2218c(%rip),%rdx # ffffffff8002a2d8 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xa60> -ffffffff8000814c: 4c 89 df mov %r11,%rdi -ffffffff8000814f: 48 89 ce mov %rcx,%rsi -ffffffff80008152: e8 99 96 01 00 call ffffffff800217f0 <_ZN4core9panicking18panic_bounds_check17h0aa7386a620f3834E> -ffffffff80008157: 0f 0b ud2 -ffffffff80008159: 4d 89 ea mov %r13,%r10 -ffffffff8000815c: 4c 01 d7 add %r10,%rdi -ffffffff8000815f: 48 39 f9 cmp %rdi,%rcx -ffffffff80008162: 48 0f 47 f9 cmova %rcx,%rdi -ffffffff80008166: 48 8d 15 83 21 02 00 lea 0x22183(%rip),%rdx # ffffffff8002a2f0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xa78> -ffffffff8000816d: 48 89 ce mov %rcx,%rsi -ffffffff80008170: e8 7b 96 01 00 call ffffffff800217f0 <_ZN4core9panicking18panic_bounds_check17h0aa7386a620f3834E> -ffffffff80008175: 0f 0b ud2 -ffffffff80008177: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1) -ffffffff8000817e: 00 00 - -ffffffff80008180 <_ZN55_$LT$$RF$str$u20$as$u20$core..str..pattern..Pattern$GT$15is_contained_in17haaaae27a71f5bc04E>: -ffffffff80008180: 55 push %rbp -ffffffff80008181: 48 89 e5 mov %rsp,%rbp -ffffffff80008184: 48 81 ec 90 00 00 00 sub $0x90,%rsp -ffffffff8000818b: 48 85 f6 test %rsi,%rsi -ffffffff8000818e: 74 4e je ffffffff800081de <_ZN55_$LT$$RF$str$u20$as$u20$core..str..pattern..Pattern$GT$15is_contained_in17haaaae27a71f5bc04E+0x5e> -ffffffff80008190: 49 89 f0 mov %rsi,%r8 -ffffffff80008193: 48 89 f8 mov %rdi,%rax -ffffffff80008196: 48 39 ce cmp %rcx,%rsi -ffffffff80008199: 73 4e jae ffffffff800081e9 <_ZN55_$LT$$RF$str$u20$as$u20$core..str..pattern..Pattern$GT$15is_contained_in17haaaae27a71f5bc04E+0x69> -ffffffff8000819b: 49 83 f8 01 cmp $0x1,%r8 -ffffffff8000819f: 75 66 jne ffffffff80008207 <_ZN55_$LT$$RF$str$u20$as$u20$core..str..pattern..Pattern$GT$15is_contained_in17haaaae27a71f5bc04E+0x87> -ffffffff800081a1: 0f b6 30 movzbl (%rax),%esi -ffffffff800081a4: 48 83 f9 0f cmp $0xf,%rcx -ffffffff800081a8: 0f 87 a1 00 00 00 ja ffffffff8000824f <_ZN55_$LT$$RF$str$u20$as$u20$core..str..pattern..Pattern$GT$15is_contained_in17haaaae27a71f5bc04E+0xcf> -ffffffff800081ae: 48 ff c9 dec %rcx -ffffffff800081b1: 31 ff xor %edi,%edi -ffffffff800081b3: 66 66 66 66 2e 0f 1f data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff800081ba: 84 00 00 00 00 00 -ffffffff800081c0: 40 38 34 3a cmp %sil,(%rdx,%rdi,1) -ffffffff800081c4: 0f 94 c0 sete %al -ffffffff800081c7: 74 0c je ffffffff800081d5 <_ZN55_$LT$$RF$str$u20$as$u20$core..str..pattern..Pattern$GT$15is_contained_in17haaaae27a71f5bc04E+0x55> -ffffffff800081c9: 4c 8d 47 01 lea 0x1(%rdi),%r8 -ffffffff800081cd: 48 39 f9 cmp %rdi,%rcx -ffffffff800081d0: 4c 89 c7 mov %r8,%rdi -ffffffff800081d3: 75 eb jne ffffffff800081c0 <_ZN55_$LT$$RF$str$u20$as$u20$core..str..pattern..Pattern$GT$15is_contained_in17haaaae27a71f5bc04E+0x40> -ffffffff800081d5: 48 81 c4 90 00 00 00 add $0x90,%rsp -ffffffff800081dc: 5d pop %rbp -ffffffff800081dd: c3 ret -ffffffff800081de: b0 01 mov $0x1,%al -ffffffff800081e0: 48 81 c4 90 00 00 00 add $0x90,%rsp -ffffffff800081e7: 5d pop %rbp -ffffffff800081e8: c3 ret -ffffffff800081e9: 75 59 jne ffffffff80008244 <_ZN55_$LT$$RF$str$u20$as$u20$core..str..pattern..Pattern$GT$15is_contained_in17haaaae27a71f5bc04E+0xc4> -ffffffff800081eb: 48 89 c7 mov %rax,%rdi -ffffffff800081ee: 48 89 d6 mov %rdx,%rsi -ffffffff800081f1: 4c 89 c2 mov %r8,%rdx -ffffffff800081f4: e8 a7 a4 01 00 call ffffffff800226a0 -ffffffff800081f9: 85 c0 test %eax,%eax -ffffffff800081fb: 0f 94 c0 sete %al -ffffffff800081fe: 48 81 c4 90 00 00 00 add $0x90,%rsp -ffffffff80008205: 5d pop %rbp -ffffffff80008206: c3 ret -ffffffff80008207: 48 8d 7d 80 lea -0x80(%rbp),%rdi -ffffffff8000820b: 48 89 d6 mov %rdx,%rsi -ffffffff8000820e: 48 89 ca mov %rcx,%rdx -ffffffff80008211: 48 89 c1 mov %rax,%rcx -ffffffff80008214: e8 07 8b 01 00 call ffffffff80020d20 <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE> -ffffffff80008219: 48 83 7d 80 00 cmpq $0x0,-0x80(%rbp) -ffffffff8000821e: 74 4e je ffffffff8000826e <_ZN55_$LT$$RF$str$u20$as$u20$core..str..pattern..Pattern$GT$15is_contained_in17haaaae27a71f5bc04E+0xee> -ffffffff80008220: 48 8d 75 88 lea -0x78(%rbp),%rsi -ffffffff80008224: 48 83 7d b8 ff cmpq $0xffffffffffffffff,-0x48(%rbp) -ffffffff80008229: 48 8b 55 c8 mov -0x38(%rbp),%rdx -ffffffff8000822d: 48 8b 4d d0 mov -0x30(%rbp),%rcx -ffffffff80008231: 4c 8b 45 d8 mov -0x28(%rbp),%r8 -ffffffff80008235: 4c 8b 4d e0 mov -0x20(%rbp),%r9 -ffffffff80008239: 74 41 je ffffffff8000827c <_ZN55_$LT$$RF$str$u20$as$u20$core..str..pattern..Pattern$GT$15is_contained_in17haaaae27a71f5bc04E+0xfc> -ffffffff8000823b: c7 04 24 00 00 00 00 movl $0x0,(%rsp) -ffffffff80008242: eb 3f jmp ffffffff80008283 <_ZN55_$LT$$RF$str$u20$as$u20$core..str..pattern..Pattern$GT$15is_contained_in17haaaae27a71f5bc04E+0x103> -ffffffff80008244: 31 c0 xor %eax,%eax -ffffffff80008246: 48 81 c4 90 00 00 00 add $0x90,%rsp -ffffffff8000824d: 5d pop %rbp -ffffffff8000824e: c3 ret -ffffffff8000824f: 40 0f b6 fe movzbl %sil,%edi -ffffffff80008253: 48 89 d6 mov %rdx,%rsi -ffffffff80008256: 48 89 ca mov %rcx,%rdx -ffffffff80008259: e8 62 79 01 00 call ffffffff8001fbc0 <_ZN4core5slice6memchr14memchr_aligned17h6dc6b58677b23db7E> -ffffffff8000825e: 48 83 f8 01 cmp $0x1,%rax -ffffffff80008262: 0f 94 c0 sete %al -ffffffff80008265: 48 81 c4 90 00 00 00 add $0x90,%rsp -ffffffff8000826c: 5d pop %rbp -ffffffff8000826d: c3 ret -ffffffff8000826e: 80 7d 9a 00 cmpb $0x0,-0x66(%rbp) -ffffffff80008272: 74 29 je ffffffff8000829d <_ZN55_$LT$$RF$str$u20$as$u20$core..str..pattern..Pattern$GT$15is_contained_in17haaaae27a71f5bc04E+0x11d> -ffffffff80008274: 31 c0 xor %eax,%eax -ffffffff80008276: 48 89 45 e8 mov %rax,-0x18(%rbp) -ffffffff8000827a: eb 10 jmp ffffffff8000828c <_ZN55_$LT$$RF$str$u20$as$u20$core..str..pattern..Pattern$GT$15is_contained_in17haaaae27a71f5bc04E+0x10c> -ffffffff8000827c: c7 04 24 01 00 00 00 movl $0x1,(%rsp) -ffffffff80008283: 48 8d 7d e8 lea -0x18(%rbp),%rdi -ffffffff80008287: e8 f4 fb ff ff call ffffffff80007e80 <_ZN4core3str7pattern14TwoWaySearcher4next17h7739ea5145af1493E> -ffffffff8000828c: 48 83 7d e8 00 cmpq $0x0,-0x18(%rbp) -ffffffff80008291: 0f 95 c0 setne %al -ffffffff80008294: 48 81 c4 90 00 00 00 add $0x90,%rsp -ffffffff8000829b: 5d pop %rbp -ffffffff8000829c: c3 ret -ffffffff8000829d: 48 8b 55 88 mov -0x78(%rbp),%rdx -ffffffff800082a1: 48 8b 7d c8 mov -0x38(%rbp),%rdi -ffffffff800082a5: 48 8b 4d d0 mov -0x30(%rbp),%rcx -ffffffff800082a9: 0f b6 45 98 movzbl -0x68(%rbp),%eax -ffffffff800082ad: 48 89 ce mov %rcx,%rsi -ffffffff800082b0: 48 85 d2 test %rdx,%rdx -ffffffff800082b3: 74 19 je ffffffff800082ce <_ZN55_$LT$$RF$str$u20$as$u20$core..str..pattern..Pattern$GT$15is_contained_in17haaaae27a71f5bc04E+0x14e> -ffffffff800082b5: 48 89 ce mov %rcx,%rsi -ffffffff800082b8: 48 29 d6 sub %rdx,%rsi -ffffffff800082bb: 76 0b jbe ffffffff800082c8 <_ZN55_$LT$$RF$str$u20$as$u20$core..str..pattern..Pattern$GT$15is_contained_in17haaaae27a71f5bc04E+0x148> -ffffffff800082bd: 80 3c 17 c0 cmpb $0xc0,(%rdi,%rdx,1) -ffffffff800082c1: 7d 0b jge ffffffff800082ce <_ZN55_$LT$$RF$str$u20$as$u20$core..str..pattern..Pattern$GT$15is_contained_in17haaaae27a71f5bc04E+0x14e> -ffffffff800082c3: e9 eb 00 00 00 jmp ffffffff800083b3 <_ZN55_$LT$$RF$str$u20$as$u20$core..str..pattern..Pattern$GT$15is_contained_in17haaaae27a71f5bc04E+0x233> -ffffffff800082c8: 0f 85 e5 00 00 00 jne ffffffff800083b3 <_ZN55_$LT$$RF$str$u20$as$u20$core..str..pattern..Pattern$GT$15is_contained_in17haaaae27a71f5bc04E+0x233> -ffffffff800082ce: 48 85 f6 test %rsi,%rsi -ffffffff800082d1: 74 53 je ffffffff80008326 <_ZN55_$LT$$RF$str$u20$as$u20$core..str..pattern..Pattern$GT$15is_contained_in17haaaae27a71f5bc04E+0x1a6> -ffffffff800082d3: 0f b6 34 17 movzbl (%rdi,%rdx,1),%esi -ffffffff800082d7: 40 84 f6 test %sil,%sil -ffffffff800082da: 79 69 jns ffffffff80008345 <_ZN55_$LT$$RF$str$u20$as$u20$core..str..pattern..Pattern$GT$15is_contained_in17haaaae27a71f5bc04E+0x1c5> -ffffffff800082dc: 41 89 f0 mov %esi,%r8d -ffffffff800082df: 41 83 e0 1f and $0x1f,%r8d -ffffffff800082e3: 44 0f b6 54 17 01 movzbl 0x1(%rdi,%rdx,1),%r10d -ffffffff800082e9: 41 83 e2 3f and $0x3f,%r10d -ffffffff800082ed: 40 80 fe e0 cmp $0xe0,%sil -ffffffff800082f1: 72 3c jb ffffffff8000832f <_ZN55_$LT$$RF$str$u20$as$u20$core..str..pattern..Pattern$GT$15is_contained_in17haaaae27a71f5bc04E+0x1af> -ffffffff800082f3: 44 0f b6 4c 17 02 movzbl 0x2(%rdi,%rdx,1),%r9d -ffffffff800082f9: 41 c1 e2 06 shl $0x6,%r10d -ffffffff800082fd: 41 83 e1 3f and $0x3f,%r9d -ffffffff80008301: 45 09 d1 or %r10d,%r9d -ffffffff80008304: 40 80 fe f0 cmp $0xf0,%sil -ffffffff80008308: 72 31 jb ffffffff8000833b <_ZN55_$LT$$RF$str$u20$as$u20$core..str..pattern..Pattern$GT$15is_contained_in17haaaae27a71f5bc04E+0x1bb> -ffffffff8000830a: 0f b6 74 17 03 movzbl 0x3(%rdi,%rdx,1),%esi -ffffffff8000830f: 41 83 e0 07 and $0x7,%r8d -ffffffff80008313: 41 c1 e0 12 shl $0x12,%r8d -ffffffff80008317: 41 c1 e1 06 shl $0x6,%r9d -ffffffff8000831b: 83 e6 3f and $0x3f,%esi -ffffffff8000831e: 44 09 ce or %r9d,%esi -ffffffff80008321: 44 09 c6 or %r8d,%esi -ffffffff80008324: eb 1f jmp ffffffff80008345 <_ZN55_$LT$$RF$str$u20$as$u20$core..str..pattern..Pattern$GT$15is_contained_in17haaaae27a71f5bc04E+0x1c5> -ffffffff80008326: 84 c0 test %al,%al -ffffffff80008328: 75 1f jne ffffffff80008349 <_ZN55_$LT$$RF$str$u20$as$u20$core..str..pattern..Pattern$GT$15is_contained_in17haaaae27a71f5bc04E+0x1c9> -ffffffff8000832a: e9 45 ff ff ff jmp ffffffff80008274 <_ZN55_$LT$$RF$str$u20$as$u20$core..str..pattern..Pattern$GT$15is_contained_in17haaaae27a71f5bc04E+0xf4> -ffffffff8000832f: 41 c1 e0 06 shl $0x6,%r8d -ffffffff80008333: 45 09 d0 or %r10d,%r8d -ffffffff80008336: 44 89 c6 mov %r8d,%esi -ffffffff80008339: eb 0a jmp ffffffff80008345 <_ZN55_$LT$$RF$str$u20$as$u20$core..str..pattern..Pattern$GT$15is_contained_in17haaaae27a71f5bc04E+0x1c5> -ffffffff8000833b: 41 c1 e0 0c shl $0xc,%r8d -ffffffff8000833f: 45 09 c1 or %r8d,%r9d -ffffffff80008342: 44 89 ce mov %r9d,%esi -ffffffff80008345: 84 c0 test %al,%al -ffffffff80008347: 74 0e je ffffffff80008357 <_ZN55_$LT$$RF$str$u20$as$u20$core..str..pattern..Pattern$GT$15is_contained_in17haaaae27a71f5bc04E+0x1d7> -ffffffff80008349: b8 01 00 00 00 mov $0x1,%eax -ffffffff8000834e: 48 89 45 e8 mov %rax,-0x18(%rbp) -ffffffff80008352: e9 35 ff ff ff jmp ffffffff8000828c <_ZN55_$LT$$RF$str$u20$as$u20$core..str..pattern..Pattern$GT$15is_contained_in17haaaae27a71f5bc04E+0x10c> -ffffffff80008357: 81 fe 00 00 11 00 cmp $0x110000,%esi -ffffffff8000835d: 0f 84 11 ff ff ff je ffffffff80008274 <_ZN55_$LT$$RF$str$u20$as$u20$core..str..pattern..Pattern$GT$15is_contained_in17haaaae27a71f5bc04E+0xf4> -ffffffff80008363: b8 01 00 00 00 mov $0x1,%eax -ffffffff80008368: 81 fe 80 00 00 00 cmp $0x80,%esi -ffffffff8000836e: 72 1c jb ffffffff8000838c <_ZN55_$LT$$RF$str$u20$as$u20$core..str..pattern..Pattern$GT$15is_contained_in17haaaae27a71f5bc04E+0x20c> -ffffffff80008370: b8 02 00 00 00 mov $0x2,%eax -ffffffff80008375: 81 fe 00 08 00 00 cmp $0x800,%esi -ffffffff8000837b: 72 0f jb ffffffff8000838c <_ZN55_$LT$$RF$str$u20$as$u20$core..str..pattern..Pattern$GT$15is_contained_in17haaaae27a71f5bc04E+0x20c> -ffffffff8000837d: 81 fe 00 00 01 00 cmp $0x10000,%esi -ffffffff80008383: b8 04 00 00 00 mov $0x4,%eax -ffffffff80008388: 48 83 d8 00 sbb $0x0,%rax -ffffffff8000838c: 48 01 c2 add %rax,%rdx -ffffffff8000838f: 74 10 je ffffffff800083a1 <_ZN55_$LT$$RF$str$u20$as$u20$core..str..pattern..Pattern$GT$15is_contained_in17haaaae27a71f5bc04E+0x221> -ffffffff80008391: 48 89 c8 mov %rcx,%rax -ffffffff80008394: 48 29 d0 sub %rdx,%rax -ffffffff80008397: 76 0d jbe ffffffff800083a6 <_ZN55_$LT$$RF$str$u20$as$u20$core..str..pattern..Pattern$GT$15is_contained_in17haaaae27a71f5bc04E+0x226> -ffffffff80008399: 80 3c 17 bf cmpb $0xbf,(%rdi,%rdx,1) -ffffffff8000839d: 7f 09 jg ffffffff800083a8 <_ZN55_$LT$$RF$str$u20$as$u20$core..str..pattern..Pattern$GT$15is_contained_in17haaaae27a71f5bc04E+0x228> -ffffffff8000839f: eb 12 jmp ffffffff800083b3 <_ZN55_$LT$$RF$str$u20$as$u20$core..str..pattern..Pattern$GT$15is_contained_in17haaaae27a71f5bc04E+0x233> -ffffffff800083a1: 48 89 c8 mov %rcx,%rax -ffffffff800083a4: eb 02 jmp ffffffff800083a8 <_ZN55_$LT$$RF$str$u20$as$u20$core..str..pattern..Pattern$GT$15is_contained_in17haaaae27a71f5bc04E+0x228> -ffffffff800083a6: 75 0b jne ffffffff800083b3 <_ZN55_$LT$$RF$str$u20$as$u20$core..str..pattern..Pattern$GT$15is_contained_in17haaaae27a71f5bc04E+0x233> -ffffffff800083a8: 48 85 c0 test %rax,%rax -ffffffff800083ab: 74 9c je ffffffff80008349 <_ZN55_$LT$$RF$str$u20$as$u20$core..str..pattern..Pattern$GT$15is_contained_in17haaaae27a71f5bc04E+0x1c9> -ffffffff800083ad: 80 3c 17 00 cmpb $0x0,(%rdi,%rdx,1) -ffffffff800083b1: eb 96 jmp ffffffff80008349 <_ZN55_$LT$$RF$str$u20$as$u20$core..str..pattern..Pattern$GT$15is_contained_in17haaaae27a71f5bc04E+0x1c9> -ffffffff800083b3: 4c 8d 05 e6 1f 02 00 lea 0x21fe6(%rip),%r8 # ffffffff8002a3a0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xb28> -ffffffff800083ba: 48 89 ce mov %rcx,%rsi -ffffffff800083bd: e8 fe 7a 01 00 call ffffffff8001fec0 <_ZN4core3str16slice_error_fail17h11952ab1c100db37E> -ffffffff800083c2: 0f 0b ud2 -ffffffff800083c4: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff800083cb: 00 00 00 -ffffffff800083ce: 66 90 xchg %ax,%ax - -ffffffff800083d0 <_ZN64_$LT$core..str..error..Utf8Error$u20$as$u20$core..fmt..Debug$GT$3fmt17h3f288f3e9be6756dE>: -ffffffff800083d0: 55 push %rbp -ffffffff800083d1: 48 89 e5 mov %rsp,%rbp -ffffffff800083d4: 41 56 push %r14 -ffffffff800083d6: 53 push %rbx -ffffffff800083d7: 48 83 ec 10 sub $0x10,%rsp -ffffffff800083db: 48 89 f0 mov %rsi,%rax -ffffffff800083de: 49 89 f9 mov %rdi,%r9 -ffffffff800083e1: 48 8d 4f 08 lea 0x8(%rdi),%rcx -ffffffff800083e5: 48 89 4d e8 mov %rcx,-0x18(%rbp) -ffffffff800083e9: 48 83 ec 08 sub $0x8,%rsp -ffffffff800083ed: 4c 8d 15 6c 1f 02 00 lea 0x21f6c(%rip),%r10 # ffffffff8002a360 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xae8> -ffffffff800083f4: 4c 8d 5d e8 lea -0x18(%rbp),%r11 -ffffffff800083f8: 48 8d 1d 8b c4 01 00 lea 0x1c48b(%rip),%rbx # ffffffff8002488a -ffffffff800083ff: 4c 8d 35 3a 1f 02 00 lea 0x21f3a(%rip),%r14 # ffffffff8002a340 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xac8> -ffffffff80008406: 48 8d 35 69 c4 01 00 lea 0x1c469(%rip),%rsi # ffffffff80024876 -ffffffff8000840d: 48 8d 0d 6b c4 01 00 lea 0x1c46b(%rip),%rcx # ffffffff8002487f -ffffffff80008414: ba 09 00 00 00 mov $0x9,%edx -ffffffff80008419: 41 b8 0b 00 00 00 mov $0xb,%r8d -ffffffff8000841f: 48 89 c7 mov %rax,%rdi -ffffffff80008422: 41 52 push %r10 -ffffffff80008424: 41 53 push %r11 -ffffffff80008426: 6a 09 push $0x9 -ffffffff80008428: 53 push %rbx -ffffffff80008429: 41 56 push %r14 -ffffffff8000842b: e8 70 65 01 00 call ffffffff8001e9a0 <_ZN4core3fmt9Formatter26debug_struct_field2_finish17hd85c2347e53e94f3E> -ffffffff80008430: 48 83 c4 40 add $0x40,%rsp -ffffffff80008434: 5b pop %rbx -ffffffff80008435: 41 5e pop %r14 -ffffffff80008437: 5d pop %rbp -ffffffff80008438: c3 ret -ffffffff80008439: 0f 1f 80 00 00 00 00 nopl 0x0(%rax) - -ffffffff80008440 <_ZN66_$LT$alloc..string..FromUtf16Error$u20$as$u20$core..fmt..Debug$GT$3fmt17hbe5435c3636e4f83E>: -ffffffff80008440: 55 push %rbp -ffffffff80008441: 48 89 e5 mov %rsp,%rbp -ffffffff80008444: 48 83 ec 10 sub $0x10,%rsp -ffffffff80008448: 48 89 f0 mov %rsi,%rax -ffffffff8000844b: 48 89 7d f8 mov %rdi,-0x8(%rbp) -ffffffff8000844f: 48 8d 35 3d c4 01 00 lea 0x1c43d(%rip),%rsi # ffffffff80024893 -ffffffff80008456: 4c 8d 05 23 1f 02 00 lea 0x21f23(%rip),%r8 # ffffffff8002a380 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xb08> -ffffffff8000845d: 48 8d 4d f8 lea -0x8(%rbp),%rcx -ffffffff80008461: ba 0e 00 00 00 mov $0xe,%edx -ffffffff80008466: 48 89 c7 mov %rax,%rdi -ffffffff80008469: e8 12 6a 01 00 call ffffffff8001ee80 <_ZN4core3fmt9Formatter25debug_tuple_field1_finish17h9a0d02983cf6d8d0E> -ffffffff8000846e: 48 83 c4 10 add $0x10,%rsp -ffffffff80008472: 5d pop %rbp -ffffffff80008473: c3 ret -ffffffff80008474: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8000847b: 00 00 00 -ffffffff8000847e: 66 90 xchg %ax,%ax - -ffffffff80008480 <_ZN67_$LT$core..array..TryFromSliceError$u20$as$u20$core..fmt..Debug$GT$3fmt17h237caf1a64bcdd28E>: -ffffffff80008480: 55 push %rbp -ffffffff80008481: 48 89 e5 mov %rsp,%rbp -ffffffff80008484: 48 83 ec 10 sub $0x10,%rsp -ffffffff80008488: 48 89 f0 mov %rsi,%rax -ffffffff8000848b: 48 89 7d f8 mov %rdi,-0x8(%rbp) -ffffffff8000848f: 48 8d 35 0b c4 01 00 lea 0x1c40b(%rip),%rsi # ffffffff800248a1 -ffffffff80008496: 4c 8d 05 e3 1e 02 00 lea 0x21ee3(%rip),%r8 # ffffffff8002a380 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xb08> -ffffffff8000849d: 48 8d 4d f8 lea -0x8(%rbp),%rcx -ffffffff800084a1: ba 11 00 00 00 mov $0x11,%edx -ffffffff800084a6: 48 89 c7 mov %rax,%rdi -ffffffff800084a9: e8 d2 69 01 00 call ffffffff8001ee80 <_ZN4core3fmt9Formatter25debug_tuple_field1_finish17h9a0d02983cf6d8d0E> -ffffffff800084ae: 48 83 c4 10 add $0x10,%rsp -ffffffff800084b2: 5d pop %rbp -ffffffff800084b3: c3 ret -ffffffff800084b4: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff800084bb: 00 00 00 -ffffffff800084be: 66 90 xchg %ax,%ax - -ffffffff800084c0 <_ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17h77b0abc144007d5aE>: -ffffffff800084c0: 55 push %rbp -ffffffff800084c1: 48 89 e5 mov %rsp,%rbp -ffffffff800084c4: 48 89 f7 mov %rsi,%rdi -ffffffff800084c7: 48 8d 35 e4 c3 01 00 lea 0x1c3e4(%rip),%rsi # ffffffff800248b2 -ffffffff800084ce: ba 0b 00 00 00 mov $0xb,%edx -ffffffff800084d3: 5d pop %rbp -ffffffff800084d4: e9 d7 63 01 00 jmp ffffffff8001e8b0 <_ZN4core3fmt9Formatter9write_str17h5399c4ae0c5f789dE> -ffffffff800084d9: 0f 1f 80 00 00 00 00 nopl 0x0(%rax) - -ffffffff800084e0 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E>: -ffffffff800084e0: 55 push %rbp -ffffffff800084e1: 48 89 e5 mov %rsp,%rbp -ffffffff800084e4: 41 57 push %r15 -ffffffff800084e6: 41 56 push %r14 -ffffffff800084e8: 41 55 push %r13 -ffffffff800084ea: 41 54 push %r12 -ffffffff800084ec: 53 push %rbx -ffffffff800084ed: 48 81 ec 78 05 00 00 sub $0x578,%rsp -ffffffff800084f4: 48 89 cb mov %rcx,%rbx -ffffffff800084f7: 49 89 fe mov %rdi,%r14 -ffffffff800084fa: 4c 8b 61 10 mov 0x10(%rcx),%r12 -ffffffff800084fe: 48 89 55 80 mov %rdx,-0x80(%rbp) -ffffffff80008502: 4c 8b 6a 20 mov 0x20(%rdx),%r13 -ffffffff80008506: ba 01 00 00 00 mov $0x1,%edx -ffffffff8000850b: 48 89 75 b0 mov %rsi,-0x50(%rbp) -ffffffff8000850f: 48 89 f7 mov %rsi,%rdi -ffffffff80008512: 4c 89 e6 mov %r12,%rsi -ffffffff80008515: 41 ff d5 call *%r13 -ffffffff80008518: 48 85 c0 test %rax,%rax -ffffffff8000851b: 0f 84 6f 0d 00 00 je ffffffff80009290 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0xdb0> -ffffffff80008521: 49 89 c7 mov %rax,%r15 -ffffffff80008524: 48 89 85 60 fe ff ff mov %rax,-0x1a0(%rbp) -ffffffff8000852b: 48 89 95 68 fe ff ff mov %rdx,-0x198(%rbp) -ffffffff80008532: f0 48 ff 00 lock incq (%rax) -ffffffff80008536: 0f 8e 79 0d 00 00 jle ffffffff800092b5 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0xdd5> -ffffffff8000853c: 4c 89 bd 88 fe ff ff mov %r15,-0x178(%rbp) -ffffffff80008543: 48 89 95 90 fe ff ff mov %rdx,-0x170(%rbp) -ffffffff8000854a: 4c 89 fe mov %r15,%rsi -ffffffff8000854d: 48 83 c6 10 add $0x10,%rsi -ffffffff80008551: 48 8d bd 48 fc ff ff lea -0x3b8(%rbp),%rdi -ffffffff80008558: ba 00 02 00 00 mov $0x200,%edx -ffffffff8000855d: e8 1e a1 01 00 call ffffffff80022680 -ffffffff80008562: f0 49 ff 0f lock decq (%r15) -ffffffff80008566: 75 0c jne ffffffff80008574 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0x94> -ffffffff80008568: 48 8d bd 88 fe ff ff lea -0x178(%rbp),%rdi -ffffffff8000856f: e8 5c 99 00 00 call ffffffff80011ed0 <_ZN5alloc4sync16Arc$LT$T$C$A$GT$9drop_slow17h3e7fd2046c900cb3E> -ffffffff80008574: 48 8d b5 9a fc ff ff lea -0x366(%rbp),%rsi -ffffffff8000857b: 48 8d bd 48 fe ff ff lea -0x1b8(%rbp),%rdi -ffffffff80008582: ba 08 00 00 00 mov $0x8,%edx -ffffffff80008587: e8 24 77 01 00 call ffffffff8001fcb0 <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E> -ffffffff8000858c: 48 83 bd 48 fe ff ff cmpq $0x0,-0x1b8(%rbp) -ffffffff80008593: 00 -ffffffff80008594: 0f 85 6d 01 00 00 jne ffffffff80008707 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0x227> -ffffffff8000859a: 48 8b 95 50 fe ff ff mov -0x1b0(%rbp),%rdx -ffffffff800085a1: 48 8b 8d 58 fe ff ff mov -0x1a8(%rbp),%rcx -ffffffff800085a8: 48 8d 3d 4d c3 01 00 lea 0x1c34d(%rip),%rdi # ffffffff800248fc -ffffffff800085af: be 05 00 00 00 mov $0x5,%esi -ffffffff800085b4: e8 c7 fb ff ff call ffffffff80008180 <_ZN55_$LT$$RF$str$u20$as$u20$core..str..pattern..Pattern$GT$15is_contained_in17haaaae27a71f5bc04E> -ffffffff800085b9: 84 c0 test %al,%al -ffffffff800085bb: 0f 84 46 01 00 00 je ffffffff80008707 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0x227> -ffffffff800085c1: 0f b7 b5 78 fc ff ff movzwl -0x388(%rbp),%esi -ffffffff800085c8: 4c 01 e6 add %r12,%rsi -ffffffff800085cb: ba 01 00 00 00 mov $0x1,%edx -ffffffff800085d0: 48 8b 7d b0 mov -0x50(%rbp),%rdi -ffffffff800085d4: 41 ff d5 call *%r13 -ffffffff800085d7: 48 85 c0 test %rax,%rax -ffffffff800085da: 0f 84 fe 0c 00 00 je ffffffff800092de <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0xdfe> -ffffffff800085e0: 49 89 c7 mov %rax,%r15 -ffffffff800085e3: 48 89 85 88 fe ff ff mov %rax,-0x178(%rbp) -ffffffff800085ea: 48 89 95 90 fe ff ff mov %rdx,-0x170(%rbp) -ffffffff800085f1: 48 83 fa 03 cmp $0x3,%rdx -ffffffff800085f5: 0f 86 08 0d 00 00 jbe ffffffff80009303 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0xe23> -ffffffff800085fb: 48 81 fa e3 01 00 00 cmp $0x1e3,%rdx -ffffffff80008602: 0f 86 14 0d 00 00 jbe ffffffff8000931c <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0xe3c> -ffffffff80008608: 48 81 fa e7 01 00 00 cmp $0x1e7,%rdx -ffffffff8000860f: 0f 86 20 0d 00 00 jbe ffffffff80009335 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0xe55> -ffffffff80008615: 48 81 fa eb 01 00 00 cmp $0x1eb,%rdx -ffffffff8000861c: 0f 86 2c 0d 00 00 jbe ffffffff8000934e <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0xe6e> -ffffffff80008622: 48 81 fa ef 01 00 00 cmp $0x1ef,%rdx -ffffffff80008629: 0f 86 38 0d 00 00 jbe ffffffff80009367 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0xe87> -ffffffff8000862f: 48 81 fa fb 01 00 00 cmp $0x1fb,%rdx -ffffffff80008636: 0f 86 44 0d 00 00 jbe ffffffff80009380 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0xea0> -ffffffff8000863c: 48 81 fa 00 02 00 00 cmp $0x200,%rdx -ffffffff80008643: 0f 85 50 0d 00 00 jne ffffffff80009399 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0xeb9> -ffffffff80008649: 48 89 9d 78 fe ff ff mov %rbx,-0x188(%rbp) -ffffffff80008650: 41 8b 47 10 mov 0x10(%r15),%eax -ffffffff80008654: 89 85 5c ff ff ff mov %eax,-0xa4(%rbp) -ffffffff8000865a: 4c 89 fe mov %r15,%rsi -ffffffff8000865d: 48 83 c6 14 add $0x14,%rsi -ffffffff80008661: 41 8b 87 f4 01 00 00 mov 0x1f4(%r15),%eax -ffffffff80008668: 89 85 60 ff ff ff mov %eax,-0xa0(%rbp) -ffffffff8000866e: 41 8b 87 f8 01 00 00 mov 0x1f8(%r15),%eax -ffffffff80008675: 89 85 64 ff ff ff mov %eax,-0x9c(%rbp) -ffffffff8000867b: 41 8b 87 fc 01 00 00 mov 0x1fc(%r15),%eax -ffffffff80008682: 89 85 68 ff ff ff mov %eax,-0x98(%rbp) -ffffffff80008688: 41 8b 87 0c 02 00 00 mov 0x20c(%r15),%eax -ffffffff8000868f: 89 85 6c ff ff ff mov %eax,-0x94(%rbp) -ffffffff80008695: 48 8d bd 68 fa ff ff lea -0x598(%rbp),%rdi -ffffffff8000869c: ba e0 01 00 00 mov $0x1e0,%edx -ffffffff800086a1: e8 da 9f 01 00 call ffffffff80022680 -ffffffff800086a6: 49 8b 87 00 02 00 00 mov 0x200(%r15),%rax -ffffffff800086ad: 48 89 85 30 ff ff ff mov %rax,-0xd0(%rbp) -ffffffff800086b4: 41 8b 87 08 02 00 00 mov 0x208(%r15),%eax -ffffffff800086bb: 89 85 38 ff ff ff mov %eax,-0xc8(%rbp) -ffffffff800086c1: f0 49 ff 0f lock decq (%r15) -ffffffff800086c5: 75 0c jne ffffffff800086d3 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0x1f3> -ffffffff800086c7: 48 8d bd 88 fe ff ff lea -0x178(%rbp),%rdi -ffffffff800086ce: e8 fd 97 00 00 call ffffffff80011ed0 <_ZN5alloc4sync16Arc$LT$T$C$A$GT$9drop_slow17h3e7fd2046c900cb3E> -ffffffff800086d3: 0f b7 9d 56 fc ff ff movzwl -0x3aa(%rbp),%ebx -ffffffff800086da: 44 8b bd 6c fc ff ff mov -0x394(%rbp),%r15d -ffffffff800086e1: 48 c7 85 48 ff ff ff movq $0x0,-0xb8(%rbp) -ffffffff800086e8: 00 00 00 00 -ffffffff800086ec: 0f b6 05 5e 29 02 00 movzbl 0x2295e(%rip),%eax # ffffffff8002b051 <_ZN11CappuccinOS15KERNEL_FEATURES17h4c67f8f92e2b2abeE+0x9> -ffffffff800086f3: 84 c0 test %al,%al -ffffffff800086f5: 74 46 je ffffffff8000873d <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0x25d> -ffffffff800086f7: 0f b6 05 52 29 02 00 movzbl 0x22952(%rip),%eax # ffffffff8002b050 <_ZN11CappuccinOS15KERNEL_FEATURES17h4c67f8f92e2b2abeE+0x8> -ffffffff800086fe: 3c 02 cmp $0x2,%al -ffffffff80008700: 75 4e jne ffffffff80008750 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0x270> -ffffffff80008702: e9 53 09 00 00 jmp ffffffff8000905a <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0xb7a> -ffffffff80008707: 41 c6 86 50 04 00 00 movb $0x3,0x450(%r14) -ffffffff8000870e: 03 -ffffffff8000870f: 48 8b 85 60 fe ff ff mov -0x1a0(%rbp),%rax -ffffffff80008716: f0 48 ff 08 lock decq (%rax) -ffffffff8000871a: 75 0c jne ffffffff80008728 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0x248> -ffffffff8000871c: 48 8d bd 60 fe ff ff lea -0x1a0(%rbp),%rdi -ffffffff80008723: e8 a8 97 00 00 call ffffffff80011ed0 <_ZN5alloc4sync16Arc$LT$T$C$A$GT$9drop_slow17h3e7fd2046c900cb3E> -ffffffff80008728: 4c 89 f0 mov %r14,%rax -ffffffff8000872b: 48 81 c4 78 05 00 00 add $0x578,%rsp -ffffffff80008732: 5b pop %rbx -ffffffff80008733: 41 5c pop %r12 -ffffffff80008735: 41 5d pop %r13 -ffffffff80008737: 41 5e pop %r14 -ffffffff80008739: 41 5f pop %r15 -ffffffff8000873b: 5d pop %rbp -ffffffff8000873c: c3 ret -ffffffff8000873d: ff 15 05 29 02 00 call *0x22905(%rip) # ffffffff8002b048 <_ZN11CappuccinOS15KERNEL_FEATURES17h4c67f8f92e2b2abeE> -ffffffff80008743: 88 05 07 29 02 00 mov %al,0x22907(%rip) # ffffffff8002b050 <_ZN11CappuccinOS15KERNEL_FEATURES17h4c67f8f92e2b2abeE+0x8> -ffffffff80008749: c6 05 01 29 02 00 01 movb $0x1,0x22901(%rip) # ffffffff8002b051 <_ZN11CappuccinOS15KERNEL_FEATURES17h4c67f8f92e2b2abeE+0x9> -ffffffff80008750: 49 01 dc add %rbx,%r12 -ffffffff80008753: 84 c0 test %al,%al -ffffffff80008755: 4c 89 b5 80 fe ff ff mov %r14,-0x180(%rbp) -ffffffff8000875c: 4c 89 a5 40 ff ff ff mov %r12,-0xc0(%rbp) -ffffffff80008763: 0f 84 29 01 00 00 je ffffffff80008892 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0x3b2> -ffffffff80008769: 49 c1 e7 07 shl $0x7,%r15 -ffffffff8000876d: 4c 89 ff mov %r15,%rdi -ffffffff80008770: 31 f6 xor %esi,%esi -ffffffff80008772: e8 c9 78 00 00 call ffffffff80010040 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$11allocate_in17ha839ca59116278d1E> -ffffffff80008777: 48 89 45 88 mov %rax,-0x78(%rbp) -ffffffff8000877b: 49 89 d4 mov %rdx,%r12 -ffffffff8000877e: 8b 85 6c fc ff ff mov -0x394(%rbp),%eax -ffffffff80008784: 48 89 85 70 fe ff ff mov %rax,-0x190(%rbp) -ffffffff8000878b: 48 85 c0 test %rax,%rax -ffffffff8000878e: 0f 84 1c 01 00 00 je ffffffff800088b0 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0x3d0> -ffffffff80008794: 45 31 f6 xor %r14d,%r14d -ffffffff80008797: 48 8b 5d 88 mov -0x78(%rbp),%rbx -ffffffff8000879b: 45 31 ff xor %r15d,%r15d -ffffffff8000879e: eb 18 jmp ffffffff800087b8 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0x2d8> -ffffffff800087a0: 49 83 ee 80 sub $0xffffffffffffff80,%r14 -ffffffff800087a4: 48 81 c3 00 02 00 00 add $0x200,%rbx -ffffffff800087ab: 4c 3b bd 70 fe ff ff cmp -0x190(%rbp),%r15 -ffffffff800087b2: 0f 84 f8 00 00 00 je ffffffff800088b0 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0x3d0> -ffffffff800087b8: 48 8b 85 40 ff ff ff mov -0xc0(%rbp),%rax -ffffffff800087bf: 49 8d 34 07 lea (%r15,%rax,1),%rsi -ffffffff800087c3: ba 01 00 00 00 mov $0x1,%edx -ffffffff800087c8: 48 8b 7d b0 mov -0x50(%rbp),%rdi -ffffffff800087cc: 41 ff d5 call *%r13 -ffffffff800087cf: 48 85 c0 test %rax,%rax -ffffffff800087d2: 0f 84 e1 0a 00 00 je ffffffff800092b9 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0xdd9> -ffffffff800087d8: 49 ff c7 inc %r15 -ffffffff800087db: 48 89 85 88 fe ff ff mov %rax,-0x178(%rbp) -ffffffff800087e2: 48 89 95 90 fe ff ff mov %rdx,-0x170(%rbp) -ffffffff800087e9: 31 ff xor %edi,%edi -ffffffff800087eb: 4c 89 f0 mov %r14,%rax -ffffffff800087ee: 66 90 xchg %ax,%ax -ffffffff800087f0: 48 8b b5 90 fe ff ff mov -0x170(%rbp),%rsi -ffffffff800087f7: 48 39 f7 cmp %rsi,%rdi -ffffffff800087fa: 0f 83 07 0a 00 00 jae ffffffff80009207 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0xd27> -ffffffff80008800: 48 8d 4f 01 lea 0x1(%rdi),%rcx -ffffffff80008804: 48 39 f1 cmp %rsi,%rcx -ffffffff80008807: 0f 83 08 0a 00 00 jae ffffffff80009215 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0xd35> -ffffffff8000880d: 48 8d 4f 02 lea 0x2(%rdi),%rcx -ffffffff80008811: 48 39 f1 cmp %rsi,%rcx -ffffffff80008814: 0f 83 0c 0a 00 00 jae ffffffff80009226 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0xd46> -ffffffff8000881a: 48 8d 4f 03 lea 0x3(%rdi),%rcx -ffffffff8000881e: 48 39 f1 cmp %rsi,%rcx -ffffffff80008821: 0f 83 10 0a 00 00 jae ffffffff80009237 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0xd57> -ffffffff80008827: 4c 39 e0 cmp %r12,%rax -ffffffff8000882a: 0f 83 18 0a 00 00 jae ffffffff80009248 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0xd68> -ffffffff80008830: 48 8b 8d 88 fe ff ff mov -0x178(%rbp),%rcx -ffffffff80008837: 0f b6 54 39 10 movzbl 0x10(%rcx,%rdi,1),%edx -ffffffff8000883c: 0f b6 74 39 11 movzbl 0x11(%rcx,%rdi,1),%esi -ffffffff80008841: 44 0f b6 44 39 12 movzbl 0x12(%rcx,%rdi,1),%r8d -ffffffff80008847: 0f b6 4c 39 13 movzbl 0x13(%rcx,%rdi,1),%ecx -ffffffff8000884c: c1 e1 18 shl $0x18,%ecx -ffffffff8000884f: 41 c1 e0 10 shl $0x10,%r8d -ffffffff80008853: c1 e6 08 shl $0x8,%esi -ffffffff80008856: 09 d6 or %edx,%esi -ffffffff80008858: 44 09 c6 or %r8d,%esi -ffffffff8000885b: 09 ce or %ecx,%esi -ffffffff8000885d: 89 34 3b mov %esi,(%rbx,%rdi,1) -ffffffff80008860: 48 ff c0 inc %rax -ffffffff80008863: 48 83 c7 04 add $0x4,%rdi -ffffffff80008867: 48 81 ff 00 02 00 00 cmp $0x200,%rdi -ffffffff8000886e: 75 80 jne ffffffff800087f0 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0x310> -ffffffff80008870: 48 8b 85 88 fe ff ff mov -0x178(%rbp),%rax -ffffffff80008877: f0 48 ff 08 lock decq (%rax) -ffffffff8000887b: 0f 85 1f ff ff ff jne ffffffff800087a0 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0x2c0> -ffffffff80008881: 48 8d bd 88 fe ff ff lea -0x178(%rbp),%rdi -ffffffff80008888: e8 43 96 00 00 call ffffffff80011ed0 <_ZN5alloc4sync16Arc$LT$T$C$A$GT$9drop_slow17h3e7fd2046c900cb3E> -ffffffff8000888d: e9 0e ff ff ff jmp ffffffff800087a0 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0x2c0> -ffffffff80008892: 0f b6 05 17 0f 02 00 movzbl 0x20f17(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80008899: 84 c0 test %al,%al -ffffffff8000889b: 74 70 je ffffffff8000890d <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0x42d> -ffffffff8000889d: 48 83 3d b3 0e 02 00 cmpq $0x0,0x20eb3(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff800088a4: 00 -ffffffff800088a5: 0f 85 96 00 00 00 jne ffffffff80008941 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0x461> -ffffffff800088ab: e9 aa 07 00 00 jmp ffffffff8000905a <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0xb7a> -ffffffff800088b0: 4c 89 e0 mov %r12,%rax -ffffffff800088b3: 48 c1 e8 3d shr $0x3d,%rax -ffffffff800088b7: 0f 85 12 0b 00 00 jne ffffffff800093cf <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0xeef> -ffffffff800088bd: 4a 8d 1c a5 00 00 00 lea 0x0(,%r12,4),%rbx -ffffffff800088c4: 00 -ffffffff800088c5: bf 04 00 00 00 mov $0x4,%edi -ffffffff800088ca: 48 89 de mov %rbx,%rsi -ffffffff800088cd: e8 ce 4a 01 00 call ffffffff8001d3a0 <_ZN5alloc4sync32arcinner_layout_for_value_layout17hd13aecf7aa064027E> -ffffffff800088d2: 49 89 c6 mov %rax,%r14 -ffffffff800088d5: 49 89 d5 mov %rdx,%r13 -ffffffff800088d8: 48 85 d2 test %rdx,%rdx -ffffffff800088db: 0f 84 99 01 00 00 je ffffffff80008a7a <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0x59a> -ffffffff800088e1: 48 8d 05 2e 43 02 00 lea 0x2432e(%rip),%rax # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff800088e8: 0f b6 00 movzbl (%rax),%eax -ffffffff800088eb: 0f b6 05 a6 2a 02 00 movzbl 0x22aa6(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff800088f2: 84 c0 test %al,%al -ffffffff800088f4: 0f 84 65 03 00 00 je ffffffff80008c5f <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0x77f> -ffffffff800088fa: 48 83 3d e6 29 02 00 cmpq $0x0,0x229e6(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80008901: 00 -ffffffff80008902: 0f 85 8d 03 00 00 jne ffffffff80008c95 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0x7b5> -ffffffff80008908: e9 4d 07 00 00 jmp ffffffff8000905a <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0xb7a> -ffffffff8000890d: 4c 8d bd 88 fe ff ff lea -0x178(%rbp),%r15 -ffffffff80008914: 4c 89 ff mov %r15,%rdi -ffffffff80008917: ff 15 33 0e 02 00 call *0x20e33(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff8000891d: 48 c7 05 30 0e 02 00 movq $0x1,0x20e30(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80008924: 01 00 00 00 -ffffffff80008928: 48 8d 3d 31 0e 02 00 lea 0x20e31(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff8000892f: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff80008934: 4c 89 fe mov %r15,%rsi -ffffffff80008937: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff8000893a: c6 05 6f 0e 02 00 01 movb $0x1,0x20e6f(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80008941: 48 8d 05 ce 42 02 00 lea 0x242ce(%rip),%rax # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff80008948: 0f b6 00 movzbl (%rax),%eax -ffffffff8000894b: 0f b6 05 46 2a 02 00 movzbl 0x22a46(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80008952: 84 c0 test %al,%al -ffffffff80008954: 74 0f je ffffffff80008965 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0x485> -ffffffff80008956: 48 83 3d 8a 29 02 00 cmpq $0x0,0x2298a(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000895d: 00 -ffffffff8000895e: 75 3b jne ffffffff8000899b <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0x4bb> -ffffffff80008960: e9 f5 06 00 00 jmp ffffffff8000905a <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0xb7a> -ffffffff80008965: 4c 8d bd 88 fe ff ff lea -0x178(%rbp),%r15 -ffffffff8000896c: 4c 89 ff mov %r15,%rdi -ffffffff8000896f: ff 15 6b 29 02 00 call *0x2296b(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80008975: 48 c7 05 68 29 02 00 movq $0x1,0x22968(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000897c: 01 00 00 00 -ffffffff80008980: 48 8d 3d 69 29 02 00 lea 0x22969(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80008987: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000898c: 4c 89 fe mov %r15,%rsi -ffffffff8000898f: e8 ec 9c 01 00 call ffffffff80022680 -ffffffff80008994: c6 05 fd 29 02 00 01 movb $0x1,0x229fd(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000899b: 48 8d 3d 4e 29 02 00 lea 0x2294e(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff800089a2: be 01 00 00 00 mov $0x1,%esi -ffffffff800089a7: ba 7f 00 00 00 mov $0x7f,%edx -ffffffff800089ac: e8 9f b6 00 00 call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff800089b1: 48 85 c0 test %rax,%rax -ffffffff800089b4: 0f 84 3a 0a 00 00 je ffffffff800093f4 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0xf14> -ffffffff800089ba: 49 89 c7 mov %rax,%r15 -ffffffff800089bd: 48 8d 35 7c bf 01 00 lea 0x1bf7c(%rip),%rsi # ffffffff80024940 -ffffffff800089c4: ba 7f 00 00 00 mov $0x7f,%edx -ffffffff800089c9: 48 89 c7 mov %rax,%rdi -ffffffff800089cc: e8 af 9c 01 00 call ffffffff80022680 -ffffffff800089d1: 4c 89 7d b8 mov %r15,-0x48(%rbp) -ffffffff800089d5: 48 c7 45 c0 7f 00 00 movq $0x7f,-0x40(%rbp) -ffffffff800089dc: 00 -ffffffff800089dd: 48 c7 45 c8 7f 00 00 movq $0x7f,-0x38(%rbp) -ffffffff800089e4: 00 -ffffffff800089e5: 4c 8d 65 b8 lea -0x48(%rbp),%r12 -ffffffff800089e9: 4c 89 65 90 mov %r12,-0x70(%rbp) -ffffffff800089ed: 4c 8d 75 90 lea -0x70(%rbp),%r14 -ffffffff800089f1: 4c 89 b5 70 ff ff ff mov %r14,-0x90(%rbp) -ffffffff800089f8: 4c 8d 2d 51 dd 00 00 lea 0xdd51(%rip),%r13 # ffffffff80016750 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h42ee6215a9c421d0E> -ffffffff800089ff: 4c 89 ad 78 ff ff ff mov %r13,-0x88(%rbp) -ffffffff80008a06: 48 8d 05 93 1a 02 00 lea 0x21a93(%rip),%rax # ffffffff8002a4a0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xc28> -ffffffff80008a0d: 48 89 85 88 fe ff ff mov %rax,-0x178(%rbp) -ffffffff80008a14: 48 c7 85 90 fe ff ff movq $0x1,-0x170(%rbp) -ffffffff80008a1b: 01 00 00 00 -ffffffff80008a1f: 48 c7 85 a8 fe ff ff movq $0x0,-0x158(%rbp) -ffffffff80008a26: 00 00 00 00 -ffffffff80008a2a: 48 8d 9d 70 ff ff ff lea -0x90(%rbp),%rbx -ffffffff80008a31: 48 89 9d 98 fe ff ff mov %rbx,-0x168(%rbp) -ffffffff80008a38: 48 c7 85 a0 fe ff ff movq $0x1,-0x160(%rbp) -ffffffff80008a3f: 01 00 00 00 -ffffffff80008a43: 48 8d 7d 98 lea -0x68(%rbp),%rdi -ffffffff80008a47: 48 8d b5 88 fe ff ff lea -0x178(%rbp),%rsi -ffffffff80008a4e: e8 3d 45 01 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff80008a53: 4c 8b 7d c0 mov -0x40(%rbp),%r15 -ffffffff80008a57: 4d 85 ff test %r15,%r15 -ffffffff80008a5a: 74 78 je ffffffff80008ad4 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0x5f4> -ffffffff80008a5c: 4c 8b 65 b8 mov -0x48(%rbp),%r12 -ffffffff80008a60: 0f b6 05 31 29 02 00 movzbl 0x22931(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80008a67: 84 c0 test %al,%al -ffffffff80008a69: 74 17 je ffffffff80008a82 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0x5a2> -ffffffff80008a6b: 48 83 3d 75 28 02 00 cmpq $0x0,0x22875(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80008a72: 00 -ffffffff80008a73: 75 44 jne ffffffff80008ab9 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0x5d9> -ffffffff80008a75: e9 e0 05 00 00 jmp ffffffff8000905a <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0xb7a> -ffffffff80008a7a: 4d 89 f7 mov %r14,%r15 -ffffffff80008a7d: e9 28 02 00 00 jmp ffffffff80008caa <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0x7ca> -ffffffff80008a82: 48 8d bd 88 fe ff ff lea -0x178(%rbp),%rdi -ffffffff80008a89: ff 15 51 28 02 00 call *0x22851(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80008a8f: 48 c7 05 4e 28 02 00 movq $0x1,0x2284e(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80008a96: 01 00 00 00 -ffffffff80008a9a: 48 8d 3d 4f 28 02 00 lea 0x2284f(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80008aa1: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80008aa6: 48 8d b5 88 fe ff ff lea -0x178(%rbp),%rsi -ffffffff80008aad: e8 ce 9b 01 00 call ffffffff80022680 -ffffffff80008ab2: c6 05 df 28 02 00 01 movb $0x1,0x228df(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80008ab9: 48 8d 3d 30 28 02 00 lea 0x22830(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80008ac0: ba 01 00 00 00 mov $0x1,%edx -ffffffff80008ac5: 4c 89 e6 mov %r12,%rsi -ffffffff80008ac8: 4c 89 f9 mov %r15,%rcx -ffffffff80008acb: e8 80 b7 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80008ad0: 4c 8d 65 b8 lea -0x48(%rbp),%r12 -ffffffff80008ad4: 48 8b 45 98 mov -0x68(%rbp),%rax -ffffffff80008ad8: 48 8b 4d a0 mov -0x60(%rbp),%rcx -ffffffff80008adc: 48 89 45 b8 mov %rax,-0x48(%rbp) -ffffffff80008ae0: 48 89 4d c0 mov %rcx,-0x40(%rbp) -ffffffff80008ae4: 48 8b 45 a8 mov -0x58(%rbp),%rax -ffffffff80008ae8: 48 89 45 c8 mov %rax,-0x38(%rbp) -ffffffff80008aec: 4c 89 65 90 mov %r12,-0x70(%rbp) -ffffffff80008af0: 4c 89 b5 70 ff ff ff mov %r14,-0x90(%rbp) -ffffffff80008af7: 4c 89 ad 78 ff ff ff mov %r13,-0x88(%rbp) -ffffffff80008afe: 48 8d 05 7b 19 02 00 lea 0x2197b(%rip),%rax # ffffffff8002a480 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xc08> -ffffffff80008b05: 48 89 85 88 fe ff ff mov %rax,-0x178(%rbp) -ffffffff80008b0c: 48 c7 85 90 fe ff ff movq $0x2,-0x170(%rbp) -ffffffff80008b13: 02 00 00 00 -ffffffff80008b17: 48 c7 85 a8 fe ff ff movq $0x0,-0x158(%rbp) -ffffffff80008b1e: 00 00 00 00 -ffffffff80008b22: 48 89 9d 98 fe ff ff mov %rbx,-0x168(%rbp) -ffffffff80008b29: 48 c7 85 a0 fe ff ff movq $0x1,-0x160(%rbp) -ffffffff80008b30: 01 00 00 00 -ffffffff80008b34: 48 8d 7d 98 lea -0x68(%rbp),%rdi -ffffffff80008b38: 48 8d b5 88 fe ff ff lea -0x178(%rbp),%rsi -ffffffff80008b3f: e8 4c 44 01 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff80008b44: 4c 8b 7d c0 mov -0x40(%rbp),%r15 -ffffffff80008b48: 4d 85 ff test %r15,%r15 -ffffffff80008b4b: 74 6b je ffffffff80008bb8 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0x6d8> -ffffffff80008b4d: 4c 8b 65 b8 mov -0x48(%rbp),%r12 -ffffffff80008b51: 0f b6 05 40 28 02 00 movzbl 0x22840(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80008b58: 84 c0 test %al,%al -ffffffff80008b5a: 74 0f je ffffffff80008b6b <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0x68b> -ffffffff80008b5c: 48 83 3d 84 27 02 00 cmpq $0x0,0x22784(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80008b63: 00 -ffffffff80008b64: 75 3b jne ffffffff80008ba1 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0x6c1> -ffffffff80008b66: e9 ef 04 00 00 jmp ffffffff8000905a <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0xb7a> -ffffffff80008b6b: 48 8d 9d 88 fe ff ff lea -0x178(%rbp),%rbx -ffffffff80008b72: 48 89 df mov %rbx,%rdi -ffffffff80008b75: ff 15 65 27 02 00 call *0x22765(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80008b7b: 48 c7 05 62 27 02 00 movq $0x1,0x22762(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80008b82: 01 00 00 00 -ffffffff80008b86: 48 8d 3d 63 27 02 00 lea 0x22763(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80008b8d: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80008b92: 48 89 de mov %rbx,%rsi -ffffffff80008b95: e8 e6 9a 01 00 call ffffffff80022680 -ffffffff80008b9a: c6 05 f7 27 02 00 01 movb $0x1,0x227f7(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80008ba1: 48 8d 3d 48 27 02 00 lea 0x22748(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80008ba8: ba 01 00 00 00 mov $0x1,%edx -ffffffff80008bad: 4c 89 e6 mov %r12,%rsi -ffffffff80008bb0: 4c 89 f9 mov %r15,%rcx -ffffffff80008bb3: e8 98 b6 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80008bb8: 4c 8b 7d 98 mov -0x68(%rbp),%r15 -ffffffff80008bbc: 4c 8b 65 a0 mov -0x60(%rbp),%r12 -ffffffff80008bc0: 48 8b 55 a8 mov -0x58(%rbp),%rdx -ffffffff80008bc4: 48 8d 3d 95 0b 02 00 lea 0x20b95(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80008bcb: 4c 89 fe mov %r15,%rsi -ffffffff80008bce: e8 cd 7a ff ff call ffffffff800006a0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E> -ffffffff80008bd3: 4d 85 e4 test %r12,%r12 -ffffffff80008bd6: 74 67 je ffffffff80008c3f <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0x75f> -ffffffff80008bd8: 0f b6 05 b9 27 02 00 movzbl 0x227b9(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80008bdf: 84 c0 test %al,%al -ffffffff80008be1: 74 0f je ffffffff80008bf2 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0x712> -ffffffff80008be3: 48 83 3d fd 26 02 00 cmpq $0x0,0x226fd(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80008bea: 00 -ffffffff80008beb: 75 3b jne ffffffff80008c28 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0x748> -ffffffff80008bed: e9 68 04 00 00 jmp ffffffff8000905a <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0xb7a> -ffffffff80008bf2: 48 8d 9d 88 fe ff ff lea -0x178(%rbp),%rbx -ffffffff80008bf9: 48 89 df mov %rbx,%rdi -ffffffff80008bfc: ff 15 de 26 02 00 call *0x226de(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80008c02: 48 c7 05 db 26 02 00 movq $0x1,0x226db(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80008c09: 01 00 00 00 -ffffffff80008c0d: 48 8d 3d dc 26 02 00 lea 0x226dc(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80008c14: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80008c19: 48 89 de mov %rbx,%rsi -ffffffff80008c1c: e8 5f 9a 01 00 call ffffffff80022680 -ffffffff80008c21: c6 05 70 27 02 00 01 movb $0x1,0x22770(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80008c28: 48 8d 3d c1 26 02 00 lea 0x226c1(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80008c2f: ba 01 00 00 00 mov $0x1,%edx -ffffffff80008c34: 4c 89 fe mov %r15,%rsi -ffffffff80008c37: 4c 89 e1 mov %r12,%rcx -ffffffff80008c3a: e8 11 b6 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80008c3f: 0f b7 8d 5b fc ff ff movzwl -0x3a5(%rbp),%ecx -ffffffff80008c46: 85 c9 test %ecx,%ecx -ffffffff80008c48: 0f 85 2c 01 00 00 jne ffffffff80008d7a <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0x89a> -ffffffff80008c4e: 8b 8d 68 fc ff ff mov -0x398(%rbp),%ecx -ffffffff80008c54: 8b b5 6c fc ff ff mov -0x394(%rbp),%esi -ffffffff80008c5a: e9 22 01 00 00 jmp ffffffff80008d81 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0x8a1> -ffffffff80008c5f: 4c 8d bd 88 fe ff ff lea -0x178(%rbp),%r15 -ffffffff80008c66: 4c 89 ff mov %r15,%rdi -ffffffff80008c69: ff 15 71 26 02 00 call *0x22671(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80008c6f: 48 c7 05 6e 26 02 00 movq $0x1,0x2266e(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80008c76: 01 00 00 00 -ffffffff80008c7a: 48 8d 3d 6f 26 02 00 lea 0x2266f(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80008c81: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80008c86: 4c 89 fe mov %r15,%rsi -ffffffff80008c89: e8 f2 99 01 00 call ffffffff80022680 -ffffffff80008c8e: c6 05 03 27 02 00 01 movb $0x1,0x22703(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80008c95: 48 8d 3d 54 26 02 00 lea 0x22654(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80008c9c: 4c 89 f6 mov %r14,%rsi -ffffffff80008c9f: 4c 89 ea mov %r13,%rdx -ffffffff80008ca2: e8 a9 b3 00 00 call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff80008ca7: 49 89 c7 mov %rax,%r15 -ffffffff80008caa: 4d 85 ff test %r15,%r15 -ffffffff80008cad: 0f 84 52 07 00 00 je ffffffff80009405 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0xf25> -ffffffff80008cb3: 49 c7 07 01 00 00 00 movq $0x1,(%r15) -ffffffff80008cba: 49 c7 47 08 01 00 00 movq $0x1,0x8(%r15) -ffffffff80008cc1: 00 -ffffffff80008cc2: 49 8d 7f 10 lea 0x10(%r15),%rdi -ffffffff80008cc6: 48 8b 75 88 mov -0x78(%rbp),%rsi -ffffffff80008cca: 48 89 da mov %rbx,%rdx -ffffffff80008ccd: e8 ae 99 01 00 call ffffffff80022680 -ffffffff80008cd2: 4d 85 e4 test %r12,%r12 -ffffffff80008cd5: 74 68 je ffffffff80008d3f <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0x85f> -ffffffff80008cd7: 0f b6 05 ba 26 02 00 movzbl 0x226ba(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80008cde: 84 c0 test %al,%al -ffffffff80008ce0: 74 0f je ffffffff80008cf1 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0x811> -ffffffff80008ce2: 48 83 3d fe 25 02 00 cmpq $0x0,0x225fe(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80008ce9: 00 -ffffffff80008cea: 75 3b jne ffffffff80008d27 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0x847> -ffffffff80008cec: e9 69 03 00 00 jmp ffffffff8000905a <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0xb7a> -ffffffff80008cf1: 4c 8d b5 88 fe ff ff lea -0x178(%rbp),%r14 -ffffffff80008cf8: 4c 89 f7 mov %r14,%rdi -ffffffff80008cfb: ff 15 df 25 02 00 call *0x225df(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80008d01: 48 c7 05 dc 25 02 00 movq $0x1,0x225dc(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80008d08: 01 00 00 00 -ffffffff80008d0c: 48 8d 3d dd 25 02 00 lea 0x225dd(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80008d13: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80008d18: 4c 89 f6 mov %r14,%rsi -ffffffff80008d1b: e8 60 99 01 00 call ffffffff80022680 -ffffffff80008d20: c6 05 71 26 02 00 01 movb $0x1,0x22671(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80008d27: 48 8d 3d c2 25 02 00 lea 0x225c2(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80008d2e: ba 04 00 00 00 mov $0x4,%edx -ffffffff80008d33: 48 8b 75 88 mov -0x78(%rbp),%rsi -ffffffff80008d37: 48 89 d9 mov %rbx,%rcx -ffffffff80008d3a: e8 11 b5 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80008d3f: 48 8b 85 48 ff ff ff mov -0xb8(%rbp),%rax -ffffffff80008d46: 48 85 c0 test %rax,%rax -ffffffff80008d49: 74 12 je ffffffff80008d5d <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0x87d> -ffffffff80008d4b: f0 48 ff 08 lock decq (%rax) -ffffffff80008d4f: 75 0c jne ffffffff80008d5d <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0x87d> -ffffffff80008d51: 48 8d bd 48 ff ff ff lea -0xb8(%rbp),%rdi -ffffffff80008d58: e8 03 93 00 00 call ffffffff80012060 <_ZN5alloc4sync16Arc$LT$T$C$A$GT$9drop_slow17h7f046b0590eb0b90E> -ffffffff80008d5d: 4c 89 bd 48 ff ff ff mov %r15,-0xb8(%rbp) -ffffffff80008d64: 4c 89 a5 50 ff ff ff mov %r12,-0xb0(%rbp) -ffffffff80008d6b: 0f b7 8d 5b fc ff ff movzwl -0x3a5(%rbp),%ecx -ffffffff80008d72: 85 c9 test %ecx,%ecx -ffffffff80008d74: 0f 84 d4 fe ff ff je ffffffff80008c4e <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0x76e> -ffffffff80008d7a: 0f b7 b5 5e fc ff ff movzwl -0x3a2(%rbp),%esi -ffffffff80008d81: 44 0f b7 85 53 fc ff movzwl -0x3ad(%rbp),%r8d -ffffffff80008d88: ff -ffffffff80008d89: 66 45 85 c0 test %r8w,%r8w -ffffffff80008d8d: 0f 84 c9 04 00 00 je ffffffff8000925c <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0xd7c> -ffffffff80008d93: 0f b6 bd 55 fc ff ff movzbl -0x3ab(%rbp),%edi -ffffffff80008d9a: 85 ff test %edi,%edi -ffffffff80008d9c: 0f 84 d4 04 00 00 je ffffffff80009276 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0xd96> -ffffffff80008da2: 0f b6 85 58 fc ff ff movzbl -0x3a8(%rbp),%eax -ffffffff80008da9: 0f af f0 imul %eax,%esi -ffffffff80008dac: 44 0f b7 8d 56 fc ff movzwl -0x3aa(%rbp),%r9d -ffffffff80008db3: ff -ffffffff80008db4: 0f b7 85 59 fc ff ff movzwl -0x3a7(%rbp),%eax -ffffffff80008dbb: c1 e0 05 shl $0x5,%eax -ffffffff80008dbe: 44 01 c0 add %r8d,%eax -ffffffff80008dc1: ff c8 dec %eax -ffffffff80008dc3: 31 d2 xor %edx,%edx -ffffffff80008dc5: 66 41 f7 f0 div %r8w -ffffffff80008dc9: 0f b7 c0 movzwl %ax,%eax -ffffffff80008dcc: 41 01 f1 add %esi,%r9d -ffffffff80008dcf: 41 01 c1 add %eax,%r9d -ffffffff80008dd2: 44 29 c9 sub %r9d,%ecx -ffffffff80008dd5: 89 c8 mov %ecx,%eax -ffffffff80008dd7: 31 d2 xor %edx,%edx -ffffffff80008dd9: f7 f7 div %edi -ffffffff80008ddb: 3d f5 0f 00 00 cmp $0xff5,%eax -ffffffff80008de0: 73 11 jae ffffffff80008df3 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0x913> -ffffffff80008de2: c6 45 d7 00 movb $0x0,-0x29(%rbp) -ffffffff80008de6: 0f b6 05 c3 09 02 00 movzbl 0x209c3(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80008ded: 84 c0 test %al,%al -ffffffff80008def: 75 18 jne ffffffff80008e09 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0x929> -ffffffff80008df1: eb 34 jmp ffffffff80008e27 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0x947> -ffffffff80008df3: 3d f5 ff 00 00 cmp $0xfff5,%eax -ffffffff80008df8: 73 1e jae ffffffff80008e18 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0x938> -ffffffff80008dfa: c6 45 d7 01 movb $0x1,-0x29(%rbp) -ffffffff80008dfe: 0f b6 05 ab 09 02 00 movzbl 0x209ab(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80008e05: 84 c0 test %al,%al -ffffffff80008e07: 74 1e je ffffffff80008e27 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0x947> -ffffffff80008e09: 48 83 3d 47 09 02 00 cmpq $0x0,0x20947(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80008e10: 00 -ffffffff80008e11: 75 48 jne ffffffff80008e5b <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0x97b> -ffffffff80008e13: e9 42 02 00 00 jmp ffffffff8000905a <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0xb7a> -ffffffff80008e18: c6 45 d7 02 movb $0x2,-0x29(%rbp) -ffffffff80008e1c: 0f b6 05 8d 09 02 00 movzbl 0x2098d(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80008e23: 84 c0 test %al,%al -ffffffff80008e25: 75 e2 jne ffffffff80008e09 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0x929> -ffffffff80008e27: 4c 8d bd 88 fe ff ff lea -0x178(%rbp),%r15 -ffffffff80008e2e: 4c 89 ff mov %r15,%rdi -ffffffff80008e31: ff 15 19 09 02 00 call *0x20919(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff80008e37: 48 c7 05 16 09 02 00 movq $0x1,0x20916(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80008e3e: 01 00 00 00 -ffffffff80008e42: 48 8d 3d 17 09 02 00 lea 0x20917(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80008e49: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff80008e4e: 4c 89 fe mov %r15,%rsi -ffffffff80008e51: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff80008e54: c6 05 55 09 02 00 01 movb $0x1,0x20955(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80008e5b: 48 8d 45 d7 lea -0x29(%rbp),%rax -ffffffff80008e5f: 48 89 45 98 mov %rax,-0x68(%rbp) -ffffffff80008e63: 48 8d 05 06 27 00 00 lea 0x2706(%rip),%rax # ffffffff8000b570 <_ZN75_$LT$CappuccinOS..drivers..fs..fat..FatType$u20$as$u20$core..fmt..Debug$GT$3fmt17h26bc4cdd0b3e04f2E> -ffffffff80008e6a: 48 89 45 a0 mov %rax,-0x60(%rbp) -ffffffff80008e6e: 48 8d 05 6b 16 02 00 lea 0x2166b(%rip),%rax # ffffffff8002a4e0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xc68> -ffffffff80008e75: 48 89 85 88 fe ff ff mov %rax,-0x178(%rbp) -ffffffff80008e7c: 48 c7 85 90 fe ff ff movq $0x2,-0x170(%rbp) -ffffffff80008e83: 02 00 00 00 -ffffffff80008e87: 48 c7 85 a8 fe ff ff movq $0x0,-0x158(%rbp) -ffffffff80008e8e: 00 00 00 00 -ffffffff80008e92: 48 8d 45 98 lea -0x68(%rbp),%rax -ffffffff80008e96: 48 89 85 98 fe ff ff mov %rax,-0x168(%rbp) -ffffffff80008e9d: 48 c7 85 a0 fe ff ff movq $0x1,-0x160(%rbp) -ffffffff80008ea4: 01 00 00 00 -ffffffff80008ea8: 4c 8d 7d b8 lea -0x48(%rbp),%r15 -ffffffff80008eac: 48 8d b5 88 fe ff ff lea -0x178(%rbp),%rsi -ffffffff80008eb3: 4c 89 ff mov %r15,%rdi -ffffffff80008eb6: e8 d5 40 01 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff80008ebb: 4c 89 7d 90 mov %r15,-0x70(%rbp) -ffffffff80008ebf: 48 8d 45 90 lea -0x70(%rbp),%rax -ffffffff80008ec3: 48 89 85 70 ff ff ff mov %rax,-0x90(%rbp) -ffffffff80008eca: 48 8d 05 7f d8 00 00 lea 0xd87f(%rip),%rax # ffffffff80016750 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h42ee6215a9c421d0E> -ffffffff80008ed1: 48 89 85 78 ff ff ff mov %rax,-0x88(%rbp) -ffffffff80008ed8: 48 8d 05 a1 15 02 00 lea 0x215a1(%rip),%rax # ffffffff8002a480 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xc08> -ffffffff80008edf: 48 89 85 88 fe ff ff mov %rax,-0x178(%rbp) -ffffffff80008ee6: 48 c7 85 90 fe ff ff movq $0x2,-0x170(%rbp) -ffffffff80008eed: 02 00 00 00 -ffffffff80008ef1: 48 c7 85 a8 fe ff ff movq $0x0,-0x158(%rbp) -ffffffff80008ef8: 00 00 00 00 -ffffffff80008efc: 48 8d 85 70 ff ff ff lea -0x90(%rbp),%rax -ffffffff80008f03: 48 89 85 98 fe ff ff mov %rax,-0x168(%rbp) -ffffffff80008f0a: 48 c7 85 a0 fe ff ff movq $0x1,-0x160(%rbp) -ffffffff80008f11: 01 00 00 00 -ffffffff80008f15: 48 8d 7d 98 lea -0x68(%rbp),%rdi -ffffffff80008f19: 48 8d b5 88 fe ff ff lea -0x178(%rbp),%rsi -ffffffff80008f20: e8 6b 40 01 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff80008f25: 4c 8b 7d c0 mov -0x40(%rbp),%r15 -ffffffff80008f29: 4d 85 ff test %r15,%r15 -ffffffff80008f2c: 74 6b je ffffffff80008f99 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0xab9> -ffffffff80008f2e: 4c 8b 65 b8 mov -0x48(%rbp),%r12 -ffffffff80008f32: 0f b6 05 5f 24 02 00 movzbl 0x2245f(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80008f39: 84 c0 test %al,%al -ffffffff80008f3b: 74 0f je ffffffff80008f4c <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0xa6c> -ffffffff80008f3d: 48 83 3d a3 23 02 00 cmpq $0x0,0x223a3(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80008f44: 00 -ffffffff80008f45: 75 3b jne ffffffff80008f82 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0xaa2> -ffffffff80008f47: e9 0e 01 00 00 jmp ffffffff8000905a <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0xb7a> -ffffffff80008f4c: 48 8d 9d 88 fe ff ff lea -0x178(%rbp),%rbx -ffffffff80008f53: 48 89 df mov %rbx,%rdi -ffffffff80008f56: ff 15 84 23 02 00 call *0x22384(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80008f5c: 48 c7 05 81 23 02 00 movq $0x1,0x22381(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80008f63: 01 00 00 00 -ffffffff80008f67: 48 8d 3d 82 23 02 00 lea 0x22382(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80008f6e: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80008f73: 48 89 de mov %rbx,%rsi -ffffffff80008f76: e8 05 97 01 00 call ffffffff80022680 -ffffffff80008f7b: c6 05 16 24 02 00 01 movb $0x1,0x22416(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80008f82: 48 8d 3d 67 23 02 00 lea 0x22367(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80008f89: ba 01 00 00 00 mov $0x1,%edx -ffffffff80008f8e: 4c 89 e6 mov %r12,%rsi -ffffffff80008f91: 4c 89 f9 mov %r15,%rcx -ffffffff80008f94: e8 b7 b2 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80008f99: 4c 8b 7d 98 mov -0x68(%rbp),%r15 -ffffffff80008f9d: 4c 8b 65 a0 mov -0x60(%rbp),%r12 -ffffffff80008fa1: 48 8b 55 a8 mov -0x58(%rbp),%rdx -ffffffff80008fa5: 48 8d 3d b4 07 02 00 lea 0x207b4(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80008fac: 4c 89 fe mov %r15,%rsi -ffffffff80008faf: e8 ec 76 ff ff call ffffffff800006a0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E> -ffffffff80008fb4: 4d 85 e4 test %r12,%r12 -ffffffff80008fb7: 74 67 je ffffffff80009020 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0xb40> -ffffffff80008fb9: 0f b6 05 d8 23 02 00 movzbl 0x223d8(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80008fc0: 84 c0 test %al,%al -ffffffff80008fc2: 74 0f je ffffffff80008fd3 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0xaf3> -ffffffff80008fc4: 48 83 3d 1c 23 02 00 cmpq $0x0,0x2231c(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80008fcb: 00 -ffffffff80008fcc: 75 3b jne ffffffff80009009 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0xb29> -ffffffff80008fce: e9 87 00 00 00 jmp ffffffff8000905a <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0xb7a> -ffffffff80008fd3: 48 8d 9d 88 fe ff ff lea -0x178(%rbp),%rbx -ffffffff80008fda: 48 89 df mov %rbx,%rdi -ffffffff80008fdd: ff 15 fd 22 02 00 call *0x222fd(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80008fe3: 48 c7 05 fa 22 02 00 movq $0x1,0x222fa(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80008fea: 01 00 00 00 -ffffffff80008fee: 48 8d 3d fb 22 02 00 lea 0x222fb(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80008ff5: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80008ffa: 48 89 de mov %rbx,%rsi -ffffffff80008ffd: e8 7e 96 01 00 call ffffffff80022680 -ffffffff80009002: c6 05 8f 23 02 00 01 movb $0x1,0x2238f(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80009009: 48 8d 3d e0 22 02 00 lea 0x222e0(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80009010: ba 01 00 00 00 mov $0x1,%edx -ffffffff80009015: 4c 89 fe mov %r15,%rsi -ffffffff80009018: 4c 89 e1 mov %r12,%rcx -ffffffff8000901b: e8 30 b2 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80009020: 44 0f b6 75 d7 movzbl -0x29(%rbp),%r14d -ffffffff80009025: 44 8b a5 6c fc ff ff mov -0x394(%rbp),%r12d -ffffffff8000902c: 0f b7 9d 5e fc ff ff movzwl -0x3a2(%rbp),%ebx -ffffffff80009033: 44 0f b6 ad 55 fc ff movzbl -0x3ab(%rbp),%r13d -ffffffff8000903a: ff -ffffffff8000903b: 48 8d 05 d4 3b 02 00 lea 0x23bd4(%rip),%rax # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff80009042: 0f b6 00 movzbl (%rax),%eax -ffffffff80009045: 0f b6 05 4c 23 02 00 movzbl 0x2234c(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000904c: 84 c0 test %al,%al -ffffffff8000904e: 74 24 je ffffffff80009074 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0xb94> -ffffffff80009050: 48 83 3d 90 22 02 00 cmpq $0x0,0x22290(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80009057: 00 -ffffffff80009058: 75 50 jne ffffffff800090aa <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0xbca> -ffffffff8000905a: 48 8d 3d 7f d7 01 00 lea 0x1d77f(%rip),%rdi # ffffffff800267e0 -ffffffff80009061: 48 8d 15 b8 24 02 00 lea 0x224b8(%rip),%rdx # ffffffff8002b520 -ffffffff80009068: be 1e 00 00 00 mov $0x1e,%esi -ffffffff8000906d: e8 ae 8c 01 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff80009072: 0f 0b ud2 -ffffffff80009074: 4c 8d bd 88 fe ff ff lea -0x178(%rbp),%r15 -ffffffff8000907b: 4c 89 ff mov %r15,%rdi -ffffffff8000907e: ff 15 5c 22 02 00 call *0x2225c(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80009084: 48 c7 05 59 22 02 00 movq $0x1,0x22259(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000908b: 01 00 00 00 -ffffffff8000908f: 48 8d 3d 5a 22 02 00 lea 0x2225a(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80009096: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000909b: 4c 89 fe mov %r15,%rsi -ffffffff8000909e: e8 dd 95 01 00 call ffffffff80022680 -ffffffff800090a3: c6 05 ee 22 02 00 01 movb $0x1,0x222ee(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff800090aa: 48 8d 3d 3f 22 02 00 lea 0x2223f(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff800090b1: be 08 00 00 00 mov $0x8,%esi -ffffffff800090b6: ba 10 00 00 00 mov $0x10,%edx -ffffffff800090bb: e8 90 af 00 00 call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff800090c0: 48 85 c0 test %rax,%rax -ffffffff800090c3: 0f 84 f5 02 00 00 je ffffffff800093be <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0xede> -ffffffff800090c9: 49 89 c7 mov %rax,%r15 -ffffffff800090cc: 49 c1 e5 09 shl $0x9,%r13 -ffffffff800090d0: 41 80 fe 02 cmp $0x2,%r14b -ffffffff800090d4: 49 0f 44 dc cmove %r12,%rbx -ffffffff800090d8: 48 8b 45 b0 mov -0x50(%rbp),%rax -ffffffff800090dc: 49 89 07 mov %rax,(%r15) -ffffffff800090df: 48 8b 45 80 mov -0x80(%rbp),%rax -ffffffff800090e3: 49 89 47 08 mov %rax,0x8(%r15) -ffffffff800090e7: 48 8b 85 48 ff ff ff mov -0xb8(%rbp),%rax -ffffffff800090ee: 48 89 45 b0 mov %rax,-0x50(%rbp) -ffffffff800090f2: 48 8b 85 50 ff ff ff mov -0xb0(%rbp),%rax -ffffffff800090f9: 48 89 45 80 mov %rax,-0x80(%rbp) -ffffffff800090fd: 4c 8b b5 80 fe ff ff mov -0x180(%rbp),%r14 -ffffffff80009104: 49 8d be 38 02 00 00 lea 0x238(%r14),%rdi -ffffffff8000910b: 48 8d b5 48 fc ff ff lea -0x3b8(%rbp),%rsi -ffffffff80009112: ba 00 02 00 00 mov $0x200,%edx -ffffffff80009117: e8 64 95 01 00 call ffffffff80022680 -ffffffff8000911c: 44 0f b6 65 d7 movzbl -0x29(%rbp),%r12d -ffffffff80009121: 49 8d 7e 2c lea 0x2c(%r14),%rdi -ffffffff80009125: 48 8d b5 68 fa ff ff lea -0x598(%rbp),%rsi -ffffffff8000912c: ba e0 01 00 00 mov $0x1e0,%edx -ffffffff80009131: e8 4a 95 01 00 call ffffffff80022680 -ffffffff80009136: 48 8b 85 30 ff ff ff mov -0xd0(%rbp),%rax -ffffffff8000913d: 49 89 86 18 02 00 00 mov %rax,0x218(%r14) -ffffffff80009144: 8b 85 38 ff ff ff mov -0xc8(%rbp),%eax -ffffffff8000914a: 41 89 86 20 02 00 00 mov %eax,0x220(%r14) -ffffffff80009151: 4d 89 3e mov %r15,(%r14) -ffffffff80009154: 48 8b 8d 78 fe ff ff mov -0x188(%rbp),%rcx -ffffffff8000915b: 48 8b 01 mov (%rcx),%rax -ffffffff8000915e: 49 89 46 08 mov %rax,0x8(%r14) -ffffffff80009162: 48 8b 41 08 mov 0x8(%rcx),%rax -ffffffff80009166: 49 89 46 10 mov %rax,0x10(%r14) -ffffffff8000916a: 48 8b 41 10 mov 0x10(%rcx),%rax -ffffffff8000916e: 49 89 46 18 mov %rax,0x18(%r14) -ffffffff80009172: 48 8b 41 18 mov 0x18(%rcx),%rax -ffffffff80009176: 49 89 46 20 mov %rax,0x20(%r14) -ffffffff8000917a: 8b 85 5c ff ff ff mov -0xa4(%rbp),%eax -ffffffff80009180: 41 89 46 28 mov %eax,0x28(%r14) -ffffffff80009184: 8b 85 60 ff ff ff mov -0xa0(%rbp),%eax -ffffffff8000918a: 41 89 86 0c 02 00 00 mov %eax,0x20c(%r14) -ffffffff80009191: 8b 85 64 ff ff ff mov -0x9c(%rbp),%eax -ffffffff80009197: 41 89 86 10 02 00 00 mov %eax,0x210(%r14) -ffffffff8000919e: 8b 85 68 ff ff ff mov -0x98(%rbp),%eax -ffffffff800091a4: 41 89 86 14 02 00 00 mov %eax,0x214(%r14) -ffffffff800091ab: 8b 85 6c ff ff ff mov -0x94(%rbp),%eax -ffffffff800091b1: 41 89 86 24 02 00 00 mov %eax,0x224(%r14) -ffffffff800091b8: 48 8b 45 b0 mov -0x50(%rbp),%rax -ffffffff800091bc: 49 89 86 28 02 00 00 mov %rax,0x228(%r14) -ffffffff800091c3: 48 8b 45 80 mov -0x80(%rbp),%rax -ffffffff800091c7: 49 89 86 30 02 00 00 mov %rax,0x230(%r14) -ffffffff800091ce: 48 8b 85 40 ff ff ff mov -0xc0(%rbp),%rax -ffffffff800091d5: 49 89 86 38 04 00 00 mov %rax,0x438(%r14) -ffffffff800091dc: 4d 89 ae 40 04 00 00 mov %r13,0x440(%r14) -ffffffff800091e3: 49 89 9e 48 04 00 00 mov %rbx,0x448(%r14) -ffffffff800091ea: 45 88 a6 50 04 00 00 mov %r12b,0x450(%r14) -ffffffff800091f1: 48 8b 85 60 fe ff ff mov -0x1a0(%rbp),%rax -ffffffff800091f8: f0 48 ff 08 lock decq (%rax) -ffffffff800091fc: 0f 84 1a f5 ff ff je ffffffff8000871c <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0x23c> -ffffffff80009202: e9 21 f5 ff ff jmp ffffffff80008728 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E+0x248> -ffffffff80009207: 48 8d 15 f2 12 02 00 lea 0x212f2(%rip),%rdx # ffffffff8002a500 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xc88> -ffffffff8000920e: e8 dd 85 01 00 call ffffffff800217f0 <_ZN4core9panicking18panic_bounds_check17h0aa7386a620f3834E> -ffffffff80009213: 0f 0b ud2 -ffffffff80009215: 48 8d 15 fc 12 02 00 lea 0x212fc(%rip),%rdx # ffffffff8002a518 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xca0> -ffffffff8000921c: 48 89 cf mov %rcx,%rdi -ffffffff8000921f: e8 cc 85 01 00 call ffffffff800217f0 <_ZN4core9panicking18panic_bounds_check17h0aa7386a620f3834E> -ffffffff80009224: 0f 0b ud2 -ffffffff80009226: 48 8d 15 03 13 02 00 lea 0x21303(%rip),%rdx # ffffffff8002a530 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xcb8> -ffffffff8000922d: 48 89 cf mov %rcx,%rdi -ffffffff80009230: e8 bb 85 01 00 call ffffffff800217f0 <_ZN4core9panicking18panic_bounds_check17h0aa7386a620f3834E> -ffffffff80009235: 0f 0b ud2 -ffffffff80009237: 48 8d 15 0a 13 02 00 lea 0x2130a(%rip),%rdx # ffffffff8002a548 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xcd0> -ffffffff8000923e: 48 89 cf mov %rcx,%rdi -ffffffff80009241: e8 aa 85 01 00 call ffffffff800217f0 <_ZN4core9panicking18panic_bounds_check17h0aa7386a620f3834E> -ffffffff80009246: 0f 0b ud2 -ffffffff80009248: 48 8d 15 11 13 02 00 lea 0x21311(%rip),%rdx # ffffffff8002a560 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xce8> -ffffffff8000924f: 48 89 c7 mov %rax,%rdi -ffffffff80009252: 4c 89 e6 mov %r12,%rsi -ffffffff80009255: e8 96 85 01 00 call ffffffff800217f0 <_ZN4core9panicking18panic_bounds_check17h0aa7386a620f3834E> -ffffffff8000925a: 0f 0b ud2 -ffffffff8000925c: 48 8d 3d 5d b5 01 00 lea 0x1b55d(%rip),%rdi # ffffffff800247c0 -ffffffff80009263: 48 8d 15 46 12 02 00 lea 0x21246(%rip),%rdx # ffffffff8002a4b0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xc38> -ffffffff8000926a: be 19 00 00 00 mov $0x19,%esi -ffffffff8000926f: e8 2c 85 01 00 call ffffffff800217a0 <_ZN4core9panicking5panic17h5954f42149c26846E> -ffffffff80009274: 0f 0b ud2 -ffffffff80009276: 48 8d 3d 43 b5 01 00 lea 0x1b543(%rip),%rdi # ffffffff800247c0 -ffffffff8000927d: 48 8d 15 44 12 02 00 lea 0x21244(%rip),%rdx # ffffffff8002a4c8 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xc50> -ffffffff80009284: be 19 00 00 00 mov $0x19,%esi -ffffffff80009289: e8 12 85 01 00 call ffffffff800217a0 <_ZN4core9panicking5panic17h5954f42149c26846E> -ffffffff8000928e: 0f 0b ud2 -ffffffff80009290: 48 8d 3d 3b b6 01 00 lea 0x1b63b(%rip),%rdi # ffffffff800248d2 -ffffffff80009297: 48 8d 0d da 12 02 00 lea 0x212da(%rip),%rcx # ffffffff8002a578 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xd00> -ffffffff8000929e: 4c 8d 05 23 13 02 00 lea 0x21323(%rip),%r8 # ffffffff8002a5c8 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xd50> -ffffffff800092a5: 48 8d 55 b8 lea -0x48(%rbp),%rdx -ffffffff800092a9: be 2a 00 00 00 mov $0x2a,%esi -ffffffff800092ae: e8 cd 8a 01 00 call ffffffff80021d80 <_ZN4core6result13unwrap_failed17h657510ce64ac5bccE> -ffffffff800092b3: 0f 0b ud2 -ffffffff800092b5: 0f 0b ud2 -ffffffff800092b7: 0f 0b ud2 -ffffffff800092b9: 48 8d 3d 08 b7 01 00 lea 0x1b708(%rip),%rdi # ffffffff800249c8 -ffffffff800092c0: 48 8d 0d b1 12 02 00 lea 0x212b1(%rip),%rcx # ffffffff8002a578 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xd00> -ffffffff800092c7: 4c 8d 05 ca 12 02 00 lea 0x212ca(%rip),%r8 # ffffffff8002a598 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xd20> -ffffffff800092ce: 48 8d 55 b8 lea -0x48(%rbp),%rdx -ffffffff800092d2: be 12 00 00 00 mov $0x12,%esi -ffffffff800092d7: e8 a4 8a 01 00 call ffffffff80021d80 <_ZN4core6result13unwrap_failed17h657510ce64ac5bccE> -ffffffff800092dc: 0f 0b ud2 -ffffffff800092de: 48 8d 3d 1c b6 01 00 lea 0x1b61c(%rip),%rdi # ffffffff80024901 -ffffffff800092e5: 48 8d 0d 8c 12 02 00 lea 0x2128c(%rip),%rcx # ffffffff8002a578 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xd00> -ffffffff800092ec: 4c 8d 05 bd 12 02 00 lea 0x212bd(%rip),%r8 # ffffffff8002a5b0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xd38> -ffffffff800092f3: 48 8d 55 b8 lea -0x48(%rbp),%rdx -ffffffff800092f7: be 1d 00 00 00 mov $0x1d,%esi -ffffffff800092fc: e8 7f 8a 01 00 call ffffffff80021d80 <_ZN4core6result13unwrap_failed17h657510ce64ac5bccE> -ffffffff80009301: 0f 0b ud2 -ffffffff80009303: 48 8d 05 ae 10 02 00 lea 0x210ae(%rip),%rax # ffffffff8002a3b8 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xb40> -ffffffff8000930a: bf 04 00 00 00 mov $0x4,%edi -ffffffff8000930f: 48 89 d6 mov %rdx,%rsi -ffffffff80009312: 48 89 c2 mov %rax,%rdx -ffffffff80009315: e8 c6 87 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff8000931a: 0f 0b ud2 -ffffffff8000931c: 48 8d 05 ad 10 02 00 lea 0x210ad(%rip),%rax # ffffffff8002a3d0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xb58> -ffffffff80009323: bf e4 01 00 00 mov $0x1e4,%edi -ffffffff80009328: 48 89 d6 mov %rdx,%rsi -ffffffff8000932b: 48 89 c2 mov %rax,%rdx -ffffffff8000932e: e8 ad 87 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff80009333: 0f 0b ud2 -ffffffff80009335: 48 8d 05 ac 10 02 00 lea 0x210ac(%rip),%rax # ffffffff8002a3e8 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xb70> -ffffffff8000933c: bf e8 01 00 00 mov $0x1e8,%edi -ffffffff80009341: 48 89 d6 mov %rdx,%rsi -ffffffff80009344: 48 89 c2 mov %rax,%rdx -ffffffff80009347: e8 94 87 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff8000934c: 0f 0b ud2 -ffffffff8000934e: 48 8d 05 ab 10 02 00 lea 0x210ab(%rip),%rax # ffffffff8002a400 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xb88> -ffffffff80009355: bf ec 01 00 00 mov $0x1ec,%edi -ffffffff8000935a: 48 89 d6 mov %rdx,%rsi -ffffffff8000935d: 48 89 c2 mov %rax,%rdx -ffffffff80009360: e8 7b 87 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff80009365: 0f 0b ud2 -ffffffff80009367: 48 8d 05 aa 10 02 00 lea 0x210aa(%rip),%rax # ffffffff8002a418 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xba0> -ffffffff8000936e: bf f0 01 00 00 mov $0x1f0,%edi -ffffffff80009373: 48 89 d6 mov %rdx,%rsi -ffffffff80009376: 48 89 c2 mov %rax,%rdx -ffffffff80009379: e8 62 87 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff8000937e: 0f 0b ud2 -ffffffff80009380: 48 8d 05 a9 10 02 00 lea 0x210a9(%rip),%rax # ffffffff8002a430 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xbb8> -ffffffff80009387: bf fc 01 00 00 mov $0x1fc,%edi -ffffffff8000938c: 48 89 d6 mov %rdx,%rsi -ffffffff8000938f: 48 89 c2 mov %rax,%rdx -ffffffff80009392: e8 49 87 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff80009397: 0f 0b ud2 -ffffffff80009399: 48 8d 3d 39 b4 01 00 lea 0x1b439(%rip),%rdi # ffffffff800247d9 -ffffffff800093a0: 48 8d 0d a1 10 02 00 lea 0x210a1(%rip),%rcx # ffffffff8002a448 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xbd0> -ffffffff800093a7: 4c 8d 05 ba 10 02 00 lea 0x210ba(%rip),%r8 # ffffffff8002a468 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xbf0> -ffffffff800093ae: 48 8d 55 b8 lea -0x48(%rbp),%rdx -ffffffff800093b2: be 2b 00 00 00 mov $0x2b,%esi -ffffffff800093b7: e8 c4 89 01 00 call ffffffff80021d80 <_ZN4core6result13unwrap_failed17h657510ce64ac5bccE> -ffffffff800093bc: 0f 0b ud2 -ffffffff800093be: bf 08 00 00 00 mov $0x8,%edi -ffffffff800093c3: be 10 00 00 00 mov $0x10,%esi -ffffffff800093c8: e8 f3 3e 01 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff800093cd: 0f 0b ud2 -ffffffff800093cf: 48 8d 3d 03 b4 01 00 lea 0x1b403(%rip),%rdi # ffffffff800247d9 -ffffffff800093d6: 48 8d 0d 2b 0f 02 00 lea 0x20f2b(%rip),%rcx # ffffffff8002a308 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xa90> -ffffffff800093dd: 4c 8d 05 44 0f 02 00 lea 0x20f44(%rip),%r8 # ffffffff8002a328 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xab0> -ffffffff800093e4: 48 8d 55 b8 lea -0x48(%rbp),%rdx -ffffffff800093e8: be 2b 00 00 00 mov $0x2b,%esi -ffffffff800093ed: e8 8e 89 01 00 call ffffffff80021d80 <_ZN4core6result13unwrap_failed17h657510ce64ac5bccE> -ffffffff800093f2: 0f 0b ud2 -ffffffff800093f4: bf 01 00 00 00 mov $0x1,%edi -ffffffff800093f9: be 7f 00 00 00 mov $0x7f,%esi -ffffffff800093fe: e8 bd 3e 01 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff80009403: 0f 0b ud2 -ffffffff80009405: 4c 89 f7 mov %r14,%rdi -ffffffff80009408: 4c 89 ee mov %r13,%rsi -ffffffff8000940b: e8 b0 3e 01 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff80009410: 0f 0b ud2 -ffffffff80009412: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff80009419: 00 00 00 -ffffffff8000941c: 0f 1f 40 00 nopl 0x0(%rax) - -ffffffff80009420 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E>: -ffffffff80009420: 55 push %rbp -ffffffff80009421: 48 89 e5 mov %rsp,%rbp -ffffffff80009424: 41 57 push %r15 -ffffffff80009426: 41 56 push %r14 -ffffffff80009428: 41 55 push %r13 -ffffffff8000942a: 41 54 push %r12 -ffffffff8000942c: 53 push %rbx -ffffffff8000942d: 48 81 ec 18 03 00 00 sub $0x318,%rsp -ffffffff80009434: 31 c9 xor %ecx,%ecx -ffffffff80009436: eb 18 jmp ffffffff80009450 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x30> -ffffffff80009438: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff8000943f: 00 -ffffffff80009440: 48 ff c1 inc %rcx -ffffffff80009443: 48 29 f1 sub %rsi,%rcx -ffffffff80009446: 41 83 fb 2f cmp $0x2f,%r11d -ffffffff8000944a: 0f 85 97 00 00 00 jne ffffffff800094e7 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0xc7> -ffffffff80009450: 48 39 d1 cmp %rdx,%rcx -ffffffff80009453: 0f 84 8b 00 00 00 je ffffffff800094e4 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0xc4> -ffffffff80009459: 48 89 c8 mov %rcx,%rax -ffffffff8000945c: 48 01 f1 add %rsi,%rcx -ffffffff8000945f: 44 0f b6 19 movzbl (%rcx),%r11d -ffffffff80009463: 45 84 db test %r11b,%r11b -ffffffff80009466: 79 d8 jns ffffffff80009440 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x20> -ffffffff80009468: 45 89 d8 mov %r11d,%r8d -ffffffff8000946b: 41 83 e0 1f and $0x1f,%r8d -ffffffff8000946f: 44 0f b6 51 01 movzbl 0x1(%rcx),%r10d -ffffffff80009474: 41 83 e2 3f and $0x3f,%r10d -ffffffff80009478: 41 80 fb df cmp $0xdf,%r11b -ffffffff8000947c: 76 40 jbe ffffffff800094be <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x9e> -ffffffff8000947e: 44 0f b6 49 02 movzbl 0x2(%rcx),%r9d -ffffffff80009483: 41 c1 e2 06 shl $0x6,%r10d -ffffffff80009487: 41 83 e1 3f and $0x3f,%r9d -ffffffff8000948b: 45 09 d1 or %r10d,%r9d -ffffffff8000948e: 41 80 fb f0 cmp $0xf0,%r11b -ffffffff80009492: 72 3d jb ffffffff800094d1 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0xb1> -ffffffff80009494: 44 0f b6 59 03 movzbl 0x3(%rcx),%r11d -ffffffff80009499: 41 83 e0 07 and $0x7,%r8d -ffffffff8000949d: 41 c1 e0 12 shl $0x12,%r8d -ffffffff800094a1: 41 c1 e1 06 shl $0x6,%r9d -ffffffff800094a5: 41 83 e3 3f and $0x3f,%r11d -ffffffff800094a9: 45 09 cb or %r9d,%r11d -ffffffff800094ac: 45 09 c3 or %r8d,%r11d -ffffffff800094af: 41 81 fb 00 00 11 00 cmp $0x110000,%r11d -ffffffff800094b6: 74 2c je ffffffff800094e4 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0xc4> -ffffffff800094b8: 48 83 c1 04 add $0x4,%rcx -ffffffff800094bc: eb 85 jmp ffffffff80009443 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x23> -ffffffff800094be: 48 83 c1 02 add $0x2,%rcx -ffffffff800094c2: 41 c1 e0 06 shl $0x6,%r8d -ffffffff800094c6: 45 09 d0 or %r10d,%r8d -ffffffff800094c9: 45 89 c3 mov %r8d,%r11d -ffffffff800094cc: e9 72 ff ff ff jmp ffffffff80009443 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x23> -ffffffff800094d1: 48 83 c1 03 add $0x3,%rcx -ffffffff800094d5: 41 c1 e0 0c shl $0xc,%r8d -ffffffff800094d9: 45 09 c1 or %r8d,%r9d -ffffffff800094dc: 45 89 cb mov %r9d,%r11d -ffffffff800094df: e9 5f ff ff ff jmp ffffffff80009443 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x23> -ffffffff800094e4: 48 89 d0 mov %rdx,%rax -ffffffff800094e7: 48 89 bd b0 fe ff ff mov %rdi,-0x150(%rbp) -ffffffff800094ee: 48 01 c6 add %rax,%rsi -ffffffff800094f1: 48 29 c2 sub %rax,%rdx -ffffffff800094f4: 48 c7 85 48 fd ff ff movq $0x0,-0x2b8(%rbp) -ffffffff800094fb: 00 00 00 00 -ffffffff800094ff: 48 89 95 50 fd ff ff mov %rdx,-0x2b0(%rbp) -ffffffff80009506: 48 89 b5 58 fd ff ff mov %rsi,-0x2a8(%rbp) -ffffffff8000950d: 48 89 95 60 fd ff ff mov %rdx,-0x2a0(%rbp) -ffffffff80009514: 48 c7 85 68 fd ff ff movq $0x0,-0x298(%rbp) -ffffffff8000951b: 00 00 00 00 -ffffffff8000951f: 48 89 95 70 fd ff ff mov %rdx,-0x290(%rbp) -ffffffff80009526: 48 c7 85 78 fd ff ff movq $0x1,-0x288(%rbp) -ffffffff8000952d: 01 00 00 00 -ffffffff80009531: 48 b8 2f 00 00 00 2f movabs $0x2f0000002f,%rax -ffffffff80009538: 00 00 00 -ffffffff8000953b: 48 89 85 80 fd ff ff mov %rax,-0x280(%rbp) -ffffffff80009542: 66 c7 85 88 fd ff ff movw $0x1,-0x278(%rbp) -ffffffff80009549: 01 00 -ffffffff8000954b: 48 8d bd 38 fe ff ff lea -0x1c8(%rbp),%rdi -ffffffff80009552: 48 8d b5 48 fd ff ff lea -0x2b8(%rbp),%rsi -ffffffff80009559: e8 52 36 00 00 call ffffffff8000cbb0 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h954885b16ee367e0E> -ffffffff8000955e: 48 8b 85 38 fe ff ff mov -0x1c8(%rbp),%rax -ffffffff80009565: 48 89 85 a0 fe ff ff mov %rax,-0x160(%rbp) -ffffffff8000956c: 48 8b 85 40 fe ff ff mov -0x1c0(%rbp),%rax -ffffffff80009573: 48 89 85 a8 fe ff ff mov %rax,-0x158(%rbp) -ffffffff8000957a: 48 8b 8d 48 fe ff ff mov -0x1b8(%rbp),%rcx -ffffffff80009581: 48 85 c9 test %rcx,%rcx -ffffffff80009584: 0f 84 b4 17 00 00 je ffffffff8000ad3e <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x191e> -ffffffff8000958a: 4c 8b 85 b0 fe ff ff mov -0x150(%rbp),%r8 -ffffffff80009591: 41 0f b7 b0 43 02 00 movzwl 0x243(%r8),%esi -ffffffff80009598: 00 -ffffffff80009599: 66 85 f6 test %si,%si -ffffffff8000959c: 0f 84 c4 19 00 00 je ffffffff8000af66 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1b46> -ffffffff800095a2: 48 89 c8 mov %rcx,%rax -ffffffff800095a5: 41 8b 88 64 02 00 00 mov 0x264(%r8),%ecx -ffffffff800095ac: 48 c1 e0 04 shl $0x4,%rax -ffffffff800095b0: 4c 8b 8d a0 fe ff ff mov -0x160(%rbp),%r9 -ffffffff800095b7: 4c 01 c8 add %r9,%rax -ffffffff800095ba: 48 89 85 70 fe ff ff mov %rax,-0x190(%rbp) -ffffffff800095c1: 49 8b 00 mov (%r8),%rax -ffffffff800095c4: 48 89 85 58 fe ff ff mov %rax,-0x1a8(%rbp) -ffffffff800095cb: 41 0f b6 80 45 02 00 movzbl 0x245(%r8),%eax -ffffffff800095d2: 00 -ffffffff800095d3: 48 89 85 60 fe ff ff mov %rax,-0x1a0(%rbp) -ffffffff800095da: 41 0f b6 b8 48 02 00 movzbl 0x248(%r8),%edi -ffffffff800095e1: 00 -ffffffff800095e2: 49 0f af b8 48 04 00 imul 0x448(%r8),%rdi -ffffffff800095e9: 00 -ffffffff800095ea: 45 0f b7 90 46 02 00 movzwl 0x246(%r8),%r10d -ffffffff800095f1: 00 -ffffffff800095f2: 41 0f b7 80 49 02 00 movzwl 0x249(%r8),%eax -ffffffff800095f9: 00 -ffffffff800095fa: c1 e0 05 shl $0x5,%eax -ffffffff800095fd: 01 f0 add %esi,%eax -ffffffff800095ff: ff c8 dec %eax -ffffffff80009601: 31 d2 xor %edx,%edx -ffffffff80009603: 66 f7 f6 div %si -ffffffff80009606: 0f b7 c0 movzwl %ax,%eax -ffffffff80009609: 49 01 fa add %rdi,%r10 -ffffffff8000960c: 4d 03 50 18 add 0x18(%r8),%r10 -ffffffff80009610: 49 01 c2 add %rax,%r10 -ffffffff80009613: 4c 89 95 68 fe ff ff mov %r10,-0x198(%rbp) -ffffffff8000961a: 4c 8d ad 90 fd ff ff lea -0x270(%rbp),%r13 -ffffffff80009621: 89 85 64 ff ff ff mov %eax,-0x9c(%rbp) -ffffffff80009627: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1) -ffffffff8000962e: 00 00 -ffffffff80009630: 49 8b 01 mov (%r9),%rax -ffffffff80009633: 48 89 85 d0 fe ff ff mov %rax,-0x130(%rbp) -ffffffff8000963a: 4c 89 8d 50 fe ff ff mov %r9,-0x1b0(%rbp) -ffffffff80009641: 49 8b 41 08 mov 0x8(%r9),%rax -ffffffff80009645: 48 89 45 88 mov %rax,-0x78(%rbp) -ffffffff80009649: 48 c7 85 e8 fe ff ff movq $0x1,-0x118(%rbp) -ffffffff80009650: 01 00 00 00 -ffffffff80009654: 48 8d 85 f0 fe ff ff lea -0x110(%rbp),%rax -ffffffff8000965b: 48 c7 40 08 00 00 00 movq $0x0,0x8(%rax) -ffffffff80009662: 00 -ffffffff80009663: 48 c7 00 00 00 00 00 movq $0x0,(%rax) -ffffffff8000966a: 48 8b 85 58 fe ff ff mov -0x1a8(%rbp),%rax -ffffffff80009671: 48 8b 38 mov (%rax),%rdi -ffffffff80009674: 48 8b 40 08 mov 0x8(%rax),%rax -ffffffff80009678: 89 ce mov %ecx,%esi -ffffffff8000967a: 48 83 c6 fe add $0xfffffffffffffffe,%rsi -ffffffff8000967e: 48 8b 95 60 fe ff ff mov -0x1a0(%rbp),%rdx -ffffffff80009685: 48 0f af f2 imul %rdx,%rsi -ffffffff80009689: 48 03 b5 68 fe ff ff add -0x198(%rbp),%rsi -ffffffff80009690: ff 50 20 call *0x20(%rax) -ffffffff80009693: 48 85 c0 test %rax,%rax -ffffffff80009696: 0f 84 64 13 00 00 je ffffffff8000aa00 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x15e0> -ffffffff8000969c: 48 89 85 88 fe ff ff mov %rax,-0x178(%rbp) -ffffffff800096a3: 48 89 95 90 fe ff ff mov %rdx,-0x170(%rbp) -ffffffff800096aa: b9 01 00 00 00 mov $0x1,%ecx -ffffffff800096af: be 20 00 00 00 mov $0x20,%esi -ffffffff800096b4: 31 ff xor %edi,%edi -ffffffff800096b6: 48 89 bd 50 ff ff ff mov %rdi,-0xb0(%rbp) -ffffffff800096bd: 4c 89 b5 48 ff ff ff mov %r14,-0xb8(%rbp) -ffffffff800096c4: 31 ff xor %edi,%edi -ffffffff800096c6: e9 82 01 00 00 jmp ffffffff8000984d <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x42d> -ffffffff800096cb: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) -ffffffff800096d0: 0f b6 55 d2 movzbl -0x2e(%rbp),%edx -ffffffff800096d4: 0f b6 7d d3 movzbl -0x2d(%rbp),%edi -ffffffff800096d8: 44 0f b6 45 d4 movzbl -0x2c(%rbp),%r8d -ffffffff800096dd: 44 0f b6 4d d5 movzbl -0x2b(%rbp),%r9d -ffffffff800096e2: 44 0f b6 55 d6 movzbl -0x2a(%rbp),%r10d -ffffffff800096e7: 44 0f b6 5d d7 movzbl -0x29(%rbp),%r11d -ffffffff800096ec: 44 0f b6 6d d1 movzbl -0x2f(%rbp),%r13d -ffffffff800096f1: 48 89 f0 mov %rsi,%rax -ffffffff800096f4: 48 c1 e0 05 shl $0x5,%rax -ffffffff800096f8: 48 8b 8d e8 fe ff ff mov -0x118(%rbp),%rcx -ffffffff800096ff: 44 88 64 01 01 mov %r12b,0x1(%rcx,%rax,1) -ffffffff80009704: 44 88 7c 01 02 mov %r15b,0x2(%rcx,%rax,1) -ffffffff80009709: 44 88 6c 01 03 mov %r13b,0x3(%rcx,%rax,1) -ffffffff8000970e: 44 0f b6 75 c6 movzbl -0x3a(%rbp),%r14d -ffffffff80009713: 44 88 74 01 04 mov %r14b,0x4(%rcx,%rax,1) -ffffffff80009718: 44 0f b6 7d c5 movzbl -0x3b(%rbp),%r15d -ffffffff8000971d: 44 88 7c 01 05 mov %r15b,0x5(%rcx,%rax,1) -ffffffff80009722: 44 0f b6 7d c4 movzbl -0x3c(%rbp),%r15d -ffffffff80009727: 44 88 7c 01 06 mov %r15b,0x6(%rcx,%rax,1) -ffffffff8000972c: 44 0f b6 7d c3 movzbl -0x3d(%rbp),%r15d -ffffffff80009731: 44 88 7c 01 07 mov %r15b,0x7(%rcx,%rax,1) -ffffffff80009736: 44 0f b6 7d c2 movzbl -0x3e(%rbp),%r15d -ffffffff8000973b: 44 88 7c 01 08 mov %r15b,0x8(%rcx,%rax,1) -ffffffff80009740: 44 0f b6 7d c1 movzbl -0x3f(%rbp),%r15d -ffffffff80009745: 44 88 7c 01 09 mov %r15b,0x9(%rcx,%rax,1) -ffffffff8000974a: 44 0f b6 7d c0 movzbl -0x40(%rbp),%r15d -ffffffff8000974f: 44 88 7c 01 0a mov %r15b,0xa(%rcx,%rax,1) -ffffffff80009754: 44 0f b6 75 c7 movzbl -0x39(%rbp),%r14d -ffffffff80009759: 44 88 74 01 0b mov %r14b,0xb(%rcx,%rax,1) -ffffffff8000975e: 44 0f b6 75 bf movzbl -0x41(%rbp),%r14d -ffffffff80009763: 44 88 74 01 0c mov %r14b,0xc(%rcx,%rax,1) -ffffffff80009768: 44 0f b6 75 d0 movzbl -0x30(%rbp),%r14d -ffffffff8000976d: 44 88 74 01 0d mov %r14b,0xd(%rcx,%rax,1) -ffffffff80009772: 44 0f b6 75 cf movzbl -0x31(%rbp),%r14d -ffffffff80009777: 44 88 74 01 0e mov %r14b,0xe(%rcx,%rax,1) -ffffffff8000977c: 44 0f b6 75 ce movzbl -0x32(%rbp),%r14d -ffffffff80009781: 44 88 74 01 0f mov %r14b,0xf(%rcx,%rax,1) -ffffffff80009786: 44 0f b6 75 cd movzbl -0x33(%rbp),%r14d -ffffffff8000978b: 44 88 74 01 10 mov %r14b,0x10(%rcx,%rax,1) -ffffffff80009790: 44 0f b6 75 cc movzbl -0x34(%rbp),%r14d -ffffffff80009795: 44 88 74 01 11 mov %r14b,0x11(%rcx,%rax,1) -ffffffff8000979a: 44 0f b6 75 cb movzbl -0x35(%rbp),%r14d -ffffffff8000979f: 44 88 74 01 12 mov %r14b,0x12(%rcx,%rax,1) -ffffffff800097a4: 44 88 5c 01 13 mov %r11b,0x13(%rcx,%rax,1) -ffffffff800097a9: 44 88 54 01 14 mov %r10b,0x14(%rcx,%rax,1) -ffffffff800097ae: 44 88 4c 01 15 mov %r9b,0x15(%rcx,%rax,1) -ffffffff800097b3: 44 88 44 01 16 mov %r8b,0x16(%rcx,%rax,1) -ffffffff800097b8: 40 88 7c 01 17 mov %dil,0x17(%rcx,%rax,1) -ffffffff800097bd: 88 54 01 18 mov %dl,0x18(%rcx,%rax,1) -ffffffff800097c1: 0f b6 7d ca movzbl -0x36(%rbp),%edi -ffffffff800097c5: 40 88 7c 01 19 mov %dil,0x19(%rcx,%rax,1) -ffffffff800097ca: 0f b6 bd 00 ff ff ff movzbl -0x100(%rbp),%edi -ffffffff800097d1: 40 88 7c 01 1a mov %dil,0x1a(%rcx,%rax,1) -ffffffff800097d6: 0f b6 95 40 ff ff ff movzbl -0xc0(%rbp),%edx -ffffffff800097dd: 88 54 01 1b mov %dl,0x1b(%rcx,%rax,1) -ffffffff800097e1: 0f b6 95 18 ff ff ff movzbl -0xe8(%rbp),%edx -ffffffff800097e8: 88 54 01 1c mov %dl,0x1c(%rcx,%rax,1) -ffffffff800097ec: 0f b6 95 68 ff ff ff movzbl -0x98(%rbp),%edx -ffffffff800097f3: 88 54 01 1d mov %dl,0x1d(%rcx,%rax,1) -ffffffff800097f7: 0f b6 95 58 ff ff ff movzbl -0xa8(%rbp),%edx -ffffffff800097fe: 88 54 01 1e mov %dl,0x1e(%rcx,%rax,1) -ffffffff80009802: 0f b6 55 b0 movzbl -0x50(%rbp),%edx -ffffffff80009806: 88 54 01 1f mov %dl,0x1f(%rcx,%rax,1) -ffffffff8000980a: 88 1c 01 mov %bl,(%rcx,%rax,1) -ffffffff8000980d: 48 ff c6 inc %rsi -ffffffff80009810: 48 89 b5 f8 fe ff ff mov %rsi,-0x108(%rbp) -ffffffff80009817: 4c 8d ad 90 fd ff ff lea -0x270(%rbp),%r13 -ffffffff8000981e: 48 8b 8d 08 ff ff ff mov -0xf8(%rbp),%rcx -ffffffff80009825: 48 8b 85 88 fe ff ff mov -0x178(%rbp),%rax -ffffffff8000982c: 48 8b 95 90 fe ff ff mov -0x170(%rbp),%rdx -ffffffff80009833: 48 89 cf mov %rcx,%rdi -ffffffff80009836: 48 c1 e7 05 shl $0x5,%rdi -ffffffff8000983a: 48 ff c1 inc %rcx -ffffffff8000983d: 48 89 ce mov %rcx,%rsi -ffffffff80009840: 48 c1 e6 05 shl $0x5,%rsi -ffffffff80009844: 48 39 f7 cmp %rsi,%rdi -ffffffff80009847: 0f 87 4a 17 00 00 ja ffffffff8000af97 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1b77> -ffffffff8000984d: 48 39 d6 cmp %rdx,%rsi -ffffffff80009850: 0f 87 2a 17 00 00 ja ffffffff8000af80 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1b60> -ffffffff80009856: 0f b6 5c 38 10 movzbl 0x10(%rax,%rdi,1),%ebx -ffffffff8000985b: 81 fb e5 00 00 00 cmp $0xe5,%ebx -ffffffff80009861: 74 c2 je ffffffff80009825 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x405> -ffffffff80009863: 85 db test %ebx,%ebx -ffffffff80009865: 0f 84 35 11 00 00 je ffffffff8000a9a0 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1580> -ffffffff8000986b: 48 89 8d 08 ff ff ff mov %rcx,-0xf8(%rbp) -ffffffff80009872: 0f b6 4c 38 2f movzbl 0x2f(%rax,%rdi,1),%ecx -ffffffff80009877: 88 4d b0 mov %cl,-0x50(%rbp) -ffffffff8000987a: 0f b6 4c 38 2e movzbl 0x2e(%rax,%rdi,1),%ecx -ffffffff8000987f: 88 8d 58 ff ff ff mov %cl,-0xa8(%rbp) -ffffffff80009885: 0f b6 4c 38 2d movzbl 0x2d(%rax,%rdi,1),%ecx -ffffffff8000988a: 88 8d 68 ff ff ff mov %cl,-0x98(%rbp) -ffffffff80009890: 0f b6 4c 38 2c movzbl 0x2c(%rax,%rdi,1),%ecx -ffffffff80009895: 88 8d 18 ff ff ff mov %cl,-0xe8(%rbp) -ffffffff8000989b: 0f b6 4c 38 2b movzbl 0x2b(%rax,%rdi,1),%ecx -ffffffff800098a0: 88 8d 40 ff ff ff mov %cl,-0xc0(%rbp) -ffffffff800098a6: 0f b6 4c 38 2a movzbl 0x2a(%rax,%rdi,1),%ecx -ffffffff800098ab: 88 8d 00 ff ff ff mov %cl,-0x100(%rbp) -ffffffff800098b1: 0f b6 4c 38 29 movzbl 0x29(%rax,%rdi,1),%ecx -ffffffff800098b6: 88 4d ca mov %cl,-0x36(%rbp) -ffffffff800098b9: 0f b6 4c 38 28 movzbl 0x28(%rax,%rdi,1),%ecx -ffffffff800098be: 88 4d d2 mov %cl,-0x2e(%rbp) -ffffffff800098c1: 0f b6 4c 38 27 movzbl 0x27(%rax,%rdi,1),%ecx -ffffffff800098c6: 88 4d d3 mov %cl,-0x2d(%rbp) -ffffffff800098c9: 0f b6 4c 38 26 movzbl 0x26(%rax,%rdi,1),%ecx -ffffffff800098ce: 88 4d d4 mov %cl,-0x2c(%rbp) -ffffffff800098d1: 0f b6 4c 38 25 movzbl 0x25(%rax,%rdi,1),%ecx -ffffffff800098d6: 88 4d d5 mov %cl,-0x2b(%rbp) -ffffffff800098d9: 0f b6 4c 38 24 movzbl 0x24(%rax,%rdi,1),%ecx -ffffffff800098de: 88 4d d6 mov %cl,-0x2a(%rbp) -ffffffff800098e1: 0f b6 4c 38 23 movzbl 0x23(%rax,%rdi,1),%ecx -ffffffff800098e6: 88 4d d7 mov %cl,-0x29(%rbp) -ffffffff800098e9: 0f b6 4c 38 22 movzbl 0x22(%rax,%rdi,1),%ecx -ffffffff800098ee: 88 4d cb mov %cl,-0x35(%rbp) -ffffffff800098f1: 0f b6 4c 38 21 movzbl 0x21(%rax,%rdi,1),%ecx -ffffffff800098f6: 88 4d cc mov %cl,-0x34(%rbp) -ffffffff800098f9: 0f b6 4c 38 20 movzbl 0x20(%rax,%rdi,1),%ecx -ffffffff800098fe: 88 4d cd mov %cl,-0x33(%rbp) -ffffffff80009901: 0f b6 4c 38 1f movzbl 0x1f(%rax,%rdi,1),%ecx -ffffffff80009906: 88 4d ce mov %cl,-0x32(%rbp) -ffffffff80009909: 0f b6 4c 38 1e movzbl 0x1e(%rax,%rdi,1),%ecx -ffffffff8000990e: 88 4d cf mov %cl,-0x31(%rbp) -ffffffff80009911: 0f b6 4c 38 1d movzbl 0x1d(%rax,%rdi,1),%ecx -ffffffff80009916: 88 4d d0 mov %cl,-0x30(%rbp) -ffffffff80009919: 0f b6 4c 38 1c movzbl 0x1c(%rax,%rdi,1),%ecx -ffffffff8000991e: 44 0f b6 7c 38 1b movzbl 0x1b(%rax,%rdi,1),%r15d -ffffffff80009924: 0f b6 74 38 1a movzbl 0x1a(%rax,%rdi,1),%esi -ffffffff80009929: 0f b6 54 38 19 movzbl 0x19(%rax,%rdi,1),%edx -ffffffff8000992e: 44 0f b6 44 38 18 movzbl 0x18(%rax,%rdi,1),%r8d -ffffffff80009934: 44 0f b6 4c 38 17 movzbl 0x17(%rax,%rdi,1),%r9d -ffffffff8000993a: 44 0f b6 6c 38 16 movzbl 0x16(%rax,%rdi,1),%r13d -ffffffff80009940: 44 0f b6 5c 38 15 movzbl 0x15(%rax,%rdi,1),%r11d -ffffffff80009946: 44 0f b6 74 38 14 movzbl 0x14(%rax,%rdi,1),%r14d -ffffffff8000994c: 44 0f b6 54 38 13 movzbl 0x13(%rax,%rdi,1),%r10d -ffffffff80009952: 44 0f b6 64 38 11 movzbl 0x11(%rax,%rdi,1),%r12d -ffffffff80009958: 0f b6 7c 38 12 movzbl 0x12(%rax,%rdi,1),%edi -ffffffff8000995d: 44 89 f8 mov %r15d,%eax -ffffffff80009960: 41 80 ff 0f cmp $0xf,%r15b -ffffffff80009964: 75 5a jne ffffffff800099c0 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x5a0> -ffffffff80009966: 41 89 ff mov %edi,%r15d -ffffffff80009969: 88 45 c7 mov %al,-0x39(%rbp) -ffffffff8000996c: 44 88 75 c6 mov %r14b,-0x3a(%rbp) -ffffffff80009970: 44 88 5d c5 mov %r11b,-0x3b(%rbp) -ffffffff80009974: 44 88 55 d1 mov %r10b,-0x2f(%rbp) -ffffffff80009978: 44 88 6d c4 mov %r13b,-0x3c(%rbp) -ffffffff8000997c: 44 88 4d c3 mov %r9b,-0x3d(%rbp) -ffffffff80009980: 44 88 45 c2 mov %r8b,-0x3e(%rbp) -ffffffff80009984: 88 55 c1 mov %dl,-0x3f(%rbp) -ffffffff80009987: 40 88 75 c0 mov %sil,-0x40(%rbp) -ffffffff8000998b: 88 4d bf mov %cl,-0x41(%rbp) -ffffffff8000998e: 48 8b b5 f8 fe ff ff mov -0x108(%rbp),%rsi -ffffffff80009995: 48 3b b5 f0 fe ff ff cmp -0x110(%rbp),%rsi -ffffffff8000999c: 0f 85 2e fd ff ff jne ffffffff800096d0 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x2b0> -ffffffff800099a2: 48 8d bd e8 fe ff ff lea -0x118(%rbp),%rdi -ffffffff800099a9: e8 42 6e 00 00 call ffffffff800107f0 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17hf3c48b50114bc4eaE> -ffffffff800099ae: 48 8b b5 f8 fe ff ff mov -0x108(%rbp),%rsi -ffffffff800099b5: e9 16 fd ff ff jmp ffffffff800096d0 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x2b0> -ffffffff800099ba: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1) -ffffffff800099c0: 44 88 65 91 mov %r12b,-0x6f(%rbp) -ffffffff800099c4: 40 88 7d 92 mov %dil,-0x6e(%rbp) -ffffffff800099c8: 44 88 55 93 mov %r10b,-0x6d(%rbp) -ffffffff800099cc: 44 88 75 94 mov %r14b,-0x6c(%rbp) -ffffffff800099d0: 44 88 5d 95 mov %r11b,-0x6b(%rbp) -ffffffff800099d4: 44 88 6d 96 mov %r13b,-0x6a(%rbp) -ffffffff800099d8: 44 88 4d 97 mov %r9b,-0x69(%rbp) -ffffffff800099dc: 44 88 45 98 mov %r8b,-0x68(%rbp) -ffffffff800099e0: 88 55 99 mov %dl,-0x67(%rbp) -ffffffff800099e3: 40 88 75 9a mov %sil,-0x66(%rbp) -ffffffff800099e7: 88 45 9b mov %al,-0x65(%rbp) -ffffffff800099ea: 88 4d 9c mov %cl,-0x64(%rbp) -ffffffff800099ed: 0f b6 45 d0 movzbl -0x30(%rbp),%eax -ffffffff800099f1: 88 45 9d mov %al,-0x63(%rbp) -ffffffff800099f4: 0f b6 45 cf movzbl -0x31(%rbp),%eax -ffffffff800099f8: 88 45 9e mov %al,-0x62(%rbp) -ffffffff800099fb: 0f b6 45 ce movzbl -0x32(%rbp),%eax -ffffffff800099ff: 88 45 9f mov %al,-0x61(%rbp) -ffffffff80009a02: 0f b6 45 cd movzbl -0x33(%rbp),%eax -ffffffff80009a06: 88 45 a0 mov %al,-0x60(%rbp) -ffffffff80009a09: 0f b6 45 cc movzbl -0x34(%rbp),%eax -ffffffff80009a0d: 88 45 a1 mov %al,-0x5f(%rbp) -ffffffff80009a10: 0f b6 45 cb movzbl -0x35(%rbp),%eax -ffffffff80009a14: 88 45 a2 mov %al,-0x5e(%rbp) -ffffffff80009a17: 0f b6 45 d7 movzbl -0x29(%rbp),%eax -ffffffff80009a1b: 88 45 a3 mov %al,-0x5d(%rbp) -ffffffff80009a1e: 0f b6 45 d6 movzbl -0x2a(%rbp),%eax -ffffffff80009a22: 88 45 a4 mov %al,-0x5c(%rbp) -ffffffff80009a25: 0f b6 45 d5 movzbl -0x2b(%rbp),%eax -ffffffff80009a29: 88 45 a5 mov %al,-0x5b(%rbp) -ffffffff80009a2c: 0f b6 45 d4 movzbl -0x2c(%rbp),%eax -ffffffff80009a30: 88 45 a6 mov %al,-0x5a(%rbp) -ffffffff80009a33: 0f b6 45 d3 movzbl -0x2d(%rbp),%eax -ffffffff80009a37: 88 45 a7 mov %al,-0x59(%rbp) -ffffffff80009a3a: 0f b6 45 d2 movzbl -0x2e(%rbp),%eax -ffffffff80009a3e: 88 45 a8 mov %al,-0x58(%rbp) -ffffffff80009a41: 0f b6 45 ca movzbl -0x36(%rbp),%eax -ffffffff80009a45: 88 45 a9 mov %al,-0x57(%rbp) -ffffffff80009a48: 0f b6 85 00 ff ff ff movzbl -0x100(%rbp),%eax -ffffffff80009a4f: 88 45 aa mov %al,-0x56(%rbp) -ffffffff80009a52: 0f b6 85 40 ff ff ff movzbl -0xc0(%rbp),%eax -ffffffff80009a59: 88 45 ab mov %al,-0x55(%rbp) -ffffffff80009a5c: 0f b6 85 18 ff ff ff movzbl -0xe8(%rbp),%eax -ffffffff80009a63: 88 45 ac mov %al,-0x54(%rbp) -ffffffff80009a66: 0f b6 85 68 ff ff ff movzbl -0x98(%rbp),%eax -ffffffff80009a6d: 88 45 ad mov %al,-0x53(%rbp) -ffffffff80009a70: 0f b6 85 58 ff ff ff movzbl -0xa8(%rbp),%eax -ffffffff80009a77: 88 45 ae mov %al,-0x52(%rbp) -ffffffff80009a7a: 0f b6 45 b0 movzbl -0x50(%rbp),%eax -ffffffff80009a7e: 88 45 af mov %al,-0x51(%rbp) -ffffffff80009a81: 88 5d 90 mov %bl,-0x70(%rbp) -ffffffff80009a84: 48 8b 85 f8 fe ff ff mov -0x108(%rbp),%rax -ffffffff80009a8b: 48 85 c0 test %rax,%rax -ffffffff80009a8e: 0f 84 10 04 00 00 je ffffffff80009ea4 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0xa84> -ffffffff80009a94: 48 8d 0c 40 lea (%rax,%rax,2),%rcx -ffffffff80009a98: 48 8d 3c 88 lea (%rax,%rcx,4),%rdi -ffffffff80009a9c: 31 f6 xor %esi,%esi -ffffffff80009a9e: e8 0d 64 00 00 call ffffffff8000feb0 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$11allocate_in17h5805ac3a4a812877E> -ffffffff80009aa3: 48 89 85 20 ff ff ff mov %rax,-0xe0(%rbp) -ffffffff80009aaa: 48 89 95 28 ff ff ff mov %rdx,-0xd8(%rbp) -ffffffff80009ab1: 48 c7 85 30 ff ff ff movq $0x0,-0xd0(%rbp) -ffffffff80009ab8: 00 00 00 00 -ffffffff80009abc: 48 8b 8d f8 fe ff ff mov -0x108(%rbp),%rcx -ffffffff80009ac3: 48 89 4d b0 mov %rcx,-0x50(%rbp) -ffffffff80009ac7: 48 85 c9 test %rcx,%rcx -ffffffff80009aca: 4c 8d 3d 1f 18 02 00 lea 0x2181f(%rip),%r15 # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80009ad1: 0f 84 f2 03 00 00 je ffffffff80009ec9 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0xaa9> -ffffffff80009ad7: 45 31 ed xor %r13d,%r13d -ffffffff80009ada: 48 8b b5 f8 fe ff ff mov -0x108(%rbp),%rsi -ffffffff80009ae1: 4c 89 eb mov %r13,%rbx -ffffffff80009ae4: 48 f7 d3 not %rbx -ffffffff80009ae7: 48 01 f3 add %rsi,%rbx -ffffffff80009aea: 0f 83 52 14 00 00 jae ffffffff8000af42 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1b22> -ffffffff80009af0: 4c 8b bd e8 fe ff ff mov -0x118(%rbp),%r15 -ffffffff80009af7: 48 c7 85 70 ff ff ff movq $0x2,-0x90(%rbp) -ffffffff80009afe: 02 00 00 00 -ffffffff80009b02: 48 8d 85 78 ff ff ff lea -0x88(%rbp),%rax -ffffffff80009b09: 48 c7 40 08 00 00 00 movq $0x0,0x8(%rax) -ffffffff80009b10: 00 -ffffffff80009b11: 48 c7 00 00 00 00 00 movq $0x0,(%rax) -ffffffff80009b18: 48 c1 e3 05 shl $0x5,%rbx -ffffffff80009b1c: 41 0f b7 44 1f 09 movzwl 0x9(%r15,%rbx,1),%eax -ffffffff80009b22: 66 89 85 c8 fe ff ff mov %ax,-0x138(%rbp) -ffffffff80009b29: 49 8b 44 1f 01 mov 0x1(%r15,%rbx,1),%rax -ffffffff80009b2e: 48 89 85 c0 fe ff ff mov %rax,-0x140(%rbp) -ffffffff80009b35: ba 05 00 00 00 mov $0x5,%edx -ffffffff80009b3a: 48 8d bd 70 ff ff ff lea -0x90(%rbp),%rdi -ffffffff80009b41: 31 f6 xor %esi,%esi -ffffffff80009b43: e8 d8 6e 00 00 call ffffffff80010a20 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$7reserve21do_reserve_and_handle17hee09b28eb729588fE> -ffffffff80009b48: 48 8b 85 70 ff ff ff mov -0x90(%rbp),%rax -ffffffff80009b4f: 48 8b 8d 78 ff ff ff mov -0x88(%rbp),%rcx -ffffffff80009b56: 4c 8b 65 80 mov -0x80(%rbp),%r12 -ffffffff80009b5a: 0f b7 95 c8 fe ff ff movzwl -0x138(%rbp),%edx -ffffffff80009b61: 66 42 89 54 60 08 mov %dx,0x8(%rax,%r12,2) -ffffffff80009b67: 48 8b 95 c0 fe ff ff mov -0x140(%rbp),%rdx -ffffffff80009b6e: 4a 89 14 60 mov %rdx,(%rax,%r12,2) -ffffffff80009b72: 49 83 c4 05 add $0x5,%r12 -ffffffff80009b76: 4c 89 65 80 mov %r12,-0x80(%rbp) -ffffffff80009b7a: 41 8b 54 1f 16 mov 0x16(%r15,%rbx,1),%edx -ffffffff80009b7f: 89 95 98 fd ff ff mov %edx,-0x268(%rbp) -ffffffff80009b85: 49 8b 54 1f 0e mov 0xe(%r15,%rbx,1),%rdx -ffffffff80009b8a: 48 89 95 90 fd ff ff mov %rdx,-0x270(%rbp) -ffffffff80009b91: 4c 29 e1 sub %r12,%rcx -ffffffff80009b94: 48 83 f9 05 cmp $0x5,%rcx -ffffffff80009b98: 0f 86 b5 02 00 00 jbe ffffffff80009e53 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0xa33> -ffffffff80009b9e: 8b 8d 98 fd ff ff mov -0x268(%rbp),%ecx -ffffffff80009ba4: 42 89 4c 60 08 mov %ecx,0x8(%rax,%r12,2) -ffffffff80009ba9: 48 8b 8d 90 fd ff ff mov -0x270(%rbp),%rcx -ffffffff80009bb0: 4a 89 0c 60 mov %rcx,(%rax,%r12,2) -ffffffff80009bb4: 49 83 c4 06 add $0x6,%r12 -ffffffff80009bb8: 4c 89 65 80 mov %r12,-0x80(%rbp) -ffffffff80009bbc: 45 0f b7 74 1f 1c movzwl 0x1c(%r15,%rbx,1),%r14d -ffffffff80009bc2: 45 0f b7 7c 1f 1e movzwl 0x1e(%r15,%rbx,1),%r15d -ffffffff80009bc8: 48 8b 85 78 ff ff ff mov -0x88(%rbp),%rax -ffffffff80009bcf: 4c 29 e0 sub %r12,%rax -ffffffff80009bd2: 48 83 f8 01 cmp $0x1,%rax -ffffffff80009bd6: 0f 86 9b 02 00 00 jbe ffffffff80009e77 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0xa57> -ffffffff80009bdc: 48 8b 9d 70 ff ff ff mov -0x90(%rbp),%rbx -ffffffff80009be3: 66 46 89 34 63 mov %r14w,(%rbx,%r12,2) -ffffffff80009be8: 66 46 89 7c 63 02 mov %r15w,0x2(%rbx,%r12,2) -ffffffff80009bee: 4c 89 e0 mov %r12,%rax -ffffffff80009bf1: 48 83 c0 02 add $0x2,%rax -ffffffff80009bf5: 74 49 je ffffffff80009c40 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x820> -ffffffff80009bf7: 48 c7 c6 fe ff ff ff mov $0xfffffffffffffffe,%rsi -ffffffff80009bfe: 4c 29 e6 sub %r12,%rsi -ffffffff80009c01: b9 01 00 00 00 mov $0x1,%ecx -ffffffff80009c06: ba 01 00 00 00 mov $0x1,%edx -ffffffff80009c0b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) -ffffffff80009c10: 0f b7 7c 53 fe movzwl -0x2(%rbx,%rdx,2),%edi -ffffffff80009c15: ff cf dec %edi -ffffffff80009c17: 66 83 ff fd cmp $0xfffd,%di -ffffffff80009c1b: 77 27 ja ffffffff80009c44 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x824> -ffffffff80009c1d: 48 8d 3c 16 lea (%rsi,%rdx,1),%rdi -ffffffff80009c21: 48 ff c7 inc %rdi -ffffffff80009c24: 48 ff c2 inc %rdx -ffffffff80009c27: 48 83 ff 01 cmp $0x1,%rdi -ffffffff80009c2b: 75 e3 jne ffffffff80009c10 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x7f0> -ffffffff80009c2d: 31 c9 xor %ecx,%ecx -ffffffff80009c2f: eb 1c jmp ffffffff80009c4d <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x82d> -ffffffff80009c31: 66 66 66 66 66 66 2e data16 data16 data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff80009c38: 0f 1f 84 00 00 00 00 -ffffffff80009c3f: 00 -ffffffff80009c40: 31 d2 xor %edx,%edx -ffffffff80009c42: 31 c9 xor %ecx,%ecx -ffffffff80009c44: 48 39 c2 cmp %rax,%rdx -ffffffff80009c47: 0f 85 b3 00 00 00 jne ffffffff80009d00 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x8e0> -ffffffff80009c4d: 48 29 c8 sub %rcx,%rax -ffffffff80009c50: 48 89 45 80 mov %rax,-0x80(%rbp) -ffffffff80009c54: 75 3a jne ffffffff80009c90 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x870> -ffffffff80009c56: 4c 8b a5 78 ff ff ff mov -0x88(%rbp),%r12 -ffffffff80009c5d: 4d 85 e4 test %r12,%r12 -ffffffff80009c60: 4c 8d 3d 89 16 02 00 lea 0x21689(%rip),%r15 # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80009c67: 0f 84 0b 01 00 00 je ffffffff80009d78 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x958> -ffffffff80009c6d: 0f b6 05 24 17 02 00 movzbl 0x21724(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80009c74: 84 c0 test %al,%al -ffffffff80009c76: 0f 84 b4 00 00 00 je ffffffff80009d30 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x910> -ffffffff80009c7c: 48 83 3d 64 16 02 00 cmpq $0x0,0x21664(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80009c83: 00 -ffffffff80009c84: 0f 85 d8 00 00 00 jne ffffffff80009d62 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x942> -ffffffff80009c8a: e9 2c 12 00 00 jmp ffffffff8000aebb <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1a9b> -ffffffff80009c8f: 90 nop -ffffffff80009c90: 48 8b b5 30 ff ff ff mov -0xd0(%rbp),%rsi -ffffffff80009c97: 4d 01 e4 add %r12,%r12 -ffffffff80009c9a: 48 01 c9 add %rcx,%rcx -ffffffff80009c9d: 49 29 cc sub %rcx,%r12 -ffffffff80009ca0: 49 83 c4 04 add $0x4,%r12 -ffffffff80009ca4: 45 31 ff xor %r15d,%r15d -ffffffff80009ca7: eb 2d jmp ffffffff80009cd6 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x8b6> -ffffffff80009ca9: 0f 1f 80 00 00 00 00 nopl 0x0(%rax) -ffffffff80009cb0: 48 8b 85 20 ff ff ff mov -0xe0(%rbp),%rax -ffffffff80009cb7: 66 44 89 34 70 mov %r14w,(%rax,%rsi,2) -ffffffff80009cbc: 48 8b b5 30 ff ff ff mov -0xd0(%rbp),%rsi -ffffffff80009cc3: 48 ff c6 inc %rsi -ffffffff80009cc6: 48 89 b5 30 ff ff ff mov %rsi,-0xd0(%rbp) -ffffffff80009ccd: 49 83 c7 02 add $0x2,%r15 -ffffffff80009cd1: 4d 39 fc cmp %r15,%r12 -ffffffff80009cd4: 74 80 je ffffffff80009c56 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x836> -ffffffff80009cd6: 46 0f b7 34 3b movzwl (%rbx,%r15,1),%r14d -ffffffff80009cdb: 48 3b b5 28 ff ff ff cmp -0xd8(%rbp),%rsi -ffffffff80009ce2: 75 cc jne ffffffff80009cb0 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x890> -ffffffff80009ce4: 48 8d bd 20 ff ff ff lea -0xe0(%rbp),%rdi -ffffffff80009ceb: e8 40 6a 00 00 call ffffffff80010730 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17hdf37a67a98405e2fE> -ffffffff80009cf0: 48 8b b5 30 ff ff ff mov -0xd0(%rbp),%rsi -ffffffff80009cf7: eb b7 jmp ffffffff80009cb0 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x890> -ffffffff80009cf9: 0f 1f 80 00 00 00 00 nopl 0x0(%rax) -ffffffff80009d00: 44 89 e6 mov %r12d,%esi -ffffffff80009d03: 29 d6 sub %edx,%esi -ffffffff80009d05: 40 f6 c6 01 test $0x1,%sil -ffffffff80009d09: 75 7f jne ffffffff80009d8a <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x96a> -ffffffff80009d0b: 48 89 d6 mov %rdx,%rsi -ffffffff80009d0e: 49 8d 7c 24 01 lea 0x1(%r12),%rdi -ffffffff80009d13: 48 39 d7 cmp %rdx,%rdi -ffffffff80009d16: 0f 85 ae 00 00 00 jne ffffffff80009dca <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x9aa> -ffffffff80009d1c: e9 2c ff ff ff jmp ffffffff80009c4d <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x82d> -ffffffff80009d21: 66 66 66 66 66 66 2e data16 data16 data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff80009d28: 0f 1f 84 00 00 00 00 -ffffffff80009d2f: 00 -ffffffff80009d30: 4c 8d b5 90 fd ff ff lea -0x270(%rbp),%r14 -ffffffff80009d37: 4c 89 f7 mov %r14,%rdi -ffffffff80009d3a: ff 15 a0 15 02 00 call *0x215a0(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80009d40: 48 c7 05 9d 15 02 00 movq $0x1,0x2159d(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80009d47: 01 00 00 00 -ffffffff80009d4b: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80009d50: 4c 89 ff mov %r15,%rdi -ffffffff80009d53: 4c 89 f6 mov %r14,%rsi -ffffffff80009d56: e8 25 89 01 00 call ffffffff80022680 -ffffffff80009d5b: c6 05 36 16 02 00 01 movb $0x1,0x21636(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80009d62: 4d 01 e4 add %r12,%r12 -ffffffff80009d65: ba 02 00 00 00 mov $0x2,%edx -ffffffff80009d6a: 4c 89 ff mov %r15,%rdi -ffffffff80009d6d: 48 89 de mov %rbx,%rsi -ffffffff80009d70: 4c 89 e1 mov %r12,%rcx -ffffffff80009d73: e8 d8 a4 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80009d78: 49 ff c5 inc %r13 -ffffffff80009d7b: 4c 3b 6d b0 cmp -0x50(%rbp),%r13 -ffffffff80009d7f: 0f 85 55 fd ff ff jne ffffffff80009ada <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x6ba> -ffffffff80009d85: e9 0a 01 00 00 jmp ffffffff80009e94 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0xa74> -ffffffff80009d8a: 0f b7 34 53 movzwl (%rbx,%rdx,2),%esi -ffffffff80009d8e: 8d 7e ff lea -0x1(%rsi),%edi -ffffffff80009d91: 66 83 ff fe cmp $0xfffe,%di -ffffffff80009d95: 73 1e jae ffffffff80009db5 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x995> -ffffffff80009d97: 48 89 d7 mov %rdx,%rdi -ffffffff80009d9a: 48 29 cf sub %rcx,%rdi -ffffffff80009d9d: 66 89 34 7b mov %si,(%rbx,%rdi,2) -ffffffff80009da1: 48 8d 72 01 lea 0x1(%rdx),%rsi -ffffffff80009da5: 49 8d 7c 24 01 lea 0x1(%r12),%rdi -ffffffff80009daa: 48 39 d7 cmp %rdx,%rdi -ffffffff80009dad: 0f 84 9a fe ff ff je ffffffff80009c4d <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x82d> -ffffffff80009db3: eb 15 jmp ffffffff80009dca <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x9aa> -ffffffff80009db5: 48 ff c1 inc %rcx -ffffffff80009db8: 48 8d 72 01 lea 0x1(%rdx),%rsi -ffffffff80009dbc: 49 8d 7c 24 01 lea 0x1(%r12),%rdi -ffffffff80009dc1: 48 39 d7 cmp %rdx,%rdi -ffffffff80009dc4: 0f 84 83 fe ff ff je ffffffff80009c4d <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x82d> -ffffffff80009dca: 4c 89 e2 mov %r12,%rdx -ffffffff80009dcd: 48 29 f2 sub %rsi,%rdx -ffffffff80009dd0: 48 83 c2 02 add $0x2,%rdx -ffffffff80009dd4: 48 8d 34 73 lea (%rbx,%rsi,2),%rsi -ffffffff80009dd8: 48 83 c6 02 add $0x2,%rsi -ffffffff80009ddc: eb 1d jmp ffffffff80009dfb <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x9db> -ffffffff80009dde: 66 90 xchg %ax,%ax -ffffffff80009de0: 49 89 f1 mov %rsi,%r9 -ffffffff80009de3: 49 29 c9 sub %rcx,%r9 -ffffffff80009de6: 49 29 c9 sub %rcx,%r9 -ffffffff80009de9: 66 41 89 39 mov %di,(%r9) -ffffffff80009ded: 48 83 c6 04 add $0x4,%rsi -ffffffff80009df1: 48 83 c2 fe add $0xfffffffffffffffe,%rdx -ffffffff80009df5: 0f 84 52 fe ff ff je ffffffff80009c4d <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x82d> -ffffffff80009dfb: 0f b7 7e fe movzwl -0x2(%rsi),%edi -ffffffff80009dff: 44 8d 47 ff lea -0x1(%rdi),%r8d -ffffffff80009e03: 66 41 83 f8 fe cmp $0xfffe,%r8w -ffffffff80009e08: 73 26 jae ffffffff80009e30 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0xa10> -ffffffff80009e0a: 49 89 f1 mov %rsi,%r9 -ffffffff80009e0d: 49 29 c9 sub %rcx,%r9 -ffffffff80009e10: 49 29 c9 sub %rcx,%r9 -ffffffff80009e13: 66 41 89 79 fe mov %di,-0x2(%r9) -ffffffff80009e18: 0f b7 3e movzwl (%rsi),%edi -ffffffff80009e1b: 44 8d 47 ff lea -0x1(%rdi),%r8d -ffffffff80009e1f: 66 41 83 f8 fe cmp $0xfffe,%r8w -ffffffff80009e24: 72 ba jb ffffffff80009de0 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x9c0> -ffffffff80009e26: eb 19 jmp ffffffff80009e41 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0xa21> -ffffffff80009e28: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff80009e2f: 00 -ffffffff80009e30: 48 ff c1 inc %rcx -ffffffff80009e33: 0f b7 3e movzwl (%rsi),%edi -ffffffff80009e36: 44 8d 47 ff lea -0x1(%rdi),%r8d -ffffffff80009e3a: 66 41 83 f8 fe cmp $0xfffe,%r8w -ffffffff80009e3f: 72 9f jb ffffffff80009de0 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x9c0> -ffffffff80009e41: 48 ff c1 inc %rcx -ffffffff80009e44: 48 83 c6 04 add $0x4,%rsi -ffffffff80009e48: 48 83 c2 fe add $0xfffffffffffffffe,%rdx -ffffffff80009e4c: 75 ad jne ffffffff80009dfb <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x9db> -ffffffff80009e4e: e9 fa fd ff ff jmp ffffffff80009c4d <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x82d> -ffffffff80009e53: ba 06 00 00 00 mov $0x6,%edx -ffffffff80009e58: 48 8d bd 70 ff ff ff lea -0x90(%rbp),%rdi -ffffffff80009e5f: 4c 89 e6 mov %r12,%rsi -ffffffff80009e62: e8 b9 6b 00 00 call ffffffff80010a20 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$7reserve21do_reserve_and_handle17hee09b28eb729588fE> -ffffffff80009e67: 48 8b 85 70 ff ff ff mov -0x90(%rbp),%rax -ffffffff80009e6e: 4c 8b 65 80 mov -0x80(%rbp),%r12 -ffffffff80009e72: e9 27 fd ff ff jmp ffffffff80009b9e <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x77e> -ffffffff80009e77: ba 02 00 00 00 mov $0x2,%edx -ffffffff80009e7c: 48 8d bd 70 ff ff ff lea -0x90(%rbp),%rdi -ffffffff80009e83: 4c 89 e6 mov %r12,%rsi -ffffffff80009e86: e8 95 6b 00 00 call ffffffff80010a20 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$7reserve21do_reserve_and_handle17hee09b28eb729588fE> -ffffffff80009e8b: 4c 8b 65 80 mov -0x80(%rbp),%r12 -ffffffff80009e8f: e9 48 fd ff ff jmp ffffffff80009bdc <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x7bc> -ffffffff80009e94: 48 8b 85 20 ff ff ff mov -0xe0(%rbp),%rax -ffffffff80009e9b: 48 8b 95 30 ff ff ff mov -0xd0(%rbp),%rdx -ffffffff80009ea2: eb 27 jmp ffffffff80009ecb <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0xaab> -ffffffff80009ea4: 48 8b 85 50 ff ff ff mov -0xb0(%rbp),%rax -ffffffff80009eab: 48 89 45 b0 mov %rax,-0x50(%rbp) -ffffffff80009eaf: 48 8b 85 48 ff ff ff mov -0xb8(%rbp),%rax -ffffffff80009eb6: 48 89 85 58 ff ff ff mov %rax,-0xa8(%rbp) -ffffffff80009ebd: 4c 8d ad 90 fd ff ff lea -0x270(%rbp),%r13 -ffffffff80009ec4: e9 33 01 00 00 jmp ffffffff80009ffc <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0xbdc> -ffffffff80009ec9: 31 d2 xor %edx,%edx -ffffffff80009ecb: 4c 8d ad 90 fd ff ff lea -0x270(%rbp),%r13 -ffffffff80009ed2: 4c 89 ef mov %r13,%rdi -ffffffff80009ed5: 48 89 c6 mov %rax,%rsi -ffffffff80009ed8: e8 f3 29 01 00 call ffffffff8001c8d0 <_ZN5alloc6string6String10from_utf1617h5157fd5ab28d206aE> -ffffffff80009edd: 48 8b 85 90 fd ff ff mov -0x270(%rbp),%rax -ffffffff80009ee4: 48 89 45 b0 mov %rax,-0x50(%rbp) -ffffffff80009ee8: 48 85 c0 test %rax,%rax -ffffffff80009eeb: 0f 84 bb 10 00 00 je ffffffff8000afac <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1b8c> -ffffffff80009ef1: 48 8b 9d 98 fd ff ff mov -0x268(%rbp),%rbx -ffffffff80009ef8: 48 8b 85 a0 fd ff ff mov -0x260(%rbp),%rax -ffffffff80009eff: 48 89 85 98 fe ff ff mov %rax,-0x168(%rbp) -ffffffff80009f06: 48 8b b5 50 ff ff ff mov -0xb0(%rbp),%rsi -ffffffff80009f0d: 48 85 f6 test %rsi,%rsi -ffffffff80009f10: 74 6a je ffffffff80009f7c <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0xb5c> -ffffffff80009f12: 48 83 bd 48 ff ff ff cmpq $0x0,-0xb8(%rbp) -ffffffff80009f19: 00 -ffffffff80009f1a: 74 60 je ffffffff80009f7c <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0xb5c> -ffffffff80009f1c: 0f b6 05 75 14 02 00 movzbl 0x21475(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80009f23: 84 c0 test %al,%al -ffffffff80009f25: 74 0f je ffffffff80009f36 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0xb16> -ffffffff80009f27: 48 83 3d b9 13 02 00 cmpq $0x0,0x213b9(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80009f2e: 00 -ffffffff80009f2f: 75 37 jne ffffffff80009f68 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0xb48> -ffffffff80009f31: e9 85 0f 00 00 jmp ffffffff8000aebb <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1a9b> -ffffffff80009f36: 4c 89 ef mov %r13,%rdi -ffffffff80009f39: ff 15 a1 13 02 00 call *0x213a1(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80009f3f: 48 c7 05 9e 13 02 00 movq $0x1,0x2139e(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80009f46: 01 00 00 00 -ffffffff80009f4a: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80009f4f: 4c 89 ff mov %r15,%rdi -ffffffff80009f52: 4c 89 ee mov %r13,%rsi -ffffffff80009f55: e8 26 87 01 00 call ffffffff80022680 -ffffffff80009f5a: 48 8b b5 50 ff ff ff mov -0xb0(%rbp),%rsi -ffffffff80009f61: c6 05 30 14 02 00 01 movb $0x1,0x21430(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80009f68: ba 01 00 00 00 mov $0x1,%edx -ffffffff80009f6d: 4c 89 ff mov %r15,%rdi -ffffffff80009f70: 48 8b 8d 48 ff ff ff mov -0xb8(%rbp),%rcx -ffffffff80009f77: e8 d4 a2 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80009f7c: 48 89 9d 58 ff ff ff mov %rbx,-0xa8(%rbp) -ffffffff80009f83: 48 c7 85 f8 fe ff ff movq $0x0,-0x108(%rbp) -ffffffff80009f8a: 00 00 00 00 -ffffffff80009f8e: 48 8b 9d 28 ff ff ff mov -0xd8(%rbp),%rbx -ffffffff80009f95: 48 85 db test %rbx,%rbx -ffffffff80009f98: 74 62 je ffffffff80009ffc <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0xbdc> -ffffffff80009f9a: 4c 8b b5 20 ff ff ff mov -0xe0(%rbp),%r14 -ffffffff80009fa1: 0f b6 05 f0 13 02 00 movzbl 0x213f0(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80009fa8: 84 c0 test %al,%al -ffffffff80009faa: 74 0f je ffffffff80009fbb <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0xb9b> -ffffffff80009fac: 48 83 3d 34 13 02 00 cmpq $0x0,0x21334(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80009fb3: 00 -ffffffff80009fb4: 75 30 jne ffffffff80009fe6 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0xbc6> -ffffffff80009fb6: e9 00 0f 00 00 jmp ffffffff8000aebb <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1a9b> -ffffffff80009fbb: 4c 89 ef mov %r13,%rdi -ffffffff80009fbe: ff 15 1c 13 02 00 call *0x2131c(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80009fc4: 48 c7 05 19 13 02 00 movq $0x1,0x21319(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80009fcb: 01 00 00 00 -ffffffff80009fcf: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80009fd4: 4c 89 ff mov %r15,%rdi -ffffffff80009fd7: 4c 89 ee mov %r13,%rsi -ffffffff80009fda: e8 a1 86 01 00 call ffffffff80022680 -ffffffff80009fdf: c6 05 b2 13 02 00 01 movb $0x1,0x213b2(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80009fe6: 48 01 db add %rbx,%rbx -ffffffff80009fe9: ba 02 00 00 00 mov $0x2,%edx -ffffffff80009fee: 4c 89 ff mov %r15,%rdi -ffffffff80009ff1: 4c 89 f6 mov %r14,%rsi -ffffffff80009ff4: 48 89 d9 mov %rbx,%rcx -ffffffff80009ff7: e8 54 a2 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80009ffc: 41 b8 01 00 00 00 mov $0x1,%r8d -ffffffff8000a002: 48 8d bd 70 ff ff ff lea -0x90(%rbp),%rdi -ffffffff8000a009: 48 8b b5 d0 fe ff ff mov -0x130(%rbp),%rsi -ffffffff8000a010: 48 8b 55 88 mov -0x78(%rbp),%rdx -ffffffff8000a014: 48 8d 0d bf a9 01 00 lea 0x1a9bf(%rip),%rcx # ffffffff800249da -ffffffff8000a01b: 4c 8d 0d 1e a7 01 00 lea 0x1a71e(%rip),%r9 # ffffffff80024740 -ffffffff8000a022: 6a 01 push $0x1 -ffffffff8000a024: 6a 00 push $0x0 -ffffffff8000a026: e8 15 6d 00 00 call ffffffff80010d40 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE> -ffffffff8000a02b: 48 83 c4 10 add $0x10,%rsp -ffffffff8000a02f: 48 8b 9d 78 ff ff ff mov -0x88(%rbp),%rbx -ffffffff8000a036: 4c 8b 7d 80 mov -0x80(%rbp),%r15 -ffffffff8000a03a: 48 85 db test %rbx,%rbx -ffffffff8000a03d: 74 6d je ffffffff8000a0ac <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0xc8c> -ffffffff8000a03f: 4c 8b b5 70 ff ff ff mov -0x90(%rbp),%r14 -ffffffff8000a046: 0f b6 05 4b 13 02 00 movzbl 0x2134b(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000a04d: 84 c0 test %al,%al -ffffffff8000a04f: 74 16 je ffffffff8000a067 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0xc47> -ffffffff8000a051: 48 83 3d 8f 12 02 00 cmpq $0x0,0x2128f(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000a058: 00 -ffffffff8000a059: 4c 8d 25 90 12 02 00 lea 0x21290(%rip),%r12 # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000a060: 75 37 jne ffffffff8000a099 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0xc79> -ffffffff8000a062: e9 54 0e 00 00 jmp ffffffff8000aebb <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1a9b> -ffffffff8000a067: 4c 89 ef mov %r13,%rdi -ffffffff8000a06a: ff 15 70 12 02 00 call *0x21270(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000a070: 48 c7 05 6d 12 02 00 movq $0x1,0x2126d(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000a077: 01 00 00 00 -ffffffff8000a07b: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000a080: 4c 8d 25 69 12 02 00 lea 0x21269(%rip),%r12 # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000a087: 4c 89 e7 mov %r12,%rdi -ffffffff8000a08a: 4c 89 ee mov %r13,%rsi -ffffffff8000a08d: e8 ee 85 01 00 call ffffffff80022680 -ffffffff8000a092: c6 05 ff 12 02 00 01 movb $0x1,0x212ff(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000a099: ba 01 00 00 00 mov $0x1,%edx -ffffffff8000a09e: 4c 89 e7 mov %r12,%rdi -ffffffff8000a0a1: 4c 89 f6 mov %r14,%rsi -ffffffff8000a0a4: 48 89 d9 mov %rbx,%rcx -ffffffff8000a0a7: e8 a4 a1 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8000a0ac: 49 83 ff 0c cmp $0xc,%r15 -ffffffff8000a0b0: 0f 83 21 01 00 00 jae ffffffff8000a1d7 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0xdb7> -ffffffff8000a0b6: 41 b8 01 00 00 00 mov $0x1,%r8d -ffffffff8000a0bc: 48 8d 9d c8 fc ff ff lea -0x338(%rbp),%rbx -ffffffff8000a0c3: 48 89 df mov %rbx,%rdi -ffffffff8000a0c6: 48 8b b5 d0 fe ff ff mov -0x130(%rbp),%rsi -ffffffff8000a0cd: 4c 8b 75 88 mov -0x78(%rbp),%r14 -ffffffff8000a0d1: 4c 89 f2 mov %r14,%rdx -ffffffff8000a0d4: 48 8d 0d ff a8 01 00 lea 0x1a8ff(%rip),%rcx # ffffffff800249da -ffffffff8000a0db: e8 40 6c 01 00 call ffffffff80020d20 <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE> -ffffffff8000a0e0: 48 c7 85 30 fd ff ff movq $0x0,-0x2d0(%rbp) -ffffffff8000a0e7: 00 00 00 00 -ffffffff8000a0eb: 4c 89 b5 38 fd ff ff mov %r14,-0x2c8(%rbp) -ffffffff8000a0f2: 66 c7 85 40 fd ff ff movw $0x1,-0x2c0(%rbp) -ffffffff8000a0f9: 01 00 -ffffffff8000a0fb: 48 8d bd 70 ff ff ff lea -0x90(%rbp),%rdi -ffffffff8000a102: 48 89 de mov %rbx,%rsi -ffffffff8000a105: e8 46 20 00 00 call ffffffff8000c150 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h17aa920f88ed5603E> -ffffffff8000a10a: ba 08 00 00 00 mov $0x8,%edx -ffffffff8000a10f: 4c 89 ef mov %r13,%rdi -ffffffff8000a112: 48 8d 75 90 lea -0x70(%rbp),%rsi -ffffffff8000a116: e8 95 5b 01 00 call ffffffff8001fcb0 <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E> -ffffffff8000a11b: 48 83 bd 90 fd ff ff cmpq $0x0,-0x270(%rbp) -ffffffff8000a122: 00 -ffffffff8000a123: 4c 8d 3d c6 11 02 00 lea 0x211c6(%rip),%r15 # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000a12a: 0f 85 a4 0e 00 00 jne ffffffff8000afd4 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1bb4> -ffffffff8000a130: 4c 8b b5 98 fd ff ff mov -0x268(%rbp),%r14 -ffffffff8000a137: 4c 8b a5 a0 fd ff ff mov -0x260(%rbp),%r12 -ffffffff8000a13e: ba 03 00 00 00 mov $0x3,%edx -ffffffff8000a143: 4c 89 ef mov %r13,%rdi -ffffffff8000a146: 48 8d 75 98 lea -0x68(%rbp),%rsi -ffffffff8000a14a: e8 61 5b 01 00 call ffffffff8001fcb0 <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E> -ffffffff8000a14f: 48 83 bd 90 fd ff ff cmpq $0x0,-0x270(%rbp) -ffffffff8000a156: 00 -ffffffff8000a157: 0f 85 bb 0e 00 00 jne ffffffff8000b018 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1bf8> -ffffffff8000a15d: 48 8b 85 98 fd ff ff mov -0x268(%rbp),%rax -ffffffff8000a164: 48 89 85 18 ff ff ff mov %rax,-0xe8(%rbp) -ffffffff8000a16b: 48 8b 85 a0 fd ff ff mov -0x260(%rbp),%rax -ffffffff8000a172: 48 89 85 68 ff ff ff mov %rax,-0x98(%rbp) -ffffffff8000a179: 48 8b 45 80 mov -0x80(%rbp),%rax -ffffffff8000a17d: 48 83 f8 01 cmp $0x1,%rax -ffffffff8000a181: 0f 85 5a 03 00 00 jne ffffffff8000a4e1 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x10c1> -ffffffff8000a187: 48 8b 85 70 ff ff ff mov -0x90(%rbp),%rax -ffffffff8000a18e: 48 8b 58 08 mov 0x8(%rax),%rbx -ffffffff8000a192: 48 85 db test %rbx,%rbx -ffffffff8000a195: 0f 84 76 01 00 00 je ffffffff8000a311 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0xef1> -ffffffff8000a19b: 4c 89 a5 40 ff ff ff mov %r12,-0xc0(%rbp) -ffffffff8000a1a2: 0f 88 fd 0d 00 00 js ffffffff8000afa5 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1b85> -ffffffff8000a1a8: 4c 8b 20 mov (%rax),%r12 -ffffffff8000a1ab: 48 8d 05 64 2a 02 00 lea 0x22a64(%rip),%rax # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff8000a1b2: 0f b6 00 movzbl (%rax),%eax -ffffffff8000a1b5: 0f b6 05 dc 11 02 00 movzbl 0x211dc(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000a1bc: 84 c0 test %al,%al -ffffffff8000a1be: 0f 84 6c 01 00 00 je ffffffff8000a330 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0xf10> -ffffffff8000a1c4: 48 83 3d 1c 11 02 00 cmpq $0x0,0x2111c(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000a1cb: 00 -ffffffff8000a1cc: 0f 85 89 01 00 00 jne ffffffff8000a35b <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0xf3b> -ffffffff8000a1d2: e9 e4 0c 00 00 jmp ffffffff8000aebb <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1a9b> -ffffffff8000a1d7: 48 8b 55 88 mov -0x78(%rbp),%rdx -ffffffff8000a1db: 48 85 d2 test %rdx,%rdx -ffffffff8000a1de: 4c 8d 35 0b 11 02 00 lea 0x2110b(%rip),%r14 # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000a1e5: 74 2e je ffffffff8000a215 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0xdf5> -ffffffff8000a1e7: 4c 8b 7d b0 mov -0x50(%rbp),%r15 -ffffffff8000a1eb: 0f 88 b4 0d 00 00 js ffffffff8000afa5 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1b85> -ffffffff8000a1f1: 48 8d 05 1e 2a 02 00 lea 0x22a1e(%rip),%rax # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff8000a1f8: 0f b6 00 movzbl (%rax),%eax -ffffffff8000a1fb: 0f b6 05 96 11 02 00 movzbl 0x21196(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000a202: 84 c0 test %al,%al -ffffffff8000a204: 74 1a je ffffffff8000a220 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0xe00> -ffffffff8000a206: 48 83 3d da 10 02 00 cmpq $0x0,0x210da(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000a20d: 00 -ffffffff8000a20e: 75 3f jne ffffffff8000a24f <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0xe2f> -ffffffff8000a210: e9 a6 0c 00 00 jmp ffffffff8000aebb <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1a9b> -ffffffff8000a215: bb 01 00 00 00 mov $0x1,%ebx -ffffffff8000a21a: 4c 8b 7d b0 mov -0x50(%rbp),%r15 -ffffffff8000a21e: eb 4c jmp ffffffff8000a26c <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0xe4c> -ffffffff8000a220: 4c 89 ef mov %r13,%rdi -ffffffff8000a223: ff 15 b7 10 02 00 call *0x210b7(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000a229: 48 c7 05 b4 10 02 00 movq $0x1,0x210b4(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000a230: 01 00 00 00 -ffffffff8000a234: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000a239: 4c 89 f7 mov %r14,%rdi -ffffffff8000a23c: 4c 89 ee mov %r13,%rsi -ffffffff8000a23f: e8 3c 84 01 00 call ffffffff80022680 -ffffffff8000a244: 48 8b 55 88 mov -0x78(%rbp),%rdx -ffffffff8000a248: c6 05 49 11 02 00 01 movb $0x1,0x21149(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000a24f: be 01 00 00 00 mov $0x1,%esi -ffffffff8000a254: 4c 89 f7 mov %r14,%rdi -ffffffff8000a257: e8 f4 9d 00 00 call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff8000a25c: 48 8b 55 88 mov -0x78(%rbp),%rdx -ffffffff8000a260: 48 89 c3 mov %rax,%rbx -ffffffff8000a263: 48 85 c0 test %rax,%rax -ffffffff8000a266: 0f 84 ff 0d 00 00 je ffffffff8000b06b <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1c4b> -ffffffff8000a26c: 48 89 df mov %rbx,%rdi -ffffffff8000a26f: 48 8b b5 d0 fe ff ff mov -0x130(%rbp),%rsi -ffffffff8000a276: e8 05 84 01 00 call ffffffff80022680 -ffffffff8000a27b: 48 8b 4d 88 mov -0x78(%rbp),%rcx -ffffffff8000a27f: 4d 85 ff test %r15,%r15 -ffffffff8000a282: 74 23 je ffffffff8000a2a7 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0xe87> -ffffffff8000a284: 48 39 8d 98 fe ff ff cmp %rcx,-0x168(%rbp) -ffffffff8000a28b: 75 1a jne ffffffff8000a2a7 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0xe87> -ffffffff8000a28d: 4c 89 ff mov %r15,%rdi -ffffffff8000a290: 48 89 de mov %rbx,%rsi -ffffffff8000a293: 48 89 ca mov %rcx,%rdx -ffffffff8000a296: e8 05 84 01 00 call ffffffff800226a0 -ffffffff8000a29b: 48 8b 4d 88 mov -0x78(%rbp),%rcx -ffffffff8000a29f: 85 c0 test %eax,%eax -ffffffff8000a2a1: 0f 84 64 09 00 00 je ffffffff8000ac0b <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x17eb> -ffffffff8000a2a7: 48 85 c9 test %rcx,%rcx -ffffffff8000a2aa: 74 59 je ffffffff8000a305 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0xee5> -ffffffff8000a2ac: 0f b6 05 e5 10 02 00 movzbl 0x210e5(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000a2b3: 84 c0 test %al,%al -ffffffff8000a2b5: 74 0f je ffffffff8000a2c6 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0xea6> -ffffffff8000a2b7: 48 83 3d 29 10 02 00 cmpq $0x0,0x21029(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000a2be: 00 -ffffffff8000a2bf: 75 34 jne ffffffff8000a2f5 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0xed5> -ffffffff8000a2c1: e9 f5 0b 00 00 jmp ffffffff8000aebb <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1a9b> -ffffffff8000a2c6: 4c 89 ef mov %r13,%rdi -ffffffff8000a2c9: ff 15 11 10 02 00 call *0x21011(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000a2cf: 48 c7 05 0e 10 02 00 movq $0x1,0x2100e(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000a2d6: 01 00 00 00 -ffffffff8000a2da: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000a2df: 4c 89 f7 mov %r14,%rdi -ffffffff8000a2e2: 4c 89 ee mov %r13,%rsi -ffffffff8000a2e5: e8 96 83 01 00 call ffffffff80022680 -ffffffff8000a2ea: 48 8b 4d 88 mov -0x78(%rbp),%rcx -ffffffff8000a2ee: c6 05 a3 10 02 00 01 movb $0x1,0x210a3(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000a2f5: ba 01 00 00 00 mov $0x1,%edx -ffffffff8000a2fa: 4c 89 f7 mov %r14,%rdi -ffffffff8000a2fd: 48 89 de mov %rbx,%rsi -ffffffff8000a300: e8 4b 9f 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8000a305: 4c 89 bd 50 ff ff ff mov %r15,-0xb0(%rbp) -ffffffff8000a30c: e9 71 06 00 00 jmp ffffffff8000a982 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1562> -ffffffff8000a311: bf 01 00 00 00 mov $0x1,%edi -ffffffff8000a316: 31 f6 xor %esi,%esi -ffffffff8000a318: 4c 89 f2 mov %r14,%rdx -ffffffff8000a31b: 4c 89 e1 mov %r12,%rcx -ffffffff8000a31e: e8 5d de ff ff call ffffffff80008180 <_ZN55_$LT$$RF$str$u20$as$u20$core..str..pattern..Pattern$GT$15is_contained_in17haaaae27a71f5bc04E> -ffffffff8000a323: 84 c0 test %al,%al -ffffffff8000a325: 0f 84 dd 05 00 00 je ffffffff8000a908 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x14e8> -ffffffff8000a32b: e9 ee 07 00 00 jmp ffffffff8000ab1e <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x16fe> -ffffffff8000a330: 4c 89 ef mov %r13,%rdi -ffffffff8000a333: ff 15 a7 0f 02 00 call *0x20fa7(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000a339: 48 c7 05 a4 0f 02 00 movq $0x1,0x20fa4(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000a340: 01 00 00 00 -ffffffff8000a344: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000a349: 4c 89 ff mov %r15,%rdi -ffffffff8000a34c: 4c 89 ee mov %r13,%rsi -ffffffff8000a34f: e8 2c 83 01 00 call ffffffff80022680 -ffffffff8000a354: c6 05 3d 10 02 00 01 movb $0x1,0x2103d(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000a35b: be 01 00 00 00 mov $0x1,%esi -ffffffff8000a360: 4c 89 ff mov %r15,%rdi -ffffffff8000a363: 48 89 da mov %rbx,%rdx -ffffffff8000a366: e8 e5 9c 00 00 call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff8000a36b: 48 85 c0 test %rax,%rax -ffffffff8000a36e: 0f 84 e8 0c 00 00 je ffffffff8000b05c <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1c3c> -ffffffff8000a374: 49 89 c5 mov %rax,%r13 -ffffffff8000a377: 48 89 c7 mov %rax,%rdi -ffffffff8000a37a: 4c 89 e6 mov %r12,%rsi -ffffffff8000a37d: 48 89 da mov %rbx,%rdx -ffffffff8000a380: e8 fb 82 01 00 call ffffffff80022680 -ffffffff8000a385: 48 89 d9 mov %rbx,%rcx -ffffffff8000a388: 4c 89 e8 mov %r13,%rax -ffffffff8000a38b: 48 83 e1 03 and $0x3,%rcx -ffffffff8000a38f: 74 33 je ffffffff8000a3c4 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0xfa4> -ffffffff8000a391: 4c 89 ea mov %r13,%rdx -ffffffff8000a394: 66 66 66 2e 0f 1f 84 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8000a39b: 00 00 00 00 00 -ffffffff8000a3a0: 48 8d 42 01 lea 0x1(%rdx),%rax -ffffffff8000a3a4: 0f b6 32 movzbl (%rdx),%esi -ffffffff8000a3a7: 8d 7e 9f lea -0x61(%rsi),%edi -ffffffff8000a3aa: 40 80 ff 1a cmp $0x1a,%dil -ffffffff8000a3ae: 40 0f 92 c7 setb %dil -ffffffff8000a3b2: 40 c0 e7 05 shl $0x5,%dil -ffffffff8000a3b6: 40 30 f7 xor %sil,%dil -ffffffff8000a3b9: 40 88 3a mov %dil,(%rdx) -ffffffff8000a3bc: 48 89 c2 mov %rax,%rdx -ffffffff8000a3bf: 48 ff c9 dec %rcx -ffffffff8000a3c2: 75 dc jne ffffffff8000a3a0 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0xf80> -ffffffff8000a3c4: 48 83 fb 04 cmp $0x4,%rbx -ffffffff8000a3c8: 48 8b 8d 40 ff ff ff mov -0xc0(%rbp),%rcx -ffffffff8000a3cf: 72 7a jb ffffffff8000a44b <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x102b> -ffffffff8000a3d1: 4d 89 e8 mov %r13,%r8 -ffffffff8000a3d4: 49 01 d8 add %rbx,%r8 -ffffffff8000a3d7: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1) -ffffffff8000a3de: 00 00 -ffffffff8000a3e0: 0f b6 10 movzbl (%rax),%edx -ffffffff8000a3e3: 0f b6 70 01 movzbl 0x1(%rax),%esi -ffffffff8000a3e7: 8d 7a 9f lea -0x61(%rdx),%edi -ffffffff8000a3ea: 40 80 ff 1a cmp $0x1a,%dil -ffffffff8000a3ee: 40 0f 92 c7 setb %dil -ffffffff8000a3f2: 40 c0 e7 05 shl $0x5,%dil -ffffffff8000a3f6: 40 30 d7 xor %dl,%dil -ffffffff8000a3f9: 40 88 38 mov %dil,(%rax) -ffffffff8000a3fc: 8d 56 9f lea -0x61(%rsi),%edx -ffffffff8000a3ff: 80 fa 1a cmp $0x1a,%dl -ffffffff8000a402: 0f 92 c2 setb %dl -ffffffff8000a405: c0 e2 05 shl $0x5,%dl -ffffffff8000a408: 40 30 f2 xor %sil,%dl -ffffffff8000a40b: 88 50 01 mov %dl,0x1(%rax) -ffffffff8000a40e: 0f b6 50 02 movzbl 0x2(%rax),%edx -ffffffff8000a412: 8d 72 9f lea -0x61(%rdx),%esi -ffffffff8000a415: 40 80 fe 1a cmp $0x1a,%sil -ffffffff8000a419: 40 0f 92 c6 setb %sil -ffffffff8000a41d: 40 c0 e6 05 shl $0x5,%sil -ffffffff8000a421: 40 30 d6 xor %dl,%sil -ffffffff8000a424: 40 88 70 02 mov %sil,0x2(%rax) -ffffffff8000a428: 0f b6 50 03 movzbl 0x3(%rax),%edx -ffffffff8000a42c: 8d 72 9f lea -0x61(%rdx),%esi -ffffffff8000a42f: 40 80 fe 1a cmp $0x1a,%sil -ffffffff8000a433: 40 0f 92 c6 setb %sil -ffffffff8000a437: 40 c0 e6 05 shl $0x5,%sil -ffffffff8000a43b: 40 30 d6 xor %dl,%sil -ffffffff8000a43e: 40 88 70 03 mov %sil,0x3(%rax) -ffffffff8000a442: 48 83 c0 04 add $0x4,%rax -ffffffff8000a446: 4c 39 c0 cmp %r8,%rax -ffffffff8000a449: 75 95 jne ffffffff8000a3e0 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0xfc0> -ffffffff8000a44b: 4c 89 ef mov %r13,%rdi -ffffffff8000a44e: 48 89 de mov %rbx,%rsi -ffffffff8000a451: 4c 89 f2 mov %r14,%rdx -ffffffff8000a454: e8 27 dd ff ff call ffffffff80008180 <_ZN55_$LT$$RF$str$u20$as$u20$core..str..pattern..Pattern$GT$15is_contained_in17haaaae27a71f5bc04E> -ffffffff8000a459: 41 89 c4 mov %eax,%r12d -ffffffff8000a45c: 0f b6 05 35 0f 02 00 movzbl 0x20f35(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000a463: 84 c0 test %al,%al -ffffffff8000a465: 74 0f je ffffffff8000a476 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1056> -ffffffff8000a467: 48 83 3d 79 0e 02 00 cmpq $0x0,0x20e79(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000a46e: 00 -ffffffff8000a46f: 75 42 jne ffffffff8000a4b3 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1093> -ffffffff8000a471: e9 45 0a 00 00 jmp ffffffff8000aebb <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1a9b> -ffffffff8000a476: 4c 8d bd 90 fd ff ff lea -0x270(%rbp),%r15 -ffffffff8000a47d: 4c 89 ff mov %r15,%rdi -ffffffff8000a480: ff 15 5a 0e 02 00 call *0x20e5a(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000a486: 48 c7 05 57 0e 02 00 movq $0x1,0x20e57(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000a48d: 01 00 00 00 -ffffffff8000a491: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000a496: 48 8d 3d 53 0e 02 00 lea 0x20e53(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000a49d: 4c 89 fe mov %r15,%rsi -ffffffff8000a4a0: 4c 8d 3d 49 0e 02 00 lea 0x20e49(%rip),%r15 # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000a4a7: e8 d4 81 01 00 call ffffffff80022680 -ffffffff8000a4ac: c6 05 e5 0e 02 00 01 movb $0x1,0x20ee5(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000a4b3: ba 01 00 00 00 mov $0x1,%edx -ffffffff8000a4b8: 4c 89 ff mov %r15,%rdi -ffffffff8000a4bb: 4c 89 ee mov %r13,%rsi -ffffffff8000a4be: 48 89 d9 mov %rbx,%rcx -ffffffff8000a4c1: e8 8a 9d 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8000a4c6: 45 84 e4 test %r12b,%r12b -ffffffff8000a4c9: 4c 8d ad 90 fd ff ff lea -0x270(%rbp),%r13 -ffffffff8000a4d0: 4c 8b a5 40 ff ff ff mov -0xc0(%rbp),%r12 -ffffffff8000a4d7: 0f 84 2b 04 00 00 je ffffffff8000a908 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x14e8> -ffffffff8000a4dd: 48 8b 45 80 mov -0x80(%rbp),%rax -ffffffff8000a4e1: 48 83 f8 01 cmp $0x1,%rax -ffffffff8000a4e5: 0f 86 33 06 00 00 jbe ffffffff8000ab1e <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x16fe> -ffffffff8000a4eb: 48 8b 85 70 ff ff ff mov -0x90(%rbp),%rax -ffffffff8000a4f2: 48 8b 58 08 mov 0x8(%rax),%rbx -ffffffff8000a4f6: 48 85 db test %rbx,%rbx -ffffffff8000a4f9: 74 3e je ffffffff8000a539 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1119> -ffffffff8000a4fb: 0f 88 a4 0a 00 00 js ffffffff8000afa5 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1b85> -ffffffff8000a501: 4c 89 b5 40 ff ff ff mov %r14,-0xc0(%rbp) -ffffffff8000a508: 48 8b 00 mov (%rax),%rax -ffffffff8000a50b: 48 89 85 00 ff ff ff mov %rax,-0x100(%rbp) -ffffffff8000a512: 48 8d 05 fd 26 02 00 lea 0x226fd(%rip),%rax # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff8000a519: 0f b6 00 movzbl (%rax),%eax -ffffffff8000a51c: 0f b6 05 75 0e 02 00 movzbl 0x20e75(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000a523: 84 c0 test %al,%al -ffffffff8000a525: 74 31 je ffffffff8000a558 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1138> -ffffffff8000a527: 48 83 3d b9 0d 02 00 cmpq $0x0,0x20db9(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000a52e: 00 -ffffffff8000a52f: 4d 89 fe mov %r15,%r14 -ffffffff8000a532: 75 52 jne ffffffff8000a586 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1166> -ffffffff8000a534: e9 82 09 00 00 jmp ffffffff8000aebb <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1a9b> -ffffffff8000a539: bf 01 00 00 00 mov $0x1,%edi -ffffffff8000a53e: 31 f6 xor %esi,%esi -ffffffff8000a540: 4c 89 f2 mov %r14,%rdx -ffffffff8000a543: 4c 89 e1 mov %r12,%rcx -ffffffff8000a546: e8 35 dc ff ff call ffffffff80008180 <_ZN55_$LT$$RF$str$u20$as$u20$core..str..pattern..Pattern$GT$15is_contained_in17haaaae27a71f5bc04E> -ffffffff8000a54b: 84 c0 test %al,%al -ffffffff8000a54d: 0f 85 c7 01 00 00 jne ffffffff8000a71a <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x12fa> -ffffffff8000a553: e9 b0 03 00 00 jmp ffffffff8000a908 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x14e8> -ffffffff8000a558: 4c 89 ef mov %r13,%rdi -ffffffff8000a55b: ff 15 7f 0d 02 00 call *0x20d7f(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000a561: 48 c7 05 7c 0d 02 00 movq $0x1,0x20d7c(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000a568: 01 00 00 00 -ffffffff8000a56c: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000a571: 4d 89 fe mov %r15,%r14 -ffffffff8000a574: 4c 89 ff mov %r15,%rdi -ffffffff8000a577: 4c 89 ee mov %r13,%rsi -ffffffff8000a57a: e8 01 81 01 00 call ffffffff80022680 -ffffffff8000a57f: c6 05 12 0e 02 00 01 movb $0x1,0x20e12(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000a586: be 01 00 00 00 mov $0x1,%esi -ffffffff8000a58b: 4c 89 f7 mov %r14,%rdi -ffffffff8000a58e: 48 89 da mov %rbx,%rdx -ffffffff8000a591: e8 ba 9a 00 00 call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff8000a596: 48 85 c0 test %rax,%rax -ffffffff8000a599: 0f 84 bd 0a 00 00 je ffffffff8000b05c <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1c3c> -ffffffff8000a59f: 49 89 c5 mov %rax,%r13 -ffffffff8000a5a2: 48 89 c7 mov %rax,%rdi -ffffffff8000a5a5: 48 8b b5 00 ff ff ff mov -0x100(%rbp),%rsi -ffffffff8000a5ac: 48 89 da mov %rbx,%rdx -ffffffff8000a5af: e8 cc 80 01 00 call ffffffff80022680 -ffffffff8000a5b4: 48 89 d9 mov %rbx,%rcx -ffffffff8000a5b7: 4c 89 e8 mov %r13,%rax -ffffffff8000a5ba: 48 83 e1 03 and $0x3,%rcx -ffffffff8000a5be: 48 8b 95 40 ff ff ff mov -0xc0(%rbp),%rdx -ffffffff8000a5c5: 74 2e je ffffffff8000a5f5 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x11d5> -ffffffff8000a5c7: 4d 89 e8 mov %r13,%r8 -ffffffff8000a5ca: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1) -ffffffff8000a5d0: 49 8d 40 01 lea 0x1(%r8),%rax -ffffffff8000a5d4: 41 0f b6 30 movzbl (%r8),%esi -ffffffff8000a5d8: 8d 7e 9f lea -0x61(%rsi),%edi -ffffffff8000a5db: 40 80 ff 1a cmp $0x1a,%dil -ffffffff8000a5df: 40 0f 92 c7 setb %dil -ffffffff8000a5e3: 40 c0 e7 05 shl $0x5,%dil -ffffffff8000a5e7: 40 30 f7 xor %sil,%dil -ffffffff8000a5ea: 41 88 38 mov %dil,(%r8) -ffffffff8000a5ed: 49 89 c0 mov %rax,%r8 -ffffffff8000a5f0: 48 ff c9 dec %rcx -ffffffff8000a5f3: 75 db jne ffffffff8000a5d0 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x11b0> -ffffffff8000a5f5: 48 83 fb 04 cmp $0x4,%rbx -ffffffff8000a5f9: 0f 82 82 00 00 00 jb ffffffff8000a681 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1261> -ffffffff8000a5ff: 4d 89 e8 mov %r13,%r8 -ffffffff8000a602: 49 01 d8 add %rbx,%r8 -ffffffff8000a605: 66 66 2e 0f 1f 84 00 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8000a60c: 00 00 00 00 -ffffffff8000a610: 44 0f b6 08 movzbl (%rax),%r9d -ffffffff8000a614: 0f b6 70 01 movzbl 0x1(%rax),%esi -ffffffff8000a618: 41 8d 79 9f lea -0x61(%r9),%edi -ffffffff8000a61c: 40 80 ff 1a cmp $0x1a,%dil -ffffffff8000a620: 40 0f 92 c7 setb %dil -ffffffff8000a624: 40 c0 e7 05 shl $0x5,%dil -ffffffff8000a628: 44 30 cf xor %r9b,%dil -ffffffff8000a62b: 40 88 38 mov %dil,(%rax) -ffffffff8000a62e: 8d 7e 9f lea -0x61(%rsi),%edi -ffffffff8000a631: 40 80 ff 1a cmp $0x1a,%dil -ffffffff8000a635: 40 0f 92 c7 setb %dil -ffffffff8000a639: 40 c0 e7 05 shl $0x5,%dil -ffffffff8000a63d: 40 30 f7 xor %sil,%dil -ffffffff8000a640: 40 88 78 01 mov %dil,0x1(%rax) -ffffffff8000a644: 0f b6 78 02 movzbl 0x2(%rax),%edi -ffffffff8000a648: 8d 77 9f lea -0x61(%rdi),%esi -ffffffff8000a64b: 40 80 fe 1a cmp $0x1a,%sil -ffffffff8000a64f: 40 0f 92 c6 setb %sil -ffffffff8000a653: 40 c0 e6 05 shl $0x5,%sil -ffffffff8000a657: 40 30 fe xor %dil,%sil -ffffffff8000a65a: 40 88 70 02 mov %sil,0x2(%rax) -ffffffff8000a65e: 0f b6 78 03 movzbl 0x3(%rax),%edi -ffffffff8000a662: 8d 77 9f lea -0x61(%rdi),%esi -ffffffff8000a665: 40 80 fe 1a cmp $0x1a,%sil -ffffffff8000a669: 40 0f 92 c6 setb %sil -ffffffff8000a66d: 40 c0 e6 05 shl $0x5,%sil -ffffffff8000a671: 40 30 fe xor %dil,%sil -ffffffff8000a674: 40 88 70 03 mov %sil,0x3(%rax) -ffffffff8000a678: 48 83 c0 04 add $0x4,%rax -ffffffff8000a67c: 4c 39 c0 cmp %r8,%rax -ffffffff8000a67f: 75 8f jne ffffffff8000a610 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x11f0> -ffffffff8000a681: 4c 89 ef mov %r13,%rdi -ffffffff8000a684: 48 89 de mov %rbx,%rsi -ffffffff8000a687: 4c 89 e1 mov %r12,%rcx -ffffffff8000a68a: e8 f1 da ff ff call ffffffff80008180 <_ZN55_$LT$$RF$str$u20$as$u20$core..str..pattern..Pattern$GT$15is_contained_in17haaaae27a71f5bc04E> -ffffffff8000a68f: 41 89 c6 mov %eax,%r14d -ffffffff8000a692: 0f b6 05 ff 0c 02 00 movzbl 0x20cff(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000a699: 84 c0 test %al,%al -ffffffff8000a69b: 74 0f je ffffffff8000a6ac <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x128c> -ffffffff8000a69d: 48 83 3d 43 0c 02 00 cmpq $0x0,0x20c43(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000a6a4: 00 -ffffffff8000a6a5: 75 42 jne ffffffff8000a6e9 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x12c9> -ffffffff8000a6a7: e9 0f 08 00 00 jmp ffffffff8000aebb <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1a9b> -ffffffff8000a6ac: 4c 8d bd 90 fd ff ff lea -0x270(%rbp),%r15 -ffffffff8000a6b3: 4c 89 ff mov %r15,%rdi -ffffffff8000a6b6: ff 15 24 0c 02 00 call *0x20c24(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000a6bc: 48 c7 05 21 0c 02 00 movq $0x1,0x20c21(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000a6c3: 01 00 00 00 -ffffffff8000a6c7: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000a6cc: 48 8d 3d 1d 0c 02 00 lea 0x20c1d(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000a6d3: 4c 89 fe mov %r15,%rsi -ffffffff8000a6d6: 4c 8d 3d 13 0c 02 00 lea 0x20c13(%rip),%r15 # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000a6dd: e8 9e 7f 01 00 call ffffffff80022680 -ffffffff8000a6e2: c6 05 af 0c 02 00 01 movb $0x1,0x20caf(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000a6e9: ba 01 00 00 00 mov $0x1,%edx -ffffffff8000a6ee: 4c 89 ff mov %r15,%rdi -ffffffff8000a6f1: 4c 89 ee mov %r13,%rsi -ffffffff8000a6f4: 48 89 d9 mov %rbx,%rcx -ffffffff8000a6f7: e8 54 9b 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8000a6fc: 45 84 f6 test %r14b,%r14b -ffffffff8000a6ff: 4c 8d ad 90 fd ff ff lea -0x270(%rbp),%r13 -ffffffff8000a706: 0f 84 fc 01 00 00 je ffffffff8000a908 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x14e8> -ffffffff8000a70c: 48 8b 75 80 mov -0x80(%rbp),%rsi -ffffffff8000a710: 48 83 fe 02 cmp $0x2,%rsi -ffffffff8000a714: 0f 82 39 08 00 00 jb ffffffff8000af53 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1b33> -ffffffff8000a71a: 48 8b 85 70 ff ff ff mov -0x90(%rbp),%rax -ffffffff8000a721: 48 8b 58 18 mov 0x18(%rax),%rbx -ffffffff8000a725: 48 85 db test %rbx,%rbx -ffffffff8000a728: 74 2e je ffffffff8000a758 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1338> -ffffffff8000a72a: 0f 88 75 08 00 00 js ffffffff8000afa5 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1b85> -ffffffff8000a730: 4c 8b 60 10 mov 0x10(%rax),%r12 -ffffffff8000a734: 48 8d 05 db 24 02 00 lea 0x224db(%rip),%rax # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff8000a73b: 0f b6 00 movzbl (%rax),%eax -ffffffff8000a73e: 0f b6 05 53 0c 02 00 movzbl 0x20c53(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000a745: 84 c0 test %al,%al -ffffffff8000a747: 74 36 je ffffffff8000a77f <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x135f> -ffffffff8000a749: 48 83 3d 97 0b 02 00 cmpq $0x0,0x20b97(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000a750: 00 -ffffffff8000a751: 75 57 jne ffffffff8000a7aa <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x138a> -ffffffff8000a753: e9 63 07 00 00 jmp ffffffff8000aebb <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1a9b> -ffffffff8000a758: bf 01 00 00 00 mov $0x1,%edi -ffffffff8000a75d: 31 f6 xor %esi,%esi -ffffffff8000a75f: 48 8b 95 18 ff ff ff mov -0xe8(%rbp),%rdx -ffffffff8000a766: 48 8b 8d 68 ff ff ff mov -0x98(%rbp),%rcx -ffffffff8000a76d: e8 0e da ff ff call ffffffff80008180 <_ZN55_$LT$$RF$str$u20$as$u20$core..str..pattern..Pattern$GT$15is_contained_in17haaaae27a71f5bc04E> -ffffffff8000a772: 84 c0 test %al,%al -ffffffff8000a774: 0f 84 8e 01 00 00 je ffffffff8000a908 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x14e8> -ffffffff8000a77a: e9 9f 03 00 00 jmp ffffffff8000ab1e <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x16fe> -ffffffff8000a77f: 4c 89 ef mov %r13,%rdi -ffffffff8000a782: ff 15 58 0b 02 00 call *0x20b58(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000a788: 48 c7 05 55 0b 02 00 movq $0x1,0x20b55(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000a78f: 01 00 00 00 -ffffffff8000a793: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000a798: 4c 89 ff mov %r15,%rdi -ffffffff8000a79b: 4c 89 ee mov %r13,%rsi -ffffffff8000a79e: e8 dd 7e 01 00 call ffffffff80022680 -ffffffff8000a7a3: c6 05 ee 0b 02 00 01 movb $0x1,0x20bee(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000a7aa: be 01 00 00 00 mov $0x1,%esi -ffffffff8000a7af: 4c 89 ff mov %r15,%rdi -ffffffff8000a7b2: 48 89 da mov %rbx,%rdx -ffffffff8000a7b5: e8 96 98 00 00 call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff8000a7ba: 48 85 c0 test %rax,%rax -ffffffff8000a7bd: 0f 84 99 08 00 00 je ffffffff8000b05c <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1c3c> -ffffffff8000a7c3: 49 89 c6 mov %rax,%r14 -ffffffff8000a7c6: 48 89 c7 mov %rax,%rdi -ffffffff8000a7c9: 4c 89 e6 mov %r12,%rsi -ffffffff8000a7cc: 48 89 da mov %rbx,%rdx -ffffffff8000a7cf: e8 ac 7e 01 00 call ffffffff80022680 -ffffffff8000a7d4: 48 89 d9 mov %rbx,%rcx -ffffffff8000a7d7: 4c 89 f0 mov %r14,%rax -ffffffff8000a7da: 48 83 e1 03 and $0x3,%rcx -ffffffff8000a7de: 74 34 je ffffffff8000a814 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x13f4> -ffffffff8000a7e0: 4c 89 f2 mov %r14,%rdx -ffffffff8000a7e3: 66 66 66 66 2e 0f 1f data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8000a7ea: 84 00 00 00 00 00 -ffffffff8000a7f0: 48 8d 42 01 lea 0x1(%rdx),%rax -ffffffff8000a7f4: 0f b6 32 movzbl (%rdx),%esi -ffffffff8000a7f7: 8d 7e 9f lea -0x61(%rsi),%edi -ffffffff8000a7fa: 40 80 ff 1a cmp $0x1a,%dil -ffffffff8000a7fe: 40 0f 92 c7 setb %dil -ffffffff8000a802: 40 c0 e7 05 shl $0x5,%dil -ffffffff8000a806: 40 30 f7 xor %sil,%dil -ffffffff8000a809: 40 88 3a mov %dil,(%rdx) -ffffffff8000a80c: 48 89 c2 mov %rax,%rdx -ffffffff8000a80f: 48 ff c9 dec %rcx -ffffffff8000a812: 75 dc jne ffffffff8000a7f0 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x13d0> -ffffffff8000a814: 48 83 fb 04 cmp $0x4,%rbx -ffffffff8000a818: 72 71 jb ffffffff8000a88b <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x146b> -ffffffff8000a81a: 4c 89 f1 mov %r14,%rcx -ffffffff8000a81d: 48 01 d9 add %rbx,%rcx -ffffffff8000a820: 0f b6 10 movzbl (%rax),%edx -ffffffff8000a823: 0f b6 70 01 movzbl 0x1(%rax),%esi -ffffffff8000a827: 8d 7a 9f lea -0x61(%rdx),%edi -ffffffff8000a82a: 40 80 ff 1a cmp $0x1a,%dil -ffffffff8000a82e: 40 0f 92 c7 setb %dil -ffffffff8000a832: 40 c0 e7 05 shl $0x5,%dil -ffffffff8000a836: 40 30 d7 xor %dl,%dil -ffffffff8000a839: 40 88 38 mov %dil,(%rax) -ffffffff8000a83c: 8d 56 9f lea -0x61(%rsi),%edx -ffffffff8000a83f: 80 fa 1a cmp $0x1a,%dl -ffffffff8000a842: 0f 92 c2 setb %dl -ffffffff8000a845: c0 e2 05 shl $0x5,%dl -ffffffff8000a848: 40 30 f2 xor %sil,%dl -ffffffff8000a84b: 88 50 01 mov %dl,0x1(%rax) -ffffffff8000a84e: 0f b6 50 02 movzbl 0x2(%rax),%edx -ffffffff8000a852: 8d 72 9f lea -0x61(%rdx),%esi -ffffffff8000a855: 40 80 fe 1a cmp $0x1a,%sil -ffffffff8000a859: 40 0f 92 c6 setb %sil -ffffffff8000a85d: 40 c0 e6 05 shl $0x5,%sil -ffffffff8000a861: 40 30 d6 xor %dl,%sil -ffffffff8000a864: 40 88 70 02 mov %sil,0x2(%rax) -ffffffff8000a868: 0f b6 50 03 movzbl 0x3(%rax),%edx -ffffffff8000a86c: 8d 72 9f lea -0x61(%rdx),%esi -ffffffff8000a86f: 40 80 fe 1a cmp $0x1a,%sil -ffffffff8000a873: 40 0f 92 c6 setb %sil -ffffffff8000a877: 40 c0 e6 05 shl $0x5,%sil -ffffffff8000a87b: 40 30 d6 xor %dl,%sil -ffffffff8000a87e: 40 88 70 03 mov %sil,0x3(%rax) -ffffffff8000a882: 48 83 c0 04 add $0x4,%rax -ffffffff8000a886: 48 39 c8 cmp %rcx,%rax -ffffffff8000a889: 75 95 jne ffffffff8000a820 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1400> -ffffffff8000a88b: 4c 89 f7 mov %r14,%rdi -ffffffff8000a88e: 48 89 de mov %rbx,%rsi -ffffffff8000a891: 48 8b 95 18 ff ff ff mov -0xe8(%rbp),%rdx -ffffffff8000a898: 48 8b 8d 68 ff ff ff mov -0x98(%rbp),%rcx -ffffffff8000a89f: e8 dc d8 ff ff call ffffffff80008180 <_ZN55_$LT$$RF$str$u20$as$u20$core..str..pattern..Pattern$GT$15is_contained_in17haaaae27a71f5bc04E> -ffffffff8000a8a4: 41 89 c4 mov %eax,%r12d -ffffffff8000a8a7: 0f b6 05 ea 0a 02 00 movzbl 0x20aea(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000a8ae: 84 c0 test %al,%al -ffffffff8000a8b0: 74 0f je ffffffff8000a8c1 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x14a1> -ffffffff8000a8b2: 48 83 3d 2e 0a 02 00 cmpq $0x0,0x20a2e(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000a8b9: 00 -ffffffff8000a8ba: 75 30 jne ffffffff8000a8ec <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x14cc> -ffffffff8000a8bc: e9 fa 05 00 00 jmp ffffffff8000aebb <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1a9b> -ffffffff8000a8c1: 4c 89 ef mov %r13,%rdi -ffffffff8000a8c4: ff 15 16 0a 02 00 call *0x20a16(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000a8ca: 48 c7 05 13 0a 02 00 movq $0x1,0x20a13(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000a8d1: 01 00 00 00 -ffffffff8000a8d5: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000a8da: 4c 89 ff mov %r15,%rdi -ffffffff8000a8dd: 4c 89 ee mov %r13,%rsi -ffffffff8000a8e0: e8 9b 7d 01 00 call ffffffff80022680 -ffffffff8000a8e5: c6 05 ac 0a 02 00 01 movb $0x1,0x20aac(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000a8ec: ba 01 00 00 00 mov $0x1,%edx -ffffffff8000a8f1: 4c 89 ff mov %r15,%rdi -ffffffff8000a8f4: 4c 89 f6 mov %r14,%rsi -ffffffff8000a8f7: 48 89 d9 mov %rbx,%rcx -ffffffff8000a8fa: e8 51 99 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8000a8ff: 45 84 e4 test %r12b,%r12b -ffffffff8000a902: 0f 85 16 02 00 00 jne ffffffff8000ab1e <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x16fe> -ffffffff8000a908: 48 8b 9d 78 ff ff ff mov -0x88(%rbp),%rbx -ffffffff8000a90f: 48 85 db test %rbx,%rbx -ffffffff8000a912: 74 63 je ffffffff8000a977 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1557> -ffffffff8000a914: 4c 8b b5 70 ff ff ff mov -0x90(%rbp),%r14 -ffffffff8000a91b: 0f b6 05 76 0a 02 00 movzbl 0x20a76(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000a922: 84 c0 test %al,%al -ffffffff8000a924: 74 0f je ffffffff8000a935 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1515> -ffffffff8000a926: 48 83 3d ba 09 02 00 cmpq $0x0,0x209ba(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000a92d: 00 -ffffffff8000a92e: 75 30 jne ffffffff8000a960 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1540> -ffffffff8000a930: e9 86 05 00 00 jmp ffffffff8000aebb <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1a9b> -ffffffff8000a935: 4c 89 ef mov %r13,%rdi -ffffffff8000a938: ff 15 a2 09 02 00 call *0x209a2(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000a93e: 48 c7 05 9f 09 02 00 movq $0x1,0x2099f(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000a945: 01 00 00 00 -ffffffff8000a949: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000a94e: 4c 89 ff mov %r15,%rdi -ffffffff8000a951: 4c 89 ee mov %r13,%rsi -ffffffff8000a954: e8 27 7d 01 00 call ffffffff80022680 -ffffffff8000a959: c6 05 38 0a 02 00 01 movb $0x1,0x20a38(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000a960: 48 c1 e3 04 shl $0x4,%rbx -ffffffff8000a964: ba 08 00 00 00 mov $0x8,%edx -ffffffff8000a969: 4c 89 ff mov %r15,%rdi -ffffffff8000a96c: 4c 89 f6 mov %r14,%rsi -ffffffff8000a96f: 48 89 d9 mov %rbx,%rcx -ffffffff8000a972: e8 d9 98 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8000a977: 48 8b 45 b0 mov -0x50(%rbp),%rax -ffffffff8000a97b: 48 89 85 50 ff ff ff mov %rax,-0xb0(%rbp) -ffffffff8000a982: 48 8b 85 58 ff ff ff mov -0xa8(%rbp),%rax -ffffffff8000a989: 48 89 85 48 ff ff ff mov %rax,-0xb8(%rbp) -ffffffff8000a990: e9 89 ee ff ff jmp ffffffff8000981e <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x3fe> -ffffffff8000a995: 66 66 2e 0f 1f 84 00 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8000a99c: 00 00 00 00 -ffffffff8000a9a0: b1 01 mov $0x1,%cl -ffffffff8000a9a2: 89 4d b0 mov %ecx,-0x50(%rbp) -ffffffff8000a9a5: 41 b4 10 mov $0x10,%r12b -ffffffff8000a9a8: 4c 8b bd 50 ff ff ff mov -0xb0(%rbp),%r15 -ffffffff8000a9af: 4c 8b b5 48 ff ff ff mov -0xb8(%rbp),%r14 -ffffffff8000a9b6: f0 48 ff 08 lock decq (%rax) -ffffffff8000a9ba: 75 0c jne ffffffff8000a9c8 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x15a8> -ffffffff8000a9bc: 48 8d bd 88 fe ff ff lea -0x178(%rbp),%rdi -ffffffff8000a9c3: e8 08 75 00 00 call ffffffff80011ed0 <_ZN5alloc4sync16Arc$LT$T$C$A$GT$9drop_slow17h3e7fd2046c900cb3E> -ffffffff8000a9c8: 4d 85 ff test %r15,%r15 -ffffffff8000a9cb: 74 53 je ffffffff8000aa20 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1600> -ffffffff8000a9cd: 4d 85 f6 test %r14,%r14 -ffffffff8000a9d0: 74 47 je ffffffff8000aa19 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x15f9> -ffffffff8000a9d2: 0f b6 05 bf 09 02 00 movzbl 0x209bf(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000a9d9: 84 c0 test %al,%al -ffffffff8000a9db: 0f 84 d0 01 00 00 je ffffffff8000abb1 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1791> -ffffffff8000a9e1: 48 83 3d ff 08 02 00 cmpq $0x0,0x208ff(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000a9e8: 00 -ffffffff8000a9e9: 48 8d 1d 00 09 02 00 lea 0x20900(%rip),%rbx # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000a9f0: 0f 85 ed 01 00 00 jne ffffffff8000abe3 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x17c3> -ffffffff8000a9f6: e9 c0 04 00 00 jmp ffffffff8000aebb <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1a9b> -ffffffff8000a9fb: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) -ffffffff8000aa00: 41 b4 10 mov $0x10,%r12b -ffffffff8000aa03: b0 01 mov $0x1,%al -ffffffff8000aa05: 89 45 b0 mov %eax,-0x50(%rbp) -ffffffff8000aa08: 48 8b 9d f0 fe ff ff mov -0x110(%rbp),%rbx -ffffffff8000aa0f: 48 85 db test %rbx,%rbx -ffffffff8000aa12: 75 1c jne ffffffff8000aa30 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1610> -ffffffff8000aa14: e9 ab 00 00 00 jmp ffffffff8000aac4 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x16a4> -ffffffff8000aa19: 45 31 f6 xor %r14d,%r14d -ffffffff8000aa1c: 0f 1f 40 00 nopl 0x0(%rax) -ffffffff8000aa20: 48 8b 9d f0 fe ff ff mov -0x110(%rbp),%rbx -ffffffff8000aa27: 48 85 db test %rbx,%rbx -ffffffff8000aa2a: 0f 84 94 00 00 00 je ffffffff8000aac4 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x16a4> -ffffffff8000aa30: 44 88 a5 68 ff ff ff mov %r12b,-0x98(%rbp) -ffffffff8000aa37: 4d 89 f4 mov %r14,%r12 -ffffffff8000aa3a: 4c 8b b5 e8 fe ff ff mov -0x118(%rbp),%r14 -ffffffff8000aa41: 0f b6 05 50 09 02 00 movzbl 0x20950(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000aa48: 84 c0 test %al,%al -ffffffff8000aa4a: 74 24 je ffffffff8000aa70 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1650> -ffffffff8000aa4c: 48 83 3d 94 08 02 00 cmpq $0x0,0x20894(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000aa53: 00 -ffffffff8000aa54: 4c 8d 3d 95 08 02 00 lea 0x20895(%rip),%r15 # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000aa5b: 75 45 jne ffffffff8000aaa2 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1682> -ffffffff8000aa5d: e9 59 04 00 00 jmp ffffffff8000aebb <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1a9b> -ffffffff8000aa62: 66 66 66 66 66 2e 0f data16 data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8000aa69: 1f 84 00 00 00 00 00 -ffffffff8000aa70: 4c 89 ef mov %r13,%rdi -ffffffff8000aa73: ff 15 67 08 02 00 call *0x20867(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000aa79: 48 c7 05 64 08 02 00 movq $0x1,0x20864(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000aa80: 01 00 00 00 -ffffffff8000aa84: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000aa89: 4c 8d 3d 60 08 02 00 lea 0x20860(%rip),%r15 # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000aa90: 4c 89 ff mov %r15,%rdi -ffffffff8000aa93: 4c 89 ee mov %r13,%rsi -ffffffff8000aa96: e8 e5 7b 01 00 call ffffffff80022680 -ffffffff8000aa9b: c6 05 f6 08 02 00 01 movb $0x1,0x208f6(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000aaa2: 48 c1 e3 05 shl $0x5,%rbx -ffffffff8000aaa6: ba 01 00 00 00 mov $0x1,%edx -ffffffff8000aaab: 4c 89 ff mov %r15,%rdi -ffffffff8000aaae: 4c 89 f6 mov %r14,%rsi -ffffffff8000aab1: 48 89 d9 mov %rbx,%rcx -ffffffff8000aab4: e8 97 97 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8000aab9: 4d 89 e6 mov %r12,%r14 -ffffffff8000aabc: 44 0f b6 a5 68 ff ff movzbl -0x98(%rbp),%r12d -ffffffff8000aac3: ff -ffffffff8000aac4: 80 7d b0 00 cmpb $0x0,-0x50(%rbp) -ffffffff8000aac8: 0f 85 a7 02 00 00 jne ffffffff8000ad75 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1955> -ffffffff8000aace: 8b 85 df fe ff ff mov -0x121(%rbp),%eax -ffffffff8000aad4: 89 85 7f fe ff ff mov %eax,-0x181(%rbp) -ffffffff8000aada: 48 8b 85 d8 fe ff ff mov -0x128(%rbp),%rax -ffffffff8000aae1: 48 89 85 78 fe ff ff mov %rax,-0x188(%rbp) -ffffffff8000aae8: 41 80 fc 10 cmp $0x10,%r12b -ffffffff8000aaec: 0f 85 9a 02 00 00 jne ffffffff8000ad8c <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x196c> -ffffffff8000aaf2: 4c 8b 8d 50 fe ff ff mov -0x1b0(%rbp),%r9 -ffffffff8000aaf9: 49 83 c1 10 add $0x10,%r9 -ffffffff8000aafd: 8b 85 64 ff ff ff mov -0x9c(%rbp),%eax -ffffffff8000ab03: c1 e0 10 shl $0x10,%eax -ffffffff8000ab06: 0f b7 4d c8 movzwl -0x38(%rbp),%ecx -ffffffff8000ab0a: 09 c1 or %eax,%ecx -ffffffff8000ab0c: 4c 3b 8d 70 fe ff ff cmp -0x190(%rbp),%r9 -ffffffff8000ab13: 0f 85 17 eb ff ff jne ffffffff80009630 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x210> -ffffffff8000ab19: e9 20 02 00 00 jmp ffffffff8000ad3e <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x191e> -ffffffff8000ab1e: 8b 45 97 mov -0x69(%rbp),%eax -ffffffff8000ab21: 89 85 df fe ff ff mov %eax,-0x121(%rbp) -ffffffff8000ab27: 48 8b 45 90 mov -0x70(%rbp),%rax -ffffffff8000ab2b: 48 89 85 d8 fe ff ff mov %rax,-0x128(%rbp) -ffffffff8000ab32: 44 0f b6 65 9b movzbl -0x65(%rbp),%r12d -ffffffff8000ab37: 48 8b 45 9c mov -0x64(%rbp),%rax -ffffffff8000ab3b: 48 89 85 b8 fe ff ff mov %rax,-0x148(%rbp) -ffffffff8000ab42: 0f b7 45 a4 movzwl -0x5c(%rbp),%eax -ffffffff8000ab46: 89 85 64 ff ff ff mov %eax,-0x9c(%rbp) -ffffffff8000ab4c: 8b 45 a6 mov -0x5a(%rbp),%eax -ffffffff8000ab4f: 89 85 14 ff ff ff mov %eax,-0xec(%rbp) -ffffffff8000ab55: 0f b7 45 aa movzwl -0x56(%rbp),%eax -ffffffff8000ab59: 66 89 45 c8 mov %ax,-0x38(%rbp) -ffffffff8000ab5d: 8b 45 ac mov -0x54(%rbp),%eax -ffffffff8000ab60: 89 85 10 ff ff ff mov %eax,-0xf0(%rbp) -ffffffff8000ab66: 48 8b 9d 78 ff ff ff mov -0x88(%rbp),%rbx -ffffffff8000ab6d: 48 85 db test %rbx,%rbx -ffffffff8000ab70: 4c 8b 7d b0 mov -0x50(%rbp),%r15 -ffffffff8000ab74: 0f 84 a0 01 00 00 je ffffffff8000ad1a <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x18fa> -ffffffff8000ab7a: 44 88 a5 68 ff ff ff mov %r12b,-0x98(%rbp) -ffffffff8000ab81: 4c 8b b5 70 ff ff ff mov -0x90(%rbp),%r14 -ffffffff8000ab88: 0f b6 05 09 08 02 00 movzbl 0x20809(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000ab8f: 84 c0 test %al,%al -ffffffff8000ab91: 0f 84 9b 00 00 00 je ffffffff8000ac32 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1812> -ffffffff8000ab97: 48 83 3d 49 07 02 00 cmpq $0x0,0x20749(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000ab9e: 00 -ffffffff8000ab9f: 4c 8d 25 4a 07 02 00 lea 0x2074a(%rip),%r12 # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000aba6: 0f 85 b8 00 00 00 jne ffffffff8000ac64 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1844> -ffffffff8000abac: e9 0a 03 00 00 jmp ffffffff8000aebb <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1a9b> -ffffffff8000abb1: 4c 89 ef mov %r13,%rdi -ffffffff8000abb4: ff 15 26 07 02 00 call *0x20726(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000abba: 48 c7 05 23 07 02 00 movq $0x1,0x20723(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000abc1: 01 00 00 00 -ffffffff8000abc5: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000abca: 48 8d 1d 1f 07 02 00 lea 0x2071f(%rip),%rbx # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000abd1: 48 89 df mov %rbx,%rdi -ffffffff8000abd4: 4c 89 ee mov %r13,%rsi -ffffffff8000abd7: e8 a4 7a 01 00 call ffffffff80022680 -ffffffff8000abdc: c6 05 b5 07 02 00 01 movb $0x1,0x207b5(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000abe3: ba 01 00 00 00 mov $0x1,%edx -ffffffff8000abe8: 48 89 df mov %rbx,%rdi -ffffffff8000abeb: 4c 89 fe mov %r15,%rsi -ffffffff8000abee: 4c 89 f1 mov %r14,%rcx -ffffffff8000abf1: e8 5a 96 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8000abf6: 48 8b 9d f0 fe ff ff mov -0x110(%rbp),%rbx -ffffffff8000abfd: 48 85 db test %rbx,%rbx -ffffffff8000ac00: 0f 85 2a fe ff ff jne ffffffff8000aa30 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1610> -ffffffff8000ac06: e9 b9 fe ff ff jmp ffffffff8000aac4 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x16a4> -ffffffff8000ac0b: 48 85 c9 test %rcx,%rcx -ffffffff8000ac0e: 0f 84 b7 00 00 00 je ffffffff8000accb <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x18ab> -ffffffff8000ac14: 0f b6 05 7d 07 02 00 movzbl 0x2077d(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000ac1b: 84 c0 test %al,%al -ffffffff8000ac1d: 74 69 je ffffffff8000ac88 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1868> -ffffffff8000ac1f: 48 83 3d c1 06 02 00 cmpq $0x0,0x206c1(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000ac26: 00 -ffffffff8000ac27: 0f 85 8a 00 00 00 jne ffffffff8000acb7 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1897> -ffffffff8000ac2d: e9 89 02 00 00 jmp ffffffff8000aebb <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1a9b> -ffffffff8000ac32: 4c 89 ef mov %r13,%rdi -ffffffff8000ac35: ff 15 a5 06 02 00 call *0x206a5(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000ac3b: 48 c7 05 a2 06 02 00 movq $0x1,0x206a2(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000ac42: 01 00 00 00 -ffffffff8000ac46: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000ac4b: 4c 8d 25 9e 06 02 00 lea 0x2069e(%rip),%r12 # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000ac52: 4c 89 e7 mov %r12,%rdi -ffffffff8000ac55: 4c 89 ee mov %r13,%rsi -ffffffff8000ac58: e8 23 7a 01 00 call ffffffff80022680 -ffffffff8000ac5d: c6 05 34 07 02 00 01 movb $0x1,0x20734(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000ac64: 48 c1 e3 04 shl $0x4,%rbx -ffffffff8000ac68: ba 08 00 00 00 mov $0x8,%edx -ffffffff8000ac6d: 4c 89 e7 mov %r12,%rdi -ffffffff8000ac70: 4c 89 f6 mov %r14,%rsi -ffffffff8000ac73: 48 89 d9 mov %rbx,%rcx -ffffffff8000ac76: e8 d5 95 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8000ac7b: 44 0f b6 a5 68 ff ff movzbl -0x98(%rbp),%r12d -ffffffff8000ac82: ff -ffffffff8000ac83: e9 92 00 00 00 jmp ffffffff8000ad1a <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x18fa> -ffffffff8000ac88: 4c 89 ef mov %r13,%rdi -ffffffff8000ac8b: ff 15 4f 06 02 00 call *0x2064f(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000ac91: 48 c7 05 4c 06 02 00 movq $0x1,0x2064c(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000ac98: 01 00 00 00 -ffffffff8000ac9c: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000aca1: 4c 89 f7 mov %r14,%rdi -ffffffff8000aca4: 4c 89 ee mov %r13,%rsi -ffffffff8000aca7: e8 d4 79 01 00 call ffffffff80022680 -ffffffff8000acac: 48 8b 4d 88 mov -0x78(%rbp),%rcx -ffffffff8000acb0: c6 05 e1 06 02 00 01 movb $0x1,0x206e1(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000acb7: ba 01 00 00 00 mov $0x1,%edx -ffffffff8000acbc: 4c 89 f7 mov %r14,%rdi -ffffffff8000acbf: 48 89 de mov %rbx,%rsi -ffffffff8000acc2: e8 89 95 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8000acc7: 48 8b 4d 88 mov -0x78(%rbp),%rcx -ffffffff8000accb: 8b 45 97 mov -0x69(%rbp),%eax -ffffffff8000acce: 89 85 df fe ff ff mov %eax,-0x121(%rbp) -ffffffff8000acd4: 48 8b 45 90 mov -0x70(%rbp),%rax -ffffffff8000acd8: 48 89 85 d8 fe ff ff mov %rax,-0x128(%rbp) -ffffffff8000acdf: 44 0f b6 65 9b movzbl -0x65(%rbp),%r12d -ffffffff8000ace4: 48 8b 45 9c mov -0x64(%rbp),%rax -ffffffff8000ace8: 48 89 85 b8 fe ff ff mov %rax,-0x148(%rbp) -ffffffff8000acef: 0f b7 45 a4 movzwl -0x5c(%rbp),%eax -ffffffff8000acf3: 89 85 64 ff ff ff mov %eax,-0x9c(%rbp) -ffffffff8000acf9: 8b 45 a6 mov -0x5a(%rbp),%eax -ffffffff8000acfc: 89 85 14 ff ff ff mov %eax,-0xec(%rbp) -ffffffff8000ad02: 0f b7 45 aa movzwl -0x56(%rbp),%eax -ffffffff8000ad06: 66 89 45 c8 mov %ax,-0x38(%rbp) -ffffffff8000ad0a: 8b 45 ac mov -0x54(%rbp),%eax -ffffffff8000ad0d: 89 85 10 ff ff ff mov %eax,-0xf0(%rbp) -ffffffff8000ad13: 48 89 8d 98 fe ff ff mov %rcx,-0x168(%rbp) -ffffffff8000ad1a: 48 8b 85 88 fe ff ff mov -0x178(%rbp),%rax -ffffffff8000ad21: c7 45 b0 00 00 00 00 movl $0x0,-0x50(%rbp) -ffffffff8000ad28: 4c 8b b5 58 ff ff ff mov -0xa8(%rbp),%r14 -ffffffff8000ad2f: f0 48 ff 08 lock decq (%rax) -ffffffff8000ad33: 0f 84 83 fc ff ff je ffffffff8000a9bc <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x159c> -ffffffff8000ad39: e9 8a fc ff ff jmp ffffffff8000a9c8 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x15a8> -ffffffff8000ad3e: 4c 8b bd a8 fe ff ff mov -0x158(%rbp),%r15 -ffffffff8000ad45: 4d 85 ff test %r15,%r15 -ffffffff8000ad48: 74 24 je ffffffff8000ad6e <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x194e> -ffffffff8000ad4a: 49 c1 e7 04 shl $0x4,%r15 -ffffffff8000ad4e: 0f b6 05 43 06 02 00 movzbl 0x20643(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000ad55: 84 c0 test %al,%al -ffffffff8000ad57: 74 57 je ffffffff8000adb0 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1990> -ffffffff8000ad59: 48 83 3d 87 05 02 00 cmpq $0x0,0x20587(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000ad60: 00 -ffffffff8000ad61: 0f 84 54 01 00 00 je ffffffff8000aebb <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1a9b> -ffffffff8000ad67: 31 db xor %ebx,%ebx -ffffffff8000ad69: e9 9d 01 00 00 jmp ffffffff8000af0b <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1aeb> -ffffffff8000ad6e: 31 db xor %ebx,%ebx -ffffffff8000ad70: e9 b1 01 00 00 jmp ffffffff8000af26 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1b06> -ffffffff8000ad75: 31 db xor %ebx,%ebx -ffffffff8000ad77: 4c 8b bd a8 fe ff ff mov -0x158(%rbp),%r15 -ffffffff8000ad7e: 4d 85 ff test %r15,%r15 -ffffffff8000ad81: 0f 85 18 01 00 00 jne ffffffff8000ae9f <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1a7f> -ffffffff8000ad87: e9 9a 01 00 00 jmp ffffffff8000af26 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1b06> -ffffffff8000ad8c: 48 8d 05 83 1e 02 00 lea 0x21e83(%rip),%rax # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff8000ad93: 0f b6 00 movzbl (%rax),%eax -ffffffff8000ad96: 0f b6 05 fb 05 02 00 movzbl 0x205fb(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000ad9d: 84 c0 test %al,%al -ffffffff8000ad9f: 74 45 je ffffffff8000ade6 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x19c6> -ffffffff8000ada1: 48 83 3d 3f 05 02 00 cmpq $0x0,0x2053f(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000ada8: 00 -ffffffff8000ada9: 75 71 jne ffffffff8000ae1c <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x19fc> -ffffffff8000adab: e9 0b 01 00 00 jmp ffffffff8000aebb <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1a9b> -ffffffff8000adb0: 48 8d 9d 90 fd ff ff lea -0x270(%rbp),%rbx -ffffffff8000adb7: 48 89 df mov %rbx,%rdi -ffffffff8000adba: ff 15 20 05 02 00 call *0x20520(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000adc0: 48 c7 05 1d 05 02 00 movq $0x1,0x2051d(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000adc7: 01 00 00 00 -ffffffff8000adcb: 48 8d 3d 1e 05 02 00 lea 0x2051e(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000add2: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000add7: 48 89 de mov %rbx,%rsi -ffffffff8000adda: e8 a1 78 01 00 call ffffffff80022680 -ffffffff8000addf: 31 db xor %ebx,%ebx -ffffffff8000ade1: e9 1e 01 00 00 jmp ffffffff8000af04 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1ae4> -ffffffff8000ade6: 48 8d 9d 90 fd ff ff lea -0x270(%rbp),%rbx -ffffffff8000aded: 48 89 df mov %rbx,%rdi -ffffffff8000adf0: ff 15 ea 04 02 00 call *0x204ea(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000adf6: 48 c7 05 e7 04 02 00 movq $0x1,0x204e7(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000adfd: 01 00 00 00 -ffffffff8000ae01: 48 8d 3d e8 04 02 00 lea 0x204e8(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000ae08: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000ae0d: 48 89 de mov %rbx,%rsi -ffffffff8000ae10: e8 6b 78 01 00 call ffffffff80022680 -ffffffff8000ae15: c6 05 7c 05 02 00 01 movb $0x1,0x2057c(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000ae1c: 48 8d 3d cd 04 02 00 lea 0x204cd(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000ae23: be 08 00 00 00 mov $0x8,%esi -ffffffff8000ae28: ba 28 00 00 00 mov $0x28,%edx -ffffffff8000ae2d: e8 1e 92 00 00 call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff8000ae32: 48 85 c0 test %rax,%rax -ffffffff8000ae35: 0f 84 3f 02 00 00 je ffffffff8000b07a <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1c5a> -ffffffff8000ae3b: 48 89 c3 mov %rax,%rbx -ffffffff8000ae3e: 48 8b 85 b0 fe ff ff mov -0x150(%rbp),%rax -ffffffff8000ae45: 48 89 03 mov %rax,(%rbx) -ffffffff8000ae48: 48 8b 85 78 fe ff ff mov -0x188(%rbp),%rax -ffffffff8000ae4f: 48 89 43 08 mov %rax,0x8(%rbx) -ffffffff8000ae53: 8b 85 7f fe ff ff mov -0x181(%rbp),%eax -ffffffff8000ae59: 89 43 0f mov %eax,0xf(%rbx) -ffffffff8000ae5c: 44 88 63 13 mov %r12b,0x13(%rbx) -ffffffff8000ae60: 48 8b 85 b8 fe ff ff mov -0x148(%rbp),%rax -ffffffff8000ae67: 48 89 43 14 mov %rax,0x14(%rbx) -ffffffff8000ae6b: 8b 85 64 ff ff ff mov -0x9c(%rbp),%eax -ffffffff8000ae71: 66 89 43 1c mov %ax,0x1c(%rbx) -ffffffff8000ae75: 8b 85 14 ff ff ff mov -0xec(%rbp),%eax -ffffffff8000ae7b: 89 43 1e mov %eax,0x1e(%rbx) -ffffffff8000ae7e: 0f b7 45 c8 movzwl -0x38(%rbp),%eax -ffffffff8000ae82: 66 89 43 22 mov %ax,0x22(%rbx) -ffffffff8000ae86: 8b 85 10 ff ff ff mov -0xf0(%rbp),%eax -ffffffff8000ae8c: 89 43 24 mov %eax,0x24(%rbx) -ffffffff8000ae8f: 4c 8b bd a8 fe ff ff mov -0x158(%rbp),%r15 -ffffffff8000ae96: 4d 85 ff test %r15,%r15 -ffffffff8000ae99: 0f 84 87 00 00 00 je ffffffff8000af26 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1b06> -ffffffff8000ae9f: 49 c1 e7 04 shl $0x4,%r15 -ffffffff8000aea3: 0f b6 05 ee 04 02 00 movzbl 0x204ee(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000aeaa: 84 c0 test %al,%al -ffffffff8000aeac: 74 27 je ffffffff8000aed5 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1ab5> -ffffffff8000aeae: 48 83 3d 32 04 02 00 cmpq $0x0,0x20432(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000aeb5: 00 -ffffffff8000aeb6: 4c 89 f9 mov %r15,%rcx -ffffffff8000aeb9: 75 53 jne ffffffff8000af0e <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$4open17hb9c19e5a1c31d335E+0x1aee> -ffffffff8000aebb: 48 8d 3d 1e b9 01 00 lea 0x1b91e(%rip),%rdi # ffffffff800267e0 -ffffffff8000aec2: 48 8d 15 57 06 02 00 lea 0x20657(%rip),%rdx # ffffffff8002b520 -ffffffff8000aec9: be 1e 00 00 00 mov $0x1e,%esi -ffffffff8000aece: e8 4d 6e 01 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff8000aed3: 0f 0b ud2 -ffffffff8000aed5: 4c 8d b5 90 fd ff ff lea -0x270(%rbp),%r14 -ffffffff8000aedc: 4c 89 f7 mov %r14,%rdi -ffffffff8000aedf: ff 15 fb 03 02 00 call *0x203fb(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000aee5: 48 c7 05 f8 03 02 00 movq $0x1,0x203f8(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000aeec: 01 00 00 00 -ffffffff8000aef0: 48 8d 3d f9 03 02 00 lea 0x203f9(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000aef7: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000aefc: 4c 89 f6 mov %r14,%rsi -ffffffff8000aeff: e8 7c 77 01 00 call ffffffff80022680 -ffffffff8000af04: c6 05 8d 04 02 00 01 movb $0x1,0x2048d(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000af0b: 4c 89 f9 mov %r15,%rcx -ffffffff8000af0e: 48 8d 3d db 03 02 00 lea 0x203db(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000af15: ba 08 00 00 00 mov $0x8,%edx -ffffffff8000af1a: 48 8b b5 a0 fe ff ff mov -0x160(%rbp),%rsi -ffffffff8000af21: e8 2a 93 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8000af26: 48 8d 15 5b f8 01 00 lea 0x1f85b(%rip),%rdx # ffffffff8002a788 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xf10> -ffffffff8000af2d: 48 89 d8 mov %rbx,%rax -ffffffff8000af30: 48 81 c4 18 03 00 00 add $0x318,%rsp -ffffffff8000af37: 5b pop %rbx -ffffffff8000af38: 41 5c pop %r12 -ffffffff8000af3a: 41 5d pop %r13 -ffffffff8000af3c: 41 5e pop %r14 -ffffffff8000af3e: 41 5f pop %r15 -ffffffff8000af40: 5d pop %rbp -ffffffff8000af41: c3 ret -ffffffff8000af42: 48 8d 15 4f f7 01 00 lea 0x1f74f(%rip),%rdx # ffffffff8002a698 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xe20> -ffffffff8000af49: 48 89 df mov %rbx,%rdi -ffffffff8000af4c: e8 9f 68 01 00 call ffffffff800217f0 <_ZN4core9panicking18panic_bounds_check17h0aa7386a620f3834E> -ffffffff8000af51: 0f 0b ud2 -ffffffff8000af53: 48 8d 15 9e f6 01 00 lea 0x1f69e(%rip),%rdx # ffffffff8002a5f8 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xd80> -ffffffff8000af5a: bf 01 00 00 00 mov $0x1,%edi -ffffffff8000af5f: e8 8c 68 01 00 call ffffffff800217f0 <_ZN4core9panicking18panic_bounds_check17h0aa7386a620f3834E> -ffffffff8000af64: 0f 0b ud2 -ffffffff8000af66: 48 8d 3d 53 98 01 00 lea 0x19853(%rip),%rdi # ffffffff800247c0 -ffffffff8000af6d: 48 8d 15 3c f7 01 00 lea 0x1f73c(%rip),%rdx # ffffffff8002a6b0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xe38> -ffffffff8000af74: be 19 00 00 00 mov $0x19,%esi -ffffffff8000af79: e8 22 68 01 00 call ffffffff800217a0 <_ZN4core9panicking5panic17h5954f42149c26846E> -ffffffff8000af7e: 0f 0b ud2 -ffffffff8000af80: 48 8d 05 59 f6 01 00 lea 0x1f659(%rip),%rax # ffffffff8002a5e0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xd68> -ffffffff8000af87: 48 89 f7 mov %rsi,%rdi -ffffffff8000af8a: 48 89 d6 mov %rdx,%rsi -ffffffff8000af8d: 48 89 c2 mov %rax,%rdx -ffffffff8000af90: e8 4b 6b 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff8000af95: 0f 0b ud2 -ffffffff8000af97: 48 8d 15 42 f6 01 00 lea 0x1f642(%rip),%rdx # ffffffff8002a5e0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xd68> -ffffffff8000af9e: e8 ad 6b 01 00 call ffffffff80021b50 <_ZN4core5slice5index22slice_index_order_fail17h47451dbb1327e2efE> -ffffffff8000afa3: 0f 0b ud2 -ffffffff8000afa5: e8 46 1f 01 00 call ffffffff8001cef0 <_ZN5alloc7raw_vec17capacity_overflow17h7464486241893bcbE> -ffffffff8000afaa: 0f 0b ud2 -ffffffff8000afac: 48 8d 3d 26 98 01 00 lea 0x19826(%rip),%rdi # ffffffff800247d9 -ffffffff8000afb3: 48 8d 0d a6 f6 01 00 lea 0x1f6a6(%rip),%rcx # ffffffff8002a660 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xde8> -ffffffff8000afba: 4c 8d 05 bf f6 01 00 lea 0x1f6bf(%rip),%r8 # ffffffff8002a680 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xe08> -ffffffff8000afc1: 48 8d 95 3f ff ff ff lea -0xc1(%rbp),%rdx -ffffffff8000afc8: be 2b 00 00 00 mov $0x2b,%esi -ffffffff8000afcd: e8 ae 6d 01 00 call ffffffff80021d80 <_ZN4core6result13unwrap_failed17h657510ce64ac5bccE> -ffffffff8000afd2: 0f 0b ud2 -ffffffff8000afd4: 48 8d 8d 98 fd ff ff lea -0x268(%rbp),%rcx -ffffffff8000afdb: 48 8b 01 mov (%rcx),%rax -ffffffff8000afde: 48 8b 49 08 mov 0x8(%rcx),%rcx -ffffffff8000afe2: 48 89 8d 28 ff ff ff mov %rcx,-0xd8(%rbp) -ffffffff8000afe9: 48 89 85 20 ff ff ff mov %rax,-0xe0(%rbp) -ffffffff8000aff0: 48 8d 3d e2 97 01 00 lea 0x197e2(%rip),%rdi # ffffffff800247d9 -ffffffff8000aff7: 48 8d 0d 12 f6 01 00 lea 0x1f612(%rip),%rcx # ffffffff8002a610 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xd98> -ffffffff8000affe: 4c 8d 05 43 f6 01 00 lea 0x1f643(%rip),%r8 # ffffffff8002a648 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xdd0> -ffffffff8000b005: 48 8d 95 20 ff ff ff lea -0xe0(%rbp),%rdx -ffffffff8000b00c: be 2b 00 00 00 mov $0x2b,%esi -ffffffff8000b011: e8 6a 6d 01 00 call ffffffff80021d80 <_ZN4core6result13unwrap_failed17h657510ce64ac5bccE> -ffffffff8000b016: 0f 0b ud2 -ffffffff8000b018: 48 8d 8d 98 fd ff ff lea -0x268(%rbp),%rcx -ffffffff8000b01f: 48 8b 01 mov (%rcx),%rax -ffffffff8000b022: 48 8b 49 08 mov 0x8(%rcx),%rcx -ffffffff8000b026: 48 89 8d 28 ff ff ff mov %rcx,-0xd8(%rbp) -ffffffff8000b02d: 48 89 85 20 ff ff ff mov %rax,-0xe0(%rbp) -ffffffff8000b034: 48 8d 3d 9e 97 01 00 lea 0x1979e(%rip),%rdi # ffffffff800247d9 -ffffffff8000b03b: 48 8d 0d ce f5 01 00 lea 0x1f5ce(%rip),%rcx # ffffffff8002a610 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xd98> -ffffffff8000b042: 4c 8d 05 e7 f5 01 00 lea 0x1f5e7(%rip),%r8 # ffffffff8002a630 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xdb8> -ffffffff8000b049: 48 8d 95 20 ff ff ff lea -0xe0(%rbp),%rdx -ffffffff8000b050: be 2b 00 00 00 mov $0x2b,%esi -ffffffff8000b055: e8 26 6d 01 00 call ffffffff80021d80 <_ZN4core6result13unwrap_failed17h657510ce64ac5bccE> -ffffffff8000b05a: 0f 0b ud2 -ffffffff8000b05c: bf 01 00 00 00 mov $0x1,%edi -ffffffff8000b061: 48 89 de mov %rbx,%rsi -ffffffff8000b064: e8 57 22 01 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff8000b069: 0f 0b ud2 -ffffffff8000b06b: bf 01 00 00 00 mov $0x1,%edi -ffffffff8000b070: 48 89 d6 mov %rdx,%rsi -ffffffff8000b073: e8 48 22 01 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff8000b078: 0f 0b ud2 -ffffffff8000b07a: bf 08 00 00 00 mov $0x8,%edi -ffffffff8000b07f: be 28 00 00 00 mov $0x28,%esi -ffffffff8000b084: e8 37 22 01 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff8000b089: 0f 0b ud2 -ffffffff8000b08b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) - -ffffffff8000b090 <_ZN101_$LT$CappuccinOS..drivers..fs..fat..FATFS$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFileSystem$GT$8read_dir17hb4ec572f05148d00E>: -ffffffff8000b090: 55 push %rbp -ffffffff8000b091: 48 89 e5 mov %rsp,%rbp -ffffffff8000b094: 48 8d 3d 96 99 01 00 lea 0x19996(%rip),%rdi # ffffffff80024a31 -ffffffff8000b09b: 48 8d 15 06 f7 01 00 lea 0x1f706(%rip),%rdx # ffffffff8002a7a8 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xf30> -ffffffff8000b0a2: be 0f 00 00 00 mov $0xf,%esi -ffffffff8000b0a7: e8 f4 66 01 00 call ffffffff800217a0 <_ZN4core9panicking5panic17h5954f42149c26846E> -ffffffff8000b0ac: 0f 0b ud2 -ffffffff8000b0ae: 66 90 xchg %ax,%ax - -ffffffff8000b0b0 <_ZN97_$LT$CappuccinOS..drivers..fs..fat..FatFile$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFile$GT$4read17h64a1bafa3091567aE>: -ffffffff8000b0b0: 55 push %rbp -ffffffff8000b0b1: 48 89 e5 mov %rsp,%rbp -ffffffff8000b0b4: 41 57 push %r15 -ffffffff8000b0b6: 41 56 push %r14 -ffffffff8000b0b8: 41 55 push %r13 -ffffffff8000b0ba: 41 54 push %r12 -ffffffff8000b0bc: 53 push %rbx -ffffffff8000b0bd: 48 81 ec e8 00 00 00 sub $0xe8,%rsp -ffffffff8000b0c4: 49 89 f6 mov %rsi,%r14 -ffffffff8000b0c7: 49 89 ff mov %rdi,%r15 -ffffffff8000b0ca: 8b 46 24 mov 0x24(%rsi),%eax -ffffffff8000b0cd: 48 89 45 d0 mov %rax,-0x30(%rbp) -ffffffff8000b0d1: 48 85 c0 test %rax,%rax -ffffffff8000b0d4: 48 89 7d c0 mov %rdi,-0x40(%rbp) -ffffffff8000b0d8: 74 24 je ffffffff8000b0fe <_ZN97_$LT$CappuccinOS..drivers..fs..fat..FatFile$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFile$GT$4read17h64a1bafa3091567aE+0x4e> -ffffffff8000b0da: 48 8d 05 35 1b 02 00 lea 0x21b35(%rip),%rax # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff8000b0e1: 0f b6 00 movzbl (%rax),%eax -ffffffff8000b0e4: 0f b6 05 ad 02 02 00 movzbl 0x202ad(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000b0eb: 84 c0 test %al,%al -ffffffff8000b0ed: 74 1a je ffffffff8000b109 <_ZN97_$LT$CappuccinOS..drivers..fs..fat..FatFile$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFile$GT$4read17h64a1bafa3091567aE+0x59> -ffffffff8000b0ef: 48 83 3d f1 01 02 00 cmpq $0x0,0x201f1(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000b0f6: 00 -ffffffff8000b0f7: 75 46 jne ffffffff8000b13f <_ZN97_$LT$CappuccinOS..drivers..fs..fat..FatFile$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFile$GT$4read17h64a1bafa3091567aE+0x8f> -ffffffff8000b0f9: e9 be 02 00 00 jmp ffffffff8000b3bc <_ZN97_$LT$CappuccinOS..drivers..fs..fat..FatFile$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFile$GT$4read17h64a1bafa3091567aE+0x30c> -ffffffff8000b0fe: b8 01 00 00 00 mov $0x1,%eax -ffffffff8000b103: 48 89 45 c8 mov %rax,-0x38(%rbp) -ffffffff8000b107: eb 58 jmp ffffffff8000b161 <_ZN97_$LT$CappuccinOS..drivers..fs..fat..FatFile$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFile$GT$4read17h64a1bafa3091567aE+0xb1> -ffffffff8000b109: 48 8d 9d f0 fe ff ff lea -0x110(%rbp),%rbx -ffffffff8000b110: 48 89 df mov %rbx,%rdi -ffffffff8000b113: ff 15 c7 01 02 00 call *0x201c7(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000b119: 48 c7 05 c4 01 02 00 movq $0x1,0x201c4(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000b120: 01 00 00 00 -ffffffff8000b124: 48 8d 3d c5 01 02 00 lea 0x201c5(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000b12b: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000b130: 48 89 de mov %rbx,%rsi -ffffffff8000b133: e8 48 75 01 00 call ffffffff80022680 -ffffffff8000b138: c6 05 59 02 02 00 01 movb $0x1,0x20259(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000b13f: 48 8d 3d aa 01 02 00 lea 0x201aa(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000b146: be 01 00 00 00 mov $0x1,%esi -ffffffff8000b14b: 48 8b 55 d0 mov -0x30(%rbp),%rdx -ffffffff8000b14f: e8 fc 8e 00 00 call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff8000b154: 48 89 45 c8 mov %rax,-0x38(%rbp) -ffffffff8000b158: 48 85 c0 test %rax,%rax -ffffffff8000b15b: 0f 84 f5 03 00 00 je ffffffff8000b556 <_ZN97_$LT$CappuccinOS..drivers..fs..fat..FatFile$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFile$GT$4read17h64a1bafa3091567aE+0x4a6> -ffffffff8000b161: 4d 8b 2e mov (%r14),%r13 -ffffffff8000b164: 41 0f b7 8d 43 02 00 movzwl 0x243(%r13),%ecx -ffffffff8000b16b: 00 -ffffffff8000b16c: 66 85 c9 test %cx,%cx -ffffffff8000b16f: 0f 84 f1 02 00 00 je ffffffff8000b466 <_ZN97_$LT$CappuccinOS..drivers..fs..fat..FatFile$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFile$GT$4read17h64a1bafa3091567aE+0x3b6> -ffffffff8000b175: 41 0f b7 5e 1c movzwl 0x1c(%r14),%ebx -ffffffff8000b17a: 41 0f b7 46 22 movzwl 0x22(%r14),%eax -ffffffff8000b17f: 4d 8b a5 40 04 00 00 mov 0x440(%r13),%r12 -ffffffff8000b186: 48 c1 e3 10 shl $0x10,%rbx -ffffffff8000b18a: 48 09 c3 or %rax,%rbx -ffffffff8000b18d: 48 8b 45 c8 mov -0x38(%rbp),%rax -ffffffff8000b191: 48 89 45 a8 mov %rax,-0x58(%rbp) -ffffffff8000b195: 45 31 ff xor %r15d,%r15d -ffffffff8000b198: 31 c0 xor %eax,%eax -ffffffff8000b19a: 48 89 45 b0 mov %rax,-0x50(%rbp) -ffffffff8000b19e: 4c 89 65 b8 mov %r12,-0x48(%rbp) -ffffffff8000b1a2: eb 27 jmp ffffffff8000b1cb <_ZN97_$LT$CappuccinOS..drivers..fs..fat..FatFile$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFile$GT$4read17h64a1bafa3091567aE+0x11b> -ffffffff8000b1a4: 66 66 66 2e 0f 1f 84 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8000b1ab: 00 00 00 00 00 -ffffffff8000b1b0: 4c 01 75 b0 add %r14,-0x50(%rbp) -ffffffff8000b1b4: 89 db mov %ebx,%ebx -ffffffff8000b1b6: 41 0f b7 8d 43 02 00 movzwl 0x243(%r13),%ecx -ffffffff8000b1bd: 00 -ffffffff8000b1be: 4c 01 65 a8 add %r12,-0x58(%rbp) -ffffffff8000b1c2: 66 85 c9 test %cx,%cx -ffffffff8000b1c5: 0f 84 9b 02 00 00 je ffffffff8000b466 <_ZN97_$LT$CappuccinOS..drivers..fs..fat..FatFile$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFile$GT$4read17h64a1bafa3091567aE+0x3b6> -ffffffff8000b1cb: 49 8b 45 00 mov 0x0(%r13),%rax -ffffffff8000b1cf: 48 8b 38 mov (%rax),%rdi -ffffffff8000b1d2: 4c 8b 40 08 mov 0x8(%rax),%r8 -ffffffff8000b1d6: 41 0f b7 85 49 02 00 movzwl 0x249(%r13),%eax -ffffffff8000b1dd: 00 -ffffffff8000b1de: c1 e0 05 shl $0x5,%eax -ffffffff8000b1e1: 01 c8 add %ecx,%eax -ffffffff8000b1e3: ff c8 dec %eax -ffffffff8000b1e5: 31 d2 xor %edx,%edx -ffffffff8000b1e7: 66 f7 f1 div %cx -ffffffff8000b1ea: 41 0f b7 8d 46 02 00 movzwl 0x246(%r13),%ecx -ffffffff8000b1f1: 00 -ffffffff8000b1f2: 45 0f b6 8d 48 02 00 movzbl 0x248(%r13),%r9d -ffffffff8000b1f9: 00 -ffffffff8000b1fa: 4d 0f af 8d 48 04 00 imul 0x448(%r13),%r9 -ffffffff8000b201: 00 -ffffffff8000b202: 49 01 c9 add %rcx,%r9 -ffffffff8000b205: 0f b7 f0 movzwl %ax,%esi -ffffffff8000b208: 48 8d 43 fe lea -0x2(%rbx),%rax -ffffffff8000b20c: 41 0f b6 95 45 02 00 movzbl 0x245(%r13),%edx -ffffffff8000b213: 00 -ffffffff8000b214: 48 0f af c2 imul %rdx,%rax -ffffffff8000b218: 4c 01 c8 add %r9,%rax -ffffffff8000b21b: 49 03 75 18 add 0x18(%r13),%rsi -ffffffff8000b21f: 48 01 c6 add %rax,%rsi -ffffffff8000b222: 41 ff 50 20 call *0x20(%r8) -ffffffff8000b226: 48 85 c0 test %rax,%rax -ffffffff8000b229: 0f 84 62 01 00 00 je ffffffff8000b391 <_ZN97_$LT$CappuccinOS..drivers..fs..fat..FatFile$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFile$GT$4read17h64a1bafa3091567aE+0x2e1> -ffffffff8000b22f: 48 89 45 98 mov %rax,-0x68(%rbp) -ffffffff8000b233: 48 89 55 a0 mov %rdx,-0x60(%rbp) -ffffffff8000b237: 4c 8b 75 d0 mov -0x30(%rbp),%r14 -ffffffff8000b23b: 4c 2b 75 b0 sub -0x50(%rbp),%r14 -ffffffff8000b23f: 4d 39 e6 cmp %r12,%r14 -ffffffff8000b242: 4d 0f 43 f4 cmovae %r12,%r14 -ffffffff8000b246: 48 83 c0 10 add $0x10,%rax -ffffffff8000b24a: 48 8b 7d a8 mov -0x58(%rbp),%rdi -ffffffff8000b24e: 48 89 c6 mov %rax,%rsi -ffffffff8000b251: 4c 89 f2 mov %r14,%rdx -ffffffff8000b254: e8 27 74 01 00 call ffffffff80022680 -ffffffff8000b259: 0f b6 05 f1 fd 01 00 movzbl 0x1fdf1(%rip),%eax # ffffffff8002b051 <_ZN11CappuccinOS15KERNEL_FEATURES17h4c67f8f92e2b2abeE+0x9> -ffffffff8000b260: 4d 89 fc mov %r15,%r12 -ffffffff8000b263: 84 c0 test %al,%al -ffffffff8000b265: 74 59 je ffffffff8000b2c0 <_ZN97_$LT$CappuccinOS..drivers..fs..fat..FatFile$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFile$GT$4read17h64a1bafa3091567aE+0x210> -ffffffff8000b267: 0f b6 05 e2 fd 01 00 movzbl 0x1fde2(%rip),%eax # ffffffff8002b050 <_ZN11CappuccinOS15KERNEL_FEATURES17h4c67f8f92e2b2abeE+0x8> -ffffffff8000b26e: 3c 02 cmp $0x2,%al -ffffffff8000b270: 0f 84 46 01 00 00 je ffffffff8000b3bc <_ZN97_$LT$CappuccinOS..drivers..fs..fat..FatFile$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFile$GT$4read17h64a1bafa3091567aE+0x30c> -ffffffff8000b276: 45 0f b6 bd 50 04 00 movzbl 0x450(%r13),%r15d -ffffffff8000b27d: 00 -ffffffff8000b27e: 84 c0 test %al,%al -ffffffff8000b280: 74 5d je ffffffff8000b2df <_ZN97_$LT$CappuccinOS..drivers..fs..fat..FatFile$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFile$GT$4read17h64a1bafa3091567aE+0x22f> -ffffffff8000b282: 41 83 ff 02 cmp $0x2,%r15d -ffffffff8000b286: 0f 85 05 02 00 00 jne ffffffff8000b491 <_ZN97_$LT$CappuccinOS..drivers..fs..fat..FatFile$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFile$GT$4read17h64a1bafa3091567aE+0x3e1> -ffffffff8000b28c: 49 8b 85 28 02 00 00 mov 0x228(%r13),%rax -ffffffff8000b293: 48 85 c0 test %rax,%rax -ffffffff8000b296: 0f 84 37 02 00 00 je ffffffff8000b4d3 <_ZN97_$LT$CappuccinOS..drivers..fs..fat..FatFile$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFile$GT$4read17h64a1bafa3091567aE+0x423> -ffffffff8000b29c: 49 8b b5 30 02 00 00 mov 0x230(%r13),%rsi -ffffffff8000b2a3: 48 39 de cmp %rbx,%rsi -ffffffff8000b2a6: 0f 86 d4 01 00 00 jbe ffffffff8000b480 <_ZN97_$LT$CappuccinOS..drivers..fs..fat..FatFile$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFile$GT$4read17h64a1bafa3091567aE+0x3d0> -ffffffff8000b2ac: 4d 89 e7 mov %r12,%r15 -ffffffff8000b2af: 8b 5c 98 10 mov 0x10(%rax,%rbx,4),%ebx -ffffffff8000b2b3: e9 a8 00 00 00 jmp ffffffff8000b360 <_ZN97_$LT$CappuccinOS..drivers..fs..fat..FatFile$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFile$GT$4read17h64a1bafa3091567aE+0x2b0> -ffffffff8000b2b8: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff8000b2bf: 00 -ffffffff8000b2c0: ff 15 82 fd 01 00 call *0x1fd82(%rip) # ffffffff8002b048 <_ZN11CappuccinOS15KERNEL_FEATURES17h4c67f8f92e2b2abeE> -ffffffff8000b2c6: 88 05 84 fd 01 00 mov %al,0x1fd84(%rip) # ffffffff8002b050 <_ZN11CappuccinOS15KERNEL_FEATURES17h4c67f8f92e2b2abeE+0x8> -ffffffff8000b2cc: c6 05 7e fd 01 00 01 movb $0x1,0x1fd7e(%rip) # ffffffff8002b051 <_ZN11CappuccinOS15KERNEL_FEATURES17h4c67f8f92e2b2abeE+0x9> -ffffffff8000b2d3: 45 0f b6 bd 50 04 00 movzbl 0x450(%r13),%r15d -ffffffff8000b2da: 00 -ffffffff8000b2db: 84 c0 test %al,%al -ffffffff8000b2dd: 75 a3 jne ffffffff8000b282 <_ZN97_$LT$CappuccinOS..drivers..fs..fat..FatFile$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFile$GT$4read17h64a1bafa3091567aE+0x1d2> -ffffffff8000b2df: 48 8d 05 6a 97 01 00 lea 0x1976a(%rip),%rax # ffffffff80024a50 -ffffffff8000b2e6: 4a 0f af 1c f8 imul (%rax,%r15,8),%rbx -ffffffff8000b2eb: 49 8b 45 00 mov 0x0(%r13),%rax -ffffffff8000b2ef: 48 8b 38 mov (%rax),%rdi -ffffffff8000b2f2: 48 8b 40 08 mov 0x8(%rax),%rax -ffffffff8000b2f6: 48 89 de mov %rbx,%rsi -ffffffff8000b2f9: 48 c1 ee 09 shr $0x9,%rsi -ffffffff8000b2fd: 49 03 b5 38 04 00 00 add 0x438(%r13),%rsi -ffffffff8000b304: ba 01 00 00 00 mov $0x1,%edx -ffffffff8000b309: ff 50 20 call *0x20(%rax) -ffffffff8000b30c: 48 85 c0 test %rax,%rax -ffffffff8000b30f: 0f 84 eb 01 00 00 je ffffffff8000b500 <_ZN97_$LT$CappuccinOS..drivers..fs..fat..FatFile$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFile$GT$4read17h64a1bafa3091567aE+0x450> -ffffffff8000b315: 48 89 85 f0 fe ff ff mov %rax,-0x110(%rbp) -ffffffff8000b31c: 48 89 95 f8 fe ff ff mov %rdx,-0x108(%rbp) -ffffffff8000b323: 41 83 ff 02 cmp $0x2,%r15d -ffffffff8000b327: 0f 85 83 01 00 00 jne ffffffff8000b4b0 <_ZN97_$LT$CappuccinOS..drivers..fs..fat..FatFile$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFile$GT$4read17h64a1bafa3091567aE+0x400> -ffffffff8000b32d: 81 e3 ff 01 00 00 and $0x1ff,%ebx -ffffffff8000b333: 48 8d 4b 03 lea 0x3(%rbx),%rcx -ffffffff8000b337: 48 39 d1 cmp %rdx,%rcx -ffffffff8000b33a: 0f 83 e8 01 00 00 jae ffffffff8000b528 <_ZN97_$LT$CappuccinOS..drivers..fs..fat..FatFile$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFile$GT$4read17h64a1bafa3091567aE+0x478> -ffffffff8000b340: 8b 5c 18 10 mov 0x10(%rax,%rbx,1),%ebx -ffffffff8000b344: f0 48 ff 08 lock decq (%rax) -ffffffff8000b348: 4d 89 e7 mov %r12,%r15 -ffffffff8000b34b: 75 13 jne ffffffff8000b360 <_ZN97_$LT$CappuccinOS..drivers..fs..fat..FatFile$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFile$GT$4read17h64a1bafa3091567aE+0x2b0> -ffffffff8000b34d: 48 8d bd f0 fe ff ff lea -0x110(%rbp),%rdi -ffffffff8000b354: e8 77 6b 00 00 call ffffffff80011ed0 <_ZN5alloc4sync16Arc$LT$T$C$A$GT$9drop_slow17h3e7fd2046c900cb3E> -ffffffff8000b359: 0f 1f 80 00 00 00 00 nopl 0x0(%rax) -ffffffff8000b360: 4c 8b 65 b8 mov -0x48(%rbp),%r12 -ffffffff8000b364: 4d 01 f7 add %r14,%r15 -ffffffff8000b367: 81 e3 ff ff ff 0f and $0xfffffff,%ebx -ffffffff8000b36d: 81 fb f7 ff ff 0f cmp $0xffffff7,%ebx -ffffffff8000b373: 77 61 ja ffffffff8000b3d6 <_ZN97_$LT$CappuccinOS..drivers..fs..fat..FatFile$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFile$GT$4read17h64a1bafa3091567aE+0x326> -ffffffff8000b375: 48 8b 45 98 mov -0x68(%rbp),%rax -ffffffff8000b379: f0 48 ff 08 lock decq (%rax) -ffffffff8000b37d: 0f 85 2d fe ff ff jne ffffffff8000b1b0 <_ZN97_$LT$CappuccinOS..drivers..fs..fat..FatFile$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFile$GT$4read17h64a1bafa3091567aE+0x100> -ffffffff8000b383: 48 8d 7d 98 lea -0x68(%rbp),%rdi -ffffffff8000b387: e8 44 6b 00 00 call ffffffff80011ed0 <_ZN5alloc4sync16Arc$LT$T$C$A$GT$9drop_slow17h3e7fd2046c900cb3E> -ffffffff8000b38c: e9 1f fe ff ff jmp ffffffff8000b1b0 <_ZN97_$LT$CappuccinOS..drivers..fs..fat..FatFile$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFile$GT$4read17h64a1bafa3091567aE+0x100> -ffffffff8000b391: 4c 8b 75 c0 mov -0x40(%rbp),%r14 -ffffffff8000b395: 49 c7 06 00 00 00 00 movq $0x0,(%r14) -ffffffff8000b39c: 48 83 7d d0 00 cmpq $0x0,-0x30(%rbp) -ffffffff8000b3a1: 0f 84 aa 00 00 00 je ffffffff8000b451 <_ZN97_$LT$CappuccinOS..drivers..fs..fat..FatFile$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFile$GT$4read17h64a1bafa3091567aE+0x3a1> -ffffffff8000b3a7: 0f b6 05 ea ff 01 00 movzbl 0x1ffea(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000b3ae: 84 c0 test %al,%al -ffffffff8000b3b0: 74 50 je ffffffff8000b402 <_ZN97_$LT$CappuccinOS..drivers..fs..fat..FatFile$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFile$GT$4read17h64a1bafa3091567aE+0x352> -ffffffff8000b3b2: 48 83 3d 2e ff 01 00 cmpq $0x0,0x1ff2e(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000b3b9: 00 -ffffffff8000b3ba: 75 7c jne ffffffff8000b438 <_ZN97_$LT$CappuccinOS..drivers..fs..fat..FatFile$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFile$GT$4read17h64a1bafa3091567aE+0x388> -ffffffff8000b3bc: 48 8d 3d 1d b4 01 00 lea 0x1b41d(%rip),%rdi # ffffffff800267e0 -ffffffff8000b3c3: 48 8d 15 56 01 02 00 lea 0x20156(%rip),%rdx # ffffffff8002b520 -ffffffff8000b3ca: be 1e 00 00 00 mov $0x1e,%esi -ffffffff8000b3cf: e8 4c 69 01 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff8000b3d4: 0f 0b ud2 -ffffffff8000b3d6: 48 8b 45 98 mov -0x68(%rbp),%rax -ffffffff8000b3da: f0 48 ff 08 lock decq (%rax) -ffffffff8000b3de: 75 09 jne ffffffff8000b3e9 <_ZN97_$LT$CappuccinOS..drivers..fs..fat..FatFile$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFile$GT$4read17h64a1bafa3091567aE+0x339> -ffffffff8000b3e0: 48 8d 7d 98 lea -0x68(%rbp),%rdi -ffffffff8000b3e4: e8 e7 6a 00 00 call ffffffff80011ed0 <_ZN5alloc4sync16Arc$LT$T$C$A$GT$9drop_slow17h3e7fd2046c900cb3E> -ffffffff8000b3e9: 4c 8b 75 c0 mov -0x40(%rbp),%r14 -ffffffff8000b3ed: 48 8b 45 c8 mov -0x38(%rbp),%rax -ffffffff8000b3f1: 49 89 06 mov %rax,(%r14) -ffffffff8000b3f4: 48 8b 45 d0 mov -0x30(%rbp),%rax -ffffffff8000b3f8: 49 89 46 08 mov %rax,0x8(%r14) -ffffffff8000b3fc: 4d 89 7e 10 mov %r15,0x10(%r14) -ffffffff8000b400: eb 4f jmp ffffffff8000b451 <_ZN97_$LT$CappuccinOS..drivers..fs..fat..FatFile$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFile$GT$4read17h64a1bafa3091567aE+0x3a1> -ffffffff8000b402: 48 8d 9d f0 fe ff ff lea -0x110(%rbp),%rbx -ffffffff8000b409: 48 89 df mov %rbx,%rdi -ffffffff8000b40c: ff 15 ce fe 01 00 call *0x1fece(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000b412: 48 c7 05 cb fe 01 00 movq $0x1,0x1fecb(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000b419: 01 00 00 00 -ffffffff8000b41d: 48 8d 3d cc fe 01 00 lea 0x1fecc(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000b424: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000b429: 48 89 de mov %rbx,%rsi -ffffffff8000b42c: e8 4f 72 01 00 call ffffffff80022680 -ffffffff8000b431: c6 05 60 ff 01 00 01 movb $0x1,0x1ff60(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000b438: 48 8d 3d b1 fe 01 00 lea 0x1feb1(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000b43f: ba 01 00 00 00 mov $0x1,%edx -ffffffff8000b444: 48 8b 75 c8 mov -0x38(%rbp),%rsi -ffffffff8000b448: 48 8b 4d d0 mov -0x30(%rbp),%rcx -ffffffff8000b44c: e8 ff 8d 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8000b451: 4c 89 f0 mov %r14,%rax -ffffffff8000b454: 48 81 c4 e8 00 00 00 add $0xe8,%rsp -ffffffff8000b45b: 5b pop %rbx -ffffffff8000b45c: 41 5c pop %r12 -ffffffff8000b45e: 41 5d pop %r13 -ffffffff8000b460: 41 5e pop %r14 -ffffffff8000b462: 41 5f pop %r15 -ffffffff8000b464: 5d pop %rbp -ffffffff8000b465: c3 ret -ffffffff8000b466: 48 8d 3d 53 93 01 00 lea 0x19353(%rip),%rdi # ffffffff800247c0 -ffffffff8000b46d: 48 8d 15 3c f2 01 00 lea 0x1f23c(%rip),%rdx # ffffffff8002a6b0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xe38> -ffffffff8000b474: be 19 00 00 00 mov $0x19,%esi -ffffffff8000b479: e8 22 63 01 00 call ffffffff800217a0 <_ZN4core9panicking5panic17h5954f42149c26846E> -ffffffff8000b47e: 0f 0b ud2 -ffffffff8000b480: 48 8d 15 e9 f2 01 00 lea 0x1f2e9(%rip),%rdx # ffffffff8002a770 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xef8> -ffffffff8000b487: 48 89 df mov %rbx,%rdi -ffffffff8000b48a: e8 61 63 01 00 call ffffffff800217f0 <_ZN4core9panicking18panic_bounds_check17h0aa7386a620f3834E> -ffffffff8000b48f: 0f 0b ud2 -ffffffff8000b491: 48 8d 3d 5b 95 01 00 lea 0x1955b(%rip),%rdi # ffffffff800249f3 -ffffffff8000b498: 4d 85 ff test %r15,%r15 -ffffffff8000b49b: 75 50 jne ffffffff8000b4ed <_ZN97_$LT$CappuccinOS..drivers..fs..fat..FatFile$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFile$GT$4read17h64a1bafa3091567aE+0x43d> -ffffffff8000b49d: 48 8d 15 84 f2 01 00 lea 0x1f284(%rip),%rdx # ffffffff8002a728 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xeb0> -ffffffff8000b4a4: be 13 00 00 00 mov $0x13,%esi -ffffffff8000b4a9: e8 f2 62 01 00 call ffffffff800217a0 <_ZN4core9panicking5panic17h5954f42149c26846E> -ffffffff8000b4ae: 0f 0b ud2 -ffffffff8000b4b0: 48 8d 3d 3c 95 01 00 lea 0x1953c(%rip),%rdi # ffffffff800249f3 -ffffffff8000b4b7: 4d 85 ff test %r15,%r15 -ffffffff8000b4ba: 0f 85 83 00 00 00 jne ffffffff8000b543 <_ZN97_$LT$CappuccinOS..drivers..fs..fat..FatFile$u20$as$u20$CappuccinOS..drivers..fs..vfs..VFSFile$GT$4read17h64a1bafa3091567aE+0x493> -ffffffff8000b4c0: 48 8d 15 01 f2 01 00 lea 0x1f201(%rip),%rdx # ffffffff8002a6c8 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xe50> -ffffffff8000b4c7: be 13 00 00 00 mov $0x13,%esi -ffffffff8000b4cc: e8 cf 62 01 00 call ffffffff800217a0 <_ZN4core9panicking5panic17h5954f42149c26846E> -ffffffff8000b4d1: 0f 0b ud2 -ffffffff8000b4d3: 48 8d 3d 2c 95 01 00 lea 0x1952c(%rip),%rdi # ffffffff80024a06 -ffffffff8000b4da: 48 8d 15 77 f2 01 00 lea 0x1f277(%rip),%rdx # ffffffff8002a758 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xee0> -ffffffff8000b4e1: be 2b 00 00 00 mov $0x2b,%esi -ffffffff8000b4e6: e8 b5 62 01 00 call ffffffff800217a0 <_ZN4core9panicking5panic17h5954f42149c26846E> -ffffffff8000b4eb: 0f 0b ud2 -ffffffff8000b4ed: 48 8d 15 4c f2 01 00 lea 0x1f24c(%rip),%rdx # ffffffff8002a740 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xec8> -ffffffff8000b4f4: be 13 00 00 00 mov $0x13,%esi -ffffffff8000b4f9: e8 a2 62 01 00 call ffffffff800217a0 <_ZN4core9panicking5panic17h5954f42149c26846E> -ffffffff8000b4fe: 0f 0b ud2 -ffffffff8000b500: 48 8d 3d d4 94 01 00 lea 0x194d4(%rip),%rdi # ffffffff800249db -ffffffff8000b507: 48 8d 0d 6a f0 01 00 lea 0x1f06a(%rip),%rcx # ffffffff8002a578 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xd00> -ffffffff8000b50e: 4c 8d 05 fb f1 01 00 lea 0x1f1fb(%rip),%r8 # ffffffff8002a710 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xe98> -ffffffff8000b515: 48 8d 95 f0 fe ff ff lea -0x110(%rbp),%rdx -ffffffff8000b51c: be 18 00 00 00 mov $0x18,%esi -ffffffff8000b521: e8 5a 68 01 00 call ffffffff80021d80 <_ZN4core6result13unwrap_failed17h657510ce64ac5bccE> -ffffffff8000b526: 0f 0b ud2 -ffffffff8000b528: 48 83 c3 04 add $0x4,%rbx -ffffffff8000b52c: 48 8d 05 c5 f1 01 00 lea 0x1f1c5(%rip),%rax # ffffffff8002a6f8 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xe80> -ffffffff8000b533: 48 89 df mov %rbx,%rdi -ffffffff8000b536: 48 89 d6 mov %rdx,%rsi -ffffffff8000b539: 48 89 c2 mov %rax,%rdx -ffffffff8000b53c: e8 9f 65 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff8000b541: 0f 0b ud2 -ffffffff8000b543: 48 8d 15 96 f1 01 00 lea 0x1f196(%rip),%rdx # ffffffff8002a6e0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xe68> -ffffffff8000b54a: be 13 00 00 00 mov $0x13,%esi -ffffffff8000b54f: e8 4c 62 01 00 call ffffffff800217a0 <_ZN4core9panicking5panic17h5954f42149c26846E> -ffffffff8000b554: 0f 0b ud2 -ffffffff8000b556: bf 01 00 00 00 mov $0x1,%edi -ffffffff8000b55b: 48 8b 75 d0 mov -0x30(%rbp),%rsi -ffffffff8000b55f: e8 5c 1d 01 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff8000b564: 0f 0b ud2 -ffffffff8000b566: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8000b56d: 00 00 00 - -ffffffff8000b570 <_ZN75_$LT$CappuccinOS..drivers..fs..fat..FatType$u20$as$u20$core..fmt..Debug$GT$3fmt17h26bc4cdd0b3e04f2E>: -ffffffff8000b570: 55 push %rbp -ffffffff8000b571: 48 89 e5 mov %rsp,%rbp -ffffffff8000b574: 48 89 f0 mov %rsi,%rax -ffffffff8000b577: 0f b6 0f movzbl (%rdi),%ecx -ffffffff8000b57a: 48 8d 15 e7 94 01 00 lea 0x194e7(%rip),%rdx # ffffffff80024a68 -ffffffff8000b581: 48 63 34 8a movslq (%rdx,%rcx,4),%rsi -ffffffff8000b585: 48 01 d6 add %rdx,%rsi -ffffffff8000b588: ba 05 00 00 00 mov $0x5,%edx -ffffffff8000b58d: 48 89 c7 mov %rax,%rdi -ffffffff8000b590: 5d pop %rbp -ffffffff8000b591: e9 1a 33 01 00 jmp ffffffff8001e8b0 <_ZN4core3fmt9Formatter9write_str17h5399c4ae0c5f789dE> -ffffffff8000b596: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8000b59d: 00 00 00 - -ffffffff8000b5a0 <_ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17h421e8b88028a1fa2E>: -ffffffff8000b5a0: 55 push %rbp -ffffffff8000b5a1: 48 89 e5 mov %rsp,%rbp -ffffffff8000b5a4: 41 57 push %r15 -ffffffff8000b5a6: 41 56 push %r14 -ffffffff8000b5a8: 41 55 push %r13 -ffffffff8000b5aa: 41 54 push %r12 -ffffffff8000b5ac: 53 push %rbx -ffffffff8000b5ad: 48 83 ec 18 sub $0x18,%rsp -ffffffff8000b5b1: 48 8b 07 mov (%rdi),%rax -ffffffff8000b5b4: 4c 8b 20 mov (%rax),%r12 -ffffffff8000b5b7: 4c 8b 68 10 mov 0x10(%rax),%r13 -ffffffff8000b5bb: 48 8d 7d c0 lea -0x40(%rbp),%rdi -ffffffff8000b5bf: e8 7c 39 01 00 call ffffffff8001ef40 <_ZN4core3fmt9Formatter10debug_list17hb5446d113a4a5c85E> -ffffffff8000b5c4: 4d 85 ed test %r13,%r13 -ffffffff8000b5c7: 74 31 je ffffffff8000b5fa <_ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17h421e8b88028a1fa2E+0x5a> -ffffffff8000b5c9: 48 8d 1d c8 ff 01 00 lea 0x1ffc8(%rip),%rbx # ffffffff8002b598 -ffffffff8000b5d0: 4c 8d 75 c0 lea -0x40(%rbp),%r14 -ffffffff8000b5d4: 4c 8d 7d d0 lea -0x30(%rbp),%r15 -ffffffff8000b5d8: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff8000b5df: 00 -ffffffff8000b5e0: 4c 89 65 d0 mov %r12,-0x30(%rbp) -ffffffff8000b5e4: 49 ff c4 inc %r12 -ffffffff8000b5e7: 4c 89 f7 mov %r14,%rdi -ffffffff8000b5ea: 4c 89 fe mov %r15,%rsi -ffffffff8000b5ed: 48 89 da mov %rbx,%rdx -ffffffff8000b5f0: e8 9b 55 01 00 call ffffffff80020b90 <_ZN4core3fmt8builders8DebugSet5entry17heb3636fc4c134120E> -ffffffff8000b5f5: 49 ff cd dec %r13 -ffffffff8000b5f8: 75 e6 jne ffffffff8000b5e0 <_ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17h421e8b88028a1fa2E+0x40> -ffffffff8000b5fa: 48 8d 7d c0 lea -0x40(%rbp),%rdi -ffffffff8000b5fe: e8 cd 56 01 00 call ffffffff80020cd0 <_ZN4core3fmt8builders9DebugList6finish17h3d19d99ff7cde6f2E> -ffffffff8000b603: 48 83 c4 18 add $0x18,%rsp -ffffffff8000b607: 5b pop %rbx -ffffffff8000b608: 41 5c pop %r12 -ffffffff8000b60a: 41 5d pop %r13 -ffffffff8000b60c: 41 5e pop %r14 -ffffffff8000b60e: 41 5f pop %r15 -ffffffff8000b610: 5d pop %rbp -ffffffff8000b611: c3 ret -ffffffff8000b612: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8000b619: 00 00 00 -ffffffff8000b61c: 0f 1f 40 00 nopl 0x0(%rax) - -ffffffff8000b620 <_ZN65_$LT$alloc..vec..Vec$LT$T$C$A$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h50b7e0aca53a3d2fE>: -ffffffff8000b620: 55 push %rbp -ffffffff8000b621: 48 89 e5 mov %rsp,%rbp -ffffffff8000b624: 41 57 push %r15 -ffffffff8000b626: 41 56 push %r14 -ffffffff8000b628: 41 55 push %r13 -ffffffff8000b62a: 41 54 push %r12 -ffffffff8000b62c: 53 push %rbx -ffffffff8000b62d: 48 83 ec 18 sub $0x18,%rsp -ffffffff8000b631: 4c 8b 27 mov (%rdi),%r12 -ffffffff8000b634: 4c 8b 6f 10 mov 0x10(%rdi),%r13 -ffffffff8000b638: 48 8d 7d c0 lea -0x40(%rbp),%rdi -ffffffff8000b63c: e8 ff 38 01 00 call ffffffff8001ef40 <_ZN4core3fmt9Formatter10debug_list17hb5446d113a4a5c85E> -ffffffff8000b641: 4d 85 ed test %r13,%r13 -ffffffff8000b644: 74 36 je ffffffff8000b67c <_ZN65_$LT$alloc..vec..Vec$LT$T$C$A$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h50b7e0aca53a3d2fE+0x5c> -ffffffff8000b646: 49 c1 e5 05 shl $0x5,%r13 -ffffffff8000b64a: 48 8d 1d 07 ff 01 00 lea 0x1ff07(%rip),%rbx # ffffffff8002b558 -ffffffff8000b651: 4c 8d 75 c0 lea -0x40(%rbp),%r14 -ffffffff8000b655: 4c 8d 7d d0 lea -0x30(%rbp),%r15 -ffffffff8000b659: 0f 1f 80 00 00 00 00 nopl 0x0(%rax) -ffffffff8000b660: 4c 89 65 d0 mov %r12,-0x30(%rbp) -ffffffff8000b664: 49 83 c4 20 add $0x20,%r12 -ffffffff8000b668: 4c 89 f7 mov %r14,%rdi -ffffffff8000b66b: 4c 89 fe mov %r15,%rsi -ffffffff8000b66e: 48 89 da mov %rbx,%rdx -ffffffff8000b671: e8 1a 55 01 00 call ffffffff80020b90 <_ZN4core3fmt8builders8DebugSet5entry17heb3636fc4c134120E> -ffffffff8000b676: 49 83 c5 e0 add $0xffffffffffffffe0,%r13 -ffffffff8000b67a: 75 e4 jne ffffffff8000b660 <_ZN65_$LT$alloc..vec..Vec$LT$T$C$A$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h50b7e0aca53a3d2fE+0x40> -ffffffff8000b67c: 48 8d 7d c0 lea -0x40(%rbp),%rdi -ffffffff8000b680: e8 4b 56 01 00 call ffffffff80020cd0 <_ZN4core3fmt8builders9DebugList6finish17h3d19d99ff7cde6f2E> -ffffffff8000b685: 48 83 c4 18 add $0x18,%rsp -ffffffff8000b689: 5b pop %rbx -ffffffff8000b68a: 41 5c pop %r12 -ffffffff8000b68c: 41 5d pop %r13 -ffffffff8000b68e: 41 5e pop %r14 -ffffffff8000b690: 41 5f pop %r15 -ffffffff8000b692: 5d pop %rbp -ffffffff8000b693: c3 ret -ffffffff8000b694: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8000b69b: 00 00 00 -ffffffff8000b69e: 66 90 xchg %ax,%ax - -ffffffff8000b6a0 <_ZN65_$LT$alloc..vec..Vec$LT$T$C$A$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h7fa36879ff5fac2aE>: -ffffffff8000b6a0: 55 push %rbp -ffffffff8000b6a1: 48 89 e5 mov %rsp,%rbp -ffffffff8000b6a4: 41 57 push %r15 -ffffffff8000b6a6: 41 56 push %r14 -ffffffff8000b6a8: 41 55 push %r13 -ffffffff8000b6aa: 41 54 push %r12 -ffffffff8000b6ac: 53 push %rbx -ffffffff8000b6ad: 48 83 ec 18 sub $0x18,%rsp -ffffffff8000b6b1: 4c 8b 27 mov (%rdi),%r12 -ffffffff8000b6b4: 48 8b 5f 10 mov 0x10(%rdi),%rbx -ffffffff8000b6b8: 48 8d 7d c0 lea -0x40(%rbp),%rdi -ffffffff8000b6bc: e8 7f 38 01 00 call ffffffff8001ef40 <_ZN4core3fmt9Formatter10debug_list17hb5446d113a4a5c85E> -ffffffff8000b6c1: 48 85 db test %rbx,%rbx -ffffffff8000b6c4: 74 36 je ffffffff8000b6fc <_ZN65_$LT$alloc..vec..Vec$LT$T$C$A$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h7fa36879ff5fac2aE+0x5c> -ffffffff8000b6c6: 48 c1 e3 03 shl $0x3,%rbx -ffffffff8000b6ca: 4c 8d 2c 5b lea (%rbx,%rbx,2),%r13 -ffffffff8000b6ce: 48 8d 1d a3 fe 01 00 lea 0x1fea3(%rip),%rbx # ffffffff8002b578 -ffffffff8000b6d5: 4c 8d 75 c0 lea -0x40(%rbp),%r14 -ffffffff8000b6d9: 4c 8d 7d d0 lea -0x30(%rbp),%r15 -ffffffff8000b6dd: 0f 1f 00 nopl (%rax) -ffffffff8000b6e0: 4c 89 65 d0 mov %r12,-0x30(%rbp) -ffffffff8000b6e4: 49 83 c4 18 add $0x18,%r12 -ffffffff8000b6e8: 4c 89 f7 mov %r14,%rdi -ffffffff8000b6eb: 4c 89 fe mov %r15,%rsi -ffffffff8000b6ee: 48 89 da mov %rbx,%rdx -ffffffff8000b6f1: e8 9a 54 01 00 call ffffffff80020b90 <_ZN4core3fmt8builders8DebugSet5entry17heb3636fc4c134120E> -ffffffff8000b6f6: 49 83 c5 e8 add $0xffffffffffffffe8,%r13 -ffffffff8000b6fa: 75 e4 jne ffffffff8000b6e0 <_ZN65_$LT$alloc..vec..Vec$LT$T$C$A$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h7fa36879ff5fac2aE+0x40> -ffffffff8000b6fc: 48 8d 7d c0 lea -0x40(%rbp),%rdi -ffffffff8000b700: e8 cb 55 01 00 call ffffffff80020cd0 <_ZN4core3fmt8builders9DebugList6finish17h3d19d99ff7cde6f2E> -ffffffff8000b705: 48 83 c4 18 add $0x18,%rsp -ffffffff8000b709: 5b pop %rbx -ffffffff8000b70a: 41 5c pop %r12 -ffffffff8000b70c: 41 5d pop %r13 -ffffffff8000b70e: 41 5e pop %r14 -ffffffff8000b710: 41 5f pop %r15 -ffffffff8000b712: 5d pop %rbp -ffffffff8000b713: c3 ret -ffffffff8000b714: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8000b71b: 00 00 00 -ffffffff8000b71e: 66 90 xchg %ax,%ax - -ffffffff8000b720 <_ZN70_$LT$alloc..vec..Vec$LT$T$C$A$GT$$u20$as$u20$core..ops..drop..Drop$GT$4drop17ha1c4dc1ee8e49e95E>: -ffffffff8000b720: 55 push %rbp -ffffffff8000b721: 48 89 e5 mov %rsp,%rbp -ffffffff8000b724: 41 57 push %r15 -ffffffff8000b726: 41 56 push %r14 -ffffffff8000b728: 41 55 push %r13 -ffffffff8000b72a: 41 54 push %r12 -ffffffff8000b72c: 53 push %rbx -ffffffff8000b72d: 48 81 ec a8 00 00 00 sub $0xa8,%rsp -ffffffff8000b734: 4c 8b 6f 10 mov 0x10(%rdi),%r13 -ffffffff8000b738: 4d 85 ed test %r13,%r13 -ffffffff8000b73b: 0f 84 b3 00 00 00 je ffffffff8000b7f4 <_ZN70_$LT$alloc..vec..Vec$LT$T$C$A$GT$$u20$as$u20$core..ops..drop..Drop$GT$4drop17ha1c4dc1ee8e49e95E+0xd4> -ffffffff8000b741: 48 8b 1f mov (%rdi),%rbx -ffffffff8000b744: 48 83 c3 08 add $0x8,%rbx -ffffffff8000b748: 4c 8d 35 a1 fb 01 00 lea 0x1fba1(%rip),%r14 # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000b74f: eb 68 jmp ffffffff8000b7b9 <_ZN70_$LT$alloc..vec..Vec$LT$T$C$A$GT$$u20$as$u20$core..ops..drop..Drop$GT$4drop17ha1c4dc1ee8e49e95E+0x99> -ffffffff8000b751: 66 66 66 66 66 66 2e data16 data16 data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8000b758: 0f 1f 84 00 00 00 00 -ffffffff8000b75f: 00 -ffffffff8000b760: 4c 8d b5 30 ff ff ff lea -0xd0(%rbp),%r14 -ffffffff8000b767: 4c 89 f7 mov %r14,%rdi -ffffffff8000b76a: ff 15 70 fb 01 00 call *0x1fb70(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000b770: 48 c7 05 6d fb 01 00 movq $0x1,0x1fb6d(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000b777: 01 00 00 00 -ffffffff8000b77b: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000b780: 48 8d 3d 69 fb 01 00 lea 0x1fb69(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000b787: 4c 89 f6 mov %r14,%rsi -ffffffff8000b78a: 4c 8d 35 5f fb 01 00 lea 0x1fb5f(%rip),%r14 # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000b791: e8 ea 6e 01 00 call ffffffff80022680 -ffffffff8000b796: c6 05 fb fb 01 00 01 movb $0x1,0x1fbfb(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000b79d: ba 01 00 00 00 mov $0x1,%edx -ffffffff8000b7a2: 4c 89 f7 mov %r14,%rdi -ffffffff8000b7a5: 4c 89 e6 mov %r12,%rsi -ffffffff8000b7a8: 4c 89 f9 mov %r15,%rcx -ffffffff8000b7ab: e8 a0 8a 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8000b7b0: 48 83 c3 18 add $0x18,%rbx -ffffffff8000b7b4: 49 ff cd dec %r13 -ffffffff8000b7b7: 74 3b je ffffffff8000b7f4 <_ZN70_$LT$alloc..vec..Vec$LT$T$C$A$GT$$u20$as$u20$core..ops..drop..Drop$GT$4drop17ha1c4dc1ee8e49e95E+0xd4> -ffffffff8000b7b9: 4c 8b 3b mov (%rbx),%r15 -ffffffff8000b7bc: 4d 85 ff test %r15,%r15 -ffffffff8000b7bf: 74 ef je ffffffff8000b7b0 <_ZN70_$LT$alloc..vec..Vec$LT$T$C$A$GT$$u20$as$u20$core..ops..drop..Drop$GT$4drop17ha1c4dc1ee8e49e95E+0x90> -ffffffff8000b7c1: 4c 8b 63 f8 mov -0x8(%rbx),%r12 -ffffffff8000b7c5: 0f b6 05 cc fb 01 00 movzbl 0x1fbcc(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000b7cc: 84 c0 test %al,%al -ffffffff8000b7ce: 74 90 je ffffffff8000b760 <_ZN70_$LT$alloc..vec..Vec$LT$T$C$A$GT$$u20$as$u20$core..ops..drop..Drop$GT$4drop17ha1c4dc1ee8e49e95E+0x40> -ffffffff8000b7d0: 48 83 3d 10 fb 01 00 cmpq $0x0,0x1fb10(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000b7d7: 00 -ffffffff8000b7d8: 75 c3 jne ffffffff8000b79d <_ZN70_$LT$alloc..vec..Vec$LT$T$C$A$GT$$u20$as$u20$core..ops..drop..Drop$GT$4drop17ha1c4dc1ee8e49e95E+0x7d> -ffffffff8000b7da: 48 8d 3d ff af 01 00 lea 0x1afff(%rip),%rdi # ffffffff800267e0 -ffffffff8000b7e1: 48 8d 15 38 fd 01 00 lea 0x1fd38(%rip),%rdx # ffffffff8002b520 -ffffffff8000b7e8: be 1e 00 00 00 mov $0x1e,%esi -ffffffff8000b7ed: e8 2e 65 01 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff8000b7f2: 0f 0b ud2 -ffffffff8000b7f4: 48 81 c4 a8 00 00 00 add $0xa8,%rsp -ffffffff8000b7fb: 5b pop %rbx -ffffffff8000b7fc: 41 5c pop %r12 -ffffffff8000b7fe: 41 5d pop %r13 -ffffffff8000b800: 41 5e pop %r14 -ffffffff8000b802: 41 5f pop %r15 -ffffffff8000b804: 5d pop %rbp -ffffffff8000b805: c3 ret -ffffffff8000b806: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8000b80d: 00 00 00 - -ffffffff8000b810 <_ZN81_$LT$core..str..pattern..CharSearcher$u20$as$u20$core..str..pattern..Searcher$GT$10next_match17hb652bdd3917d4aadE>: -ffffffff8000b810: 55 push %rbp -ffffffff8000b811: 48 89 e5 mov %rsp,%rbp -ffffffff8000b814: 41 57 push %r15 -ffffffff8000b816: 41 56 push %r14 -ffffffff8000b818: 41 55 push %r13 -ffffffff8000b81a: 41 54 push %r12 -ffffffff8000b81c: 53 push %rbx -ffffffff8000b81d: 48 83 ec 28 sub $0x28,%rsp -ffffffff8000b821: 48 8b 5e 10 mov 0x10(%rsi),%rbx -ffffffff8000b825: 4c 8b 6e 18 mov 0x18(%rsi),%r13 -ffffffff8000b829: 31 c0 xor %eax,%eax -ffffffff8000b82b: 4c 39 eb cmp %r13,%rbx -ffffffff8000b82e: 0f 87 cd 01 00 00 ja ffffffff8000ba01 <_ZN81_$LT$core..str..pattern..CharSearcher$u20$as$u20$core..str..pattern..Searcher$GT$10next_match17hb652bdd3917d4aadE+0x1f1> -ffffffff8000b834: 49 89 f6 mov %rsi,%r14 -ffffffff8000b837: 48 8b 4e 08 mov 0x8(%rsi),%rcx -ffffffff8000b83b: 48 89 4d b8 mov %rcx,-0x48(%rbp) -ffffffff8000b83f: 49 39 cd cmp %rcx,%r13 -ffffffff8000b842: 0f 87 b9 01 00 00 ja ffffffff8000ba01 <_ZN81_$LT$core..str..pattern..CharSearcher$u20$as$u20$core..str..pattern..Searcher$GT$10next_match17hb652bdd3917d4aadE+0x1f1> -ffffffff8000b848: 48 89 7d d0 mov %rdi,-0x30(%rbp) -ffffffff8000b84c: 49 8b 06 mov (%r14),%rax -ffffffff8000b84f: 48 89 45 c0 mov %rax,-0x40(%rbp) -ffffffff8000b853: 4d 8b 7e 20 mov 0x20(%r14),%r15 -ffffffff8000b857: 49 8d 46 28 lea 0x28(%r14),%rax -ffffffff8000b85b: 48 89 45 c8 mov %rax,-0x38(%rbp) -ffffffff8000b85f: 49 83 ff 04 cmp $0x4,%r15 -ffffffff8000b863: 0f 86 d0 00 00 00 jbe ffffffff8000b939 <_ZN81_$LT$core..str..pattern..CharSearcher$u20$as$u20$core..str..pattern..Searcher$GT$10next_match17hb652bdd3917d4aadE+0x129> -ffffffff8000b869: eb 0e jmp ffffffff8000b879 <_ZN81_$LT$core..str..pattern..CharSearcher$u20$as$u20$core..str..pattern..Searcher$GT$10next_match17hb652bdd3917d4aadE+0x69> -ffffffff8000b86b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) -ffffffff8000b870: 4c 39 eb cmp %r13,%rbx -ffffffff8000b873: 0f 87 82 01 00 00 ja ffffffff8000b9fb <_ZN81_$LT$core..str..pattern..CharSearcher$u20$as$u20$core..str..pattern..Searcher$GT$10next_match17hb652bdd3917d4aadE+0x1eb> -ffffffff8000b879: 4c 89 e8 mov %r13,%rax -ffffffff8000b87c: 48 29 d8 sub %rbx,%rax -ffffffff8000b87f: 48 8b 4d c0 mov -0x40(%rbp),%rcx -ffffffff8000b883: 48 8d 34 19 lea (%rcx,%rbx,1),%rsi -ffffffff8000b887: 48 8b 4d c8 mov -0x38(%rbp),%rcx -ffffffff8000b88b: 42 0f b6 4c 39 ff movzbl -0x1(%rcx,%r15,1),%ecx -ffffffff8000b891: 48 83 f8 10 cmp $0x10,%rax -ffffffff8000b895: 73 29 jae ffffffff8000b8c0 <_ZN81_$LT$core..str..pattern..CharSearcher$u20$as$u20$core..str..pattern..Searcher$GT$10next_match17hb652bdd3917d4aadE+0xb0> -ffffffff8000b897: 31 d2 xor %edx,%edx -ffffffff8000b899: 48 85 c0 test %rax,%rax -ffffffff8000b89c: 74 12 je ffffffff8000b8b0 <_ZN81_$LT$core..str..pattern..CharSearcher$u20$as$u20$core..str..pattern..Searcher$GT$10next_match17hb652bdd3917d4aadE+0xa0> -ffffffff8000b89e: 66 90 xchg %ax,%ax -ffffffff8000b8a0: 38 0c 16 cmp %cl,(%rsi,%rdx,1) -ffffffff8000b8a3: 74 31 je ffffffff8000b8d6 <_ZN81_$LT$core..str..pattern..CharSearcher$u20$as$u20$core..str..pattern..Searcher$GT$10next_match17hb652bdd3917d4aadE+0xc6> -ffffffff8000b8a5: 48 ff c2 inc %rdx -ffffffff8000b8a8: 48 39 d0 cmp %rdx,%rax -ffffffff8000b8ab: 75 f3 jne ffffffff8000b8a0 <_ZN81_$LT$core..str..pattern..CharSearcher$u20$as$u20$core..str..pattern..Searcher$GT$10next_match17hb652bdd3917d4aadE+0x90> -ffffffff8000b8ad: 48 89 c2 mov %rax,%rdx -ffffffff8000b8b0: 31 c0 xor %eax,%eax -ffffffff8000b8b2: 48 83 f8 01 cmp $0x1,%rax -ffffffff8000b8b6: 74 38 je ffffffff8000b8f0 <_ZN81_$LT$core..str..pattern..CharSearcher$u20$as$u20$core..str..pattern..Searcher$GT$10next_match17hb652bdd3917d4aadE+0xe0> -ffffffff8000b8b8: e9 32 01 00 00 jmp ffffffff8000b9ef <_ZN81_$LT$core..str..pattern..CharSearcher$u20$as$u20$core..str..pattern..Searcher$GT$10next_match17hb652bdd3917d4aadE+0x1df> -ffffffff8000b8bd: 0f 1f 00 nopl (%rax) -ffffffff8000b8c0: 0f b6 f9 movzbl %cl,%edi -ffffffff8000b8c3: 48 89 c2 mov %rax,%rdx -ffffffff8000b8c6: e8 f5 42 01 00 call ffffffff8001fbc0 <_ZN4core5slice6memchr14memchr_aligned17h6dc6b58677b23db7E> -ffffffff8000b8cb: 48 83 f8 01 cmp $0x1,%rax -ffffffff8000b8cf: 74 1f je ffffffff8000b8f0 <_ZN81_$LT$core..str..pattern..CharSearcher$u20$as$u20$core..str..pattern..Searcher$GT$10next_match17hb652bdd3917d4aadE+0xe0> -ffffffff8000b8d1: e9 19 01 00 00 jmp ffffffff8000b9ef <_ZN81_$LT$core..str..pattern..CharSearcher$u20$as$u20$core..str..pattern..Searcher$GT$10next_match17hb652bdd3917d4aadE+0x1df> -ffffffff8000b8d6: b8 01 00 00 00 mov $0x1,%eax -ffffffff8000b8db: 48 83 f8 01 cmp $0x1,%rax -ffffffff8000b8df: 0f 85 0a 01 00 00 jne ffffffff8000b9ef <_ZN81_$LT$core..str..pattern..CharSearcher$u20$as$u20$core..str..pattern..Searcher$GT$10next_match17hb652bdd3917d4aadE+0x1df> -ffffffff8000b8e5: 66 66 2e 0f 1f 84 00 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8000b8ec: 00 00 00 00 -ffffffff8000b8f0: 48 01 d3 add %rdx,%rbx -ffffffff8000b8f3: 48 ff c3 inc %rbx -ffffffff8000b8f6: 49 89 5e 10 mov %rbx,0x10(%r14) -ffffffff8000b8fa: 4c 39 fb cmp %r15,%rbx -ffffffff8000b8fd: 0f 82 6d ff ff ff jb ffffffff8000b870 <_ZN81_$LT$core..str..pattern..CharSearcher$u20$as$u20$core..str..pattern..Searcher$GT$10next_match17hb652bdd3917d4aadE+0x60> -ffffffff8000b903: 48 3b 5d b8 cmp -0x48(%rbp),%rbx -ffffffff8000b907: 0f 87 63 ff ff ff ja ffffffff8000b870 <_ZN81_$LT$core..str..pattern..CharSearcher$u20$as$u20$core..str..pattern..Searcher$GT$10next_match17hb652bdd3917d4aadE+0x60> -ffffffff8000b90d: 48 8d 15 0c ef 01 00 lea 0x1ef0c(%rip),%rdx # ffffffff8002a820 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xfa8> -ffffffff8000b914: be 04 00 00 00 mov $0x4,%esi -ffffffff8000b919: 4c 89 ff mov %r15,%rdi -ffffffff8000b91c: e8 bf 61 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff8000b921: 0f 0b ud2 -ffffffff8000b923: 66 66 66 66 2e 0f 1f data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8000b92a: 84 00 00 00 00 00 -ffffffff8000b930: 4c 39 eb cmp %r13,%rbx -ffffffff8000b933: 0f 87 c2 00 00 00 ja ffffffff8000b9fb <_ZN81_$LT$core..str..pattern..CharSearcher$u20$as$u20$core..str..pattern..Searcher$GT$10next_match17hb652bdd3917d4aadE+0x1eb> -ffffffff8000b939: 4c 89 e8 mov %r13,%rax -ffffffff8000b93c: 48 29 d8 sub %rbx,%rax -ffffffff8000b93f: 48 8b 4d c0 mov -0x40(%rbp),%rcx -ffffffff8000b943: 48 8d 34 19 lea (%rcx,%rbx,1),%rsi -ffffffff8000b947: 48 8b 4d c8 mov -0x38(%rbp),%rcx -ffffffff8000b94b: 42 0f b6 4c 39 ff movzbl -0x1(%rcx,%r15,1),%ecx -ffffffff8000b951: 48 83 f8 10 cmp $0x10,%rax -ffffffff8000b955: 73 29 jae ffffffff8000b980 <_ZN81_$LT$core..str..pattern..CharSearcher$u20$as$u20$core..str..pattern..Searcher$GT$10next_match17hb652bdd3917d4aadE+0x170> -ffffffff8000b957: 31 d2 xor %edx,%edx -ffffffff8000b959: 48 85 c0 test %rax,%rax -ffffffff8000b95c: 74 12 je ffffffff8000b970 <_ZN81_$LT$core..str..pattern..CharSearcher$u20$as$u20$core..str..pattern..Searcher$GT$10next_match17hb652bdd3917d4aadE+0x160> -ffffffff8000b95e: 66 90 xchg %ax,%ax -ffffffff8000b960: 38 0c 16 cmp %cl,(%rsi,%rdx,1) -ffffffff8000b963: 74 2e je ffffffff8000b993 <_ZN81_$LT$core..str..pattern..CharSearcher$u20$as$u20$core..str..pattern..Searcher$GT$10next_match17hb652bdd3917d4aadE+0x183> -ffffffff8000b965: 48 ff c2 inc %rdx -ffffffff8000b968: 48 39 d0 cmp %rdx,%rax -ffffffff8000b96b: 75 f3 jne ffffffff8000b960 <_ZN81_$LT$core..str..pattern..CharSearcher$u20$as$u20$core..str..pattern..Searcher$GT$10next_match17hb652bdd3917d4aadE+0x150> -ffffffff8000b96d: 48 89 c2 mov %rax,%rdx -ffffffff8000b970: 31 c0 xor %eax,%eax -ffffffff8000b972: 48 83 f8 01 cmp $0x1,%rax -ffffffff8000b976: 74 28 je ffffffff8000b9a0 <_ZN81_$LT$core..str..pattern..CharSearcher$u20$as$u20$core..str..pattern..Searcher$GT$10next_match17hb652bdd3917d4aadE+0x190> -ffffffff8000b978: eb 75 jmp ffffffff8000b9ef <_ZN81_$LT$core..str..pattern..CharSearcher$u20$as$u20$core..str..pattern..Searcher$GT$10next_match17hb652bdd3917d4aadE+0x1df> -ffffffff8000b97a: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1) -ffffffff8000b980: 0f b6 f9 movzbl %cl,%edi -ffffffff8000b983: 48 89 c2 mov %rax,%rdx -ffffffff8000b986: e8 35 42 01 00 call ffffffff8001fbc0 <_ZN4core5slice6memchr14memchr_aligned17h6dc6b58677b23db7E> -ffffffff8000b98b: 48 83 f8 01 cmp $0x1,%rax -ffffffff8000b98f: 74 0f je ffffffff8000b9a0 <_ZN81_$LT$core..str..pattern..CharSearcher$u20$as$u20$core..str..pattern..Searcher$GT$10next_match17hb652bdd3917d4aadE+0x190> -ffffffff8000b991: eb 5c jmp ffffffff8000b9ef <_ZN81_$LT$core..str..pattern..CharSearcher$u20$as$u20$core..str..pattern..Searcher$GT$10next_match17hb652bdd3917d4aadE+0x1df> -ffffffff8000b993: b8 01 00 00 00 mov $0x1,%eax -ffffffff8000b998: 48 83 f8 01 cmp $0x1,%rax -ffffffff8000b99c: 75 51 jne ffffffff8000b9ef <_ZN81_$LT$core..str..pattern..CharSearcher$u20$as$u20$core..str..pattern..Searcher$GT$10next_match17hb652bdd3917d4aadE+0x1df> -ffffffff8000b99e: 66 90 xchg %ax,%ax -ffffffff8000b9a0: 48 01 d3 add %rdx,%rbx -ffffffff8000b9a3: 48 ff c3 inc %rbx -ffffffff8000b9a6: 49 89 5e 10 mov %rbx,0x10(%r14) -ffffffff8000b9aa: 49 89 dc mov %rbx,%r12 -ffffffff8000b9ad: 4d 29 fc sub %r15,%r12 -ffffffff8000b9b0: 0f 82 7a ff ff ff jb ffffffff8000b930 <_ZN81_$LT$core..str..pattern..CharSearcher$u20$as$u20$core..str..pattern..Searcher$GT$10next_match17hb652bdd3917d4aadE+0x120> -ffffffff8000b9b6: 48 3b 5d b8 cmp -0x48(%rbp),%rbx -ffffffff8000b9ba: 0f 87 70 ff ff ff ja ffffffff8000b930 <_ZN81_$LT$core..str..pattern..CharSearcher$u20$as$u20$core..str..pattern..Searcher$GT$10next_match17hb652bdd3917d4aadE+0x120> -ffffffff8000b9c0: 48 8b 45 c0 mov -0x40(%rbp),%rax -ffffffff8000b9c4: 4a 8d 3c 20 lea (%rax,%r12,1),%rdi -ffffffff8000b9c8: 48 8b 75 c8 mov -0x38(%rbp),%rsi -ffffffff8000b9cc: 4c 89 fa mov %r15,%rdx -ffffffff8000b9cf: e8 cc 6c 01 00 call ffffffff800226a0 -ffffffff8000b9d4: 85 c0 test %eax,%eax -ffffffff8000b9d6: 0f 85 54 ff ff ff jne ffffffff8000b930 <_ZN81_$LT$core..str..pattern..CharSearcher$u20$as$u20$core..str..pattern..Searcher$GT$10next_match17hb652bdd3917d4aadE+0x120> -ffffffff8000b9dc: 48 8b 7d d0 mov -0x30(%rbp),%rdi -ffffffff8000b9e0: 4c 89 67 08 mov %r12,0x8(%rdi) -ffffffff8000b9e4: 48 89 5f 10 mov %rbx,0x10(%rdi) -ffffffff8000b9e8: b8 01 00 00 00 mov $0x1,%eax -ffffffff8000b9ed: eb 12 jmp ffffffff8000ba01 <_ZN81_$LT$core..str..pattern..CharSearcher$u20$as$u20$core..str..pattern..Searcher$GT$10next_match17hb652bdd3917d4aadE+0x1f1> -ffffffff8000b9ef: 4d 89 6e 10 mov %r13,0x10(%r14) -ffffffff8000b9f3: 31 c0 xor %eax,%eax -ffffffff8000b9f5: 48 8b 7d d0 mov -0x30(%rbp),%rdi -ffffffff8000b9f9: eb 06 jmp ffffffff8000ba01 <_ZN81_$LT$core..str..pattern..CharSearcher$u20$as$u20$core..str..pattern..Searcher$GT$10next_match17hb652bdd3917d4aadE+0x1f1> -ffffffff8000b9fb: 48 8b 7d d0 mov -0x30(%rbp),%rdi -ffffffff8000b9ff: 31 c0 xor %eax,%eax -ffffffff8000ba01: 48 89 07 mov %rax,(%rdi) -ffffffff8000ba04: 48 83 c4 28 add $0x28,%rsp -ffffffff8000ba08: 5b pop %rbx -ffffffff8000ba09: 41 5c pop %r12 -ffffffff8000ba0b: 41 5d pop %r13 -ffffffff8000ba0d: 41 5e pop %r14 -ffffffff8000ba0f: 41 5f pop %r15 -ffffffff8000ba11: 5d pop %rbp -ffffffff8000ba12: c3 ret -ffffffff8000ba13: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8000ba1a: 00 00 00 -ffffffff8000ba1d: 0f 1f 00 nopl (%rax) - -ffffffff8000ba20 <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065>: -ffffffff8000ba20: 55 push %rbp -ffffffff8000ba21: 48 89 e5 mov %rsp,%rbp -ffffffff8000ba24: 41 57 push %r15 -ffffffff8000ba26: 41 56 push %r14 -ffffffff8000ba28: 41 55 push %r13 -ffffffff8000ba2a: 41 54 push %r12 -ffffffff8000ba2c: 53 push %rbx -ffffffff8000ba2d: 48 83 ec 28 sub $0x28,%rsp -ffffffff8000ba31: 80 7f 79 00 cmpb $0x0,0x79(%rdi) -ffffffff8000ba35: 74 07 je ffffffff8000ba3e <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x1e> -ffffffff8000ba37: 31 c0 xor %eax,%eax -ffffffff8000ba39: e9 cf 04 00 00 jmp ffffffff8000bf0d <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x4ed> -ffffffff8000ba3e: 48 8b 47 48 mov 0x48(%rdi),%rax -ffffffff8000ba42: 48 83 3f 00 cmpq $0x0,(%rdi) -ffffffff8000ba46: 0f 84 4e 01 00 00 je ffffffff8000bb9a <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x17a> -ffffffff8000ba4c: 48 8b 57 28 mov 0x28(%rdi),%rdx -ffffffff8000ba50: 48 8b 4f 50 mov 0x50(%rdi),%rcx -ffffffff8000ba54: 48 8b 77 60 mov 0x60(%rdi),%rsi -ffffffff8000ba58: 4c 8d 0c 32 lea (%rdx,%rsi,1),%r9 -ffffffff8000ba5c: 49 ff c9 dec %r9 -ffffffff8000ba5f: 49 39 c9 cmp %rcx,%r9 -ffffffff8000ba62: 0f 83 b4 02 00 00 jae ffffffff8000bd1c <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x2fc> -ffffffff8000ba68: 4c 8b 57 38 mov 0x38(%rdi),%r10 -ffffffff8000ba6c: 4c 8b 7f 58 mov 0x58(%rdi),%r15 -ffffffff8000ba70: 4c 8d 46 ff lea -0x1(%rsi),%r8 -ffffffff8000ba74: 4c 89 45 d0 mov %r8,-0x30(%rbp) -ffffffff8000ba78: 4c 8b 5f 08 mov 0x8(%rdi),%r11 -ffffffff8000ba7c: 4c 8b 47 18 mov 0x18(%rdi),%r8 -ffffffff8000ba80: 4c 8b 77 20 mov 0x20(%rdi),%r14 -ffffffff8000ba84: 49 83 fa ff cmp $0xffffffffffffffff,%r10 -ffffffff8000ba88: 4c 89 55 b8 mov %r10,-0x48(%rbp) -ffffffff8000ba8c: 4c 89 45 c0 mov %r8,-0x40(%rbp) -ffffffff8000ba90: 0f 84 5c 01 00 00 je ffffffff8000bbf2 <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x1d2> -ffffffff8000ba96: 49 89 f5 mov %rsi,%r13 -ffffffff8000ba99: 4d 29 c5 sub %r8,%r13 -ffffffff8000ba9c: 41 b8 01 00 00 00 mov $0x1,%r8d -ffffffff8000baa2: 4d 29 d8 sub %r11,%r8 -ffffffff8000baa5: 4c 89 45 c8 mov %r8,-0x38(%rbp) -ffffffff8000baa9: 46 0f b6 04 08 movzbl (%rax,%r9,1),%r8d -ffffffff8000baae: 4d 0f a3 c6 bt %r8,%r14 -ffffffff8000bab2: 72 42 jb ffffffff8000baf6 <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0xd6> -ffffffff8000bab4: 48 01 f2 add %rsi,%rdx -ffffffff8000bab7: 48 c7 47 38 00 00 00 movq $0x0,0x38(%rdi) -ffffffff8000babe: 00 -ffffffff8000babf: 4c 8b 45 d0 mov -0x30(%rbp),%r8 -ffffffff8000bac3: 49 01 d0 add %rdx,%r8 -ffffffff8000bac6: 49 39 c8 cmp %rcx,%r8 -ffffffff8000bac9: 0f 83 4d 02 00 00 jae ffffffff8000bd1c <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x2fc> -ffffffff8000bacf: 90 nop -ffffffff8000bad0: 46 0f b6 0c 00 movzbl (%rax,%r8,1),%r9d -ffffffff8000bad5: 4d 0f a3 ce bt %r9,%r14 -ffffffff8000bad9: 72 18 jb ffffffff8000baf3 <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0xd3> -ffffffff8000badb: 48 01 f2 add %rsi,%rdx -ffffffff8000bade: 48 c7 47 38 00 00 00 movq $0x0,0x38(%rdi) -ffffffff8000bae5: 00 -ffffffff8000bae6: 49 01 f0 add %rsi,%r8 -ffffffff8000bae9: 49 39 c8 cmp %rcx,%r8 -ffffffff8000baec: 72 e2 jb ffffffff8000bad0 <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0xb0> -ffffffff8000baee: e9 29 02 00 00 jmp ffffffff8000bd1c <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x2fc> -ffffffff8000baf3: 45 31 d2 xor %r10d,%r10d -ffffffff8000baf6: 4d 39 d3 cmp %r10,%r11 -ffffffff8000baf9: 4d 89 d0 mov %r10,%r8 -ffffffff8000bafc: 4d 0f 47 c3 cmova %r11,%r8 -ffffffff8000bb00: 49 39 f0 cmp %rsi,%r8 -ffffffff8000bb03: 73 2b jae ffffffff8000bb30 <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x110> -ffffffff8000bb05: 48 8d 1c 10 lea (%rax,%rdx,1),%rbx -ffffffff8000bb09: 4d 89 c1 mov %r8,%r9 -ffffffff8000bb0c: 0f 1f 40 00 nopl 0x0(%rax) -ffffffff8000bb10: 4e 8d 24 0a lea (%rdx,%r9,1),%r12 -ffffffff8000bb14: 49 39 cc cmp %rcx,%r12 -ffffffff8000bb17: 0f 83 88 03 00 00 jae ffffffff8000bea5 <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x485> -ffffffff8000bb1d: 47 0f b6 24 0f movzbl (%r15,%r9,1),%r12d -ffffffff8000bb22: 46 3a 24 0b cmp (%rbx,%r9,1),%r12b -ffffffff8000bb26: 75 4e jne ffffffff8000bb76 <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x156> -ffffffff8000bb28: 49 ff c1 inc %r9 -ffffffff8000bb2b: 4c 39 ce cmp %r9,%rsi -ffffffff8000bb2e: 75 e0 jne ffffffff8000bb10 <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0xf0> -ffffffff8000bb30: 4d 89 d8 mov %r11,%r8 -ffffffff8000bb33: 66 66 66 66 2e 0f 1f data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8000bb3a: 84 00 00 00 00 00 -ffffffff8000bb40: 4d 39 c2 cmp %r8,%r10 -ffffffff8000bb43: 0f 83 a0 03 00 00 jae ffffffff8000bee9 <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x4c9> -ffffffff8000bb49: 49 ff c8 dec %r8 -ffffffff8000bb4c: 49 39 f0 cmp %rsi,%r8 -ffffffff8000bb4f: 0f 83 c7 03 00 00 jae ffffffff8000bf1c <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x4fc> -ffffffff8000bb55: 4d 8d 0c 10 lea (%r8,%rdx,1),%r9 -ffffffff8000bb59: 49 39 c9 cmp %rcx,%r9 -ffffffff8000bb5c: 0f 83 2c 03 00 00 jae ffffffff8000be8e <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x46e> -ffffffff8000bb62: 43 0f b6 1c 07 movzbl (%r15,%r8,1),%ebx -ffffffff8000bb67: 42 3a 1c 08 cmp (%rax,%r9,1),%bl -ffffffff8000bb6b: 74 d3 je ffffffff8000bb40 <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x120> -ffffffff8000bb6d: 48 03 55 c0 add -0x40(%rbp),%rdx -ffffffff8000bb71: 4d 89 ea mov %r13,%r10 -ffffffff8000bb74: eb 0a jmp ffffffff8000bb80 <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x160> -ffffffff8000bb76: 48 03 55 c8 add -0x38(%rbp),%rdx -ffffffff8000bb7a: 4c 01 ca add %r9,%rdx -ffffffff8000bb7d: 45 31 d2 xor %r10d,%r10d -ffffffff8000bb80: 4c 89 57 38 mov %r10,0x38(%rdi) -ffffffff8000bb84: 4c 8b 45 d0 mov -0x30(%rbp),%r8 -ffffffff8000bb88: 4e 8d 0c 02 lea (%rdx,%r8,1),%r9 -ffffffff8000bb8c: 49 39 c9 cmp %rcx,%r9 -ffffffff8000bb8f: 0f 82 14 ff ff ff jb ffffffff8000baa9 <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x89> -ffffffff8000bb95: e9 82 01 00 00 jmp ffffffff8000bd1c <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x2fc> -ffffffff8000bb9a: 80 7f 1a 00 cmpb $0x0,0x1a(%rdi) -ffffffff8000bb9e: 0f 85 7c 01 00 00 jne ffffffff8000bd20 <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x300> -ffffffff8000bba4: 48 8b 77 08 mov 0x8(%rdi),%rsi -ffffffff8000bba8: 48 8b 4f 50 mov 0x50(%rdi),%rcx -ffffffff8000bbac: 44 0f b6 47 18 movzbl 0x18(%rdi),%r8d -ffffffff8000bbb1: 48 89 ca mov %rcx,%rdx -ffffffff8000bbb4: 48 85 f6 test %rsi,%rsi -ffffffff8000bbb7: 0f 84 84 01 00 00 je ffffffff8000bd41 <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x321> -ffffffff8000bbbd: 48 89 ca mov %rcx,%rdx -ffffffff8000bbc0: 48 29 f2 sub %rsi,%rdx -ffffffff8000bbc3: 0f 86 72 01 00 00 jbe ffffffff8000bd3b <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x31b> -ffffffff8000bbc9: 80 3c 30 c0 cmpb $0xc0,(%rax,%rsi,1) -ffffffff8000bbcd: 0f 8d 6e 01 00 00 jge ffffffff8000bd41 <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x321> -ffffffff8000bbd3: 48 89 f2 mov %rsi,%rdx -ffffffff8000bbd6: 41 80 f0 01 xor $0x1,%r8b -ffffffff8000bbda: 44 88 47 18 mov %r8b,0x18(%rdi) -ffffffff8000bbde: 4c 8d 05 23 ec 01 00 lea 0x1ec23(%rip),%r8 # ffffffff8002a808 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xf90> -ffffffff8000bbe5: 48 89 c7 mov %rax,%rdi -ffffffff8000bbe8: 48 89 ce mov %rcx,%rsi -ffffffff8000bbeb: e8 d0 42 01 00 call ffffffff8001fec0 <_ZN4core3str16slice_error_fail17h11952ab1c100db37E> -ffffffff8000bbf0: 0f 0b ud2 -ffffffff8000bbf2: 4d 8d 43 ff lea -0x1(%r11),%r8 -ffffffff8000bbf6: 49 39 f3 cmp %rsi,%r11 -ffffffff8000bbf9: 0f 83 bc 00 00 00 jae ffffffff8000bcbb <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x29b> -ffffffff8000bbff: 4f 8d 14 07 lea (%r15,%r8,1),%r10 -ffffffff8000bc03: 4c 89 55 c8 mov %r10,-0x38(%rbp) -ffffffff8000bc07: eb 17 jmp ffffffff8000bc20 <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x200> -ffffffff8000bc09: 48 01 f2 add %rsi,%rdx -ffffffff8000bc0c: 48 89 57 28 mov %rdx,0x28(%rdi) -ffffffff8000bc10: 4c 8b 4d d0 mov -0x30(%rbp),%r9 -ffffffff8000bc14: 49 01 d1 add %rdx,%r9 -ffffffff8000bc17: 49 39 c9 cmp %rcx,%r9 -ffffffff8000bc1a: 0f 83 fc 00 00 00 jae ffffffff8000bd1c <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x2fc> -ffffffff8000bc20: 46 0f b6 0c 08 movzbl (%rax,%r9,1),%r9d -ffffffff8000bc25: 4d 0f a3 ce bt %r9,%r14 -ffffffff8000bc29: 73 de jae ffffffff8000bc09 <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x1e9> -ffffffff8000bc2b: 49 89 d1 mov %rdx,%r9 -ffffffff8000bc2e: 49 f7 d1 not %r9 -ffffffff8000bc31: 4c 8d 14 10 lea (%rax,%rdx,1),%r10 -ffffffff8000bc35: 4d 89 dd mov %r11,%r13 -ffffffff8000bc38: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff8000bc3f: 00 -ffffffff8000bc40: 4a 8d 1c 2a lea (%rdx,%r13,1),%rbx -ffffffff8000bc44: 48 39 cb cmp %rcx,%rbx -ffffffff8000bc47: 0f 83 55 02 00 00 jae ffffffff8000bea2 <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x482> -ffffffff8000bc4d: 43 0f b6 1c 2f movzbl (%r15,%r13,1),%ebx -ffffffff8000bc52: 43 3a 1c 2a cmp (%r10,%r13,1),%bl -ffffffff8000bc56: 75 58 jne ffffffff8000bcb0 <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x290> -ffffffff8000bc58: 49 ff c5 inc %r13 -ffffffff8000bc5b: 49 ff c9 dec %r9 -ffffffff8000bc5e: 4c 39 ee cmp %r13,%rsi -ffffffff8000bc61: 75 dd jne ffffffff8000bc40 <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x220> -ffffffff8000bc63: 49 39 f0 cmp %rsi,%r8 -ffffffff8000bc66: 0f 83 78 02 00 00 jae ffffffff8000bee4 <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x4c4> -ffffffff8000bc6c: 4d 8d 0c 10 lea (%r8,%rdx,1),%r9 -ffffffff8000bc70: 4c 8b 55 c8 mov -0x38(%rbp),%r10 -ffffffff8000bc74: 4d 89 dd mov %r11,%r13 -ffffffff8000bc77: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1) -ffffffff8000bc7e: 00 00 -ffffffff8000bc80: 49 83 ed 01 sub $0x1,%r13 -ffffffff8000bc84: 0f 82 5f 02 00 00 jb ffffffff8000bee9 <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x4c9> -ffffffff8000bc8a: 49 39 c9 cmp %rcx,%r9 -ffffffff8000bc8d: 0f 83 fb 01 00 00 jae ffffffff8000be8e <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x46e> -ffffffff8000bc93: 41 0f b6 1a movzbl (%r10),%ebx -ffffffff8000bc97: 49 ff ca dec %r10 -ffffffff8000bc9a: 4d 8d 61 ff lea -0x1(%r9),%r12 -ffffffff8000bc9e: 42 3a 1c 08 cmp (%rax,%r9,1),%bl -ffffffff8000bca2: 4d 89 e1 mov %r12,%r9 -ffffffff8000bca5: 74 d9 je ffffffff8000bc80 <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x260> -ffffffff8000bca7: 48 03 55 c0 add -0x40(%rbp),%rdx -ffffffff8000bcab: e9 60 ff ff ff jmp ffffffff8000bc10 <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x1f0> -ffffffff8000bcb0: 49 f7 d9 neg %r9 -ffffffff8000bcb3: 4c 89 ca mov %r9,%rdx -ffffffff8000bcb6: e9 55 ff ff ff jmp ffffffff8000bc10 <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x1f0> -ffffffff8000bcbb: 49 39 f0 cmp %rsi,%r8 -ffffffff8000bcbe: 0f 83 15 02 00 00 jae ffffffff8000bed9 <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x4b9> -ffffffff8000bcc4: 4d 01 c7 add %r8,%r15 -ffffffff8000bcc7: 46 0f b6 0c 08 movzbl (%rax,%r9,1),%r9d -ffffffff8000bccc: 4d 0f a3 ce bt %r9,%r14 -ffffffff8000bcd0: 73 3b jae ffffffff8000bd0d <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x2ed> -ffffffff8000bcd2: 4d 8d 0c 10 lea (%r8,%rdx,1),%r9 -ffffffff8000bcd6: 4d 89 fa mov %r15,%r10 -ffffffff8000bcd9: 4d 89 dc mov %r11,%r12 -ffffffff8000bcdc: 0f 1f 40 00 nopl 0x0(%rax) -ffffffff8000bce0: 49 83 ec 01 sub $0x1,%r12 -ffffffff8000bce4: 0f 82 ff 01 00 00 jb ffffffff8000bee9 <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x4c9> -ffffffff8000bcea: 49 39 c9 cmp %rcx,%r9 -ffffffff8000bced: 0f 83 9b 01 00 00 jae ffffffff8000be8e <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x46e> -ffffffff8000bcf3: 41 0f b6 1a movzbl (%r10),%ebx -ffffffff8000bcf7: 49 ff ca dec %r10 -ffffffff8000bcfa: 4d 8d 69 ff lea -0x1(%r9),%r13 -ffffffff8000bcfe: 42 3a 1c 08 cmp (%rax,%r9,1),%bl -ffffffff8000bd02: 4d 89 e9 mov %r13,%r9 -ffffffff8000bd05: 74 d9 je ffffffff8000bce0 <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x2c0> -ffffffff8000bd07: 48 03 55 c0 add -0x40(%rbp),%rdx -ffffffff8000bd0b: eb 03 jmp ffffffff8000bd10 <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x2f0> -ffffffff8000bd0d: 48 01 f2 add %rsi,%rdx -ffffffff8000bd10: 4c 8b 4d d0 mov -0x30(%rbp),%r9 -ffffffff8000bd14: 49 01 d1 add %rdx,%r9 -ffffffff8000bd17: 49 39 c9 cmp %rcx,%r9 -ffffffff8000bd1a: 72 ab jb ffffffff8000bcc7 <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x2a7> -ffffffff8000bd1c: 48 89 4f 28 mov %rcx,0x28(%rdi) -ffffffff8000bd20: c6 47 79 01 movb $0x1,0x79(%rdi) -ffffffff8000bd24: 80 7f 78 00 cmpb $0x0,0x78(%rdi) -ffffffff8000bd28: 0f 84 cd 00 00 00 je ffffffff8000bdfb <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x3db> -ffffffff8000bd2e: 48 8b 4f 68 mov 0x68(%rdi),%rcx -ffffffff8000bd32: 48 8b 57 70 mov 0x70(%rdi),%rdx -ffffffff8000bd36: e9 d1 00 00 00 jmp ffffffff8000be0c <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x3ec> -ffffffff8000bd3b: 0f 85 92 fe ff ff jne ffffffff8000bbd3 <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x1b3> -ffffffff8000bd41: 48 85 d2 test %rdx,%rdx -ffffffff8000bd44: 74 53 je ffffffff8000bd99 <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x379> -ffffffff8000bd46: 44 0f b6 0c 30 movzbl (%rax,%rsi,1),%r9d -ffffffff8000bd4b: 45 84 c9 test %r9b,%r9b -ffffffff8000bd4e: 79 74 jns ffffffff8000bdc4 <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x3a4> -ffffffff8000bd50: 44 89 ca mov %r9d,%edx -ffffffff8000bd53: 83 e2 1f and $0x1f,%edx -ffffffff8000bd56: 44 0f b6 5c 30 01 movzbl 0x1(%rax,%rsi,1),%r11d -ffffffff8000bd5c: 41 83 e3 3f and $0x3f,%r11d -ffffffff8000bd60: 41 80 f9 e0 cmp $0xe0,%r9b -ffffffff8000bd64: 72 4a jb ffffffff8000bdb0 <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x390> -ffffffff8000bd66: 44 0f b6 54 30 02 movzbl 0x2(%rax,%rsi,1),%r10d -ffffffff8000bd6c: 41 c1 e3 06 shl $0x6,%r11d -ffffffff8000bd70: 41 83 e2 3f and $0x3f,%r10d -ffffffff8000bd74: 45 09 da or %r11d,%r10d -ffffffff8000bd77: 41 80 f9 f0 cmp $0xf0,%r9b -ffffffff8000bd7b: 72 3e jb ffffffff8000bdbb <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x39b> -ffffffff8000bd7d: 44 0f b6 4c 30 03 movzbl 0x3(%rax,%rsi,1),%r9d -ffffffff8000bd83: 83 e2 07 and $0x7,%edx -ffffffff8000bd86: c1 e2 12 shl $0x12,%edx -ffffffff8000bd89: 41 c1 e2 06 shl $0x6,%r10d -ffffffff8000bd8d: 41 83 e1 3f and $0x3f,%r9d -ffffffff8000bd91: 45 09 d1 or %r10d,%r9d -ffffffff8000bd94: 41 09 d1 or %edx,%r9d -ffffffff8000bd97: eb 2b jmp ffffffff8000bdc4 <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x3a4> -ffffffff8000bd99: 44 89 c1 mov %r8d,%ecx -ffffffff8000bd9c: 80 f1 01 xor $0x1,%cl -ffffffff8000bd9f: 88 4f 18 mov %cl,0x18(%rdi) -ffffffff8000bda2: 48 89 f2 mov %rsi,%rdx -ffffffff8000bda5: 45 84 c0 test %r8b,%r8b -ffffffff8000bda8: 0f 85 51 01 00 00 jne ffffffff8000beff <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x4df> -ffffffff8000bdae: eb 39 jmp ffffffff8000bde9 <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x3c9> -ffffffff8000bdb0: c1 e2 06 shl $0x6,%edx -ffffffff8000bdb3: 44 09 da or %r11d,%edx -ffffffff8000bdb6: 41 89 d1 mov %edx,%r9d -ffffffff8000bdb9: eb 09 jmp ffffffff8000bdc4 <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x3a4> -ffffffff8000bdbb: c1 e2 0c shl $0xc,%edx -ffffffff8000bdbe: 41 09 d2 or %edx,%r10d -ffffffff8000bdc1: 45 89 d1 mov %r10d,%r9d -ffffffff8000bdc4: 45 84 c0 test %r8b,%r8b -ffffffff8000bdc7: 74 13 je ffffffff8000bddc <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x3bc> -ffffffff8000bdc9: 48 89 f2 mov %rsi,%rdx -ffffffff8000bdcc: 41 80 f0 01 xor $0x1,%r8b -ffffffff8000bdd0: 44 88 47 18 mov %r8b,0x18(%rdi) -ffffffff8000bdd4: 48 89 d6 mov %rdx,%rsi -ffffffff8000bdd7: e9 23 01 00 00 jmp ffffffff8000beff <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x4df> -ffffffff8000bddc: 41 81 f9 00 00 11 00 cmp $0x110000,%r9d -ffffffff8000bde3: 75 32 jne ffffffff8000be17 <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x3f7> -ffffffff8000bde5: c6 47 18 01 movb $0x1,0x18(%rdi) -ffffffff8000bde9: c6 47 1a 01 movb $0x1,0x1a(%rdi) -ffffffff8000bded: c6 47 79 01 movb $0x1,0x79(%rdi) -ffffffff8000bdf1: 80 7f 78 00 cmpb $0x0,0x78(%rdi) -ffffffff8000bdf5: 0f 85 33 ff ff ff jne ffffffff8000bd2e <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x30e> -ffffffff8000bdfb: 48 8b 4f 68 mov 0x68(%rdi),%rcx -ffffffff8000bdff: 48 8b 57 70 mov 0x70(%rdi),%rdx -ffffffff8000be03: 48 39 ca cmp %rcx,%rdx -ffffffff8000be06: 0f 84 2b fc ff ff je ffffffff8000ba37 <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x17> -ffffffff8000be0c: 48 01 c8 add %rcx,%rax -ffffffff8000be0f: 48 29 ca sub %rcx,%rdx -ffffffff8000be12: e9 f6 00 00 00 jmp ffffffff8000bf0d <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x4ed> -ffffffff8000be17: ba 01 00 00 00 mov $0x1,%edx -ffffffff8000be1c: 41 81 f9 80 00 00 00 cmp $0x80,%r9d -ffffffff8000be23: 72 1e jb ffffffff8000be43 <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x423> -ffffffff8000be25: ba 02 00 00 00 mov $0x2,%edx -ffffffff8000be2a: 41 81 f9 00 08 00 00 cmp $0x800,%r9d -ffffffff8000be31: 72 10 jb ffffffff8000be43 <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x423> -ffffffff8000be33: 41 81 f9 00 00 01 00 cmp $0x10000,%r9d -ffffffff8000be3a: ba 04 00 00 00 mov $0x4,%edx -ffffffff8000be3f: 48 83 da 00 sbb $0x0,%rdx -ffffffff8000be43: 48 01 f2 add %rsi,%rdx -ffffffff8000be46: 48 89 57 08 mov %rdx,0x8(%rdi) -ffffffff8000be4a: 74 13 je ffffffff8000be5f <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x43f> -ffffffff8000be4c: 48 89 ce mov %rcx,%rsi -ffffffff8000be4f: 48 29 d6 sub %rdx,%rsi -ffffffff8000be52: 76 10 jbe ffffffff8000be64 <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x444> -ffffffff8000be54: 80 3c 10 bf cmpb $0xbf,(%rax,%rdx,1) -ffffffff8000be58: 7f 10 jg ffffffff8000be6a <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x44a> -ffffffff8000be5a: e9 ce 00 00 00 jmp ffffffff8000bf2d <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x50d> -ffffffff8000be5f: 48 89 ce mov %rcx,%rsi -ffffffff8000be62: eb 06 jmp ffffffff8000be6a <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x44a> -ffffffff8000be64: 0f 85 c3 00 00 00 jne ffffffff8000bf2d <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x50d> -ffffffff8000be6a: 48 85 f6 test %rsi,%rsi -ffffffff8000be6d: 74 17 je ffffffff8000be86 <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x466> -ffffffff8000be6f: 0f b6 0c 10 movzbl (%rax,%rdx,1),%ecx -ffffffff8000be73: 41 b0 01 mov $0x1,%r8b -ffffffff8000be76: 84 c9 test %cl,%cl -ffffffff8000be78: 0f 89 4e ff ff ff jns ffffffff8000bdcc <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x3ac> -ffffffff8000be7e: 80 f9 e0 cmp $0xe0,%cl -ffffffff8000be81: e9 46 ff ff ff jmp ffffffff8000bdcc <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x3ac> -ffffffff8000be86: 45 31 c0 xor %r8d,%r8d -ffffffff8000be89: e9 42 ff ff ff jmp ffffffff8000bdd0 <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x3b0> -ffffffff8000be8e: 48 8d 15 43 e9 01 00 lea 0x1e943(%rip),%rdx # ffffffff8002a7d8 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xf60> -ffffffff8000be95: 4c 89 cf mov %r9,%rdi -ffffffff8000be98: 48 89 ce mov %rcx,%rsi -ffffffff8000be9b: e8 50 59 01 00 call ffffffff800217f0 <_ZN4core9panicking18panic_bounds_check17h0aa7386a620f3834E> -ffffffff8000bea0: 0f 0b ud2 -ffffffff8000bea2: 4d 89 d8 mov %r11,%r8 -ffffffff8000bea5: 4c 01 c2 add %r8,%rdx -ffffffff8000bea8: 48 39 d1 cmp %rdx,%rcx -ffffffff8000beab: 48 0f 47 d1 cmova %rcx,%rdx -ffffffff8000beaf: 48 8d 05 3a e9 01 00 lea 0x1e93a(%rip),%rax # ffffffff8002a7f0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xf78> -ffffffff8000beb6: 48 89 d7 mov %rdx,%rdi -ffffffff8000beb9: 48 89 ce mov %rcx,%rsi -ffffffff8000bebc: 48 89 c2 mov %rax,%rdx -ffffffff8000bebf: e8 2c 59 01 00 call ffffffff800217f0 <_ZN4core9panicking18panic_bounds_check17h0aa7386a620f3834E> -ffffffff8000bec4: 0f 0b ud2 -ffffffff8000bec6: 48 01 f2 add %rsi,%rdx -ffffffff8000bec9: 4c 8b 4d d0 mov -0x30(%rbp),%r9 -ffffffff8000becd: 49 01 d1 add %rdx,%r9 -ffffffff8000bed0: 49 39 c9 cmp %rcx,%r9 -ffffffff8000bed3: 0f 83 43 fe ff ff jae ffffffff8000bd1c <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x2fc> -ffffffff8000bed9: 46 0f b6 0c 08 movzbl (%rax,%r9,1),%r9d -ffffffff8000bede: 4d 0f a3 ce bt %r9,%r14 -ffffffff8000bee2: 73 e2 jae ffffffff8000bec6 <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x4a6> -ffffffff8000bee4: 4d 85 db test %r11,%r11 -ffffffff8000bee7: 75 33 jne ffffffff8000bf1c <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x4fc> -ffffffff8000bee9: 48 01 d6 add %rdx,%rsi -ffffffff8000beec: 48 89 77 28 mov %rsi,0x28(%rdi) -ffffffff8000bef0: 48 83 7d b8 ff cmpq $0xffffffffffffffff,-0x48(%rbp) -ffffffff8000bef5: 74 08 je ffffffff8000beff <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x4df> -ffffffff8000bef7: 48 c7 47 38 00 00 00 movq $0x0,0x38(%rdi) -ffffffff8000befe: 00 -ffffffff8000beff: 48 8b 4f 68 mov 0x68(%rdi),%rcx -ffffffff8000bf03: 48 01 c8 add %rcx,%rax -ffffffff8000bf06: 48 29 ca sub %rcx,%rdx -ffffffff8000bf09: 48 89 77 68 mov %rsi,0x68(%rdi) -ffffffff8000bf0d: 48 83 c4 28 add $0x28,%rsp -ffffffff8000bf11: 5b pop %rbx -ffffffff8000bf12: 41 5c pop %r12 -ffffffff8000bf14: 41 5d pop %r13 -ffffffff8000bf16: 41 5e pop %r14 -ffffffff8000bf18: 41 5f pop %r15 -ffffffff8000bf1a: 5d pop %rbp -ffffffff8000bf1b: c3 ret -ffffffff8000bf1c: 48 8d 15 9d e8 01 00 lea 0x1e89d(%rip),%rdx # ffffffff8002a7c0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xf48> -ffffffff8000bf23: 4c 89 c7 mov %r8,%rdi -ffffffff8000bf26: e8 c5 58 01 00 call ffffffff800217f0 <_ZN4core9panicking18panic_bounds_check17h0aa7386a620f3834E> -ffffffff8000bf2b: 0f 0b ud2 -ffffffff8000bf2d: 41 b0 01 mov $0x1,%r8b -ffffffff8000bf30: e9 a1 fc ff ff jmp ffffffff8000bbd6 <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065+0x1b6> -ffffffff8000bf35: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8000bf3c: 00 00 00 -ffffffff8000bf3f: 90 nop - -ffffffff8000bf40 <_ZN91_$LT$core..str..iter..SplitWhitespace$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h4a9a5f30134a27dbE.llvm.1704146717626992065>: -ffffffff8000bf40: 55 push %rbp -ffffffff8000bf41: 48 89 e5 mov %rsp,%rbp -ffffffff8000bf44: 41 57 push %r15 -ffffffff8000bf46: 41 56 push %r14 -ffffffff8000bf48: 41 55 push %r13 -ffffffff8000bf4a: 41 54 push %r12 -ffffffff8000bf4c: 53 push %rbx -ffffffff8000bf4d: 50 push %rax -ffffffff8000bf4e: 44 0f b6 67 39 movzbl 0x39(%rdi),%r12d -ffffffff8000bf53: 4c 8b 2f mov (%rdi),%r13 -ffffffff8000bf56: 48 8b 77 08 mov 0x8(%rdi),%rsi -ffffffff8000bf5a: 48 8b 47 10 mov 0x10(%rdi),%rax -ffffffff8000bf5e: 48 89 45 d0 mov %rax,-0x30(%rbp) -ffffffff8000bf62: 4c 8b 47 28 mov 0x28(%rdi),%r8 -ffffffff8000bf66: 44 0f b6 4f 38 movzbl 0x38(%rdi),%r9d -ffffffff8000bf6b: 4c 8b 77 20 mov 0x20(%rdi),%r14 -ffffffff8000bf6f: 4c 8b 7f 30 mov 0x30(%rdi),%r15 -ffffffff8000bf73: 48 8d 05 10 c3 01 00 lea 0x1c310(%rip),%rax # ffffffff8002828a <_ZN4core7unicode12unicode_data11white_space14WHITESPACE_MAP17h4cb38fd32014989fE> -ffffffff8000bf7a: 49 bb 00 3e 00 00 01 movabs $0x100003e00,%r11 -ffffffff8000bf81: 00 00 00 -ffffffff8000bf84: eb 1c jmp ffffffff8000bfa2 <_ZN91_$LT$core..str..iter..SplitWhitespace$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h4a9a5f30134a27dbE.llvm.1704146717626992065+0x62> -ffffffff8000bf86: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8000bf8d: 00 00 00 -ffffffff8000bf90: 4c 89 3f mov %r15,(%rdi) -ffffffff8000bf93: 45 31 e4 xor %r12d,%r12d -ffffffff8000bf96: 4d 89 fd mov %r15,%r13 -ffffffff8000bf99: 48 29 da sub %rbx,%rdx -ffffffff8000bf9c: 0f 85 8b 01 00 00 jne ffffffff8000c12d <_ZN91_$LT$core..str..iter..SplitWhitespace$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h4a9a5f30134a27dbE.llvm.1704146717626992065+0x1ed> -ffffffff8000bfa2: 45 84 e4 test %r12b,%r12b -ffffffff8000bfa5: 0f 85 7e 01 00 00 jne ffffffff8000c129 <_ZN91_$LT$core..str..iter..SplitWhitespace$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h4a9a5f30134a27dbE.llvm.1704146717626992065+0x1e9> -ffffffff8000bfab: 4c 89 eb mov %r13,%rbx -ffffffff8000bfae: 4d 39 c6 cmp %r8,%r14 -ffffffff8000bfb1: 0f 84 49 01 00 00 je ffffffff8000c100 <_ZN91_$LT$core..str..iter..SplitWhitespace$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h4a9a5f30134a27dbE.llvm.1704146717626992065+0x1c0> -ffffffff8000bfb7: 4d 89 f5 mov %r14,%r13 -ffffffff8000bfba: 4c 89 fa mov %r15,%rdx -ffffffff8000bfbd: 49 ff c6 inc %r14 -ffffffff8000bfc0: 4c 89 77 20 mov %r14,0x20(%rdi) -ffffffff8000bfc4: 45 0f b6 65 00 movzbl 0x0(%r13),%r12d -ffffffff8000bfc9: 45 84 e4 test %r12b,%r12b -ffffffff8000bfcc: 0f 89 8e 00 00 00 jns ffffffff8000c060 <_ZN91_$LT$core..str..iter..SplitWhitespace$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h4a9a5f30134a27dbE.llvm.1704146717626992065+0x120> -ffffffff8000bfd2: 45 89 e7 mov %r12d,%r15d -ffffffff8000bfd5: 41 83 e7 1f and $0x1f,%r15d -ffffffff8000bfd9: 4d 8d 75 02 lea 0x2(%r13),%r14 -ffffffff8000bfdd: 4c 89 77 20 mov %r14,0x20(%rdi) -ffffffff8000bfe1: 45 0f b6 55 01 movzbl 0x1(%r13),%r10d -ffffffff8000bfe6: 41 83 e2 3f and $0x3f,%r10d -ffffffff8000bfea: 41 80 fc df cmp $0xdf,%r12b -ffffffff8000bfee: 76 4d jbe ffffffff8000c03d <_ZN91_$LT$core..str..iter..SplitWhitespace$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h4a9a5f30134a27dbE.llvm.1704146717626992065+0xfd> -ffffffff8000bff0: 4d 8d 75 03 lea 0x3(%r13),%r14 -ffffffff8000bff4: 4c 89 77 20 mov %r14,0x20(%rdi) -ffffffff8000bff8: 41 0f b6 4d 02 movzbl 0x2(%r13),%ecx -ffffffff8000bffd: 41 c1 e2 06 shl $0x6,%r10d -ffffffff8000c001: 83 e1 3f and $0x3f,%ecx -ffffffff8000c004: 44 09 d1 or %r10d,%ecx -ffffffff8000c007: 41 80 fc f0 cmp $0xf0,%r12b -ffffffff8000c00b: 72 3c jb ffffffff8000c049 <_ZN91_$LT$core..str..iter..SplitWhitespace$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h4a9a5f30134a27dbE.llvm.1704146717626992065+0x109> -ffffffff8000c00d: 4d 8d 75 04 lea 0x4(%r13),%r14 -ffffffff8000c011: 4c 89 77 20 mov %r14,0x20(%rdi) -ffffffff8000c015: 45 0f b6 65 03 movzbl 0x3(%r13),%r12d -ffffffff8000c01a: 41 83 e7 07 and $0x7,%r15d -ffffffff8000c01e: 41 c1 e7 12 shl $0x12,%r15d -ffffffff8000c022: c1 e1 06 shl $0x6,%ecx -ffffffff8000c025: 41 83 e4 3f and $0x3f,%r12d -ffffffff8000c029: 41 09 cc or %ecx,%r12d -ffffffff8000c02c: 45 09 fc or %r15d,%r12d -ffffffff8000c02f: 41 81 fc 00 00 11 00 cmp $0x110000,%r12d -ffffffff8000c036: 75 28 jne ffffffff8000c060 <_ZN91_$LT$core..str..iter..SplitWhitespace$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h4a9a5f30134a27dbE.llvm.1704146717626992065+0x120> -ffffffff8000c038: e9 e7 00 00 00 jmp ffffffff8000c124 <_ZN91_$LT$core..str..iter..SplitWhitespace$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h4a9a5f30134a27dbE.llvm.1704146717626992065+0x1e4> -ffffffff8000c03d: 41 c1 e7 06 shl $0x6,%r15d -ffffffff8000c041: 45 09 d7 or %r10d,%r15d -ffffffff8000c044: 45 89 fc mov %r15d,%r12d -ffffffff8000c047: eb 17 jmp ffffffff8000c060 <_ZN91_$LT$core..str..iter..SplitWhitespace$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h4a9a5f30134a27dbE.llvm.1704146717626992065+0x120> -ffffffff8000c049: 41 c1 e7 0c shl $0xc,%r15d -ffffffff8000c04d: 44 09 f9 or %r15d,%ecx -ffffffff8000c050: 41 89 cc mov %ecx,%r12d -ffffffff8000c053: 66 66 66 66 2e 0f 1f data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8000c05a: 84 00 00 00 00 00 -ffffffff8000c060: 4d 89 f7 mov %r14,%r15 -ffffffff8000c063: 4d 29 ef sub %r13,%r15 -ffffffff8000c066: 49 01 d7 add %rdx,%r15 -ffffffff8000c069: 4c 89 7f 30 mov %r15,0x30(%rdi) -ffffffff8000c06d: 41 83 fc 20 cmp $0x20,%r12d -ffffffff8000c071: 77 0d ja ffffffff8000c080 <_ZN91_$LT$core..str..iter..SplitWhitespace$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h4a9a5f30134a27dbE.llvm.1704146717626992065+0x140> -ffffffff8000c073: 44 89 e1 mov %r12d,%ecx -ffffffff8000c076: 49 0f a3 cb bt %rcx,%r11 -ffffffff8000c07a: 0f 82 10 ff ff ff jb ffffffff8000bf90 <_ZN91_$LT$core..str..iter..SplitWhitespace$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h4a9a5f30134a27dbE.llvm.1704146717626992065+0x50> -ffffffff8000c080: 41 81 fc 80 00 00 00 cmp $0x80,%r12d -ffffffff8000c087: 0f 82 21 ff ff ff jb ffffffff8000bfae <_ZN91_$LT$core..str..iter..SplitWhitespace$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h4a9a5f30134a27dbE.llvm.1704146717626992065+0x6e> -ffffffff8000c08d: 44 89 e1 mov %r12d,%ecx -ffffffff8000c090: c1 e9 08 shr $0x8,%ecx -ffffffff8000c093: 83 f9 1f cmp $0x1f,%ecx -ffffffff8000c096: 7f 1f jg ffffffff8000c0b7 <_ZN91_$LT$core..str..iter..SplitWhitespace$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h4a9a5f30134a27dbE.llvm.1704146717626992065+0x177> -ffffffff8000c098: 85 c9 test %ecx,%ecx -ffffffff8000c09a: 74 3b je ffffffff8000c0d7 <_ZN91_$LT$core..str..iter..SplitWhitespace$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h4a9a5f30134a27dbE.llvm.1704146717626992065+0x197> -ffffffff8000c09c: 83 f9 16 cmp $0x16,%ecx -ffffffff8000c09f: 0f 85 09 ff ff ff jne ffffffff8000bfae <_ZN91_$LT$core..str..iter..SplitWhitespace$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h4a9a5f30134a27dbE.llvm.1704146717626992065+0x6e> -ffffffff8000c0a5: 41 81 fc 80 16 00 00 cmp $0x1680,%r12d -ffffffff8000c0ac: 0f 85 fc fe ff ff jne ffffffff8000bfae <_ZN91_$LT$core..str..iter..SplitWhitespace$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h4a9a5f30134a27dbE.llvm.1704146717626992065+0x6e> -ffffffff8000c0b2: e9 d9 fe ff ff jmp ffffffff8000bf90 <_ZN91_$LT$core..str..iter..SplitWhitespace$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h4a9a5f30134a27dbE.llvm.1704146717626992065+0x50> -ffffffff8000c0b7: 83 f9 20 cmp $0x20,%ecx -ffffffff8000c0ba: 74 2e je ffffffff8000c0ea <_ZN91_$LT$core..str..iter..SplitWhitespace$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h4a9a5f30134a27dbE.llvm.1704146717626992065+0x1aa> -ffffffff8000c0bc: 83 f9 30 cmp $0x30,%ecx -ffffffff8000c0bf: 0f 85 e9 fe ff ff jne ffffffff8000bfae <_ZN91_$LT$core..str..iter..SplitWhitespace$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h4a9a5f30134a27dbE.llvm.1704146717626992065+0x6e> -ffffffff8000c0c5: 41 81 fc 00 30 00 00 cmp $0x3000,%r12d -ffffffff8000c0cc: 0f 85 dc fe ff ff jne ffffffff8000bfae <_ZN91_$LT$core..str..iter..SplitWhitespace$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h4a9a5f30134a27dbE.llvm.1704146717626992065+0x6e> -ffffffff8000c0d2: e9 b9 fe ff ff jmp ffffffff8000bf90 <_ZN91_$LT$core..str..iter..SplitWhitespace$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h4a9a5f30134a27dbE.llvm.1704146717626992065+0x50> -ffffffff8000c0d7: 41 0f b6 cc movzbl %r12b,%ecx -ffffffff8000c0db: f6 04 08 01 testb $0x1,(%rax,%rcx,1) -ffffffff8000c0df: 0f 84 c9 fe ff ff je ffffffff8000bfae <_ZN91_$LT$core..str..iter..SplitWhitespace$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h4a9a5f30134a27dbE.llvm.1704146717626992065+0x6e> -ffffffff8000c0e5: e9 a6 fe ff ff jmp ffffffff8000bf90 <_ZN91_$LT$core..str..iter..SplitWhitespace$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h4a9a5f30134a27dbE.llvm.1704146717626992065+0x50> -ffffffff8000c0ea: 41 0f b6 cc movzbl %r12b,%ecx -ffffffff8000c0ee: f6 04 08 02 testb $0x2,(%rax,%rcx,1) -ffffffff8000c0f2: 0f 84 b6 fe ff ff je ffffffff8000bfae <_ZN91_$LT$core..str..iter..SplitWhitespace$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h4a9a5f30134a27dbE.llvm.1704146717626992065+0x6e> -ffffffff8000c0f8: e9 93 fe ff ff jmp ffffffff8000bf90 <_ZN91_$LT$core..str..iter..SplitWhitespace$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h4a9a5f30134a27dbE.llvm.1704146717626992065+0x50> -ffffffff8000c0fd: 0f 1f 00 nopl (%rax) -ffffffff8000c100: 4d 89 c6 mov %r8,%r14 -ffffffff8000c103: c6 47 39 01 movb $0x1,0x39(%rdi) -ffffffff8000c107: 41 b4 01 mov $0x1,%r12b -ffffffff8000c10a: 49 89 dd mov %rbx,%r13 -ffffffff8000c10d: 48 89 f2 mov %rsi,%rdx -ffffffff8000c110: 45 84 c9 test %r9b,%r9b -ffffffff8000c113: 0f 85 80 fe ff ff jne ffffffff8000bf99 <_ZN91_$LT$core..str..iter..SplitWhitespace$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h4a9a5f30134a27dbE.llvm.1704146717626992065+0x59> -ffffffff8000c119: 48 39 de cmp %rbx,%rsi -ffffffff8000c11c: 0f 85 77 fe ff ff jne ffffffff8000bf99 <_ZN91_$LT$core..str..iter..SplitWhitespace$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h4a9a5f30134a27dbE.llvm.1704146717626992065+0x59> -ffffffff8000c122: eb 05 jmp ffffffff8000c129 <_ZN91_$LT$core..str..iter..SplitWhitespace$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h4a9a5f30134a27dbE.llvm.1704146717626992065+0x1e9> -ffffffff8000c124: 49 89 d7 mov %rdx,%r15 -ffffffff8000c127: eb da jmp ffffffff8000c103 <_ZN91_$LT$core..str..iter..SplitWhitespace$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h4a9a5f30134a27dbE.llvm.1704146717626992065+0x1c3> -ffffffff8000c129: 31 c0 xor %eax,%eax -ffffffff8000c12b: eb 07 jmp ffffffff8000c134 <_ZN91_$LT$core..str..iter..SplitWhitespace$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h4a9a5f30134a27dbE.llvm.1704146717626992065+0x1f4> -ffffffff8000c12d: 48 8b 45 d0 mov -0x30(%rbp),%rax -ffffffff8000c131: 48 01 d8 add %rbx,%rax -ffffffff8000c134: 48 83 c4 08 add $0x8,%rsp -ffffffff8000c138: 5b pop %rbx -ffffffff8000c139: 41 5c pop %r12 -ffffffff8000c13b: 41 5d pop %r13 -ffffffff8000c13d: 41 5e pop %r14 -ffffffff8000c13f: 41 5f pop %r15 -ffffffff8000c141: 5d pop %rbp -ffffffff8000c142: c3 ret -ffffffff8000c143: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8000c14a: 00 00 00 -ffffffff8000c14d: 0f 1f 00 nopl (%rax) - -ffffffff8000c150 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h17aa920f88ed5603E>: -ffffffff8000c150: 55 push %rbp -ffffffff8000c151: 48 89 e5 mov %rsp,%rbp -ffffffff8000c154: 41 57 push %r15 -ffffffff8000c156: 41 56 push %r14 -ffffffff8000c158: 41 55 push %r13 -ffffffff8000c15a: 41 54 push %r12 -ffffffff8000c15c: 53 push %rbx -ffffffff8000c15d: 48 81 ec c8 00 00 00 sub $0xc8,%rsp -ffffffff8000c164: 49 89 f7 mov %rsi,%r15 -ffffffff8000c167: 48 89 fb mov %rdi,%rbx -ffffffff8000c16a: 48 89 f7 mov %rsi,%rdi -ffffffff8000c16d: e8 ae f8 ff ff call ffffffff8000ba20 <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065> -ffffffff8000c172: 48 85 c0 test %rax,%rax -ffffffff8000c175: 74 43 je ffffffff8000c1ba <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h17aa920f88ed5603E+0x6a> -ffffffff8000c177: 49 89 c4 mov %rax,%r12 -ffffffff8000c17a: 49 89 d5 mov %rdx,%r13 -ffffffff8000c17d: 48 89 5d b8 mov %rbx,-0x48(%rbp) -ffffffff8000c181: 48 8d 05 8e 0a 02 00 lea 0x20a8e(%rip),%rax # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff8000c188: 0f b6 00 movzbl (%rax),%eax -ffffffff8000c18b: 0f b6 05 06 f2 01 00 movzbl 0x1f206(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000c192: 84 c0 test %al,%al -ffffffff8000c194: 74 40 je ffffffff8000c1d6 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h17aa920f88ed5603E+0x86> -ffffffff8000c196: 48 83 3d 4a f1 01 00 cmpq $0x0,0x1f14a(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000c19d: 00 -ffffffff8000c19e: 75 6c jne ffffffff8000c20c <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h17aa920f88ed5603E+0xbc> -ffffffff8000c1a0: 48 8d 3d 39 a6 01 00 lea 0x1a639(%rip),%rdi # ffffffff800267e0 -ffffffff8000c1a7: 48 8d 15 72 f3 01 00 lea 0x1f372(%rip),%rdx # ffffffff8002b520 -ffffffff8000c1ae: be 1e 00 00 00 mov $0x1e,%esi -ffffffff8000c1b3: e8 68 5b 01 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff8000c1b8: 0f 0b ud2 -ffffffff8000c1ba: 48 c7 03 08 00 00 00 movq $0x8,(%rbx) -ffffffff8000c1c1: 48 c7 43 08 00 00 00 movq $0x0,0x8(%rbx) -ffffffff8000c1c8: 00 -ffffffff8000c1c9: 48 c7 43 10 00 00 00 movq $0x0,0x10(%rbx) -ffffffff8000c1d0: 00 -ffffffff8000c1d1: e9 0d 01 00 00 jmp ffffffff8000c2e3 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h17aa920f88ed5603E+0x193> -ffffffff8000c1d6: 48 8d 9d 10 ff ff ff lea -0xf0(%rbp),%rbx -ffffffff8000c1dd: 48 89 df mov %rbx,%rdi -ffffffff8000c1e0: ff 15 fa f0 01 00 call *0x1f0fa(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000c1e6: 48 c7 05 f7 f0 01 00 movq $0x1,0x1f0f7(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000c1ed: 01 00 00 00 -ffffffff8000c1f1: 48 8d 3d f8 f0 01 00 lea 0x1f0f8(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000c1f8: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000c1fd: 48 89 de mov %rbx,%rsi -ffffffff8000c200: e8 7b 64 01 00 call ffffffff80022680 -ffffffff8000c205: c6 05 8c f1 01 00 01 movb $0x1,0x1f18c(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000c20c: 48 8d 3d dd f0 01 00 lea 0x1f0dd(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000c213: be 08 00 00 00 mov $0x8,%esi -ffffffff8000c218: ba 40 00 00 00 mov $0x40,%edx -ffffffff8000c21d: e8 2e 7e 00 00 call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff8000c222: 48 85 c0 test %rax,%rax -ffffffff8000c225: 0f 84 cd 00 00 00 je ffffffff8000c2f8 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h17aa920f88ed5603E+0x1a8> -ffffffff8000c22b: 49 89 c6 mov %rax,%r14 -ffffffff8000c22e: 4c 89 20 mov %r12,(%rax) -ffffffff8000c231: 4c 89 68 08 mov %r13,0x8(%rax) -ffffffff8000c235: 48 89 45 c0 mov %rax,-0x40(%rbp) -ffffffff8000c239: 48 c7 45 c8 04 00 00 movq $0x4,-0x38(%rbp) -ffffffff8000c240: 00 -ffffffff8000c241: 48 c7 45 d0 01 00 00 movq $0x1,-0x30(%rbp) -ffffffff8000c248: 00 -ffffffff8000c249: 48 8d 85 10 ff ff ff lea -0xf0(%rbp),%rax -ffffffff8000c250: b9 10 00 00 00 mov $0x10,%ecx -ffffffff8000c255: 48 89 c7 mov %rax,%rdi -ffffffff8000c258: 4c 89 fe mov %r15,%rsi -ffffffff8000c25b: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff8000c25e: 48 89 c7 mov %rax,%rdi -ffffffff8000c261: e8 ba f7 ff ff call ffffffff8000ba20 <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065> -ffffffff8000c266: 48 85 c0 test %rax,%rax -ffffffff8000c269: 74 5d je ffffffff8000c2c8 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h17aa920f88ed5603E+0x178> -ffffffff8000c26b: 49 89 c4 mov %rax,%r12 -ffffffff8000c26e: 49 89 d5 mov %rdx,%r13 -ffffffff8000c271: 41 bf 01 00 00 00 mov $0x1,%r15d -ffffffff8000c277: bb 18 00 00 00 mov $0x18,%ebx -ffffffff8000c27c: eb 2d jmp ffffffff8000c2ab <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h17aa920f88ed5603E+0x15b> -ffffffff8000c27e: 66 90 xchg %ax,%ax -ffffffff8000c280: 4d 89 64 1e f8 mov %r12,-0x8(%r14,%rbx,1) -ffffffff8000c285: 4d 89 2c 1e mov %r13,(%r14,%rbx,1) -ffffffff8000c289: 49 ff c7 inc %r15 -ffffffff8000c28c: 4c 89 7d d0 mov %r15,-0x30(%rbp) -ffffffff8000c290: 48 8d bd 10 ff ff ff lea -0xf0(%rbp),%rdi -ffffffff8000c297: e8 84 f7 ff ff call ffffffff8000ba20 <_ZN90_$LT$core..str..iter..Split$LT$P$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h47bbe0a8b3c91f5bE.llvm.1704146717626992065> -ffffffff8000c29c: 49 89 c4 mov %rax,%r12 -ffffffff8000c29f: 49 89 d5 mov %rdx,%r13 -ffffffff8000c2a2: 48 83 c3 10 add $0x10,%rbx -ffffffff8000c2a6: 48 85 c0 test %rax,%rax -ffffffff8000c2a9: 74 1d je ffffffff8000c2c8 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h17aa920f88ed5603E+0x178> -ffffffff8000c2ab: 4c 3b 7d c8 cmp -0x38(%rbp),%r15 -ffffffff8000c2af: 75 cf jne ffffffff8000c280 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h17aa920f88ed5603E+0x130> -ffffffff8000c2b1: ba 01 00 00 00 mov $0x1,%edx -ffffffff8000c2b6: 48 8d 7d c0 lea -0x40(%rbp),%rdi -ffffffff8000c2ba: 4c 89 fe mov %r15,%rsi -ffffffff8000c2bd: e8 ee 45 00 00 call ffffffff800108b0 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$7reserve21do_reserve_and_handle17h718baa18a3fcf488E> -ffffffff8000c2c2: 4c 8b 75 c0 mov -0x40(%rbp),%r14 -ffffffff8000c2c6: eb b8 jmp ffffffff8000c280 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h17aa920f88ed5603E+0x130> -ffffffff8000c2c8: 48 8b 45 d0 mov -0x30(%rbp),%rax -ffffffff8000c2cc: 48 8b 5d b8 mov -0x48(%rbp),%rbx -ffffffff8000c2d0: 48 89 43 10 mov %rax,0x10(%rbx) -ffffffff8000c2d4: 48 8b 45 c0 mov -0x40(%rbp),%rax -ffffffff8000c2d8: 48 8b 4d c8 mov -0x38(%rbp),%rcx -ffffffff8000c2dc: 48 89 4b 08 mov %rcx,0x8(%rbx) -ffffffff8000c2e0: 48 89 03 mov %rax,(%rbx) -ffffffff8000c2e3: 48 89 d8 mov %rbx,%rax -ffffffff8000c2e6: 48 81 c4 c8 00 00 00 add $0xc8,%rsp -ffffffff8000c2ed: 5b pop %rbx -ffffffff8000c2ee: 41 5c pop %r12 -ffffffff8000c2f0: 41 5d pop %r13 -ffffffff8000c2f2: 41 5e pop %r14 -ffffffff8000c2f4: 41 5f pop %r15 -ffffffff8000c2f6: 5d pop %rbp -ffffffff8000c2f7: c3 ret -ffffffff8000c2f8: bf 08 00 00 00 mov $0x8,%edi -ffffffff8000c2fd: be 40 00 00 00 mov $0x40,%esi -ffffffff8000c302: e8 b9 0f 01 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff8000c307: 0f 0b ud2 -ffffffff8000c309: 0f 1f 80 00 00 00 00 nopl 0x0(%rax) - -ffffffff8000c310 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h890e43e9446772fcE>: -ffffffff8000c310: 55 push %rbp -ffffffff8000c311: 48 89 e5 mov %rsp,%rbp -ffffffff8000c314: 41 57 push %r15 -ffffffff8000c316: 41 56 push %r14 -ffffffff8000c318: 41 55 push %r13 -ffffffff8000c31a: 41 54 push %r12 -ffffffff8000c31c: 53 push %rbx -ffffffff8000c31d: 48 81 ec c8 00 00 00 sub $0xc8,%rsp -ffffffff8000c324: 49 89 f7 mov %rsi,%r15 -ffffffff8000c327: 48 89 fb mov %rdi,%rbx -ffffffff8000c32a: 48 89 f7 mov %rsi,%rdi -ffffffff8000c32d: e8 0e fc ff ff call ffffffff8000bf40 <_ZN91_$LT$core..str..iter..SplitWhitespace$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h4a9a5f30134a27dbE.llvm.1704146717626992065> -ffffffff8000c332: 48 85 c0 test %rax,%rax -ffffffff8000c335: 74 43 je ffffffff8000c37a <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h890e43e9446772fcE+0x6a> -ffffffff8000c337: 49 89 c4 mov %rax,%r12 -ffffffff8000c33a: 49 89 d5 mov %rdx,%r13 -ffffffff8000c33d: 48 89 5d b8 mov %rbx,-0x48(%rbp) -ffffffff8000c341: 48 8d 05 ce 08 02 00 lea 0x208ce(%rip),%rax # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff8000c348: 0f b6 00 movzbl (%rax),%eax -ffffffff8000c34b: 0f b6 05 46 f0 01 00 movzbl 0x1f046(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000c352: 84 c0 test %al,%al -ffffffff8000c354: 74 40 je ffffffff8000c396 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h890e43e9446772fcE+0x86> -ffffffff8000c356: 48 83 3d 8a ef 01 00 cmpq $0x0,0x1ef8a(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000c35d: 00 -ffffffff8000c35e: 75 6c jne ffffffff8000c3cc <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h890e43e9446772fcE+0xbc> -ffffffff8000c360: 48 8d 3d 79 a4 01 00 lea 0x1a479(%rip),%rdi # ffffffff800267e0 -ffffffff8000c367: 48 8d 15 b2 f1 01 00 lea 0x1f1b2(%rip),%rdx # ffffffff8002b520 -ffffffff8000c36e: be 1e 00 00 00 mov $0x1e,%esi -ffffffff8000c373: e8 a8 59 01 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff8000c378: 0f 0b ud2 -ffffffff8000c37a: 48 c7 03 08 00 00 00 movq $0x8,(%rbx) -ffffffff8000c381: 48 c7 43 08 00 00 00 movq $0x0,0x8(%rbx) -ffffffff8000c388: 00 -ffffffff8000c389: 48 c7 43 10 00 00 00 movq $0x0,0x10(%rbx) -ffffffff8000c390: 00 -ffffffff8000c391: e9 5d 01 00 00 jmp ffffffff8000c4f3 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h890e43e9446772fcE+0x1e3> -ffffffff8000c396: 48 8d 9d 10 ff ff ff lea -0xf0(%rbp),%rbx -ffffffff8000c39d: 48 89 df mov %rbx,%rdi -ffffffff8000c3a0: ff 15 3a ef 01 00 call *0x1ef3a(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000c3a6: 48 c7 05 37 ef 01 00 movq $0x1,0x1ef37(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000c3ad: 01 00 00 00 -ffffffff8000c3b1: 48 8d 3d 38 ef 01 00 lea 0x1ef38(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000c3b8: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000c3bd: 48 89 de mov %rbx,%rsi -ffffffff8000c3c0: e8 bb 62 01 00 call ffffffff80022680 -ffffffff8000c3c5: c6 05 cc ef 01 00 01 movb $0x1,0x1efcc(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000c3cc: 48 8d 3d 1d ef 01 00 lea 0x1ef1d(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000c3d3: be 08 00 00 00 mov $0x8,%esi -ffffffff8000c3d8: ba 40 00 00 00 mov $0x40,%edx -ffffffff8000c3dd: e8 6e 7c 00 00 call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff8000c3e2: 48 85 c0 test %rax,%rax -ffffffff8000c3e5: 0f 84 1d 01 00 00 je ffffffff8000c508 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h890e43e9446772fcE+0x1f8> -ffffffff8000c3eb: 49 89 c6 mov %rax,%r14 -ffffffff8000c3ee: 4c 89 20 mov %r12,(%rax) -ffffffff8000c3f1: 4c 89 68 08 mov %r13,0x8(%rax) -ffffffff8000c3f5: 48 89 45 c0 mov %rax,-0x40(%rbp) -ffffffff8000c3f9: 48 c7 45 c8 04 00 00 movq $0x4,-0x38(%rbp) -ffffffff8000c400: 00 -ffffffff8000c401: 48 c7 45 d0 01 00 00 movq $0x1,-0x30(%rbp) -ffffffff8000c408: 00 -ffffffff8000c409: 49 8b 47 38 mov 0x38(%r15),%rax -ffffffff8000c40d: 48 89 85 48 ff ff ff mov %rax,-0xb8(%rbp) -ffffffff8000c414: 49 8b 47 30 mov 0x30(%r15),%rax -ffffffff8000c418: 48 89 85 40 ff ff ff mov %rax,-0xc0(%rbp) -ffffffff8000c41f: 49 8b 47 28 mov 0x28(%r15),%rax -ffffffff8000c423: 48 89 85 38 ff ff ff mov %rax,-0xc8(%rbp) -ffffffff8000c42a: 49 8b 47 20 mov 0x20(%r15),%rax -ffffffff8000c42e: 48 89 85 30 ff ff ff mov %rax,-0xd0(%rbp) -ffffffff8000c435: 49 8b 47 18 mov 0x18(%r15),%rax -ffffffff8000c439: 48 89 85 28 ff ff ff mov %rax,-0xd8(%rbp) -ffffffff8000c440: 49 8b 47 10 mov 0x10(%r15),%rax -ffffffff8000c444: 48 89 85 20 ff ff ff mov %rax,-0xe0(%rbp) -ffffffff8000c44b: 49 8b 07 mov (%r15),%rax -ffffffff8000c44e: 49 8b 4f 08 mov 0x8(%r15),%rcx -ffffffff8000c452: 48 89 8d 18 ff ff ff mov %rcx,-0xe8(%rbp) -ffffffff8000c459: 48 89 85 10 ff ff ff mov %rax,-0xf0(%rbp) -ffffffff8000c460: 48 8d bd 10 ff ff ff lea -0xf0(%rbp),%rdi -ffffffff8000c467: e8 d4 fa ff ff call ffffffff8000bf40 <_ZN91_$LT$core..str..iter..SplitWhitespace$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h4a9a5f30134a27dbE.llvm.1704146717626992065> -ffffffff8000c46c: 48 85 c0 test %rax,%rax -ffffffff8000c46f: 74 67 je ffffffff8000c4d8 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h890e43e9446772fcE+0x1c8> -ffffffff8000c471: 49 89 c4 mov %rax,%r12 -ffffffff8000c474: 49 89 d5 mov %rdx,%r13 -ffffffff8000c477: 41 bf 01 00 00 00 mov $0x1,%r15d -ffffffff8000c47d: bb 18 00 00 00 mov $0x18,%ebx -ffffffff8000c482: eb 37 jmp ffffffff8000c4bb <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h890e43e9446772fcE+0x1ab> -ffffffff8000c484: 66 66 66 2e 0f 1f 84 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8000c48b: 00 00 00 00 00 -ffffffff8000c490: 4d 89 64 1e f8 mov %r12,-0x8(%r14,%rbx,1) -ffffffff8000c495: 4d 89 2c 1e mov %r13,(%r14,%rbx,1) -ffffffff8000c499: 49 ff c7 inc %r15 -ffffffff8000c49c: 4c 89 7d d0 mov %r15,-0x30(%rbp) -ffffffff8000c4a0: 48 8d bd 10 ff ff ff lea -0xf0(%rbp),%rdi -ffffffff8000c4a7: e8 94 fa ff ff call ffffffff8000bf40 <_ZN91_$LT$core..str..iter..SplitWhitespace$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h4a9a5f30134a27dbE.llvm.1704146717626992065> -ffffffff8000c4ac: 49 89 c4 mov %rax,%r12 -ffffffff8000c4af: 49 89 d5 mov %rdx,%r13 -ffffffff8000c4b2: 48 83 c3 10 add $0x10,%rbx -ffffffff8000c4b6: 48 85 c0 test %rax,%rax -ffffffff8000c4b9: 74 1d je ffffffff8000c4d8 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h890e43e9446772fcE+0x1c8> -ffffffff8000c4bb: 4c 3b 7d c8 cmp -0x38(%rbp),%r15 -ffffffff8000c4bf: 75 cf jne ffffffff8000c490 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h890e43e9446772fcE+0x180> -ffffffff8000c4c1: ba 01 00 00 00 mov $0x1,%edx -ffffffff8000c4c6: 48 8d 7d c0 lea -0x40(%rbp),%rdi -ffffffff8000c4ca: 4c 89 fe mov %r15,%rsi -ffffffff8000c4cd: e8 de 43 00 00 call ffffffff800108b0 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$7reserve21do_reserve_and_handle17h718baa18a3fcf488E> -ffffffff8000c4d2: 4c 8b 75 c0 mov -0x40(%rbp),%r14 -ffffffff8000c4d6: eb b8 jmp ffffffff8000c490 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h890e43e9446772fcE+0x180> -ffffffff8000c4d8: 48 8b 45 d0 mov -0x30(%rbp),%rax -ffffffff8000c4dc: 48 8b 5d b8 mov -0x48(%rbp),%rbx -ffffffff8000c4e0: 48 89 43 10 mov %rax,0x10(%rbx) -ffffffff8000c4e4: 48 8b 45 c0 mov -0x40(%rbp),%rax -ffffffff8000c4e8: 48 8b 4d c8 mov -0x38(%rbp),%rcx -ffffffff8000c4ec: 48 89 4b 08 mov %rcx,0x8(%rbx) -ffffffff8000c4f0: 48 89 03 mov %rax,(%rbx) -ffffffff8000c4f3: 48 89 d8 mov %rbx,%rax -ffffffff8000c4f6: 48 81 c4 c8 00 00 00 add $0xc8,%rsp -ffffffff8000c4fd: 5b pop %rbx -ffffffff8000c4fe: 41 5c pop %r12 -ffffffff8000c500: 41 5d pop %r13 -ffffffff8000c502: 41 5e pop %r14 -ffffffff8000c504: 41 5f pop %r15 -ffffffff8000c506: 5d pop %rbp -ffffffff8000c507: c3 ret -ffffffff8000c508: bf 08 00 00 00 mov $0x8,%edi -ffffffff8000c50d: be 40 00 00 00 mov $0x40,%esi -ffffffff8000c512: e8 a9 0d 01 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff8000c517: 0f 0b ud2 -ffffffff8000c519: 0f 1f 80 00 00 00 00 nopl 0x0(%rax) - -ffffffff8000c520 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE>: -ffffffff8000c520: 55 push %rbp -ffffffff8000c521: 48 89 e5 mov %rsp,%rbp -ffffffff8000c524: 41 57 push %r15 -ffffffff8000c526: 41 56 push %r14 -ffffffff8000c528: 41 55 push %r13 -ffffffff8000c52a: 41 54 push %r12 -ffffffff8000c52c: 53 push %rbx -ffffffff8000c52d: 48 81 ec 08 01 00 00 sub $0x108,%rsp -ffffffff8000c534: 48 89 f3 mov %rsi,%rbx -ffffffff8000c537: 49 89 fd mov %rdi,%r13 -ffffffff8000c53a: 4c 8d 76 10 lea 0x10(%rsi),%r14 -ffffffff8000c53e: 4c 8d bd d0 fe ff ff lea -0x130(%rbp),%r15 -ffffffff8000c545: eb 2f jmp ffffffff8000c576 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x56> -ffffffff8000c547: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1) -ffffffff8000c54e: 00 00 -ffffffff8000c550: 48 8b b5 d8 fe ff ff mov -0x128(%rbp),%rsi -ffffffff8000c557: 48 8b 85 e0 fe ff ff mov -0x120(%rbp),%rax -ffffffff8000c55e: 48 8b 0b mov (%rbx),%rcx -ffffffff8000c561: 49 01 cc add %rcx,%r12 -ffffffff8000c564: 48 29 ce sub %rcx,%rsi -ffffffff8000c567: 48 89 03 mov %rax,(%rbx) -ffffffff8000c56a: 4c 89 e7 mov %r12,%rdi -ffffffff8000c56d: e8 be 10 01 00 call ffffffff8001d630 <_ZN4core3num59_$LT$impl$u20$core..str..traits..FromStr$u20$for$u20$u8$GT$8from_str17hdb652382183bf54aE> -ffffffff8000c572: a8 01 test $0x1,%al -ffffffff8000c574: 74 50 je ffffffff8000c5c6 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0xa6> -ffffffff8000c576: 80 7b 41 00 cmpb $0x0,0x41(%rbx) -ffffffff8000c57a: 0f 85 82 00 00 00 jne ffffffff8000c602 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0xe2> -ffffffff8000c580: 4d 8b 26 mov (%r14),%r12 -ffffffff8000c583: 4c 89 ff mov %r15,%rdi -ffffffff8000c586: 4c 89 f6 mov %r14,%rsi -ffffffff8000c589: e8 82 f2 ff ff call ffffffff8000b810 <_ZN81_$LT$core..str..pattern..CharSearcher$u20$as$u20$core..str..pattern..Searcher$GT$10next_match17hb652bdd3917d4aadE> -ffffffff8000c58e: 48 83 bd d0 fe ff ff cmpq $0x0,-0x130(%rbp) -ffffffff8000c595: 00 -ffffffff8000c596: 75 b8 jne ffffffff8000c550 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x30> -ffffffff8000c598: 80 7b 41 00 cmpb $0x0,0x41(%rbx) -ffffffff8000c59c: 75 64 jne ffffffff8000c602 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0xe2> -ffffffff8000c59e: c6 43 41 01 movb $0x1,0x41(%rbx) -ffffffff8000c5a2: 80 7b 40 00 cmpb $0x0,0x40(%rbx) -ffffffff8000c5a6: 4c 8b 23 mov (%rbx),%r12 -ffffffff8000c5a9: 48 8b 73 08 mov 0x8(%rbx),%rsi -ffffffff8000c5ad: 75 05 jne ffffffff8000c5b4 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x94> -ffffffff8000c5af: 4c 39 e6 cmp %r12,%rsi -ffffffff8000c5b2: 74 4e je ffffffff8000c602 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0xe2> -ffffffff8000c5b4: 4c 29 e6 sub %r12,%rsi -ffffffff8000c5b7: 4d 03 26 add (%r14),%r12 -ffffffff8000c5ba: 4c 89 e7 mov %r12,%rdi -ffffffff8000c5bd: e8 6e 10 01 00 call ffffffff8001d630 <_ZN4core3num59_$LT$impl$u20$core..str..traits..FromStr$u20$for$u20$u8$GT$8from_str17hdb652382183bf54aE> -ffffffff8000c5c2: a8 01 test $0x1,%al -ffffffff8000c5c4: 75 b0 jne ffffffff8000c576 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x56> -ffffffff8000c5c6: 41 89 d4 mov %edx,%r12d -ffffffff8000c5c9: 48 8d 05 46 06 02 00 lea 0x20646(%rip),%rax # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff8000c5d0: 0f b6 00 movzbl (%rax),%eax -ffffffff8000c5d3: 0f b6 05 be ed 01 00 movzbl 0x1edbe(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000c5da: 84 c0 test %al,%al -ffffffff8000c5dc: 74 41 je ffffffff8000c61f <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0xff> -ffffffff8000c5de: 48 83 3d 02 ed 01 00 cmpq $0x0,0x1ed02(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000c5e5: 00 -ffffffff8000c5e6: 75 6d jne ffffffff8000c655 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x135> -ffffffff8000c5e8: 48 8d 3d f1 a1 01 00 lea 0x1a1f1(%rip),%rdi # ffffffff800267e0 -ffffffff8000c5ef: 48 8d 15 2a ef 01 00 lea 0x1ef2a(%rip),%rdx # ffffffff8002b520 -ffffffff8000c5f6: be 1e 00 00 00 mov $0x1e,%esi -ffffffff8000c5fb: e8 20 57 01 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff8000c600: 0f 0b ud2 -ffffffff8000c602: 49 c7 45 00 01 00 00 movq $0x1,0x0(%r13) -ffffffff8000c609: 00 -ffffffff8000c60a: 49 c7 45 08 00 00 00 movq $0x0,0x8(%r13) -ffffffff8000c611: 00 -ffffffff8000c612: 49 c7 45 10 00 00 00 movq $0x0,0x10(%r13) -ffffffff8000c619: 00 -ffffffff8000c61a: e9 2a 04 00 00 jmp ffffffff8000ca49 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x529> -ffffffff8000c61f: 4c 8d b5 d0 fe ff ff lea -0x130(%rbp),%r14 -ffffffff8000c626: 4c 89 f7 mov %r14,%rdi -ffffffff8000c629: ff 15 b1 ec 01 00 call *0x1ecb1(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000c62f: 48 c7 05 ae ec 01 00 movq $0x1,0x1ecae(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000c636: 01 00 00 00 -ffffffff8000c63a: 48 8d 3d af ec 01 00 lea 0x1ecaf(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000c641: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000c646: 4c 89 f6 mov %r14,%rsi -ffffffff8000c649: e8 32 60 01 00 call ffffffff80022680 -ffffffff8000c64e: c6 05 43 ed 01 00 01 movb $0x1,0x1ed43(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000c655: 4c 89 ad 78 ff ff ff mov %r13,-0x88(%rbp) -ffffffff8000c65c: 48 8d 3d 8d ec 01 00 lea 0x1ec8d(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000c663: be 01 00 00 00 mov $0x1,%esi -ffffffff8000c668: ba 08 00 00 00 mov $0x8,%edx -ffffffff8000c66d: e8 de 79 00 00 call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff8000c672: 48 85 c0 test %rax,%rax -ffffffff8000c675: 0f 84 20 05 00 00 je ffffffff8000cb9b <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x67b> -ffffffff8000c67b: 49 89 c0 mov %rax,%r8 -ffffffff8000c67e: 44 88 20 mov %r12b,(%rax) -ffffffff8000c681: 48 89 45 98 mov %rax,-0x68(%rbp) -ffffffff8000c685: 48 c7 45 a0 08 00 00 movq $0x8,-0x60(%rbp) -ffffffff8000c68c: 00 -ffffffff8000c68d: 48 c7 45 a8 01 00 00 movq $0x1,-0x58(%rbp) -ffffffff8000c694: 00 -ffffffff8000c695: 48 8d bd d0 fe ff ff lea -0x130(%rbp),%rdi -ffffffff8000c69c: b9 09 00 00 00 mov $0x9,%ecx -ffffffff8000c6a1: 48 89 de mov %rbx,%rsi -ffffffff8000c6a4: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff8000c6a7: 48 8b 85 d8 fe ff ff mov -0x128(%rbp),%rax -ffffffff8000c6ae: 48 89 45 b8 mov %rax,-0x48(%rbp) -ffffffff8000c6b2: 48 8b 85 e0 fe ff ff mov -0x120(%rbp),%rax -ffffffff8000c6b9: 48 89 45 c0 mov %rax,-0x40(%rbp) -ffffffff8000c6bd: 48 8b 85 e8 fe ff ff mov -0x118(%rbp),%rax -ffffffff8000c6c4: 4c 8b b5 f8 fe ff ff mov -0x108(%rbp),%r14 -ffffffff8000c6cb: 0f b6 8d 10 ff ff ff movzbl -0xf0(%rbp),%ecx -ffffffff8000c6d2: 88 4d d7 mov %cl,-0x29(%rbp) -ffffffff8000c6d5: 48 89 45 90 mov %rax,-0x70(%rbp) -ffffffff8000c6d9: 49 39 c6 cmp %rax,%r14 -ffffffff8000c6dc: 76 52 jbe ffffffff8000c730 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x210> -ffffffff8000c6de: 80 bd 11 ff ff ff 00 cmpb $0x0,-0xef(%rbp) -ffffffff8000c6e5: 0f 85 3f 03 00 00 jne ffffffff8000ca2a <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x50a> -ffffffff8000c6eb: 4c 89 c3 mov %r8,%rbx -ffffffff8000c6ee: 48 8b 85 d0 fe ff ff mov -0x130(%rbp),%rax -ffffffff8000c6f5: 80 7d d7 00 cmpb $0x0,-0x29(%rbp) -ffffffff8000c6f9: 75 0a jne ffffffff8000c705 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x1e5> -ffffffff8000c6fb: 48 39 45 b8 cmp %rax,-0x48(%rbp) -ffffffff8000c6ff: 0f 84 25 03 00 00 je ffffffff8000ca2a <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x50a> -ffffffff8000c705: 48 8b 7d c0 mov -0x40(%rbp),%rdi -ffffffff8000c709: 48 01 c7 add %rax,%rdi -ffffffff8000c70c: 48 8b 75 b8 mov -0x48(%rbp),%rsi -ffffffff8000c710: 48 29 c6 sub %rax,%rsi -ffffffff8000c713: e8 18 0f 01 00 call ffffffff8001d630 <_ZN4core3num59_$LT$impl$u20$core..str..traits..FromStr$u20$for$u20$u8$GT$8from_str17hdb652382183bf54aE> -ffffffff8000c718: a8 01 test $0x1,%al -ffffffff8000c71a: 0f 85 0a 03 00 00 jne ffffffff8000ca2a <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x50a> -ffffffff8000c720: 88 53 01 mov %dl,0x1(%rbx) -ffffffff8000c723: 48 c7 45 a8 02 00 00 movq $0x2,-0x58(%rbp) -ffffffff8000c72a: 00 -ffffffff8000c72b: e9 fa 02 00 00 jmp ffffffff8000ca2a <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x50a> -ffffffff8000c730: 4c 8b bd 00 ff ff ff mov -0x100(%rbp),%r15 -ffffffff8000c737: 49 83 ff 04 cmp $0x4,%r15 -ffffffff8000c73b: 0f 86 f5 00 00 00 jbe ffffffff8000c836 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x316> -ffffffff8000c741: 80 7d d7 00 cmpb $0x0,-0x29(%rbp) -ffffffff8000c745: 0f 94 c0 sete %al -ffffffff8000c748: 48 8b 9d d0 fe ff ff mov -0x130(%rbp),%rbx -ffffffff8000c74f: 4c 8b a5 f0 fe ff ff mov -0x110(%rbp),%r12 -ffffffff8000c756: 48 29 5d b8 sub %rbx,-0x48(%rbp) -ffffffff8000c75a: 0f 94 c2 sete %dl -ffffffff8000c75d: 0f b6 8d 11 ff ff ff movzbl -0xef(%rbp),%ecx -ffffffff8000c764: 84 d0 test %dl,%al -ffffffff8000c766: 0f 84 a9 02 00 00 je ffffffff8000ca15 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x4f5> -ffffffff8000c76c: 84 c9 test %cl,%cl -ffffffff8000c76e: 0f 85 b6 02 00 00 jne ffffffff8000ca2a <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x50a> -ffffffff8000c774: 66 66 66 2e 0f 1f 84 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8000c77b: 00 00 00 00 00 -ffffffff8000c780: 4d 39 f4 cmp %r14,%r12 -ffffffff8000c783: 0f 87 a1 02 00 00 ja ffffffff8000ca2a <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x50a> -ffffffff8000c789: 4c 89 f0 mov %r14,%rax -ffffffff8000c78c: 4c 29 e0 sub %r12,%rax -ffffffff8000c78f: 48 8b 4d c0 mov -0x40(%rbp),%rcx -ffffffff8000c793: 4a 8d 34 21 lea (%rcx,%r12,1),%rsi -ffffffff8000c797: 42 0f b6 8c 3d 07 ff movzbl -0xf9(%rbp,%r15,1),%ecx -ffffffff8000c79e: ff ff -ffffffff8000c7a0: 48 83 f8 10 cmp $0x10,%rax -ffffffff8000c7a4: 73 27 jae ffffffff8000c7cd <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x2ad> -ffffffff8000c7a6: 31 d2 xor %edx,%edx -ffffffff8000c7a8: 48 85 c0 test %rax,%rax -ffffffff8000c7ab: 74 13 je ffffffff8000c7c0 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x2a0> -ffffffff8000c7ad: 0f 1f 00 nopl (%rax) -ffffffff8000c7b0: 38 0c 16 cmp %cl,(%rsi,%rdx,1) -ffffffff8000c7b3: 74 2e je ffffffff8000c7e3 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x2c3> -ffffffff8000c7b5: 48 ff c2 inc %rdx -ffffffff8000c7b8: 48 39 d0 cmp %rdx,%rax -ffffffff8000c7bb: 75 f3 jne ffffffff8000c7b0 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x290> -ffffffff8000c7bd: 48 89 c2 mov %rax,%rdx -ffffffff8000c7c0: 31 c0 xor %eax,%eax -ffffffff8000c7c2: 48 83 f8 01 cmp $0x1,%rax -ffffffff8000c7c6: 74 38 je ffffffff8000c800 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x2e0> -ffffffff8000c7c8: e9 5d 02 00 00 jmp ffffffff8000ca2a <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x50a> -ffffffff8000c7cd: 0f b6 f9 movzbl %cl,%edi -ffffffff8000c7d0: 48 89 c2 mov %rax,%rdx -ffffffff8000c7d3: e8 e8 33 01 00 call ffffffff8001fbc0 <_ZN4core5slice6memchr14memchr_aligned17h6dc6b58677b23db7E> -ffffffff8000c7d8: 48 83 f8 01 cmp $0x1,%rax -ffffffff8000c7dc: 74 22 je ffffffff8000c800 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x2e0> -ffffffff8000c7de: e9 47 02 00 00 jmp ffffffff8000ca2a <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x50a> -ffffffff8000c7e3: b8 01 00 00 00 mov $0x1,%eax -ffffffff8000c7e8: 48 83 f8 01 cmp $0x1,%rax -ffffffff8000c7ec: 0f 85 38 02 00 00 jne ffffffff8000ca2a <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x50a> -ffffffff8000c7f2: 66 66 66 66 66 2e 0f data16 data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8000c7f9: 1f 84 00 00 00 00 00 -ffffffff8000c800: 49 01 d4 add %rdx,%r12 -ffffffff8000c803: 49 ff c4 inc %r12 -ffffffff8000c806: 4c 89 a5 f0 fe ff ff mov %r12,-0x110(%rbp) -ffffffff8000c80d: 4d 39 fc cmp %r15,%r12 -ffffffff8000c810: 0f 82 6a ff ff ff jb ffffffff8000c780 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x260> -ffffffff8000c816: 4c 3b 65 90 cmp -0x70(%rbp),%r12 -ffffffff8000c81a: 0f 87 60 ff ff ff ja ffffffff8000c780 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x260> -ffffffff8000c820: 48 8d 15 f9 df 01 00 lea 0x1dff9(%rip),%rdx # ffffffff8002a820 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xfa8> -ffffffff8000c827: be 04 00 00 00 mov $0x4,%esi -ffffffff8000c82c: 4c 89 ff mov %r15,%rdi -ffffffff8000c82f: e8 ac 52 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff8000c834: 0f 0b ud2 -ffffffff8000c836: 4c 89 45 b0 mov %r8,-0x50(%rbp) -ffffffff8000c83a: 0f b6 95 11 ff ff ff movzbl -0xef(%rbp),%edx -ffffffff8000c841: 48 8b 8d d0 fe ff ff mov -0x130(%rbp),%rcx -ffffffff8000c848: 48 8b 9d f0 fe ff ff mov -0x110(%rbp),%rbx -ffffffff8000c84f: b8 01 00 00 00 mov $0x1,%eax -ffffffff8000c854: 48 89 45 88 mov %rax,-0x78(%rbp) -ffffffff8000c858: 48 89 4d 80 mov %rcx,-0x80(%rbp) -ffffffff8000c85c: 48 89 4d c8 mov %rcx,-0x38(%rbp) -ffffffff8000c860: 88 55 d6 mov %dl,-0x2a(%rbp) -ffffffff8000c863: 41 89 d5 mov %edx,%r13d -ffffffff8000c866: 45 84 ed test %r13b,%r13b -ffffffff8000c869: 74 3a je ffffffff8000c8a5 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x385> -ffffffff8000c86b: e9 ba 01 00 00 jmp ffffffff8000ca2a <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x50a> -ffffffff8000c870: 4c 8b 65 c8 mov -0x38(%rbp),%r12 -ffffffff8000c874: b2 01 mov $0x1,%dl -ffffffff8000c876: 4c 8b 6d b8 mov -0x48(%rbp),%r13 -ffffffff8000c87a: 48 8b 7d c8 mov -0x38(%rbp),%rdi -ffffffff8000c87e: 49 29 fd sub %rdi,%r13 -ffffffff8000c881: 48 03 7d c0 add -0x40(%rbp),%rdi -ffffffff8000c885: 4c 89 ee mov %r13,%rsi -ffffffff8000c888: 41 89 d5 mov %edx,%r13d -ffffffff8000c88b: e8 a0 0d 01 00 call ffffffff8001d630 <_ZN4core3num59_$LT$impl$u20$core..str..traits..FromStr$u20$for$u20$u8$GT$8from_str17hdb652382183bf54aE> -ffffffff8000c890: 4c 89 65 c8 mov %r12,-0x38(%rbp) -ffffffff8000c894: a8 01 test $0x1,%al -ffffffff8000c896: 0f 84 21 01 00 00 je ffffffff8000c9bd <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x49d> -ffffffff8000c89c: 45 84 ed test %r13b,%r13b -ffffffff8000c89f: 0f 85 85 01 00 00 jne ffffffff8000ca2a <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x50a> -ffffffff8000c8a5: 4c 39 f3 cmp %r14,%rbx -ffffffff8000c8a8: 0f 87 df 00 00 00 ja ffffffff8000c98d <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x46d> -ffffffff8000c8ae: 4c 8d a5 08 ff ff ff lea -0xf8(%rbp),%r12 -ffffffff8000c8b5: eb 12 jmp ffffffff8000c8c9 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x3a9> -ffffffff8000c8b7: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1) -ffffffff8000c8be: 00 00 -ffffffff8000c8c0: 4c 39 f3 cmp %r14,%rbx -ffffffff8000c8c3: 0f 87 c4 00 00 00 ja ffffffff8000c98d <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x46d> -ffffffff8000c8c9: 4c 89 f0 mov %r14,%rax -ffffffff8000c8cc: 48 29 d8 sub %rbx,%rax -ffffffff8000c8cf: 48 8b 4d c0 mov -0x40(%rbp),%rcx -ffffffff8000c8d3: 48 8d 34 19 lea (%rcx,%rbx,1),%rsi -ffffffff8000c8d7: 42 0f b6 8c 3d 07 ff movzbl -0xf9(%rbp,%r15,1),%ecx -ffffffff8000c8de: ff ff -ffffffff8000c8e0: 48 83 f8 10 cmp $0x10,%rax -ffffffff8000c8e4: 73 2a jae ffffffff8000c910 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x3f0> -ffffffff8000c8e6: 31 d2 xor %edx,%edx -ffffffff8000c8e8: 48 85 c0 test %rax,%rax -ffffffff8000c8eb: 74 13 je ffffffff8000c900 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x3e0> -ffffffff8000c8ed: 0f 1f 00 nopl (%rax) -ffffffff8000c8f0: 38 0c 16 cmp %cl,(%rsi,%rdx,1) -ffffffff8000c8f3: 74 2e je ffffffff8000c923 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x403> -ffffffff8000c8f5: 48 ff c2 inc %rdx -ffffffff8000c8f8: 48 39 d0 cmp %rdx,%rax -ffffffff8000c8fb: 75 f3 jne ffffffff8000c8f0 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x3d0> -ffffffff8000c8fd: 48 89 c2 mov %rax,%rdx -ffffffff8000c900: 31 c0 xor %eax,%eax -ffffffff8000c902: 48 83 f8 01 cmp $0x1,%rax -ffffffff8000c906: 74 28 je ffffffff8000c930 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x410> -ffffffff8000c908: eb 79 jmp ffffffff8000c983 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x463> -ffffffff8000c90a: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1) -ffffffff8000c910: 0f b6 f9 movzbl %cl,%edi -ffffffff8000c913: 48 89 c2 mov %rax,%rdx -ffffffff8000c916: e8 a5 32 01 00 call ffffffff8001fbc0 <_ZN4core5slice6memchr14memchr_aligned17h6dc6b58677b23db7E> -ffffffff8000c91b: 48 83 f8 01 cmp $0x1,%rax -ffffffff8000c91f: 74 0f je ffffffff8000c930 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x410> -ffffffff8000c921: eb 60 jmp ffffffff8000c983 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x463> -ffffffff8000c923: b8 01 00 00 00 mov $0x1,%eax -ffffffff8000c928: 48 83 f8 01 cmp $0x1,%rax -ffffffff8000c92c: 75 55 jne ffffffff8000c983 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x463> -ffffffff8000c92e: 66 90 xchg %ax,%ax -ffffffff8000c930: 48 01 d3 add %rdx,%rbx -ffffffff8000c933: 48 ff c3 inc %rbx -ffffffff8000c936: 48 89 9d f0 fe ff ff mov %rbx,-0x110(%rbp) -ffffffff8000c93d: 49 89 dd mov %rbx,%r13 -ffffffff8000c940: 4d 29 fd sub %r15,%r13 -ffffffff8000c943: 0f 82 77 ff ff ff jb ffffffff8000c8c0 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x3a0> -ffffffff8000c949: 48 3b 5d 90 cmp -0x70(%rbp),%rbx -ffffffff8000c94d: 0f 87 6d ff ff ff ja ffffffff8000c8c0 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x3a0> -ffffffff8000c953: 48 8b 45 c0 mov -0x40(%rbp),%rax -ffffffff8000c957: 4a 8d 3c 28 lea (%rax,%r13,1),%rdi -ffffffff8000c95b: 4c 89 e6 mov %r12,%rsi -ffffffff8000c95e: 4c 89 fa mov %r15,%rdx -ffffffff8000c961: e8 3a 5d 01 00 call ffffffff800226a0 -ffffffff8000c966: 85 c0 test %eax,%eax -ffffffff8000c968: 0f 85 52 ff ff ff jne ffffffff8000c8c0 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x3a0> -ffffffff8000c96e: 48 89 9d d0 fe ff ff mov %rbx,-0x130(%rbp) -ffffffff8000c975: 31 d2 xor %edx,%edx -ffffffff8000c977: 48 89 5d 80 mov %rbx,-0x80(%rbp) -ffffffff8000c97b: 49 89 dc mov %rbx,%r12 -ffffffff8000c97e: e9 f7 fe ff ff jmp ffffffff8000c87a <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x35a> -ffffffff8000c983: 4c 89 b5 f0 fe ff ff mov %r14,-0x110(%rbp) -ffffffff8000c98a: 4c 89 f3 mov %r14,%rbx -ffffffff8000c98d: c6 85 11 ff ff ff 01 movb $0x1,-0xef(%rbp) -ffffffff8000c994: c6 45 d6 01 movb $0x1,-0x2a(%rbp) -ffffffff8000c998: 80 7d d7 00 cmpb $0x0,-0x29(%rbp) -ffffffff8000c99c: 0f 85 ce fe ff ff jne ffffffff8000c870 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x350> -ffffffff8000c9a2: 48 8b 4d c8 mov -0x38(%rbp),%rcx -ffffffff8000c9a6: 49 89 cc mov %rcx,%r12 -ffffffff8000c9a9: b2 01 mov $0x1,%dl -ffffffff8000c9ab: 48 8b 45 b8 mov -0x48(%rbp),%rax -ffffffff8000c9af: 49 89 c5 mov %rax,%r13 -ffffffff8000c9b2: 48 39 c8 cmp %rcx,%rax -ffffffff8000c9b5: 0f 85 bf fe ff ff jne ffffffff8000c87a <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x35a> -ffffffff8000c9bb: eb 6d jmp ffffffff8000ca2a <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x50a> -ffffffff8000c9bd: 4c 8b 65 88 mov -0x78(%rbp),%r12 -ffffffff8000c9c1: 4c 3b 65 a0 cmp -0x60(%rbp),%r12 -ffffffff8000c9c5: 74 2d je ffffffff8000c9f4 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x4d4> -ffffffff8000c9c7: 48 8b 45 b0 mov -0x50(%rbp),%rax -ffffffff8000c9cb: 42 88 14 20 mov %dl,(%rax,%r12,1) -ffffffff8000c9cf: 49 ff c4 inc %r12 -ffffffff8000c9d2: 4c 89 65 88 mov %r12,-0x78(%rbp) -ffffffff8000c9d6: 4c 89 65 a8 mov %r12,-0x58(%rbp) -ffffffff8000c9da: 48 8b 45 80 mov -0x80(%rbp),%rax -ffffffff8000c9de: 48 89 45 c8 mov %rax,-0x38(%rbp) -ffffffff8000c9e2: 0f b6 45 d6 movzbl -0x2a(%rbp),%eax -ffffffff8000c9e6: 41 89 c5 mov %eax,%r13d -ffffffff8000c9e9: 45 84 ed test %r13b,%r13b -ffffffff8000c9ec: 0f 84 b3 fe ff ff je ffffffff8000c8a5 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x385> -ffffffff8000c9f2: eb 36 jmp ffffffff8000ca2a <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x50a> -ffffffff8000c9f4: 41 89 d5 mov %edx,%r13d -ffffffff8000c9f7: ba 01 00 00 00 mov $0x1,%edx -ffffffff8000c9fc: 48 8d 7d 98 lea -0x68(%rbp),%rdi -ffffffff8000ca00: 4c 89 e6 mov %r12,%rsi -ffffffff8000ca03: e8 68 3f 00 00 call ffffffff80010970 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$7reserve21do_reserve_and_handle17hc220879802511051E> -ffffffff8000ca08: 44 89 ea mov %r13d,%edx -ffffffff8000ca0b: 48 8b 45 98 mov -0x68(%rbp),%rax -ffffffff8000ca0f: 48 89 45 b0 mov %rax,-0x50(%rbp) -ffffffff8000ca13: eb b2 jmp ffffffff8000c9c7 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x4a7> -ffffffff8000ca15: 4c 89 45 b0 mov %r8,-0x50(%rbp) -ffffffff8000ca19: 48 03 5d c0 add -0x40(%rbp),%rbx -ffffffff8000ca1d: b8 01 00 00 00 mov $0x1,%eax -ffffffff8000ca22: 48 89 45 c8 mov %rax,-0x38(%rbp) -ffffffff8000ca26: 84 c9 test %cl,%cl -ffffffff8000ca28: 74 61 je ffffffff8000ca8b <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x56b> -ffffffff8000ca2a: 48 8b 45 a8 mov -0x58(%rbp),%rax -ffffffff8000ca2e: 4c 8b ad 78 ff ff ff mov -0x88(%rbp),%r13 -ffffffff8000ca35: 49 89 45 10 mov %rax,0x10(%r13) -ffffffff8000ca39: 48 8b 45 98 mov -0x68(%rbp),%rax -ffffffff8000ca3d: 48 8b 4d a0 mov -0x60(%rbp),%rcx -ffffffff8000ca41: 49 89 4d 08 mov %rcx,0x8(%r13) -ffffffff8000ca45: 49 89 45 00 mov %rax,0x0(%r13) -ffffffff8000ca49: 4c 89 e8 mov %r13,%rax -ffffffff8000ca4c: 48 81 c4 08 01 00 00 add $0x108,%rsp -ffffffff8000ca53: 5b pop %rbx -ffffffff8000ca54: 41 5c pop %r12 -ffffffff8000ca56: 41 5d pop %r13 -ffffffff8000ca58: 41 5e pop %r14 -ffffffff8000ca5a: 41 5f pop %r15 -ffffffff8000ca5c: 5d pop %rbp -ffffffff8000ca5d: c3 ret -ffffffff8000ca5e: 66 90 xchg %ax,%ax -ffffffff8000ca60: 4c 89 b5 f0 fe ff ff mov %r14,-0x110(%rbp) -ffffffff8000ca67: 4d 89 f4 mov %r14,%r12 -ffffffff8000ca6a: c6 85 11 ff ff ff 01 movb $0x1,-0xef(%rbp) -ffffffff8000ca71: 4c 89 ef mov %r13,%rdi -ffffffff8000ca74: 48 8b 75 b8 mov -0x48(%rbp),%rsi -ffffffff8000ca78: e8 b3 0b 01 00 call ffffffff8001d630 <_ZN4core3num59_$LT$impl$u20$core..str..traits..FromStr$u20$for$u20$u8$GT$8from_str17hdb652382183bf54aE> -ffffffff8000ca7d: b1 01 mov $0x1,%cl -ffffffff8000ca7f: a8 01 test $0x1,%al -ffffffff8000ca81: 0f 84 be 00 00 00 je ffffffff8000cb45 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x625> -ffffffff8000ca87: 84 c9 test %cl,%cl -ffffffff8000ca89: 75 9f jne ffffffff8000ca2a <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x50a> -ffffffff8000ca8b: 4d 39 f4 cmp %r14,%r12 -ffffffff8000ca8e: 49 89 dd mov %rbx,%r13 -ffffffff8000ca91: 76 12 jbe ffffffff8000caa5 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x585> -ffffffff8000ca93: eb d5 jmp ffffffff8000ca6a <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x54a> -ffffffff8000ca95: 66 66 2e 0f 1f 84 00 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8000ca9c: 00 00 00 00 -ffffffff8000caa0: 4d 39 f4 cmp %r14,%r12 -ffffffff8000caa3: 77 c5 ja ffffffff8000ca6a <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x54a> -ffffffff8000caa5: 4c 89 f0 mov %r14,%rax -ffffffff8000caa8: 4c 29 e0 sub %r12,%rax -ffffffff8000caab: 48 8b 4d c0 mov -0x40(%rbp),%rcx -ffffffff8000caaf: 4a 8d 34 21 lea (%rcx,%r12,1),%rsi -ffffffff8000cab3: 42 0f b6 8c 3d 07 ff movzbl -0xf9(%rbp,%r15,1),%ecx -ffffffff8000caba: ff ff -ffffffff8000cabc: 48 83 f8 10 cmp $0x10,%rax -ffffffff8000cac0: 73 2e jae ffffffff8000caf0 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x5d0> -ffffffff8000cac2: 31 d2 xor %edx,%edx -ffffffff8000cac4: 48 85 c0 test %rax,%rax -ffffffff8000cac7: 74 17 je ffffffff8000cae0 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x5c0> -ffffffff8000cac9: 0f 1f 80 00 00 00 00 nopl 0x0(%rax) -ffffffff8000cad0: 38 0c 16 cmp %cl,(%rsi,%rdx,1) -ffffffff8000cad3: 74 31 je ffffffff8000cb06 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x5e6> -ffffffff8000cad5: 48 ff c2 inc %rdx -ffffffff8000cad8: 48 39 d0 cmp %rdx,%rax -ffffffff8000cadb: 75 f3 jne ffffffff8000cad0 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x5b0> -ffffffff8000cadd: 48 89 c2 mov %rax,%rdx -ffffffff8000cae0: 31 c0 xor %eax,%eax -ffffffff8000cae2: 48 83 f8 01 cmp $0x1,%rax -ffffffff8000cae6: 74 38 je ffffffff8000cb20 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x600> -ffffffff8000cae8: e9 73 ff ff ff jmp ffffffff8000ca60 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x540> -ffffffff8000caed: 0f 1f 00 nopl (%rax) -ffffffff8000caf0: 0f b6 f9 movzbl %cl,%edi -ffffffff8000caf3: 48 89 c2 mov %rax,%rdx -ffffffff8000caf6: e8 c5 30 01 00 call ffffffff8001fbc0 <_ZN4core5slice6memchr14memchr_aligned17h6dc6b58677b23db7E> -ffffffff8000cafb: 48 83 f8 01 cmp $0x1,%rax -ffffffff8000caff: 74 1f je ffffffff8000cb20 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x600> -ffffffff8000cb01: e9 5a ff ff ff jmp ffffffff8000ca60 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x540> -ffffffff8000cb06: b8 01 00 00 00 mov $0x1,%eax -ffffffff8000cb0b: 48 83 f8 01 cmp $0x1,%rax -ffffffff8000cb0f: 0f 85 4b ff ff ff jne ffffffff8000ca60 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x540> -ffffffff8000cb15: 66 66 2e 0f 1f 84 00 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8000cb1c: 00 00 00 00 -ffffffff8000cb20: 49 01 d4 add %rdx,%r12 -ffffffff8000cb23: 49 ff c4 inc %r12 -ffffffff8000cb26: 4c 89 a5 f0 fe ff ff mov %r12,-0x110(%rbp) -ffffffff8000cb2d: 4d 39 fc cmp %r15,%r12 -ffffffff8000cb30: 0f 82 6a ff ff ff jb ffffffff8000caa0 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x580> -ffffffff8000cb36: 4c 3b 65 90 cmp -0x70(%rbp),%r12 -ffffffff8000cb3a: 0f 87 60 ff ff ff ja ffffffff8000caa0 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x580> -ffffffff8000cb40: e9 db fc ff ff jmp ffffffff8000c820 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x300> -ffffffff8000cb45: 41 89 d5 mov %edx,%r13d -ffffffff8000cb48: 4c 8b 65 c8 mov -0x38(%rbp),%r12 -ffffffff8000cb4c: 4c 3b 65 a0 cmp -0x60(%rbp),%r12 -ffffffff8000cb50: 74 2e je ffffffff8000cb80 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x660> -ffffffff8000cb52: 48 8b 45 b0 mov -0x50(%rbp),%rax -ffffffff8000cb56: 46 88 2c 20 mov %r13b,(%rax,%r12,1) -ffffffff8000cb5a: 49 ff c4 inc %r12 -ffffffff8000cb5d: 4c 89 65 c8 mov %r12,-0x38(%rbp) -ffffffff8000cb61: 4c 89 65 a8 mov %r12,-0x58(%rbp) -ffffffff8000cb65: 0f b6 8d 11 ff ff ff movzbl -0xef(%rbp),%ecx -ffffffff8000cb6c: 4c 8b a5 f0 fe ff ff mov -0x110(%rbp),%r12 -ffffffff8000cb73: 84 c9 test %cl,%cl -ffffffff8000cb75: 0f 84 10 ff ff ff je ffffffff8000ca8b <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x56b> -ffffffff8000cb7b: e9 aa fe ff ff jmp ffffffff8000ca2a <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x50a> -ffffffff8000cb80: ba 01 00 00 00 mov $0x1,%edx -ffffffff8000cb85: 48 8d 7d 98 lea -0x68(%rbp),%rdi -ffffffff8000cb89: 4c 89 e6 mov %r12,%rsi -ffffffff8000cb8c: e8 df 3d 00 00 call ffffffff80010970 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$7reserve21do_reserve_and_handle17hc220879802511051E> -ffffffff8000cb91: 48 8b 45 98 mov -0x68(%rbp),%rax -ffffffff8000cb95: 48 89 45 b0 mov %rax,-0x50(%rbp) -ffffffff8000cb99: eb b7 jmp ffffffff8000cb52 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h8ff2936cba6ccc7cE+0x632> -ffffffff8000cb9b: bf 01 00 00 00 mov $0x1,%edi -ffffffff8000cba0: be 08 00 00 00 mov $0x8,%esi -ffffffff8000cba5: e8 16 07 01 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff8000cbaa: 0f 0b ud2 -ffffffff8000cbac: 0f 1f 40 00 nopl 0x0(%rax) - -ffffffff8000cbb0 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h954885b16ee367e0E>: -ffffffff8000cbb0: 55 push %rbp -ffffffff8000cbb1: 48 89 e5 mov %rsp,%rbp -ffffffff8000cbb4: 41 57 push %r15 -ffffffff8000cbb6: 41 56 push %r14 -ffffffff8000cbb8: 41 55 push %r13 -ffffffff8000cbba: 41 54 push %r12 -ffffffff8000cbbc: 53 push %rbx -ffffffff8000cbbd: 48 81 ec e8 00 00 00 sub $0xe8,%rsp -ffffffff8000cbc4: 48 89 fb mov %rdi,%rbx -ffffffff8000cbc7: 80 7e 41 00 cmpb $0x0,0x41(%rsi) -ffffffff8000cbcb: 74 1c je ffffffff8000cbe9 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h954885b16ee367e0E+0x39> -ffffffff8000cbcd: 48 c7 03 08 00 00 00 movq $0x8,(%rbx) -ffffffff8000cbd4: 48 c7 43 08 00 00 00 movq $0x0,0x8(%rbx) -ffffffff8000cbdb: 00 -ffffffff8000cbdc: 48 c7 43 10 00 00 00 movq $0x0,0x10(%rbx) -ffffffff8000cbe3: 00 -ffffffff8000cbe4: e9 53 01 00 00 jmp ffffffff8000cd3c <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h954885b16ee367e0E+0x18c> -ffffffff8000cbe9: 49 89 f6 mov %rsi,%r14 -ffffffff8000cbec: 4c 8d 7e 10 lea 0x10(%rsi),%r15 -ffffffff8000cbf0: 4c 8b 66 10 mov 0x10(%rsi),%r12 -ffffffff8000cbf4: 48 8d bd f8 fe ff ff lea -0x108(%rbp),%rdi -ffffffff8000cbfb: 4c 89 fe mov %r15,%rsi -ffffffff8000cbfe: e8 0d ec ff ff call ffffffff8000b810 <_ZN81_$LT$core..str..pattern..CharSearcher$u20$as$u20$core..str..pattern..Searcher$GT$10next_match17hb652bdd3917d4aadE> -ffffffff8000cc03: 48 83 bd f8 fe ff ff cmpq $0x0,-0x108(%rbp) -ffffffff8000cc0a: 00 -ffffffff8000cc0b: 74 53 je ffffffff8000cc60 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h954885b16ee367e0E+0xb0> -ffffffff8000cc0d: 4c 8b ad 00 ff ff ff mov -0x100(%rbp),%r13 -ffffffff8000cc14: 48 8b 85 08 ff ff ff mov -0xf8(%rbp),%rax -ffffffff8000cc1b: 49 8b 0e mov (%r14),%rcx -ffffffff8000cc1e: 49 01 cc add %rcx,%r12 -ffffffff8000cc21: 49 29 cd sub %rcx,%r13 -ffffffff8000cc24: 49 89 06 mov %rax,(%r14) -ffffffff8000cc27: 48 8d 05 e8 ff 01 00 lea 0x1ffe8(%rip),%rax # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff8000cc2e: 0f b6 00 movzbl (%rax),%eax -ffffffff8000cc31: 0f b6 05 60 e7 01 00 movzbl 0x1e760(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000cc38: 84 c0 test %al,%al -ffffffff8000cc3a: 74 53 je ffffffff8000cc8f <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h954885b16ee367e0E+0xdf> -ffffffff8000cc3c: 48 83 3d a4 e6 01 00 cmpq $0x0,0x1e6a4(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000cc43: 00 -ffffffff8000cc44: 75 7f jne ffffffff8000ccc5 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h954885b16ee367e0E+0x115> -ffffffff8000cc46: 48 8d 3d 93 9b 01 00 lea 0x19b93(%rip),%rdi # ffffffff800267e0 -ffffffff8000cc4d: 48 8d 15 cc e8 01 00 lea 0x1e8cc(%rip),%rdx # ffffffff8002b520 -ffffffff8000cc54: be 1e 00 00 00 mov $0x1e,%esi -ffffffff8000cc59: e8 c2 50 01 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff8000cc5e: 0f 0b ud2 -ffffffff8000cc60: 41 80 7e 41 00 cmpb $0x0,0x41(%r14) -ffffffff8000cc65: 0f 85 62 ff ff ff jne ffffffff8000cbcd <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h954885b16ee367e0E+0x1d> -ffffffff8000cc6b: 41 c6 46 41 01 movb $0x1,0x41(%r14) -ffffffff8000cc70: 41 80 7e 40 00 cmpb $0x0,0x40(%r14) -ffffffff8000cc75: 4d 8b 26 mov (%r14),%r12 -ffffffff8000cc78: 4d 8b 6e 08 mov 0x8(%r14),%r13 -ffffffff8000cc7c: 75 09 jne ffffffff8000cc87 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h954885b16ee367e0E+0xd7> -ffffffff8000cc7e: 4d 39 e5 cmp %r12,%r13 -ffffffff8000cc81: 0f 84 46 ff ff ff je ffffffff8000cbcd <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h954885b16ee367e0E+0x1d> -ffffffff8000cc87: 4d 29 e5 sub %r12,%r13 -ffffffff8000cc8a: 4d 03 27 add (%r15),%r12 -ffffffff8000cc8d: eb 98 jmp ffffffff8000cc27 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h954885b16ee367e0E+0x77> -ffffffff8000cc8f: 4c 8d bd f8 fe ff ff lea -0x108(%rbp),%r15 -ffffffff8000cc96: 4c 89 ff mov %r15,%rdi -ffffffff8000cc99: ff 15 41 e6 01 00 call *0x1e641(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000cc9f: 48 c7 05 3e e6 01 00 movq $0x1,0x1e63e(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000cca6: 01 00 00 00 -ffffffff8000ccaa: 48 8d 3d 3f e6 01 00 lea 0x1e63f(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000ccb1: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000ccb6: 4c 89 fe mov %r15,%rsi -ffffffff8000ccb9: e8 c2 59 01 00 call ffffffff80022680 -ffffffff8000ccbe: c6 05 d3 e6 01 00 01 movb $0x1,0x1e6d3(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000ccc5: 48 89 5d b8 mov %rbx,-0x48(%rbp) -ffffffff8000ccc9: 48 8d 3d 20 e6 01 00 lea 0x1e620(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000ccd0: be 08 00 00 00 mov $0x8,%esi -ffffffff8000ccd5: ba 40 00 00 00 mov $0x40,%edx -ffffffff8000ccda: e8 71 73 00 00 call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff8000ccdf: 48 85 c0 test %rax,%rax -ffffffff8000cce2: 0f 84 33 01 00 00 je ffffffff8000ce1b <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h954885b16ee367e0E+0x26b> -ffffffff8000cce8: 49 89 c7 mov %rax,%r15 -ffffffff8000cceb: 4c 89 20 mov %r12,(%rax) -ffffffff8000ccee: 4c 89 68 08 mov %r13,0x8(%rax) -ffffffff8000ccf2: 48 89 45 c0 mov %rax,-0x40(%rbp) -ffffffff8000ccf6: 48 c7 45 c8 04 00 00 movq $0x4,-0x38(%rbp) -ffffffff8000ccfd: 00 -ffffffff8000ccfe: 48 c7 45 d0 01 00 00 movq $0x1,-0x30(%rbp) -ffffffff8000cd05: 00 -ffffffff8000cd06: 48 8d bd f8 fe ff ff lea -0x108(%rbp),%rdi -ffffffff8000cd0d: b9 09 00 00 00 mov $0x9,%ecx -ffffffff8000cd12: 4c 89 f6 mov %r14,%rsi -ffffffff8000cd15: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff8000cd18: 80 bd 39 ff ff ff 00 cmpb $0x0,-0xc7(%rbp) -ffffffff8000cd1f: 74 30 je ffffffff8000cd51 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h954885b16ee367e0E+0x1a1> -ffffffff8000cd21: 48 8b 45 d0 mov -0x30(%rbp),%rax -ffffffff8000cd25: 48 8b 5d b8 mov -0x48(%rbp),%rbx -ffffffff8000cd29: 48 89 43 10 mov %rax,0x10(%rbx) -ffffffff8000cd2d: 48 8b 45 c0 mov -0x40(%rbp),%rax -ffffffff8000cd31: 48 8b 4d c8 mov -0x38(%rbp),%rcx -ffffffff8000cd35: 48 89 4b 08 mov %rcx,0x8(%rbx) -ffffffff8000cd39: 48 89 03 mov %rax,(%rbx) -ffffffff8000cd3c: 48 89 d8 mov %rbx,%rax -ffffffff8000cd3f: 48 81 c4 e8 00 00 00 add $0xe8,%rsp -ffffffff8000cd46: 5b pop %rbx -ffffffff8000cd47: 41 5c pop %r12 -ffffffff8000cd49: 41 5d pop %r13 -ffffffff8000cd4b: 41 5e pop %r14 -ffffffff8000cd4d: 41 5f pop %r15 -ffffffff8000cd4f: 5d pop %rbp -ffffffff8000cd50: c3 ret -ffffffff8000cd51: 41 be 01 00 00 00 mov $0x1,%r14d -ffffffff8000cd57: 41 bc 18 00 00 00 mov $0x18,%r12d -ffffffff8000cd5d: eb 40 jmp ffffffff8000cd9f <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h954885b16ee367e0E+0x1ef> -ffffffff8000cd5f: 90 nop -ffffffff8000cd60: 48 8b 5d a8 mov -0x58(%rbp),%rbx -ffffffff8000cd64: 48 8b 45 b0 mov -0x50(%rbp),%rax -ffffffff8000cd68: 48 8b 8d f8 fe ff ff mov -0x108(%rbp),%rcx -ffffffff8000cd6f: 49 01 cd add %rcx,%r13 -ffffffff8000cd72: 48 29 cb sub %rcx,%rbx -ffffffff8000cd75: 48 89 85 f8 fe ff ff mov %rax,-0x108(%rbp) -ffffffff8000cd7c: 4c 3b 75 c8 cmp -0x38(%rbp),%r14 -ffffffff8000cd80: 74 7f je ffffffff8000ce01 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h954885b16ee367e0E+0x251> -ffffffff8000cd82: 4f 89 6c 27 f8 mov %r13,-0x8(%r15,%r12,1) -ffffffff8000cd87: 4b 89 1c 27 mov %rbx,(%r15,%r12,1) -ffffffff8000cd8b: 49 ff c6 inc %r14 -ffffffff8000cd8e: 4c 89 75 d0 mov %r14,-0x30(%rbp) -ffffffff8000cd92: 49 83 c4 10 add $0x10,%r12 -ffffffff8000cd96: 80 bd 39 ff ff ff 00 cmpb $0x0,-0xc7(%rbp) -ffffffff8000cd9d: 75 82 jne ffffffff8000cd21 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h954885b16ee367e0E+0x171> -ffffffff8000cd9f: 4c 8b ad 08 ff ff ff mov -0xf8(%rbp),%r13 -ffffffff8000cda6: 48 8d 7d a0 lea -0x60(%rbp),%rdi -ffffffff8000cdaa: 48 8d b5 08 ff ff ff lea -0xf8(%rbp),%rsi -ffffffff8000cdb1: e8 5a ea ff ff call ffffffff8000b810 <_ZN81_$LT$core..str..pattern..CharSearcher$u20$as$u20$core..str..pattern..Searcher$GT$10next_match17hb652bdd3917d4aadE> -ffffffff8000cdb6: 48 83 7d a0 00 cmpq $0x0,-0x60(%rbp) -ffffffff8000cdbb: 75 a3 jne ffffffff8000cd60 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h954885b16ee367e0E+0x1b0> -ffffffff8000cdbd: 80 bd 39 ff ff ff 00 cmpb $0x0,-0xc7(%rbp) -ffffffff8000cdc4: 0f 85 57 ff ff ff jne ffffffff8000cd21 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h954885b16ee367e0E+0x171> -ffffffff8000cdca: c6 85 39 ff ff ff 01 movb $0x1,-0xc7(%rbp) -ffffffff8000cdd1: 80 bd 38 ff ff ff 00 cmpb $0x0,-0xc8(%rbp) -ffffffff8000cdd8: 4c 8b ad f8 fe ff ff mov -0x108(%rbp),%r13 -ffffffff8000cddf: 48 8b 9d 00 ff ff ff mov -0x100(%rbp),%rbx -ffffffff8000cde6: 75 09 jne ffffffff8000cdf1 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h954885b16ee367e0E+0x241> -ffffffff8000cde8: 4c 39 eb cmp %r13,%rbx -ffffffff8000cdeb: 0f 84 30 ff ff ff je ffffffff8000cd21 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h954885b16ee367e0E+0x171> -ffffffff8000cdf1: 4c 29 eb sub %r13,%rbx -ffffffff8000cdf4: 4c 03 ad 08 ff ff ff add -0xf8(%rbp),%r13 -ffffffff8000cdfb: 4c 3b 75 c8 cmp -0x38(%rbp),%r14 -ffffffff8000cdff: 75 81 jne ffffffff8000cd82 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h954885b16ee367e0E+0x1d2> -ffffffff8000ce01: ba 01 00 00 00 mov $0x1,%edx -ffffffff8000ce06: 48 8d 7d c0 lea -0x40(%rbp),%rdi -ffffffff8000ce0a: 4c 89 f6 mov %r14,%rsi -ffffffff8000ce0d: e8 9e 3a 00 00 call ffffffff800108b0 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$7reserve21do_reserve_and_handle17h718baa18a3fcf488E> -ffffffff8000ce12: 4c 8b 7d c0 mov -0x40(%rbp),%r15 -ffffffff8000ce16: e9 67 ff ff ff jmp ffffffff8000cd82 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h954885b16ee367e0E+0x1d2> -ffffffff8000ce1b: bf 08 00 00 00 mov $0x8,%edi -ffffffff8000ce20: be 40 00 00 00 mov $0x40,%esi -ffffffff8000ce25: e8 96 04 01 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff8000ce2a: 0f 0b ud2 -ffffffff8000ce2c: 0f 1f 40 00 nopl 0x0(%rax) - -ffffffff8000ce30 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17ha30b065d81d32c4cE>: -ffffffff8000ce30: 55 push %rbp -ffffffff8000ce31: 48 89 e5 mov %rsp,%rbp -ffffffff8000ce34: 41 57 push %r15 -ffffffff8000ce36: 41 56 push %r14 -ffffffff8000ce38: 41 55 push %r13 -ffffffff8000ce3a: 41 54 push %r12 -ffffffff8000ce3c: 53 push %rbx -ffffffff8000ce3d: 48 81 ec e8 00 00 00 sub $0xe8,%rsp -ffffffff8000ce44: 48 89 fb mov %rdi,%rbx -ffffffff8000ce47: 48 8b 06 mov (%rsi),%rax -ffffffff8000ce4a: 48 85 c0 test %rax,%rax -ffffffff8000ce4d: 74 46 je ffffffff8000ce95 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17ha30b065d81d32c4cE+0x65> -ffffffff8000ce4f: 49 89 f6 mov %rsi,%r14 -ffffffff8000ce52: 48 83 f8 01 cmp $0x1,%rax -ffffffff8000ce56: 75 30 jne ffffffff8000ce88 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17ha30b065d81d32c4cE+0x58> -ffffffff8000ce58: 49 c7 06 00 00 00 00 movq $0x0,(%r14) -ffffffff8000ce5f: 41 80 7e 49 00 cmpb $0x0,0x49(%r14) -ffffffff8000ce64: 75 2f jne ffffffff8000ce95 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17ha30b065d81d32c4cE+0x65> -ffffffff8000ce66: 41 c6 46 49 01 movb $0x1,0x49(%r14) -ffffffff8000ce6b: 41 80 7e 48 00 cmpb $0x0,0x48(%r14) -ffffffff8000ce70: 4d 8b 66 08 mov 0x8(%r14),%r12 -ffffffff8000ce74: 4d 8b 6e 10 mov 0x10(%r14),%r13 -ffffffff8000ce78: 75 05 jne ffffffff8000ce7f <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17ha30b065d81d32c4cE+0x4f> -ffffffff8000ce7a: 4d 39 e5 cmp %r12,%r13 -ffffffff8000ce7d: 74 16 je ffffffff8000ce95 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17ha30b065d81d32c4cE+0x65> -ffffffff8000ce7f: 4d 29 e5 sub %r12,%r13 -ffffffff8000ce82: 4d 03 66 18 add 0x18(%r14),%r12 -ffffffff8000ce86: eb 7a jmp ffffffff8000cf02 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17ha30b065d81d32c4cE+0xd2> -ffffffff8000ce88: 48 ff c8 dec %rax -ffffffff8000ce8b: 49 89 06 mov %rax,(%r14) -ffffffff8000ce8e: 41 80 7e 49 00 cmpb $0x0,0x49(%r14) -ffffffff8000ce93: 74 2c je ffffffff8000cec1 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17ha30b065d81d32c4cE+0x91> -ffffffff8000ce95: 48 c7 03 08 00 00 00 movq $0x8,(%rbx) -ffffffff8000ce9c: 48 c7 43 08 00 00 00 movq $0x0,0x8(%rbx) -ffffffff8000cea3: 00 -ffffffff8000cea4: 48 c7 43 10 00 00 00 movq $0x0,0x10(%rbx) -ffffffff8000ceab: 00 -ffffffff8000ceac: 48 89 d8 mov %rbx,%rax -ffffffff8000ceaf: 48 81 c4 e8 00 00 00 add $0xe8,%rsp -ffffffff8000ceb6: 5b pop %rbx -ffffffff8000ceb7: 41 5c pop %r12 -ffffffff8000ceb9: 41 5d pop %r13 -ffffffff8000cebb: 41 5e pop %r14 -ffffffff8000cebd: 41 5f pop %r15 -ffffffff8000cebf: 5d pop %rbp -ffffffff8000cec0: c3 ret -ffffffff8000cec1: 4d 8d 7e 18 lea 0x18(%r14),%r15 -ffffffff8000cec5: 4d 8b 66 18 mov 0x18(%r14),%r12 -ffffffff8000cec9: 48 8d bd f8 fe ff ff lea -0x108(%rbp),%rdi -ffffffff8000ced0: 4c 89 fe mov %r15,%rsi -ffffffff8000ced3: e8 38 e9 ff ff call ffffffff8000b810 <_ZN81_$LT$core..str..pattern..CharSearcher$u20$as$u20$core..str..pattern..Searcher$GT$10next_match17hb652bdd3917d4aadE> -ffffffff8000ced8: 48 83 bd f8 fe ff ff cmpq $0x0,-0x108(%rbp) -ffffffff8000cedf: 00 -ffffffff8000cee0: 0f 84 19 02 00 00 je ffffffff8000d0ff <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17ha30b065d81d32c4cE+0x2cf> -ffffffff8000cee6: 4c 8b ad 00 ff ff ff mov -0x100(%rbp),%r13 -ffffffff8000ceed: 48 8b 85 08 ff ff ff mov -0xf8(%rbp),%rax -ffffffff8000cef4: 49 8b 4e 08 mov 0x8(%r14),%rcx -ffffffff8000cef8: 49 01 cc add %rcx,%r12 -ffffffff8000cefb: 49 29 cd sub %rcx,%r13 -ffffffff8000cefe: 49 89 46 08 mov %rax,0x8(%r14) -ffffffff8000cf02: 48 8d 05 0d fd 01 00 lea 0x1fd0d(%rip),%rax # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff8000cf09: 0f b6 00 movzbl (%rax),%eax -ffffffff8000cf0c: 0f b6 05 85 e4 01 00 movzbl 0x1e485(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000cf13: 84 c0 test %al,%al -ffffffff8000cf15: 74 24 je ffffffff8000cf3b <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17ha30b065d81d32c4cE+0x10b> -ffffffff8000cf17: 48 83 3d c9 e3 01 00 cmpq $0x0,0x1e3c9(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000cf1e: 00 -ffffffff8000cf1f: 75 50 jne ffffffff8000cf71 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17ha30b065d81d32c4cE+0x141> -ffffffff8000cf21: 48 8d 3d b8 98 01 00 lea 0x198b8(%rip),%rdi # ffffffff800267e0 -ffffffff8000cf28: 48 8d 15 f1 e5 01 00 lea 0x1e5f1(%rip),%rdx # ffffffff8002b520 -ffffffff8000cf2f: be 1e 00 00 00 mov $0x1e,%esi -ffffffff8000cf34: e8 e7 4d 01 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff8000cf39: 0f 0b ud2 -ffffffff8000cf3b: 4c 8d bd f8 fe ff ff lea -0x108(%rbp),%r15 -ffffffff8000cf42: 4c 89 ff mov %r15,%rdi -ffffffff8000cf45: ff 15 95 e3 01 00 call *0x1e395(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000cf4b: 48 c7 05 92 e3 01 00 movq $0x1,0x1e392(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000cf52: 01 00 00 00 -ffffffff8000cf56: 48 8d 3d 93 e3 01 00 lea 0x1e393(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000cf5d: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000cf62: 4c 89 fe mov %r15,%rsi -ffffffff8000cf65: e8 16 57 01 00 call ffffffff80022680 -ffffffff8000cf6a: c6 05 27 e4 01 00 01 movb $0x1,0x1e427(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000cf71: 48 89 5d b8 mov %rbx,-0x48(%rbp) -ffffffff8000cf75: 48 8d 3d 74 e3 01 00 lea 0x1e374(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000cf7c: be 08 00 00 00 mov $0x8,%esi -ffffffff8000cf81: ba 40 00 00 00 mov $0x40,%edx -ffffffff8000cf86: e8 c5 70 00 00 call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff8000cf8b: 48 85 c0 test %rax,%rax -ffffffff8000cf8e: 0f 84 9e 01 00 00 je ffffffff8000d132 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17ha30b065d81d32c4cE+0x302> -ffffffff8000cf94: 49 89 c7 mov %rax,%r15 -ffffffff8000cf97: 4c 89 20 mov %r12,(%rax) -ffffffff8000cf9a: 4c 89 68 08 mov %r13,0x8(%rax) -ffffffff8000cf9e: 48 89 45 c0 mov %rax,-0x40(%rbp) -ffffffff8000cfa2: 48 c7 45 c8 04 00 00 movq $0x4,-0x38(%rbp) -ffffffff8000cfa9: 00 -ffffffff8000cfaa: 48 c7 45 d0 01 00 00 movq $0x1,-0x30(%rbp) -ffffffff8000cfb1: 00 -ffffffff8000cfb2: 48 8d bd f8 fe ff ff lea -0x108(%rbp),%rdi -ffffffff8000cfb9: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff8000cfbe: 4c 89 f6 mov %r14,%rsi -ffffffff8000cfc1: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff8000cfc4: 41 be 01 00 00 00 mov $0x1,%r14d -ffffffff8000cfca: 41 bc 18 00 00 00 mov $0x18,%r12d -ffffffff8000cfd0: eb 36 jmp ffffffff8000d008 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17ha30b065d81d32c4cE+0x1d8> -ffffffff8000cfd2: 66 66 66 66 66 2e 0f data16 data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8000cfd9: 1f 84 00 00 00 00 00 -ffffffff8000cfe0: 4c 29 eb sub %r13,%rbx -ffffffff8000cfe3: 4c 03 ad 10 ff ff ff add -0xf0(%rbp),%r13 -ffffffff8000cfea: 4c 3b 75 c8 cmp -0x38(%rbp),%r14 -ffffffff8000cfee: 0f 84 89 00 00 00 je ffffffff8000d07d <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17ha30b065d81d32c4cE+0x24d> -ffffffff8000cff4: 4f 89 6c 27 f8 mov %r13,-0x8(%r15,%r12,1) -ffffffff8000cff9: 4b 89 1c 27 mov %rbx,(%r15,%r12,1) -ffffffff8000cffd: 49 ff c6 inc %r14 -ffffffff8000d000: 4c 89 75 d0 mov %r14,-0x30(%rbp) -ffffffff8000d004: 49 83 c4 10 add $0x10,%r12 -ffffffff8000d008: 48 8b 85 f8 fe ff ff mov -0x108(%rbp),%rax -ffffffff8000d00f: 48 83 f8 01 cmp $0x1,%rax -ffffffff8000d013: 0f 84 87 00 00 00 je ffffffff8000d0a0 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17ha30b065d81d32c4cE+0x270> -ffffffff8000d019: 48 85 c0 test %rax,%rax -ffffffff8000d01c: 0f 84 bd 00 00 00 je ffffffff8000d0df <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17ha30b065d81d32c4cE+0x2af> -ffffffff8000d022: 48 ff c8 dec %rax -ffffffff8000d025: 48 89 85 f8 fe ff ff mov %rax,-0x108(%rbp) -ffffffff8000d02c: 80 bd 41 ff ff ff 00 cmpb $0x0,-0xbf(%rbp) -ffffffff8000d033: 0f 85 a6 00 00 00 jne ffffffff8000d0df <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17ha30b065d81d32c4cE+0x2af> -ffffffff8000d039: 4c 8b ad 10 ff ff ff mov -0xf0(%rbp),%r13 -ffffffff8000d040: 48 8d 7d a0 lea -0x60(%rbp),%rdi -ffffffff8000d044: 48 8d b5 10 ff ff ff lea -0xf0(%rbp),%rsi -ffffffff8000d04b: e8 c0 e7 ff ff call ffffffff8000b810 <_ZN81_$LT$core..str..pattern..CharSearcher$u20$as$u20$core..str..pattern..Searcher$GT$10next_match17hb652bdd3917d4aadE> -ffffffff8000d050: 48 83 7d a0 00 cmpq $0x0,-0x60(%rbp) -ffffffff8000d055: 74 54 je ffffffff8000d0ab <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17ha30b065d81d32c4cE+0x27b> -ffffffff8000d057: 48 8b 5d a8 mov -0x58(%rbp),%rbx -ffffffff8000d05b: 48 8b 45 b0 mov -0x50(%rbp),%rax -ffffffff8000d05f: 48 8b 8d 00 ff ff ff mov -0x100(%rbp),%rcx -ffffffff8000d066: 49 01 cd add %rcx,%r13 -ffffffff8000d069: 48 29 cb sub %rcx,%rbx -ffffffff8000d06c: 48 89 85 00 ff ff ff mov %rax,-0x100(%rbp) -ffffffff8000d073: 4c 3b 75 c8 cmp -0x38(%rbp),%r14 -ffffffff8000d077: 0f 85 77 ff ff ff jne ffffffff8000cff4 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17ha30b065d81d32c4cE+0x1c4> -ffffffff8000d07d: ba 01 00 00 00 mov $0x1,%edx -ffffffff8000d082: 48 8d 7d c0 lea -0x40(%rbp),%rdi -ffffffff8000d086: 4c 89 f6 mov %r14,%rsi -ffffffff8000d089: e8 22 38 00 00 call ffffffff800108b0 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$7reserve21do_reserve_and_handle17h718baa18a3fcf488E> -ffffffff8000d08e: 4c 8b 7d c0 mov -0x40(%rbp),%r15 -ffffffff8000d092: e9 5d ff ff ff jmp ffffffff8000cff4 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17ha30b065d81d32c4cE+0x1c4> -ffffffff8000d097: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1) -ffffffff8000d09e: 00 00 -ffffffff8000d0a0: 48 c7 85 f8 fe ff ff movq $0x0,-0x108(%rbp) -ffffffff8000d0a7: 00 00 00 00 -ffffffff8000d0ab: 80 bd 41 ff ff ff 00 cmpb $0x0,-0xbf(%rbp) -ffffffff8000d0b2: 75 2b jne ffffffff8000d0df <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17ha30b065d81d32c4cE+0x2af> -ffffffff8000d0b4: c6 85 41 ff ff ff 01 movb $0x1,-0xbf(%rbp) -ffffffff8000d0bb: 80 bd 40 ff ff ff 00 cmpb $0x0,-0xc0(%rbp) -ffffffff8000d0c2: 4c 8b ad 00 ff ff ff mov -0x100(%rbp),%r13 -ffffffff8000d0c9: 48 8b 9d 08 ff ff ff mov -0xf8(%rbp),%rbx -ffffffff8000d0d0: 0f 85 0a ff ff ff jne ffffffff8000cfe0 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17ha30b065d81d32c4cE+0x1b0> -ffffffff8000d0d6: 4c 39 eb cmp %r13,%rbx -ffffffff8000d0d9: 0f 85 01 ff ff ff jne ffffffff8000cfe0 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17ha30b065d81d32c4cE+0x1b0> -ffffffff8000d0df: 48 8b 45 d0 mov -0x30(%rbp),%rax -ffffffff8000d0e3: 48 8b 5d b8 mov -0x48(%rbp),%rbx -ffffffff8000d0e7: 48 89 43 10 mov %rax,0x10(%rbx) -ffffffff8000d0eb: 48 8b 45 c0 mov -0x40(%rbp),%rax -ffffffff8000d0ef: 48 8b 4d c8 mov -0x38(%rbp),%rcx -ffffffff8000d0f3: 48 89 4b 08 mov %rcx,0x8(%rbx) -ffffffff8000d0f7: 48 89 03 mov %rax,(%rbx) -ffffffff8000d0fa: e9 ad fd ff ff jmp ffffffff8000ceac <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17ha30b065d81d32c4cE+0x7c> -ffffffff8000d0ff: 41 80 7e 49 00 cmpb $0x0,0x49(%r14) -ffffffff8000d104: 0f 85 8b fd ff ff jne ffffffff8000ce95 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17ha30b065d81d32c4cE+0x65> -ffffffff8000d10a: 41 c6 46 49 01 movb $0x1,0x49(%r14) -ffffffff8000d10f: 41 80 7e 48 00 cmpb $0x0,0x48(%r14) -ffffffff8000d114: 4d 8b 66 08 mov 0x8(%r14),%r12 -ffffffff8000d118: 4d 8b 6e 10 mov 0x10(%r14),%r13 -ffffffff8000d11c: 75 09 jne ffffffff8000d127 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17ha30b065d81d32c4cE+0x2f7> -ffffffff8000d11e: 4d 39 e5 cmp %r12,%r13 -ffffffff8000d121: 0f 84 6e fd ff ff je ffffffff8000ce95 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17ha30b065d81d32c4cE+0x65> -ffffffff8000d127: 4d 29 e5 sub %r12,%r13 -ffffffff8000d12a: 4d 03 27 add (%r15),%r12 -ffffffff8000d12d: e9 d0 fd ff ff jmp ffffffff8000cf02 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17ha30b065d81d32c4cE+0xd2> -ffffffff8000d132: bf 08 00 00 00 mov $0x8,%edi -ffffffff8000d137: be 40 00 00 00 mov $0x40,%esi -ffffffff8000d13c: e8 7f 01 01 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff8000d141: 0f 0b ud2 -ffffffff8000d143: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8000d14a: 00 00 00 -ffffffff8000d14d: 0f 1f 00 nopl (%rax) - -ffffffff8000d150 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17hca5d1b3179ed954eE>: -ffffffff8000d150: 55 push %rbp -ffffffff8000d151: 48 89 e5 mov %rsp,%rbp -ffffffff8000d154: 41 57 push %r15 -ffffffff8000d156: 41 56 push %r14 -ffffffff8000d158: 41 55 push %r13 -ffffffff8000d15a: 41 54 push %r12 -ffffffff8000d15c: 53 push %rbx -ffffffff8000d15d: 48 81 ec e8 00 00 00 sub $0xe8,%rsp -ffffffff8000d164: 48 89 fb mov %rdi,%rbx -ffffffff8000d167: 80 7e 41 00 cmpb $0x0,0x41(%rsi) -ffffffff8000d16b: 74 1c je ffffffff8000d189 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17hca5d1b3179ed954eE+0x39> -ffffffff8000d16d: 48 c7 03 08 00 00 00 movq $0x8,(%rbx) -ffffffff8000d174: 48 c7 43 08 00 00 00 movq $0x0,0x8(%rbx) -ffffffff8000d17b: 00 -ffffffff8000d17c: 48 c7 43 10 00 00 00 movq $0x0,0x10(%rbx) -ffffffff8000d183: 00 -ffffffff8000d184: e9 7a 01 00 00 jmp ffffffff8000d303 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17hca5d1b3179ed954eE+0x1b3> -ffffffff8000d189: 49 89 f6 mov %rsi,%r14 -ffffffff8000d18c: 4c 8d 7e 10 lea 0x10(%rsi),%r15 -ffffffff8000d190: 4c 8b 66 10 mov 0x10(%rsi),%r12 -ffffffff8000d194: 48 8d bd f8 fe ff ff lea -0x108(%rbp),%rdi -ffffffff8000d19b: 4c 89 fe mov %r15,%rsi -ffffffff8000d19e: e8 6d e6 ff ff call ffffffff8000b810 <_ZN81_$LT$core..str..pattern..CharSearcher$u20$as$u20$core..str..pattern..Searcher$GT$10next_match17hb652bdd3917d4aadE> -ffffffff8000d1a3: 48 83 bd f8 fe ff ff cmpq $0x0,-0x108(%rbp) -ffffffff8000d1aa: 00 -ffffffff8000d1ab: 74 3b je ffffffff8000d1e8 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17hca5d1b3179ed954eE+0x98> -ffffffff8000d1ad: 4c 8b ad 08 ff ff ff mov -0xf8(%rbp),%r13 -ffffffff8000d1b4: 49 8b 06 mov (%r14),%rax -ffffffff8000d1b7: 49 01 c4 add %rax,%r12 -ffffffff8000d1ba: 4d 89 2e mov %r13,(%r14) -ffffffff8000d1bd: 49 29 c5 sub %rax,%r13 -ffffffff8000d1c0: 4d 85 ed test %r13,%r13 -ffffffff8000d1c3: 74 55 je ffffffff8000d21a <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17hca5d1b3179ed954eE+0xca> -ffffffff8000d1c5: 43 80 7c 2c ff 0a cmpb $0xa,-0x1(%r12,%r13,1) -ffffffff8000d1cb: 75 50 jne ffffffff8000d21d <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17hca5d1b3179ed954eE+0xcd> -ffffffff8000d1cd: 4c 89 e8 mov %r13,%rax -ffffffff8000d1d0: 48 ff c8 dec %rax -ffffffff8000d1d3: 74 45 je ffffffff8000d21a <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17hca5d1b3179ed954eE+0xca> -ffffffff8000d1d5: 43 80 7c 2c fe 0d cmpb $0xd,-0x2(%r12,%r13,1) -ffffffff8000d1db: 49 8d 4d fe lea -0x2(%r13),%rcx -ffffffff8000d1df: 48 0f 44 c1 cmove %rcx,%rax -ffffffff8000d1e3: 49 89 c5 mov %rax,%r13 -ffffffff8000d1e6: eb 35 jmp ffffffff8000d21d <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17hca5d1b3179ed954eE+0xcd> -ffffffff8000d1e8: 41 80 7e 41 00 cmpb $0x0,0x41(%r14) -ffffffff8000d1ed: 0f 85 7a ff ff ff jne ffffffff8000d16d <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17hca5d1b3179ed954eE+0x1d> -ffffffff8000d1f3: 41 c6 46 41 01 movb $0x1,0x41(%r14) -ffffffff8000d1f8: 41 80 7e 40 00 cmpb $0x0,0x40(%r14) -ffffffff8000d1fd: 4d 8b 26 mov (%r14),%r12 -ffffffff8000d200: 4d 8b 6e 08 mov 0x8(%r14),%r13 -ffffffff8000d204: 75 09 jne ffffffff8000d20f <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17hca5d1b3179ed954eE+0xbf> -ffffffff8000d206: 4d 39 e5 cmp %r12,%r13 -ffffffff8000d209: 0f 84 5e ff ff ff je ffffffff8000d16d <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17hca5d1b3179ed954eE+0x1d> -ffffffff8000d20f: 4d 29 e5 sub %r12,%r13 -ffffffff8000d212: 4d 03 27 add (%r15),%r12 -ffffffff8000d215: 4d 85 ed test %r13,%r13 -ffffffff8000d218: 75 ab jne ffffffff8000d1c5 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17hca5d1b3179ed954eE+0x75> -ffffffff8000d21a: 45 31 ed xor %r13d,%r13d -ffffffff8000d21d: 48 8d 05 f2 f9 01 00 lea 0x1f9f2(%rip),%rax # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff8000d224: 0f b6 00 movzbl (%rax),%eax -ffffffff8000d227: 0f b6 05 6a e1 01 00 movzbl 0x1e16a(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000d22e: 84 c0 test %al,%al -ffffffff8000d230: 74 24 je ffffffff8000d256 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17hca5d1b3179ed954eE+0x106> -ffffffff8000d232: 48 83 3d ae e0 01 00 cmpq $0x0,0x1e0ae(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000d239: 00 -ffffffff8000d23a: 75 50 jne ffffffff8000d28c <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17hca5d1b3179ed954eE+0x13c> -ffffffff8000d23c: 48 8d 3d 9d 95 01 00 lea 0x1959d(%rip),%rdi # ffffffff800267e0 -ffffffff8000d243: 48 8d 15 d6 e2 01 00 lea 0x1e2d6(%rip),%rdx # ffffffff8002b520 -ffffffff8000d24a: be 1e 00 00 00 mov $0x1e,%esi -ffffffff8000d24f: e8 cc 4a 01 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff8000d254: 0f 0b ud2 -ffffffff8000d256: 4c 8d bd f8 fe ff ff lea -0x108(%rbp),%r15 -ffffffff8000d25d: 4c 89 ff mov %r15,%rdi -ffffffff8000d260: ff 15 7a e0 01 00 call *0x1e07a(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000d266: 48 c7 05 77 e0 01 00 movq $0x1,0x1e077(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000d26d: 01 00 00 00 -ffffffff8000d271: 48 8d 3d 78 e0 01 00 lea 0x1e078(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000d278: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000d27d: 4c 89 fe mov %r15,%rsi -ffffffff8000d280: e8 fb 53 01 00 call ffffffff80022680 -ffffffff8000d285: c6 05 0c e1 01 00 01 movb $0x1,0x1e10c(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000d28c: 48 89 5d b8 mov %rbx,-0x48(%rbp) -ffffffff8000d290: 48 8d 3d 59 e0 01 00 lea 0x1e059(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000d297: be 08 00 00 00 mov $0x8,%esi -ffffffff8000d29c: ba 40 00 00 00 mov $0x40,%edx -ffffffff8000d2a1: e8 aa 6d 00 00 call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff8000d2a6: 48 85 c0 test %rax,%rax -ffffffff8000d2a9: 0f 84 80 01 00 00 je ffffffff8000d42f <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17hca5d1b3179ed954eE+0x2df> -ffffffff8000d2af: 49 89 c7 mov %rax,%r15 -ffffffff8000d2b2: 4c 89 20 mov %r12,(%rax) -ffffffff8000d2b5: 4c 89 68 08 mov %r13,0x8(%rax) -ffffffff8000d2b9: 48 89 45 c0 mov %rax,-0x40(%rbp) -ffffffff8000d2bd: 48 c7 45 c8 04 00 00 movq $0x4,-0x38(%rbp) -ffffffff8000d2c4: 00 -ffffffff8000d2c5: 48 c7 45 d0 01 00 00 movq $0x1,-0x30(%rbp) -ffffffff8000d2cc: 00 -ffffffff8000d2cd: 48 8d bd f8 fe ff ff lea -0x108(%rbp),%rdi -ffffffff8000d2d4: b9 09 00 00 00 mov $0x9,%ecx -ffffffff8000d2d9: 4c 89 f6 mov %r14,%rsi -ffffffff8000d2dc: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff8000d2df: 80 bd 39 ff ff ff 00 cmpb $0x0,-0xc7(%rbp) -ffffffff8000d2e6: 74 30 je ffffffff8000d318 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17hca5d1b3179ed954eE+0x1c8> -ffffffff8000d2e8: 48 8b 45 d0 mov -0x30(%rbp),%rax -ffffffff8000d2ec: 48 8b 5d b8 mov -0x48(%rbp),%rbx -ffffffff8000d2f0: 48 89 43 10 mov %rax,0x10(%rbx) -ffffffff8000d2f4: 48 8b 45 c0 mov -0x40(%rbp),%rax -ffffffff8000d2f8: 48 8b 4d c8 mov -0x38(%rbp),%rcx -ffffffff8000d2fc: 48 89 4b 08 mov %rcx,0x8(%rbx) -ffffffff8000d300: 48 89 03 mov %rax,(%rbx) -ffffffff8000d303: 48 89 d8 mov %rbx,%rax -ffffffff8000d306: 48 81 c4 e8 00 00 00 add $0xe8,%rsp -ffffffff8000d30d: 5b pop %rbx -ffffffff8000d30e: 41 5c pop %r12 -ffffffff8000d310: 41 5d pop %r13 -ffffffff8000d312: 41 5e pop %r14 -ffffffff8000d314: 41 5f pop %r15 -ffffffff8000d316: 5d pop %rbp -ffffffff8000d317: c3 ret -ffffffff8000d318: 41 be 01 00 00 00 mov $0x1,%r14d -ffffffff8000d31e: 41 bc 18 00 00 00 mov $0x18,%r12d -ffffffff8000d324: eb 33 jmp ffffffff8000d359 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17hca5d1b3179ed954eE+0x209> -ffffffff8000d326: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8000d32d: 00 00 00 -ffffffff8000d330: 31 db xor %ebx,%ebx -ffffffff8000d332: 4c 3b 75 c8 cmp -0x38(%rbp),%r14 -ffffffff8000d336: 0f 84 d9 00 00 00 je ffffffff8000d415 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17hca5d1b3179ed954eE+0x2c5> -ffffffff8000d33c: 4f 89 6c 27 f8 mov %r13,-0x8(%r15,%r12,1) -ffffffff8000d341: 4b 89 1c 27 mov %rbx,(%r15,%r12,1) -ffffffff8000d345: 49 ff c6 inc %r14 -ffffffff8000d348: 4c 89 75 d0 mov %r14,-0x30(%rbp) -ffffffff8000d34c: 49 83 c4 10 add $0x10,%r12 -ffffffff8000d350: 80 bd 39 ff ff ff 00 cmpb $0x0,-0xc7(%rbp) -ffffffff8000d357: 75 8f jne ffffffff8000d2e8 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17hca5d1b3179ed954eE+0x198> -ffffffff8000d359: 4c 8b ad 08 ff ff ff mov -0xf8(%rbp),%r13 -ffffffff8000d360: 48 8d 7d a0 lea -0x60(%rbp),%rdi -ffffffff8000d364: 48 8d b5 08 ff ff ff lea -0xf8(%rbp),%rsi -ffffffff8000d36b: e8 a0 e4 ff ff call ffffffff8000b810 <_ZN81_$LT$core..str..pattern..CharSearcher$u20$as$u20$core..str..pattern..Searcher$GT$10next_match17hb652bdd3917d4aadE> -ffffffff8000d370: 48 83 7d a0 00 cmpq $0x0,-0x60(%rbp) -ffffffff8000d375: 74 29 je ffffffff8000d3a0 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17hca5d1b3179ed954eE+0x250> -ffffffff8000d377: 48 8b 5d b0 mov -0x50(%rbp),%rbx -ffffffff8000d37b: 48 8b 85 f8 fe ff ff mov -0x108(%rbp),%rax -ffffffff8000d382: 49 01 c5 add %rax,%r13 -ffffffff8000d385: 48 89 9d f8 fe ff ff mov %rbx,-0x108(%rbp) -ffffffff8000d38c: 48 29 c3 sub %rax,%rbx -ffffffff8000d38f: 48 85 db test %rbx,%rbx -ffffffff8000d392: 75 53 jne ffffffff8000d3e7 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17hca5d1b3179ed954eE+0x297> -ffffffff8000d394: eb 9a jmp ffffffff8000d330 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17hca5d1b3179ed954eE+0x1e0> -ffffffff8000d396: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8000d39d: 00 00 00 -ffffffff8000d3a0: 80 bd 39 ff ff ff 00 cmpb $0x0,-0xc7(%rbp) -ffffffff8000d3a7: 0f 85 3b ff ff ff jne ffffffff8000d2e8 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17hca5d1b3179ed954eE+0x198> -ffffffff8000d3ad: c6 85 39 ff ff ff 01 movb $0x1,-0xc7(%rbp) -ffffffff8000d3b4: 80 bd 38 ff ff ff 00 cmpb $0x0,-0xc8(%rbp) -ffffffff8000d3bb: 4c 8b ad f8 fe ff ff mov -0x108(%rbp),%r13 -ffffffff8000d3c2: 48 8b 9d 00 ff ff ff mov -0x100(%rbp),%rbx -ffffffff8000d3c9: 75 09 jne ffffffff8000d3d4 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17hca5d1b3179ed954eE+0x284> -ffffffff8000d3cb: 4c 39 eb cmp %r13,%rbx -ffffffff8000d3ce: 0f 84 14 ff ff ff je ffffffff8000d2e8 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17hca5d1b3179ed954eE+0x198> -ffffffff8000d3d4: 4c 29 eb sub %r13,%rbx -ffffffff8000d3d7: 4c 03 ad 08 ff ff ff add -0xf8(%rbp),%r13 -ffffffff8000d3de: 48 85 db test %rbx,%rbx -ffffffff8000d3e1: 0f 84 49 ff ff ff je ffffffff8000d330 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17hca5d1b3179ed954eE+0x1e0> -ffffffff8000d3e7: 41 80 7c 1d ff 0a cmpb $0xa,-0x1(%r13,%rbx,1) -ffffffff8000d3ed: 0f 85 3f ff ff ff jne ffffffff8000d332 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17hca5d1b3179ed954eE+0x1e2> -ffffffff8000d3f3: 48 89 d8 mov %rbx,%rax -ffffffff8000d3f6: 48 ff c8 dec %rax -ffffffff8000d3f9: 0f 84 31 ff ff ff je ffffffff8000d330 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17hca5d1b3179ed954eE+0x1e0> -ffffffff8000d3ff: 41 80 7c 1d fe 0d cmpb $0xd,-0x2(%r13,%rbx,1) -ffffffff8000d405: 48 8d 4b fe lea -0x2(%rbx),%rcx -ffffffff8000d409: 48 0f 44 c1 cmove %rcx,%rax -ffffffff8000d40d: 48 89 c3 mov %rax,%rbx -ffffffff8000d410: e9 1d ff ff ff jmp ffffffff8000d332 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17hca5d1b3179ed954eE+0x1e2> -ffffffff8000d415: ba 01 00 00 00 mov $0x1,%edx -ffffffff8000d41a: 48 8d 7d c0 lea -0x40(%rbp),%rdi -ffffffff8000d41e: 4c 89 f6 mov %r14,%rsi -ffffffff8000d421: e8 8a 34 00 00 call ffffffff800108b0 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$7reserve21do_reserve_and_handle17h718baa18a3fcf488E> -ffffffff8000d426: 4c 8b 7d c0 mov -0x40(%rbp),%r15 -ffffffff8000d42a: e9 0d ff ff ff jmp ffffffff8000d33c <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17hca5d1b3179ed954eE+0x1ec> -ffffffff8000d42f: bf 08 00 00 00 mov $0x8,%edi -ffffffff8000d434: be 40 00 00 00 mov $0x40,%esi -ffffffff8000d439: e8 82 fe 00 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff8000d43e: 0f 0b ud2 - -ffffffff8000d440 <_ZN45_$LT$$LP$$RP$$u20$as$u20$core..fmt..Debug$GT$3fmt17h0b2a0f15a80f7e72E>: -ffffffff8000d440: 55 push %rbp -ffffffff8000d441: 48 89 e5 mov %rsp,%rbp -ffffffff8000d444: 48 89 f7 mov %rsi,%rdi -ffffffff8000d447: 48 8d 35 9e 76 01 00 lea 0x1769e(%rip),%rsi # ffffffff80024aec -ffffffff8000d44e: ba 02 00 00 00 mov $0x2,%edx -ffffffff8000d453: 5d pop %rbp -ffffffff8000d454: e9 37 11 01 00 jmp ffffffff8001e590 <_ZN4core3fmt9Formatter3pad17hfec64c705344ef8cE> -ffffffff8000d459: 0f 1f 80 00 00 00 00 nopl 0x0(%rax) - -ffffffff8000d460 <_ZN4core3ptr29drop_in_place$LT$$LP$$RP$$GT$17h7a462deaa822de2dE>: -ffffffff8000d460: 55 push %rbp -ffffffff8000d461: 48 89 e5 mov %rsp,%rbp -ffffffff8000d464: 5d pop %rbp -ffffffff8000d465: c3 ret -ffffffff8000d466: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8000d46d: 00 00 00 - -ffffffff8000d470 <_ZN4core3ptr33drop_in_place$LT$$RF$$LP$$RP$$GT$17h69017ce10f18fdc2E>: -ffffffff8000d470: 55 push %rbp -ffffffff8000d471: 48 89 e5 mov %rsp,%rbp -ffffffff8000d474: 5d pop %rbp -ffffffff8000d475: c3 ret -ffffffff8000d476: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8000d47d: 00 00 00 - -ffffffff8000d480 <_ZN4core3ptr57drop_in_place$LT$CappuccinOS..drivers..fs..fat..FATFS$GT$17h0012f122c18428a9E>: -ffffffff8000d480: 55 push %rbp -ffffffff8000d481: 48 89 e5 mov %rsp,%rbp -ffffffff8000d484: 41 57 push %r15 -ffffffff8000d486: 41 56 push %r14 -ffffffff8000d488: 53 push %rbx -ffffffff8000d489: 48 81 ec a8 00 00 00 sub $0xa8,%rsp -ffffffff8000d490: 48 89 fb mov %rdi,%rbx -ffffffff8000d493: 4c 8b 37 mov (%rdi),%r14 -ffffffff8000d496: 0f b6 05 fb de 01 00 movzbl 0x1defb(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000d49d: 84 c0 test %al,%al -ffffffff8000d49f: 74 24 je ffffffff8000d4c5 <_ZN4core3ptr57drop_in_place$LT$CappuccinOS..drivers..fs..fat..FATFS$GT$17h0012f122c18428a9E+0x45> -ffffffff8000d4a1: 48 83 3d 3f de 01 00 cmpq $0x0,0x1de3f(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000d4a8: 00 -ffffffff8000d4a9: 75 50 jne ffffffff8000d4fb <_ZN4core3ptr57drop_in_place$LT$CappuccinOS..drivers..fs..fat..FATFS$GT$17h0012f122c18428a9E+0x7b> -ffffffff8000d4ab: 48 8d 3d 2e 93 01 00 lea 0x1932e(%rip),%rdi # ffffffff800267e0 -ffffffff8000d4b2: 48 8d 15 67 e0 01 00 lea 0x1e067(%rip),%rdx # ffffffff8002b520 -ffffffff8000d4b9: be 1e 00 00 00 mov $0x1e,%esi -ffffffff8000d4be: e8 5d 48 01 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff8000d4c3: 0f 0b ud2 -ffffffff8000d4c5: 4c 8d bd 40 ff ff ff lea -0xc0(%rbp),%r15 -ffffffff8000d4cc: 4c 89 ff mov %r15,%rdi -ffffffff8000d4cf: ff 15 0b de 01 00 call *0x1de0b(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000d4d5: 48 c7 05 08 de 01 00 movq $0x1,0x1de08(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000d4dc: 01 00 00 00 -ffffffff8000d4e0: 48 8d 3d 09 de 01 00 lea 0x1de09(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000d4e7: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000d4ec: 4c 89 fe mov %r15,%rsi -ffffffff8000d4ef: e8 8c 51 01 00 call ffffffff80022680 -ffffffff8000d4f4: c6 05 9d de 01 00 01 movb $0x1,0x1de9d(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000d4fb: 48 8d 3d ee dd 01 00 lea 0x1ddee(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000d502: ba 08 00 00 00 mov $0x8,%edx -ffffffff8000d507: b9 10 00 00 00 mov $0x10,%ecx -ffffffff8000d50c: 4c 89 f6 mov %r14,%rsi -ffffffff8000d50f: e8 3c 6d 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8000d514: 48 8b 83 28 02 00 00 mov 0x228(%rbx),%rax -ffffffff8000d51b: 48 85 c0 test %rax,%rax -ffffffff8000d51e: 74 22 je ffffffff8000d542 <_ZN4core3ptr57drop_in_place$LT$CappuccinOS..drivers..fs..fat..FATFS$GT$17h0012f122c18428a9E+0xc2> -ffffffff8000d520: f0 48 ff 08 lock decq (%rax) -ffffffff8000d524: 75 1c jne ffffffff8000d542 <_ZN4core3ptr57drop_in_place$LT$CappuccinOS..drivers..fs..fat..FATFS$GT$17h0012f122c18428a9E+0xc2> -ffffffff8000d526: 48 81 c3 28 02 00 00 add $0x228,%rbx -ffffffff8000d52d: 48 89 df mov %rbx,%rdi -ffffffff8000d530: 48 81 c4 a8 00 00 00 add $0xa8,%rsp -ffffffff8000d537: 5b pop %rbx -ffffffff8000d538: 41 5e pop %r14 -ffffffff8000d53a: 41 5f pop %r15 -ffffffff8000d53c: 5d pop %rbp -ffffffff8000d53d: e9 1e 4b 00 00 jmp ffffffff80012060 <_ZN5alloc4sync16Arc$LT$T$C$A$GT$9drop_slow17h7f046b0590eb0b90E> -ffffffff8000d542: 48 81 c4 a8 00 00 00 add $0xa8,%rsp -ffffffff8000d549: 5b pop %rbx -ffffffff8000d54a: 41 5e pop %r14 -ffffffff8000d54c: 41 5f pop %r15 -ffffffff8000d54e: 5d pop %rbp -ffffffff8000d54f: c3 ret - -ffffffff8000d550 <_ZN4core3ptr65drop_in_place$LT$CappuccinOS..drivers..storage..ide..ATADrive$GT$17h6eb5bc363276a8cbE>: -ffffffff8000d550: 55 push %rbp -ffffffff8000d551: 48 89 e5 mov %rsp,%rbp -ffffffff8000d554: 53 push %rbx -ffffffff8000d555: 50 push %rax -ffffffff8000d556: 48 89 fb mov %rdi,%rbx -ffffffff8000d559: 48 8b 07 mov (%rdi),%rax -ffffffff8000d55c: f0 48 ff 08 lock decq (%rax) -ffffffff8000d560: 75 08 jne ffffffff8000d56a <_ZN4core3ptr65drop_in_place$LT$CappuccinOS..drivers..storage..ide..ATADrive$GT$17h6eb5bc363276a8cbE+0x1a> -ffffffff8000d562: 48 89 df mov %rbx,%rdi -ffffffff8000d565: e8 c6 4b 00 00 call ffffffff80012130 <_ZN5alloc4sync16Arc$LT$T$C$A$GT$9drop_slow17h8121f75299ef78c8E> -ffffffff8000d56a: 48 8b 43 08 mov 0x8(%rbx),%rax -ffffffff8000d56e: f0 48 ff 08 lock decq (%rax) -ffffffff8000d572: 75 12 jne ffffffff8000d586 <_ZN4core3ptr65drop_in_place$LT$CappuccinOS..drivers..storage..ide..ATADrive$GT$17h6eb5bc363276a8cbE+0x36> -ffffffff8000d574: 48 83 c3 08 add $0x8,%rbx -ffffffff8000d578: 48 89 df mov %rbx,%rdi -ffffffff8000d57b: 48 83 c4 08 add $0x8,%rsp -ffffffff8000d57f: 5b pop %rbx -ffffffff8000d580: 5d pop %rbp -ffffffff8000d581: e9 1a 4a 00 00 jmp ffffffff80011fa0 <_ZN5alloc4sync16Arc$LT$T$C$A$GT$9drop_slow17h69e53f2f88cea77fE> -ffffffff8000d586: 48 83 c4 08 add $0x8,%rsp -ffffffff8000d58a: 5b pop %rbx -ffffffff8000d58b: 5d pop %rbp -ffffffff8000d58c: c3 ret -ffffffff8000d58d: 0f 1f 00 nopl (%rax) - -ffffffff8000d590 <_ZN67_$LT$core..array..TryFromSliceError$u20$as$u20$core..fmt..Debug$GT$3fmt17h237caf1a64bcdd28E>: -ffffffff8000d590: 55 push %rbp -ffffffff8000d591: 48 89 e5 mov %rsp,%rbp -ffffffff8000d594: 48 83 ec 10 sub $0x10,%rsp -ffffffff8000d598: 48 89 f0 mov %rsi,%rax -ffffffff8000d59b: 48 89 7d f8 mov %rdi,-0x8(%rbp) -ffffffff8000d59f: 48 8d 35 e7 75 01 00 lea 0x175e7(%rip),%rsi # ffffffff80024b8d -ffffffff8000d5a6: 4c 8d 05 c3 d2 01 00 lea 0x1d2c3(%rip),%r8 # ffffffff8002a870 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xff8> -ffffffff8000d5ad: 48 8d 4d f8 lea -0x8(%rbp),%rcx -ffffffff8000d5b1: ba 11 00 00 00 mov $0x11,%edx -ffffffff8000d5b6: 48 89 c7 mov %rax,%rdi -ffffffff8000d5b9: e8 c2 18 01 00 call ffffffff8001ee80 <_ZN4core3fmt9Formatter25debug_tuple_field1_finish17h9a0d02983cf6d8d0E> -ffffffff8000d5be: 48 83 c4 10 add $0x10,%rsp -ffffffff8000d5c2: 5d pop %rbp -ffffffff8000d5c3: c3 ret -ffffffff8000d5c4: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8000d5cb: 00 00 00 -ffffffff8000d5ce: 66 90 xchg %ax,%ax - -ffffffff8000d5d0 <_ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17h77b0abc144007d5aE>: -ffffffff8000d5d0: 55 push %rbp -ffffffff8000d5d1: 48 89 e5 mov %rsp,%rbp -ffffffff8000d5d4: 48 89 f7 mov %rsi,%rdi -ffffffff8000d5d7: 48 8d 35 c0 75 01 00 lea 0x175c0(%rip),%rsi # ffffffff80024b9e -ffffffff8000d5de: ba 0b 00 00 00 mov $0xb,%edx -ffffffff8000d5e3: 5d pop %rbp -ffffffff8000d5e4: e9 c7 12 01 00 jmp ffffffff8001e8b0 <_ZN4core3fmt9Formatter9write_str17h5399c4ae0c5f789dE> -ffffffff8000d5e9: 0f 1f 80 00 00 00 00 nopl 0x0(%rax) - -ffffffff8000d5f0 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE>: -ffffffff8000d5f0: 55 push %rbp -ffffffff8000d5f1: 48 89 e5 mov %rsp,%rbp -ffffffff8000d5f4: 41 57 push %r15 -ffffffff8000d5f6: 41 56 push %r14 -ffffffff8000d5f8: 41 55 push %r13 -ffffffff8000d5fa: 41 54 push %r12 -ffffffff8000d5fc: 53 push %rbx -ffffffff8000d5fd: 48 81 ec d8 09 00 00 sub $0x9d8,%rsp -ffffffff8000d604: 48 8d 05 0b f6 01 00 lea 0x1f60b(%rip),%rax # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff8000d60b: 0f b6 00 movzbl (%rax),%eax -ffffffff8000d60e: 0f b6 05 83 dd 01 00 movzbl 0x1dd83(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000d615: 84 c0 test %al,%al -ffffffff8000d617: 74 0f je ffffffff8000d628 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x38> -ffffffff8000d619: 48 83 3d c7 dc 01 00 cmpq $0x0,0x1dcc7(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000d620: 00 -ffffffff8000d621: 75 3b jne ffffffff8000d65e <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x6e> -ffffffff8000d623: e9 ac 0a 00 00 jmp ffffffff8000e0d4 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0xae4> -ffffffff8000d628: 48 8d 9d a8 f7 ff ff lea -0x858(%rbp),%rbx -ffffffff8000d62f: 48 89 df mov %rbx,%rdi -ffffffff8000d632: ff 15 a8 dc 01 00 call *0x1dca8(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000d638: 48 c7 05 a5 dc 01 00 movq $0x1,0x1dca5(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000d63f: 01 00 00 00 -ffffffff8000d643: 48 8d 3d a6 dc 01 00 lea 0x1dca6(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000d64a: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000d64f: 48 89 de mov %rbx,%rsi -ffffffff8000d652: e8 29 50 01 00 call ffffffff80022680 -ffffffff8000d657: c6 05 3a dd 01 00 01 movb $0x1,0x1dd3a(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000d65e: 48 8d 3d 8b dc 01 00 lea 0x1dc8b(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000d665: be 08 00 00 00 mov $0x8,%esi -ffffffff8000d66a: ba 18 00 00 00 mov $0x18,%edx -ffffffff8000d66f: e8 dc 69 00 00 call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff8000d674: 48 85 c0 test %rax,%rax -ffffffff8000d677: 0f 84 7a 1e 00 00 je ffffffff8000f4f7 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1f07> -ffffffff8000d67d: 48 c7 00 01 00 00 00 movq $0x1,(%rax) -ffffffff8000d684: 48 c7 40 08 01 00 00 movq $0x1,0x8(%rax) -ffffffff8000d68b: 00 -ffffffff8000d68c: c7 40 10 f0 01 f4 03 movl $0x3f401f0,0x10(%rax) -ffffffff8000d693: 48 89 85 48 ff ff ff mov %rax,-0xb8(%rbp) -ffffffff8000d69a: 41 b1 01 mov $0x1,%r9b -ffffffff8000d69d: eb 41 jmp ffffffff8000d6e0 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0xf0> -ffffffff8000d69f: 44 8b 4d c8 mov -0x38(%rbp),%r9d -ffffffff8000d6a3: 48 8b 05 46 d2 01 00 mov 0x1d246(%rip),%rax # ffffffff8002a8f0 <_ZN11CappuccinOS7drivers7storage3ide6DRIVES17h85a210ca5e43434dE+0x8> -ffffffff8000d6aa: 48 8d 0c 76 lea (%rsi,%rsi,2),%rcx -ffffffff8000d6ae: 48 89 1c c8 mov %rbx,(%rax,%rcx,8) -ffffffff8000d6b2: 4c 89 74 c8 08 mov %r14,0x8(%rax,%rcx,8) -ffffffff8000d6b7: 44 88 7c c8 10 mov %r15b,0x10(%rax,%rcx,8) -ffffffff8000d6bc: 48 ff 05 3d d2 01 00 incq 0x1d23d(%rip) # ffffffff8002a900 <_ZN11CappuccinOS7drivers7storage3ide6DRIVES17h85a210ca5e43434dE+0x18> -ffffffff8000d6c3: c6 05 1e d2 01 00 00 movb $0x0,0x1d21e(%rip) # ffffffff8002a8e8 <_ZN11CappuccinOS7drivers7storage3ide6DRIVES17h85a210ca5e43434dE> -ffffffff8000d6ca: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1) -ffffffff8000d6d0: 41 f6 c1 01 test $0x1,%r9b -ffffffff8000d6d4: 41 b9 00 00 00 00 mov $0x0,%r9d -ffffffff8000d6da: 0f 84 38 06 00 00 je ffffffff8000dd18 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x728> -ffffffff8000d6e0: 48 8b 9d 48 ff ff ff mov -0xb8(%rbp),%rbx -ffffffff8000d6e7: f0 48 ff 03 lock incq (%rbx) -ffffffff8000d6eb: 0f 8e 4e 1c 00 00 jle ffffffff8000f33f <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1d4f> -ffffffff8000d6f1: 45 89 cf mov %r9d,%r15d -ffffffff8000d6f4: 41 f6 d7 not %r15b -ffffffff8000d6f7: 41 80 e7 01 and $0x1,%r15b -ffffffff8000d6fb: 41 c0 e7 04 shl $0x4,%r15b -ffffffff8000d6ff: 48 89 9d 60 ff ff ff mov %rbx,-0xa0(%rbp) -ffffffff8000d706: 44 0f b7 6b 10 movzwl 0x10(%rbx),%r13d -ffffffff8000d70b: 44 0f b7 73 12 movzwl 0x12(%rbx),%r14d -ffffffff8000d710: 41 8d 47 a0 lea -0x60(%r15),%eax -ffffffff8000d714: 41 8d 55 06 lea 0x6(%r13),%edx -ffffffff8000d718: ee out %al,(%dx) -ffffffff8000d719: 41 8d 55 02 lea 0x2(%r13),%edx -ffffffff8000d71d: b8 00 00 00 00 mov $0x0,%eax -ffffffff8000d722: ee out %al,(%dx) -ffffffff8000d723: 41 8d 55 03 lea 0x3(%r13),%edx -ffffffff8000d727: b8 00 00 00 00 mov $0x0,%eax -ffffffff8000d72c: ee out %al,(%dx) -ffffffff8000d72d: 41 8d 4d 04 lea 0x4(%r13),%ecx -ffffffff8000d731: 89 ca mov %ecx,%edx -ffffffff8000d733: 31 c0 xor %eax,%eax -ffffffff8000d735: ee out %al,(%dx) -ffffffff8000d736: 41 8d 75 05 lea 0x5(%r13),%esi -ffffffff8000d73a: 89 f2 mov %esi,%edx -ffffffff8000d73c: 31 c0 xor %eax,%eax -ffffffff8000d73e: ee out %al,(%dx) -ffffffff8000d73f: 45 8d 65 07 lea 0x7(%r13),%r12d -ffffffff8000d743: 44 89 e2 mov %r12d,%edx -ffffffff8000d746: b0 ec mov $0xec,%al -ffffffff8000d748: ee out %al,(%dx) -ffffffff8000d749: 41 83 c6 02 add $0x2,%r14d -ffffffff8000d74d: 44 89 f2 mov %r14d,%edx -ffffffff8000d750: ec in (%dx),%al -ffffffff8000d751: ec in (%dx),%al -ffffffff8000d752: ec in (%dx),%al -ffffffff8000d753: ec in (%dx),%al -ffffffff8000d754: 44 89 e2 mov %r12d,%edx -ffffffff8000d757: ec in (%dx),%al -ffffffff8000d758: 84 c0 test %al,%al -ffffffff8000d75a: 0f 84 b0 04 00 00 je ffffffff8000dc10 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x620> -ffffffff8000d760: 44 89 f2 mov %r14d,%edx -ffffffff8000d763: ec in (%dx),%al -ffffffff8000d764: ec in (%dx),%al -ffffffff8000d765: ec in (%dx),%al -ffffffff8000d766: ec in (%dx),%al -ffffffff8000d767: 44 89 e2 mov %r12d,%edx -ffffffff8000d76a: ec in (%dx),%al -ffffffff8000d76b: 41 89 c0 mov %eax,%r8d -ffffffff8000d76e: 89 ca mov %ecx,%edx -ffffffff8000d770: ec in (%dx),%al -ffffffff8000d771: 89 c7 mov %eax,%edi -ffffffff8000d773: 89 f2 mov %esi,%edx -ffffffff8000d775: ec in (%dx),%al -ffffffff8000d776: 45 84 c0 test %r8b,%r8b -ffffffff8000d779: 79 15 jns ffffffff8000d790 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1a0> -ffffffff8000d77b: 40 08 f8 or %dil,%al -ffffffff8000d77e: 74 e0 je ffffffff8000d760 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x170> -ffffffff8000d780: e9 8b 04 00 00 jmp ffffffff8000dc10 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x620> -ffffffff8000d785: 66 66 2e 0f 1f 84 00 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8000d78c: 00 00 00 00 -ffffffff8000d790: 40 08 c7 or %al,%dil -ffffffff8000d793: 0f 85 77 04 00 00 jne ffffffff8000dc10 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x620> -ffffffff8000d799: 44 89 4d c8 mov %r9d,-0x38(%rbp) -ffffffff8000d79d: ba 00 02 00 00 mov $0x200,%edx -ffffffff8000d7a2: 48 8d bd 00 fc ff ff lea -0x400(%rbp),%rdi -ffffffff8000d7a9: 31 f6 xor %esi,%esi -ffffffff8000d7ab: e8 e0 4e 01 00 call ffffffff80022690 -ffffffff8000d7b0: f3 90 pause -ffffffff8000d7b2: 44 89 f2 mov %r14d,%edx -ffffffff8000d7b5: ec in (%dx),%al -ffffffff8000d7b6: ec in (%dx),%al -ffffffff8000d7b7: ec in (%dx),%al -ffffffff8000d7b8: ec in (%dx),%al -ffffffff8000d7b9: 44 89 e2 mov %r12d,%edx -ffffffff8000d7bc: ec in (%dx),%al -ffffffff8000d7bd: a8 21 test $0x21,%al -ffffffff8000d7bf: 75 0a jne ffffffff8000d7cb <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1db> -ffffffff8000d7c1: 89 c1 mov %eax,%ecx -ffffffff8000d7c3: 80 e1 88 and $0x88,%cl -ffffffff8000d7c6: 80 f9 08 cmp $0x8,%cl -ffffffff8000d7c9: 75 e5 jne ffffffff8000d7b0 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1c0> -ffffffff8000d7cb: a8 21 test $0x21,%al -ffffffff8000d7cd: 74 50 je ffffffff8000d81f <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x22f> -ffffffff8000d7cf: 0f b6 05 da bf 01 00 movzbl 0x1bfda(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff8000d7d6: 84 c0 test %al,%al -ffffffff8000d7d8: 48 8d 1d 37 f4 01 00 lea 0x1f437(%rip),%rbx # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff8000d7df: 0f 84 ac 00 00 00 je ffffffff8000d891 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x2a1> -ffffffff8000d7e5: 48 83 3d 6b bf 01 00 cmpq $0x0,0x1bf6b(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff8000d7ec: 00 -ffffffff8000d7ed: 4c 8d 3d fc da 01 00 lea 0x1dafc(%rip),%r15 # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000d7f4: 0f 84 da 08 00 00 je ffffffff8000e0d4 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0xae4> -ffffffff8000d7fa: 0f b6 03 movzbl (%rbx),%eax -ffffffff8000d7fd: 0f b6 05 94 db 01 00 movzbl 0x1db94(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000d804: 84 c0 test %al,%al -ffffffff8000d806: 0f 84 d2 00 00 00 je ffffffff8000d8de <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x2ee> -ffffffff8000d80c: 48 83 3d d4 da 01 00 cmpq $0x0,0x1dad4(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000d813: 00 -ffffffff8000d814: 0f 85 f6 00 00 00 jne ffffffff8000d910 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x320> -ffffffff8000d81a: e9 b5 08 00 00 jmp ffffffff8000e0d4 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0xae4> -ffffffff8000d81f: 31 c9 xor %ecx,%ecx -ffffffff8000d821: 4c 8d 35 ee f3 01 00 lea 0x1f3ee(%rip),%r14 # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff8000d828: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff8000d82f: 00 -ffffffff8000d830: 44 89 ea mov %r13d,%edx -ffffffff8000d833: 66 ed in (%dx),%ax -ffffffff8000d835: 66 89 84 4d 00 fc ff mov %ax,-0x400(%rbp,%rcx,2) -ffffffff8000d83c: ff -ffffffff8000d83d: 48 8d 41 01 lea 0x1(%rcx),%rax -ffffffff8000d841: 48 89 c1 mov %rax,%rcx -ffffffff8000d844: 48 3d 00 01 00 00 cmp $0x100,%rax -ffffffff8000d84a: 75 e4 jne ffffffff8000d830 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x240> -ffffffff8000d84c: ba 00 02 00 00 mov $0x200,%edx -ffffffff8000d851: 48 8d bd a8 f7 ff ff lea -0x858(%rbp),%rdi -ffffffff8000d858: 48 8d b5 00 fc ff ff lea -0x400(%rbp),%rsi -ffffffff8000d85f: e8 1c 4e 01 00 call ffffffff80022680 -ffffffff8000d864: 41 0f b6 06 movzbl (%r14),%eax -ffffffff8000d868: 0f b6 05 29 db 01 00 movzbl 0x1db29(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000d86f: 84 c0 test %al,%al -ffffffff8000d871: 0f 84 c1 03 00 00 je ffffffff8000dc38 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x648> -ffffffff8000d877: 48 83 3d 69 da 01 00 cmpq $0x0,0x1da69(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000d87e: 00 -ffffffff8000d87f: 4c 8d 35 6a da 01 00 lea 0x1da6a(%rip),%r14 # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000d886: 0f 85 e5 03 00 00 jne ffffffff8000dc71 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x681> -ffffffff8000d88c: e9 43 08 00 00 jmp ffffffff8000e0d4 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0xae4> -ffffffff8000d891: 4c 8d b5 a8 f7 ff ff lea -0x858(%rbp),%r14 -ffffffff8000d898: 4c 89 f7 mov %r14,%rdi -ffffffff8000d89b: ff 15 af be 01 00 call *0x1beaf(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff8000d8a1: 48 c7 05 ac be 01 00 movq $0x1,0x1beac(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff8000d8a8: 01 00 00 00 -ffffffff8000d8ac: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff8000d8b1: 48 8d 3d a8 be 01 00 lea 0x1bea8(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff8000d8b8: 4c 89 f6 mov %r14,%rsi -ffffffff8000d8bb: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff8000d8be: c6 05 eb be 01 00 01 movb $0x1,0x1beeb(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff8000d8c5: 4c 8d 3d 24 da 01 00 lea 0x1da24(%rip),%r15 # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000d8cc: 0f b6 03 movzbl (%rbx),%eax -ffffffff8000d8cf: 0f b6 05 c2 da 01 00 movzbl 0x1dac2(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000d8d6: 84 c0 test %al,%al -ffffffff8000d8d8: 0f 85 2e ff ff ff jne ffffffff8000d80c <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x21c> -ffffffff8000d8de: 48 8d 9d a8 f7 ff ff lea -0x858(%rbp),%rbx -ffffffff8000d8e5: 48 89 df mov %rbx,%rdi -ffffffff8000d8e8: ff 15 f2 d9 01 00 call *0x1d9f2(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000d8ee: 48 c7 05 ef d9 01 00 movq $0x1,0x1d9ef(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000d8f5: 01 00 00 00 -ffffffff8000d8f9: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000d8fe: 4c 89 ff mov %r15,%rdi -ffffffff8000d901: 48 89 de mov %rbx,%rsi -ffffffff8000d904: e8 77 4d 01 00 call ffffffff80022680 -ffffffff8000d909: c6 05 88 da 01 00 01 movb $0x1,0x1da88(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000d910: be 01 00 00 00 mov $0x1,%esi -ffffffff8000d915: ba 26 00 00 00 mov $0x26,%edx -ffffffff8000d91a: 4c 89 ff mov %r15,%rdi -ffffffff8000d91d: e8 2e 67 00 00 call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff8000d922: 48 85 c0 test %rax,%rax -ffffffff8000d925: 0f 84 aa 1b 00 00 je ffffffff8000f4d5 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1ee5> -ffffffff8000d92b: 48 b9 63 6f 6d 6d 61 movabs $0x2e646e616d6d6f63,%rcx -ffffffff8000d932: 6e 64 2e -ffffffff8000d935: 48 89 48 1e mov %rcx,0x1e(%rax) -ffffffff8000d939: 48 b9 6e 74 69 66 79 movabs $0x6f6320796669746e,%rcx -ffffffff8000d940: 20 63 6f -ffffffff8000d943: 48 89 48 18 mov %rcx,0x18(%rax) -ffffffff8000d947: 48 b9 75 69 6e 67 20 movabs $0x65644920676e6975,%rcx -ffffffff8000d94e: 49 64 65 -ffffffff8000d951: 48 89 48 10 mov %rcx,0x10(%rax) -ffffffff8000d955: 48 b9 66 6f 72 65 20 movabs $0x7373692065726f66,%rcx -ffffffff8000d95c: 69 73 73 -ffffffff8000d95f: 48 89 48 08 mov %rcx,0x8(%rax) -ffffffff8000d963: 48 b9 45 72 72 6f 72 movabs $0x656220726f727245,%rcx -ffffffff8000d96a: 20 62 65 -ffffffff8000d96d: 48 89 08 mov %rcx,(%rax) -ffffffff8000d970: 48 89 85 00 f6 ff ff mov %rax,-0xa00(%rbp) -ffffffff8000d977: 48 c7 85 08 f6 ff ff movq $0x26,-0x9f8(%rbp) -ffffffff8000d97e: 26 00 00 00 -ffffffff8000d982: 48 c7 85 10 f6 ff ff movq $0x26,-0x9f0(%rbp) -ffffffff8000d989: 26 00 00 00 -ffffffff8000d98d: 48 8d 85 00 f6 ff ff lea -0xa00(%rbp),%rax -ffffffff8000d994: 48 89 45 98 mov %rax,-0x68(%rbp) -ffffffff8000d998: 48 8d 45 98 lea -0x68(%rbp),%rax -ffffffff8000d99c: 48 89 85 28 ff ff ff mov %rax,-0xd8(%rbp) -ffffffff8000d9a3: 48 8d 05 a6 8d 00 00 lea 0x8da6(%rip),%rax # ffffffff80016750 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h42ee6215a9c421d0E> -ffffffff8000d9aa: 48 89 85 30 ff ff ff mov %rax,-0xd0(%rbp) -ffffffff8000d9b1: 48 8d 05 f8 ce 01 00 lea 0x1cef8(%rip),%rax # ffffffff8002a8b0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x1038> -ffffffff8000d9b8: 48 89 85 a8 f7 ff ff mov %rax,-0x858(%rbp) -ffffffff8000d9bf: 48 c7 85 b0 f7 ff ff movq $0x1,-0x850(%rbp) -ffffffff8000d9c6: 01 00 00 00 -ffffffff8000d9ca: 48 c7 85 c8 f7 ff ff movq $0x0,-0x838(%rbp) -ffffffff8000d9d1: 00 00 00 00 -ffffffff8000d9d5: 48 8d 85 28 ff ff ff lea -0xd8(%rbp),%rax -ffffffff8000d9dc: 48 89 85 b8 f7 ff ff mov %rax,-0x848(%rbp) -ffffffff8000d9e3: 48 c7 85 c0 f7 ff ff movq $0x1,-0x840(%rbp) -ffffffff8000d9ea: 01 00 00 00 -ffffffff8000d9ee: 48 8d bd 08 fe ff ff lea -0x1f8(%rbp),%rdi -ffffffff8000d9f5: 48 8d b5 a8 f7 ff ff lea -0x858(%rbp),%rsi -ffffffff8000d9fc: e8 8f f5 00 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff8000da01: 4c 8b b5 08 f6 ff ff mov -0x9f8(%rbp),%r14 -ffffffff8000da08: 4d 85 f6 test %r14,%r14 -ffffffff8000da0b: 74 66 je ffffffff8000da73 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x483> -ffffffff8000da0d: 4c 8b a5 00 f6 ff ff mov -0xa00(%rbp),%r12 -ffffffff8000da14: 0f b6 05 7d d9 01 00 movzbl 0x1d97d(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000da1b: 84 c0 test %al,%al -ffffffff8000da1d: 74 0f je ffffffff8000da2e <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x43e> -ffffffff8000da1f: 48 83 3d c1 d8 01 00 cmpq $0x0,0x1d8c1(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000da26: 00 -ffffffff8000da27: 75 37 jne ffffffff8000da60 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x470> -ffffffff8000da29: e9 a6 06 00 00 jmp ffffffff8000e0d4 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0xae4> -ffffffff8000da2e: 48 8d 9d a8 f7 ff ff lea -0x858(%rbp),%rbx -ffffffff8000da35: 48 89 df mov %rbx,%rdi -ffffffff8000da38: ff 15 a2 d8 01 00 call *0x1d8a2(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000da3e: 48 c7 05 9f d8 01 00 movq $0x1,0x1d89f(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000da45: 01 00 00 00 -ffffffff8000da49: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000da4e: 4c 89 ff mov %r15,%rdi -ffffffff8000da51: 48 89 de mov %rbx,%rsi -ffffffff8000da54: e8 27 4c 01 00 call ffffffff80022680 -ffffffff8000da59: c6 05 38 d9 01 00 01 movb $0x1,0x1d938(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000da60: ba 01 00 00 00 mov $0x1,%edx -ffffffff8000da65: 4c 89 ff mov %r15,%rdi -ffffffff8000da68: 4c 89 e6 mov %r12,%rsi -ffffffff8000da6b: 4c 89 f1 mov %r14,%rcx -ffffffff8000da6e: e8 dd 67 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8000da73: 48 8b 85 08 fe ff ff mov -0x1f8(%rbp),%rax -ffffffff8000da7a: 48 8b 8d 10 fe ff ff mov -0x1f0(%rbp),%rcx -ffffffff8000da81: 48 89 85 00 f6 ff ff mov %rax,-0xa00(%rbp) -ffffffff8000da88: 48 89 8d 08 f6 ff ff mov %rcx,-0x9f8(%rbp) -ffffffff8000da8f: 48 8b 85 18 fe ff ff mov -0x1e8(%rbp),%rax -ffffffff8000da96: 48 89 85 10 f6 ff ff mov %rax,-0x9f0(%rbp) -ffffffff8000da9d: 48 8d 85 00 f6 ff ff lea -0xa00(%rbp),%rax -ffffffff8000daa4: 48 89 45 98 mov %rax,-0x68(%rbp) -ffffffff8000daa8: 48 8d 45 98 lea -0x68(%rbp),%rax -ffffffff8000daac: 48 89 85 28 ff ff ff mov %rax,-0xd8(%rbp) -ffffffff8000dab3: 48 8d 05 96 8c 00 00 lea 0x8c96(%rip),%rax # ffffffff80016750 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h42ee6215a9c421d0E> -ffffffff8000daba: 48 89 85 30 ff ff ff mov %rax,-0xd0(%rbp) -ffffffff8000dac1: 48 8d 05 c8 cd 01 00 lea 0x1cdc8(%rip),%rax # ffffffff8002a890 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x1018> -ffffffff8000dac8: 48 89 85 a8 f7 ff ff mov %rax,-0x858(%rbp) -ffffffff8000dacf: 48 c7 85 b0 f7 ff ff movq $0x2,-0x850(%rbp) -ffffffff8000dad6: 02 00 00 00 -ffffffff8000dada: 48 c7 85 c8 f7 ff ff movq $0x0,-0x838(%rbp) -ffffffff8000dae1: 00 00 00 00 -ffffffff8000dae5: 48 8d 85 28 ff ff ff lea -0xd8(%rbp),%rax -ffffffff8000daec: 48 89 85 b8 f7 ff ff mov %rax,-0x848(%rbp) -ffffffff8000daf3: 48 c7 85 c0 f7 ff ff movq $0x1,-0x840(%rbp) -ffffffff8000dafa: 01 00 00 00 -ffffffff8000dafe: 48 8d bd 08 fe ff ff lea -0x1f8(%rbp),%rdi -ffffffff8000db05: 48 8d b5 a8 f7 ff ff lea -0x858(%rbp),%rsi -ffffffff8000db0c: e8 7f f4 00 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff8000db11: 4c 8b b5 08 f6 ff ff mov -0x9f8(%rbp),%r14 -ffffffff8000db18: 4d 85 f6 test %r14,%r14 -ffffffff8000db1b: 74 66 je ffffffff8000db83 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x593> -ffffffff8000db1d: 4c 8b a5 00 f6 ff ff mov -0xa00(%rbp),%r12 -ffffffff8000db24: 0f b6 05 6d d8 01 00 movzbl 0x1d86d(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000db2b: 84 c0 test %al,%al -ffffffff8000db2d: 74 0f je ffffffff8000db3e <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x54e> -ffffffff8000db2f: 48 83 3d b1 d7 01 00 cmpq $0x0,0x1d7b1(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000db36: 00 -ffffffff8000db37: 75 37 jne ffffffff8000db70 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x580> -ffffffff8000db39: e9 96 05 00 00 jmp ffffffff8000e0d4 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0xae4> -ffffffff8000db3e: 48 8d 9d a8 f7 ff ff lea -0x858(%rbp),%rbx -ffffffff8000db45: 48 89 df mov %rbx,%rdi -ffffffff8000db48: ff 15 92 d7 01 00 call *0x1d792(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000db4e: 48 c7 05 8f d7 01 00 movq $0x1,0x1d78f(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000db55: 01 00 00 00 -ffffffff8000db59: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000db5e: 4c 89 ff mov %r15,%rdi -ffffffff8000db61: 48 89 de mov %rbx,%rsi -ffffffff8000db64: e8 17 4b 01 00 call ffffffff80022680 -ffffffff8000db69: c6 05 28 d8 01 00 01 movb $0x1,0x1d828(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000db70: ba 01 00 00 00 mov $0x1,%edx -ffffffff8000db75: 4c 89 ff mov %r15,%rdi -ffffffff8000db78: 4c 89 e6 mov %r12,%rsi -ffffffff8000db7b: 4c 89 f1 mov %r14,%rcx -ffffffff8000db7e: e8 cd 66 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8000db83: 4c 8b b5 08 fe ff ff mov -0x1f8(%rbp),%r14 -ffffffff8000db8a: 4c 8b a5 10 fe ff ff mov -0x1f0(%rbp),%r12 -ffffffff8000db91: 48 8b 95 18 fe ff ff mov -0x1e8(%rbp),%rdx -ffffffff8000db98: 48 8d 3d c1 bb 01 00 lea 0x1bbc1(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff8000db9f: 4c 89 f6 mov %r14,%rsi -ffffffff8000dba2: e8 f9 2a ff ff call ffffffff800006a0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E> -ffffffff8000dba7: 4d 85 e4 test %r12,%r12 -ffffffff8000dbaa: 74 5f je ffffffff8000dc0b <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x61b> -ffffffff8000dbac: 0f b6 05 e5 d7 01 00 movzbl 0x1d7e5(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000dbb3: 84 c0 test %al,%al -ffffffff8000dbb5: 74 0f je ffffffff8000dbc6 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x5d6> -ffffffff8000dbb7: 48 83 3d 29 d7 01 00 cmpq $0x0,0x1d729(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000dbbe: 00 -ffffffff8000dbbf: 75 37 jne ffffffff8000dbf8 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x608> -ffffffff8000dbc1: e9 0e 05 00 00 jmp ffffffff8000e0d4 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0xae4> -ffffffff8000dbc6: 48 8d 9d a8 f7 ff ff lea -0x858(%rbp),%rbx -ffffffff8000dbcd: 48 89 df mov %rbx,%rdi -ffffffff8000dbd0: ff 15 0a d7 01 00 call *0x1d70a(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000dbd6: 48 c7 05 07 d7 01 00 movq $0x1,0x1d707(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000dbdd: 01 00 00 00 -ffffffff8000dbe1: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000dbe6: 4c 89 ff mov %r15,%rdi -ffffffff8000dbe9: 48 89 de mov %rbx,%rsi -ffffffff8000dbec: e8 8f 4a 01 00 call ffffffff80022680 -ffffffff8000dbf1: c6 05 a0 d7 01 00 01 movb $0x1,0x1d7a0(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000dbf8: ba 01 00 00 00 mov $0x1,%edx -ffffffff8000dbfd: 4c 89 ff mov %r15,%rdi -ffffffff8000dc00: 4c 89 f6 mov %r14,%rsi -ffffffff8000dc03: 4c 89 e1 mov %r12,%rcx -ffffffff8000dc06: e8 45 66 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8000dc0b: 44 8b 4d c8 mov -0x38(%rbp),%r9d -ffffffff8000dc0f: 90 nop -ffffffff8000dc10: 48 8b 85 60 ff ff ff mov -0xa0(%rbp),%rax -ffffffff8000dc17: f0 48 ff 08 lock decq (%rax) -ffffffff8000dc1b: 0f 85 af fa ff ff jne ffffffff8000d6d0 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0xe0> -ffffffff8000dc21: 48 8d bd 60 ff ff ff lea -0xa0(%rbp),%rdi -ffffffff8000dc28: 44 89 cb mov %r9d,%ebx -ffffffff8000dc2b: e8 00 45 00 00 call ffffffff80012130 <_ZN5alloc4sync16Arc$LT$T$C$A$GT$9drop_slow17h8121f75299ef78c8E> -ffffffff8000dc30: 41 89 d9 mov %ebx,%r9d -ffffffff8000dc33: e9 98 fa ff ff jmp ffffffff8000d6d0 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0xe0> -ffffffff8000dc38: 4c 8d a5 00 f6 ff ff lea -0xa00(%rbp),%r12 -ffffffff8000dc3f: 4c 89 e7 mov %r12,%rdi -ffffffff8000dc42: ff 15 98 d6 01 00 call *0x1d698(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000dc48: 48 c7 05 95 d6 01 00 movq $0x1,0x1d695(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000dc4f: 01 00 00 00 -ffffffff8000dc53: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000dc58: 4c 8d 35 91 d6 01 00 lea 0x1d691(%rip),%r14 # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000dc5f: 4c 89 f7 mov %r14,%rdi -ffffffff8000dc62: 4c 89 e6 mov %r12,%rsi -ffffffff8000dc65: e8 16 4a 01 00 call ffffffff80022680 -ffffffff8000dc6a: c6 05 27 d7 01 00 01 movb $0x1,0x1d727(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000dc71: be 08 00 00 00 mov $0x8,%esi -ffffffff8000dc76: ba 10 02 00 00 mov $0x210,%edx -ffffffff8000dc7b: 4c 89 f7 mov %r14,%rdi -ffffffff8000dc7e: e8 cd 63 00 00 call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff8000dc83: 48 85 c0 test %rax,%rax -ffffffff8000dc86: 0f 84 5a 18 00 00 je ffffffff8000f4e6 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1ef6> -ffffffff8000dc8c: 49 89 c6 mov %rax,%r14 -ffffffff8000dc8f: 48 c7 00 01 00 00 00 movq $0x1,(%rax) -ffffffff8000dc96: 48 c7 40 08 01 00 00 movq $0x1,0x8(%rax) -ffffffff8000dc9d: 00 -ffffffff8000dc9e: 48 89 c7 mov %rax,%rdi -ffffffff8000dca1: 48 83 c7 10 add $0x10,%rdi -ffffffff8000dca5: ba 00 02 00 00 mov $0x200,%edx -ffffffff8000dcaa: 48 8d b5 a8 f7 ff ff lea -0x858(%rbp),%rsi -ffffffff8000dcb1: e8 ca 49 01 00 call ffffffff80022680 -ffffffff8000dcb6: 4c 89 75 80 mov %r14,-0x80(%rbp) -ffffffff8000dcba: 41 f6 46 73 02 testb $0x2,0x73(%r14) -ffffffff8000dcbf: 75 1f jne ffffffff8000dce0 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x6f0> -ffffffff8000dcc1: f0 49 ff 0e lock decq (%r14) -ffffffff8000dcc5: 44 8b 4d c8 mov -0x38(%rbp),%r9d -ffffffff8000dcc9: 0f 85 41 ff ff ff jne ffffffff8000dc10 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x620> -ffffffff8000dccf: 48 8d 7d 80 lea -0x80(%rbp),%rdi -ffffffff8000dcd3: e8 c8 42 00 00 call ffffffff80011fa0 <_ZN5alloc4sync16Arc$LT$T$C$A$GT$9drop_slow17h69e53f2f88cea77fE> -ffffffff8000dcd8: e9 2e ff ff ff jmp ffffffff8000dc0b <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x61b> -ffffffff8000dcdd: 0f 1f 00 nopl (%rax) -ffffffff8000dce0: b0 01 mov $0x1,%al -ffffffff8000dce2: 86 05 00 cc 01 00 xchg %al,0x1cc00(%rip) # ffffffff8002a8e8 <_ZN11CappuccinOS7drivers7storage3ide6DRIVES17h85a210ca5e43434dE> -ffffffff8000dce8: 84 c0 test %al,%al -ffffffff8000dcea: 75 f4 jne ffffffff8000dce0 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x6f0> -ffffffff8000dcec: 48 8b 35 0d cc 01 00 mov 0x1cc0d(%rip),%rsi # ffffffff8002a900 <_ZN11CappuccinOS7drivers7storage3ide6DRIVES17h85a210ca5e43434dE+0x18> -ffffffff8000dcf3: 48 3b 35 fe cb 01 00 cmp 0x1cbfe(%rip),%rsi # ffffffff8002a8f8 <_ZN11CappuccinOS7drivers7storage3ide6DRIVES17h85a210ca5e43434dE+0x10> -ffffffff8000dcfa: 0f 85 9f f9 ff ff jne ffffffff8000d69f <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0xaf> -ffffffff8000dd00: 48 8d 3d e9 cb 01 00 lea 0x1cbe9(%rip),%rdi # ffffffff8002a8f0 <_ZN11CappuccinOS7drivers7storage3ide6DRIVES17h85a210ca5e43434dE+0x8> -ffffffff8000dd07: e8 54 29 00 00 call ffffffff80010660 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17hdb9572c1875a14f8E> -ffffffff8000dd0c: 48 8b 35 ed cb 01 00 mov 0x1cbed(%rip),%rsi # ffffffff8002a900 <_ZN11CappuccinOS7drivers7storage3ide6DRIVES17h85a210ca5e43434dE+0x18> -ffffffff8000dd13: e9 87 f9 ff ff jmp ffffffff8000d69f <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0xaf> -ffffffff8000dd18: 0f b6 05 91 ba 01 00 movzbl 0x1ba91(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff8000dd1f: 84 c0 test %al,%al -ffffffff8000dd21: 74 0f je ffffffff8000dd32 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x742> -ffffffff8000dd23: 48 83 3d 2d ba 01 00 cmpq $0x0,0x1ba2d(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff8000dd2a: 00 -ffffffff8000dd2b: 75 43 jne ffffffff8000dd70 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x780> -ffffffff8000dd2d: e9 a2 03 00 00 jmp ffffffff8000e0d4 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0xae4> -ffffffff8000dd32: 48 8d 9d a8 f7 ff ff lea -0x858(%rbp),%rbx -ffffffff8000dd39: 48 89 df mov %rbx,%rdi -ffffffff8000dd3c: ff 15 0e ba 01 00 call *0x1ba0e(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff8000dd42: 48 c7 05 0b ba 01 00 movq $0x1,0x1ba0b(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff8000dd49: 01 00 00 00 -ffffffff8000dd4d: 48 8d 3d 0c ba 01 00 lea 0x1ba0c(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff8000dd54: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff8000dd59: 48 89 de mov %rbx,%rsi -ffffffff8000dd5c: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff8000dd5f: c6 05 4a ba 01 00 01 movb $0x1,0x1ba4a(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff8000dd66: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8000dd6d: 00 00 00 -ffffffff8000dd70: b0 01 mov $0x1,%al -ffffffff8000dd72: 86 05 70 cb 01 00 xchg %al,0x1cb70(%rip) # ffffffff8002a8e8 <_ZN11CappuccinOS7drivers7storage3ide6DRIVES17h85a210ca5e43434dE> -ffffffff8000dd78: 84 c0 test %al,%al -ffffffff8000dd7a: 75 f4 jne ffffffff8000dd70 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x780> -ffffffff8000dd7c: c6 05 65 cb 01 00 00 movb $0x0,0x1cb65(%rip) # ffffffff8002a8e8 <_ZN11CappuccinOS7drivers7storage3ide6DRIVES17h85a210ca5e43434dE> -ffffffff8000dd83: 48 8b 05 76 cb 01 00 mov 0x1cb76(%rip),%rax # ffffffff8002a900 <_ZN11CappuccinOS7drivers7storage3ide6DRIVES17h85a210ca5e43434dE+0x18> -ffffffff8000dd8a: 48 89 85 28 ff ff ff mov %rax,-0xd8(%rbp) -ffffffff8000dd91: 66 66 66 66 66 66 2e data16 data16 data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8000dd98: 0f 1f 84 00 00 00 00 -ffffffff8000dd9f: 00 -ffffffff8000dda0: b0 01 mov $0x1,%al -ffffffff8000dda2: 86 05 40 cb 01 00 xchg %al,0x1cb40(%rip) # ffffffff8002a8e8 <_ZN11CappuccinOS7drivers7storage3ide6DRIVES17h85a210ca5e43434dE> -ffffffff8000dda8: 84 c0 test %al,%al -ffffffff8000ddaa: 75 f4 jne ffffffff8000dda0 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x7b0> -ffffffff8000ddac: c6 05 35 cb 01 00 00 movb $0x0,0x1cb35(%rip) # ffffffff8002a8e8 <_ZN11CappuccinOS7drivers7storage3ide6DRIVES17h85a210ca5e43434dE> -ffffffff8000ddb3: 31 c0 xor %eax,%eax -ffffffff8000ddb5: 48 83 3d 43 cb 01 00 cmpq $0x1,0x1cb43(%rip) # ffffffff8002a900 <_ZN11CappuccinOS7drivers7storage3ide6DRIVES17h85a210ca5e43434dE+0x18> -ffffffff8000ddbc: 01 -ffffffff8000ddbd: 0f 95 c0 setne %al -ffffffff8000ddc0: 48 8d 0d 69 6e 01 00 lea 0x16e69(%rip),%rcx # ffffffff80024c30 -ffffffff8000ddc7: 48 8d 15 22 6d 01 00 lea 0x16d22(%rip),%rdx # ffffffff80024af0 -ffffffff8000ddce: 48 0f 44 ca cmove %rdx,%rcx -ffffffff8000ddd2: 48 89 8d 08 fe ff ff mov %rcx,-0x1f8(%rbp) -ffffffff8000ddd9: 48 89 85 10 fe ff ff mov %rax,-0x1f0(%rbp) -ffffffff8000dde0: 4c 8d bd 28 ff ff ff lea -0xd8(%rbp),%r15 -ffffffff8000dde7: 4c 89 bd 00 fc ff ff mov %r15,-0x400(%rbp) -ffffffff8000ddee: 48 8d 05 db 43 01 00 lea 0x143db(%rip),%rax # ffffffff800221d0 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u64$GT$3fmt17hb9efc93793ab2de5E> -ffffffff8000ddf5: 48 89 85 08 fc ff ff mov %rax,-0x3f8(%rbp) -ffffffff8000ddfc: 4c 8d b5 08 fe ff ff lea -0x1f8(%rbp),%r14 -ffffffff8000de03: 4c 89 b5 10 fc ff ff mov %r14,-0x3f0(%rbp) -ffffffff8000de0a: 48 8d 05 4f a1 00 00 lea 0xa14f(%rip),%rax # ffffffff80017f60 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17ha01f5dc2f20350fdE> -ffffffff8000de11: 48 89 85 18 fc ff ff mov %rax,-0x3e8(%rbp) -ffffffff8000de18: 48 8d 05 f9 ca 01 00 lea 0x1caf9(%rip),%rax # ffffffff8002a918 <_ZN11CappuccinOS7drivers7storage3ide6DRIVES17h85a210ca5e43434dE+0x30> -ffffffff8000de1f: 48 89 85 a8 f7 ff ff mov %rax,-0x858(%rbp) -ffffffff8000de26: 48 c7 85 b0 f7 ff ff movq $0x2,-0x850(%rbp) -ffffffff8000de2d: 02 00 00 00 -ffffffff8000de31: 48 c7 85 c8 f7 ff ff movq $0x0,-0x838(%rbp) -ffffffff8000de38: 00 00 00 00 -ffffffff8000de3c: 48 8d 9d 00 fc ff ff lea -0x400(%rbp),%rbx -ffffffff8000de43: 48 89 9d b8 f7 ff ff mov %rbx,-0x848(%rbp) -ffffffff8000de4a: 48 c7 85 c0 f7 ff ff movq $0x2,-0x840(%rbp) -ffffffff8000de51: 02 00 00 00 -ffffffff8000de55: 48 8d bd 00 f6 ff ff lea -0xa00(%rbp),%rdi -ffffffff8000de5c: 48 8d b5 a8 f7 ff ff lea -0x858(%rbp),%rsi -ffffffff8000de63: e8 28 f1 00 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff8000de68: 48 8b 85 00 f6 ff ff mov -0xa00(%rbp),%rax -ffffffff8000de6f: 48 8b 8d 08 f6 ff ff mov -0x9f8(%rbp),%rcx -ffffffff8000de76: 48 89 85 00 fc ff ff mov %rax,-0x400(%rbp) -ffffffff8000de7d: 48 89 8d 08 fc ff ff mov %rcx,-0x3f8(%rbp) -ffffffff8000de84: 48 8b 85 10 f6 ff ff mov -0x9f0(%rbp),%rax -ffffffff8000de8b: 48 89 85 10 fc ff ff mov %rax,-0x3f0(%rbp) -ffffffff8000de92: 48 89 9d 28 ff ff ff mov %rbx,-0xd8(%rbp) -ffffffff8000de99: 4c 89 bd 08 fe ff ff mov %r15,-0x1f8(%rbp) -ffffffff8000dea0: 48 8d 05 a9 88 00 00 lea 0x88a9(%rip),%rax # ffffffff80016750 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h42ee6215a9c421d0E> -ffffffff8000dea7: 48 89 85 10 fe ff ff mov %rax,-0x1f0(%rbp) -ffffffff8000deae: 48 8d 05 53 ca 01 00 lea 0x1ca53(%rip),%rax # ffffffff8002a908 <_ZN11CappuccinOS7drivers7storage3ide6DRIVES17h85a210ca5e43434dE+0x20> -ffffffff8000deb5: 48 89 85 a8 f7 ff ff mov %rax,-0x858(%rbp) -ffffffff8000debc: 48 c7 85 b0 f7 ff ff movq $0x1,-0x850(%rbp) -ffffffff8000dec3: 01 00 00 00 -ffffffff8000dec7: 48 c7 85 c8 f7 ff ff movq $0x0,-0x838(%rbp) -ffffffff8000dece: 00 00 00 00 -ffffffff8000ded2: 4c 89 b5 b8 f7 ff ff mov %r14,-0x848(%rbp) -ffffffff8000ded9: 48 c7 85 c0 f7 ff ff movq $0x1,-0x840(%rbp) -ffffffff8000dee0: 01 00 00 00 -ffffffff8000dee4: 48 8d bd 00 f6 ff ff lea -0xa00(%rbp),%rdi -ffffffff8000deeb: 48 8d b5 a8 f7 ff ff lea -0x858(%rbp),%rsi -ffffffff8000def2: e8 99 f0 00 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff8000def7: 48 8b 9d 08 fc ff ff mov -0x3f8(%rbp),%rbx -ffffffff8000defe: 48 85 db test %rbx,%rbx -ffffffff8000df01: 74 6e je ffffffff8000df71 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x981> -ffffffff8000df03: 4c 8b b5 00 fc ff ff mov -0x400(%rbp),%r14 -ffffffff8000df0a: 0f b6 05 87 d4 01 00 movzbl 0x1d487(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000df11: 84 c0 test %al,%al -ffffffff8000df13: 74 0f je ffffffff8000df24 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x934> -ffffffff8000df15: 48 83 3d cb d3 01 00 cmpq $0x0,0x1d3cb(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000df1c: 00 -ffffffff8000df1d: 75 3b jne ffffffff8000df5a <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x96a> -ffffffff8000df1f: e9 b0 01 00 00 jmp ffffffff8000e0d4 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0xae4> -ffffffff8000df24: 4c 8d bd a8 f7 ff ff lea -0x858(%rbp),%r15 -ffffffff8000df2b: 4c 89 ff mov %r15,%rdi -ffffffff8000df2e: ff 15 ac d3 01 00 call *0x1d3ac(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000df34: 48 c7 05 a9 d3 01 00 movq $0x1,0x1d3a9(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000df3b: 01 00 00 00 -ffffffff8000df3f: 48 8d 3d aa d3 01 00 lea 0x1d3aa(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000df46: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000df4b: 4c 89 fe mov %r15,%rsi -ffffffff8000df4e: e8 2d 47 01 00 call ffffffff80022680 -ffffffff8000df53: c6 05 3e d4 01 00 01 movb $0x1,0x1d43e(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000df5a: 48 8d 3d 8f d3 01 00 lea 0x1d38f(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000df61: ba 01 00 00 00 mov $0x1,%edx -ffffffff8000df66: 4c 89 f6 mov %r14,%rsi -ffffffff8000df69: 48 89 d9 mov %rbx,%rcx -ffffffff8000df6c: e8 df 62 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8000df71: 48 8b 85 00 f6 ff ff mov -0xa00(%rbp),%rax -ffffffff8000df78: 48 8b 8d 08 f6 ff ff mov -0x9f8(%rbp),%rcx -ffffffff8000df7f: 48 89 85 00 fc ff ff mov %rax,-0x400(%rbp) -ffffffff8000df86: 48 89 8d 08 fc ff ff mov %rcx,-0x3f8(%rbp) -ffffffff8000df8d: 48 8b 85 10 f6 ff ff mov -0x9f0(%rbp),%rax -ffffffff8000df94: 48 89 85 10 fc ff ff mov %rax,-0x3f0(%rbp) -ffffffff8000df9b: 48 8d 85 00 fc ff ff lea -0x400(%rbp),%rax -ffffffff8000dfa2: 48 89 85 28 ff ff ff mov %rax,-0xd8(%rbp) -ffffffff8000dfa9: 48 8d 85 28 ff ff ff lea -0xd8(%rbp),%rax -ffffffff8000dfb0: 48 89 85 08 fe ff ff mov %rax,-0x1f8(%rbp) -ffffffff8000dfb7: 48 8d 05 92 87 00 00 lea 0x8792(%rip),%rax # ffffffff80016750 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h42ee6215a9c421d0E> -ffffffff8000dfbe: 48 89 85 10 fe ff ff mov %rax,-0x1f0(%rbp) -ffffffff8000dfc5: 48 8d 05 c4 c8 01 00 lea 0x1c8c4(%rip),%rax # ffffffff8002a890 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x1018> -ffffffff8000dfcc: 48 89 85 a8 f7 ff ff mov %rax,-0x858(%rbp) -ffffffff8000dfd3: 48 c7 85 b0 f7 ff ff movq $0x2,-0x850(%rbp) -ffffffff8000dfda: 02 00 00 00 -ffffffff8000dfde: 48 c7 85 c8 f7 ff ff movq $0x0,-0x838(%rbp) -ffffffff8000dfe5: 00 00 00 00 -ffffffff8000dfe9: 48 8d 85 08 fe ff ff lea -0x1f8(%rbp),%rax -ffffffff8000dff0: 48 89 85 b8 f7 ff ff mov %rax,-0x848(%rbp) -ffffffff8000dff7: 48 c7 85 c0 f7 ff ff movq $0x1,-0x840(%rbp) -ffffffff8000dffe: 01 00 00 00 -ffffffff8000e002: 48 8d bd 00 f6 ff ff lea -0xa00(%rbp),%rdi -ffffffff8000e009: 4c 8d ad a8 f7 ff ff lea -0x858(%rbp),%r13 -ffffffff8000e010: 4c 89 ee mov %r13,%rsi -ffffffff8000e013: e8 78 ef 00 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff8000e018: 48 8b 9d 08 fc ff ff mov -0x3f8(%rbp),%rbx -ffffffff8000e01f: 48 85 db test %rbx,%rbx -ffffffff8000e022: 74 6e je ffffffff8000e092 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0xaa2> -ffffffff8000e024: 4c 8b b5 00 fc ff ff mov -0x400(%rbp),%r14 -ffffffff8000e02b: 0f b6 05 66 d3 01 00 movzbl 0x1d366(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000e032: 84 c0 test %al,%al -ffffffff8000e034: 74 0f je ffffffff8000e045 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0xa55> -ffffffff8000e036: 48 83 3d aa d2 01 00 cmpq $0x0,0x1d2aa(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000e03d: 00 -ffffffff8000e03e: 75 3b jne ffffffff8000e07b <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0xa8b> -ffffffff8000e040: e9 8f 00 00 00 jmp ffffffff8000e0d4 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0xae4> -ffffffff8000e045: 4c 8d bd a8 f7 ff ff lea -0x858(%rbp),%r15 -ffffffff8000e04c: 4c 89 ff mov %r15,%rdi -ffffffff8000e04f: ff 15 8b d2 01 00 call *0x1d28b(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000e055: 48 c7 05 88 d2 01 00 movq $0x1,0x1d288(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000e05c: 01 00 00 00 -ffffffff8000e060: 48 8d 3d 89 d2 01 00 lea 0x1d289(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000e067: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000e06c: 4c 89 fe mov %r15,%rsi -ffffffff8000e06f: e8 0c 46 01 00 call ffffffff80022680 -ffffffff8000e074: c6 05 1d d3 01 00 01 movb $0x1,0x1d31d(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000e07b: 48 8d 3d 6e d2 01 00 lea 0x1d26e(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000e082: ba 01 00 00 00 mov $0x1,%edx -ffffffff8000e087: 4c 89 f6 mov %r14,%rsi -ffffffff8000e08a: 48 89 d9 mov %rbx,%rcx -ffffffff8000e08d: e8 be 61 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8000e092: 48 8b 9d 00 f6 ff ff mov -0xa00(%rbp),%rbx -ffffffff8000e099: 4c 8b b5 08 f6 ff ff mov -0x9f8(%rbp),%r14 -ffffffff8000e0a0: 48 8b 95 10 f6 ff ff mov -0x9f0(%rbp),%rdx -ffffffff8000e0a7: 48 8d 3d b2 b6 01 00 lea 0x1b6b2(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff8000e0ae: 48 89 de mov %rbx,%rsi -ffffffff8000e0b1: e8 ea 25 ff ff call ffffffff800006a0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E> -ffffffff8000e0b6: 4d 85 f6 test %r14,%r14 -ffffffff8000e0b9: 0f 84 81 00 00 00 je ffffffff8000e140 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0xb50> -ffffffff8000e0bf: 0f b6 05 d2 d2 01 00 movzbl 0x1d2d2(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000e0c6: 84 c0 test %al,%al -ffffffff8000e0c8: 74 24 je ffffffff8000e0ee <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0xafe> -ffffffff8000e0ca: 48 83 3d 16 d2 01 00 cmpq $0x0,0x1d216(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000e0d1: 00 -ffffffff8000e0d2: 75 50 jne ffffffff8000e124 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0xb34> -ffffffff8000e0d4: 48 8d 3d 05 87 01 00 lea 0x18705(%rip),%rdi # ffffffff800267e0 -ffffffff8000e0db: 48 8d 15 3e d4 01 00 lea 0x1d43e(%rip),%rdx # ffffffff8002b520 -ffffffff8000e0e2: be 1e 00 00 00 mov $0x1e,%esi -ffffffff8000e0e7: e8 34 3c 01 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff8000e0ec: 0f 0b ud2 -ffffffff8000e0ee: 4c 8d bd a8 f7 ff ff lea -0x858(%rbp),%r15 -ffffffff8000e0f5: 4c 89 ff mov %r15,%rdi -ffffffff8000e0f8: ff 15 e2 d1 01 00 call *0x1d1e2(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000e0fe: 48 c7 05 df d1 01 00 movq $0x1,0x1d1df(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000e105: 01 00 00 00 -ffffffff8000e109: 48 8d 3d e0 d1 01 00 lea 0x1d1e0(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000e110: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000e115: 4c 89 fe mov %r15,%rsi -ffffffff8000e118: e8 63 45 01 00 call ffffffff80022680 -ffffffff8000e11d: c6 05 74 d2 01 00 01 movb $0x1,0x1d274(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000e124: 48 8d 3d c5 d1 01 00 lea 0x1d1c5(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000e12b: ba 01 00 00 00 mov $0x1,%edx -ffffffff8000e130: 48 89 de mov %rbx,%rsi -ffffffff8000e133: 4c 89 f1 mov %r14,%rcx -ffffffff8000e136: e8 15 61 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8000e13b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) -ffffffff8000e140: b0 01 mov $0x1,%al -ffffffff8000e142: 86 05 a0 c7 01 00 xchg %al,0x1c7a0(%rip) # ffffffff8002a8e8 <_ZN11CappuccinOS7drivers7storage3ide6DRIVES17h85a210ca5e43434dE> -ffffffff8000e148: 84 c0 test %al,%al -ffffffff8000e14a: 75 f4 jne ffffffff8000e140 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0xb50> -ffffffff8000e14c: c6 05 95 c7 01 00 00 movb $0x0,0x1c795(%rip) # ffffffff8002a8e8 <_ZN11CappuccinOS7drivers7storage3ide6DRIVES17h85a210ca5e43434dE> -ffffffff8000e153: 48 8b 05 a6 c7 01 00 mov 0x1c7a6(%rip),%rax # ffffffff8002a900 <_ZN11CappuccinOS7drivers7storage3ide6DRIVES17h85a210ca5e43434dE+0x18> -ffffffff8000e15a: 48 85 c0 test %rax,%rax -ffffffff8000e15d: 0f 84 92 11 00 00 je ffffffff8000f2f5 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1d05> -ffffffff8000e163: 48 8b 1d 86 c7 01 00 mov 0x1c786(%rip),%rbx # ffffffff8002a8f0 <_ZN11CappuccinOS7drivers7storage3ide6DRIVES17h85a210ca5e43434dE+0x8> -ffffffff8000e16a: 48 8d 04 40 lea (%rax,%rax,2),%rax -ffffffff8000e16e: 48 8d 04 c3 lea (%rbx,%rax,8),%rax -ffffffff8000e172: 48 89 85 f8 fe ff ff mov %rax,-0x108(%rbp) -ffffffff8000e179: eb 16 jmp ffffffff8000e191 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0xba1> -ffffffff8000e17b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) -ffffffff8000e180: 48 83 c3 18 add $0x18,%rbx -ffffffff8000e184: 48 3b 9d f8 fe ff ff cmp -0x108(%rbp),%rbx -ffffffff8000e18b: 0f 84 64 11 00 00 je ffffffff8000f2f5 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1d05> -ffffffff8000e191: 48 89 9d 70 ff ff ff mov %rbx,-0x90(%rbp) -ffffffff8000e198: 48 8b 43 08 mov 0x8(%rbx),%rax -ffffffff8000e19c: 8b 80 88 00 00 00 mov 0x88(%rax),%eax -ffffffff8000e1a2: 48 89 85 10 ff ff ff mov %rax,-0xf0(%rbp) -ffffffff8000e1a9: 0f b6 05 00 b6 01 00 movzbl 0x1b600(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff8000e1b0: 84 c0 test %al,%al -ffffffff8000e1b2: 74 1c je ffffffff8000e1d0 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0xbe0> -ffffffff8000e1b4: 48 83 3d 9c b5 01 00 cmpq $0x0,0x1b59c(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff8000e1bb: 00 -ffffffff8000e1bc: 75 3f jne ffffffff8000e1fd <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0xc0d> -ffffffff8000e1be: e9 11 ff ff ff jmp ffffffff8000e0d4 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0xae4> -ffffffff8000e1c3: 66 66 66 66 2e 0f 1f data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8000e1ca: 84 00 00 00 00 00 -ffffffff8000e1d0: 4c 89 ef mov %r13,%rdi -ffffffff8000e1d3: ff 15 77 b5 01 00 call *0x1b577(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff8000e1d9: 48 c7 05 74 b5 01 00 movq $0x1,0x1b574(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff8000e1e0: 01 00 00 00 -ffffffff8000e1e4: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff8000e1e9: 48 8d 3d 70 b5 01 00 lea 0x1b570(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff8000e1f0: 4c 89 ee mov %r13,%rsi -ffffffff8000e1f3: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff8000e1f6: c6 05 b3 b5 01 00 01 movb $0x1,0x1b5b3(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff8000e1fd: 48 8b 85 10 ff ff ff mov -0xf0(%rbp),%rax -ffffffff8000e204: 48 c1 e8 0b shr $0xb,%rax -ffffffff8000e208: 48 b9 ff ff ff ff ff movabs $0xfffffffffff,%rcx -ffffffff8000e20f: 0f 00 00 -ffffffff8000e212: 48 21 c8 and %rcx,%rax -ffffffff8000e215: 48 89 85 08 fe ff ff mov %rax,-0x1f8(%rbp) -ffffffff8000e21c: 48 8d 85 10 ff ff ff lea -0xf0(%rbp),%rax -ffffffff8000e223: 48 89 85 00 fc ff ff mov %rax,-0x400(%rbp) -ffffffff8000e22a: 48 8d 0d 9f 3f 01 00 lea 0x13f9f(%rip),%rcx # ffffffff800221d0 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u64$GT$3fmt17hb9efc93793ab2de5E> -ffffffff8000e231: 48 89 8d 08 fc ff ff mov %rcx,-0x3f8(%rbp) -ffffffff8000e238: 4c 8d b5 08 fe ff ff lea -0x1f8(%rbp),%r14 -ffffffff8000e23f: 4c 89 b5 10 fc ff ff mov %r14,-0x3f0(%rbp) -ffffffff8000e246: 48 89 8d 18 fc ff ff mov %rcx,-0x3e8(%rbp) -ffffffff8000e24d: 48 8d 05 e4 c6 01 00 lea 0x1c6e4(%rip),%rax # ffffffff8002a938 <_ZN11CappuccinOS7drivers7storage3ide6DRIVES17h85a210ca5e43434dE+0x50> -ffffffff8000e254: 48 89 85 a8 f7 ff ff mov %rax,-0x858(%rbp) -ffffffff8000e25b: 48 c7 85 b0 f7 ff ff movq $0x3,-0x850(%rbp) -ffffffff8000e262: 03 00 00 00 -ffffffff8000e266: 48 c7 85 c8 f7 ff ff movq $0x0,-0x838(%rbp) -ffffffff8000e26d: 00 00 00 00 -ffffffff8000e271: 48 8d 9d 00 fc ff ff lea -0x400(%rbp),%rbx -ffffffff8000e278: 48 89 9d b8 f7 ff ff mov %rbx,-0x848(%rbp) -ffffffff8000e27f: 48 c7 85 c0 f7 ff ff movq $0x2,-0x840(%rbp) -ffffffff8000e286: 02 00 00 00 -ffffffff8000e28a: 4c 8d bd 00 f6 ff ff lea -0xa00(%rbp),%r15 -ffffffff8000e291: 4c 89 ff mov %r15,%rdi -ffffffff8000e294: 4c 89 ee mov %r13,%rsi -ffffffff8000e297: e8 f4 ec 00 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff8000e29c: 48 8b 85 00 f6 ff ff mov -0xa00(%rbp),%rax -ffffffff8000e2a3: 48 8b 8d 08 f6 ff ff mov -0x9f8(%rbp),%rcx -ffffffff8000e2aa: 48 89 85 00 fc ff ff mov %rax,-0x400(%rbp) -ffffffff8000e2b1: 48 89 8d 08 fc ff ff mov %rcx,-0x3f8(%rbp) -ffffffff8000e2b8: 48 8b 85 10 f6 ff ff mov -0x9f0(%rbp),%rax -ffffffff8000e2bf: 48 89 85 10 fc ff ff mov %rax,-0x3f0(%rbp) -ffffffff8000e2c6: 48 89 5d 98 mov %rbx,-0x68(%rbp) -ffffffff8000e2ca: 48 8d 45 98 lea -0x68(%rbp),%rax -ffffffff8000e2ce: 48 89 85 08 fe ff ff mov %rax,-0x1f8(%rbp) -ffffffff8000e2d5: 48 8d 05 74 84 00 00 lea 0x8474(%rip),%rax # ffffffff80016750 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h42ee6215a9c421d0E> -ffffffff8000e2dc: 48 89 85 10 fe ff ff mov %rax,-0x1f0(%rbp) -ffffffff8000e2e3: 48 8d 05 1e c6 01 00 lea 0x1c61e(%rip),%rax # ffffffff8002a908 <_ZN11CappuccinOS7drivers7storage3ide6DRIVES17h85a210ca5e43434dE+0x20> -ffffffff8000e2ea: 48 89 85 a8 f7 ff ff mov %rax,-0x858(%rbp) -ffffffff8000e2f1: 48 c7 85 b0 f7 ff ff movq $0x1,-0x850(%rbp) -ffffffff8000e2f8: 01 00 00 00 -ffffffff8000e2fc: 48 c7 85 c8 f7 ff ff movq $0x0,-0x838(%rbp) -ffffffff8000e303: 00 00 00 00 -ffffffff8000e307: 4c 89 b5 b8 f7 ff ff mov %r14,-0x848(%rbp) -ffffffff8000e30e: 4d 89 fe mov %r15,%r14 -ffffffff8000e311: 48 c7 85 c0 f7 ff ff movq $0x1,-0x840(%rbp) -ffffffff8000e318: 01 00 00 00 -ffffffff8000e31c: 4c 89 ff mov %r15,%rdi -ffffffff8000e31f: 4c 89 ee mov %r13,%rsi -ffffffff8000e322: e8 69 ec 00 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff8000e327: 4c 8b bd 08 fc ff ff mov -0x3f8(%rbp),%r15 -ffffffff8000e32e: 4d 85 ff test %r15,%r15 -ffffffff8000e331: 48 8d 1d b8 cf 01 00 lea 0x1cfb8(%rip),%rbx # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000e338: 74 64 je ffffffff8000e39e <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0xdae> -ffffffff8000e33a: 4c 8b a5 00 fc ff ff mov -0x400(%rbp),%r12 -ffffffff8000e341: 0f b6 05 50 d0 01 00 movzbl 0x1d050(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000e348: 84 c0 test %al,%al -ffffffff8000e34a: 74 14 je ffffffff8000e360 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0xd70> -ffffffff8000e34c: 48 83 3d 94 cf 01 00 cmpq $0x0,0x1cf94(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000e353: 00 -ffffffff8000e354: 75 35 jne ffffffff8000e38b <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0xd9b> -ffffffff8000e356: e9 79 fd ff ff jmp ffffffff8000e0d4 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0xae4> -ffffffff8000e35b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) -ffffffff8000e360: 4c 89 ef mov %r13,%rdi -ffffffff8000e363: ff 15 77 cf 01 00 call *0x1cf77(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000e369: 48 c7 05 74 cf 01 00 movq $0x1,0x1cf74(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000e370: 01 00 00 00 -ffffffff8000e374: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000e379: 48 89 df mov %rbx,%rdi -ffffffff8000e37c: 4c 89 ee mov %r13,%rsi -ffffffff8000e37f: e8 fc 42 01 00 call ffffffff80022680 -ffffffff8000e384: c6 05 0d d0 01 00 01 movb $0x1,0x1d00d(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000e38b: ba 01 00 00 00 mov $0x1,%edx -ffffffff8000e390: 48 89 df mov %rbx,%rdi -ffffffff8000e393: 4c 89 e6 mov %r12,%rsi -ffffffff8000e396: 4c 89 f9 mov %r15,%rcx -ffffffff8000e399: e8 b2 5e 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8000e39e: 48 8b 85 00 f6 ff ff mov -0xa00(%rbp),%rax -ffffffff8000e3a5: 48 8b 8d 08 f6 ff ff mov -0x9f8(%rbp),%rcx -ffffffff8000e3ac: 48 89 85 00 fc ff ff mov %rax,-0x400(%rbp) -ffffffff8000e3b3: 48 89 8d 08 fc ff ff mov %rcx,-0x3f8(%rbp) -ffffffff8000e3ba: 48 8b 85 10 f6 ff ff mov -0x9f0(%rbp),%rax -ffffffff8000e3c1: 48 89 85 10 fc ff ff mov %rax,-0x3f0(%rbp) -ffffffff8000e3c8: 48 8d 85 00 fc ff ff lea -0x400(%rbp),%rax -ffffffff8000e3cf: 48 89 45 98 mov %rax,-0x68(%rbp) -ffffffff8000e3d3: 48 8d 45 98 lea -0x68(%rbp),%rax -ffffffff8000e3d7: 48 89 85 08 fe ff ff mov %rax,-0x1f8(%rbp) -ffffffff8000e3de: 48 8d 05 6b 83 00 00 lea 0x836b(%rip),%rax # ffffffff80016750 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h42ee6215a9c421d0E> -ffffffff8000e3e5: 48 89 85 10 fe ff ff mov %rax,-0x1f0(%rbp) -ffffffff8000e3ec: 48 8d 05 9d c4 01 00 lea 0x1c49d(%rip),%rax # ffffffff8002a890 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x1018> -ffffffff8000e3f3: 48 89 85 a8 f7 ff ff mov %rax,-0x858(%rbp) -ffffffff8000e3fa: 48 c7 85 b0 f7 ff ff movq $0x2,-0x850(%rbp) -ffffffff8000e401: 02 00 00 00 -ffffffff8000e405: 48 c7 85 c8 f7 ff ff movq $0x0,-0x838(%rbp) -ffffffff8000e40c: 00 00 00 00 -ffffffff8000e410: 48 8d 85 08 fe ff ff lea -0x1f8(%rbp),%rax -ffffffff8000e417: 48 89 85 b8 f7 ff ff mov %rax,-0x848(%rbp) -ffffffff8000e41e: 48 c7 85 c0 f7 ff ff movq $0x1,-0x840(%rbp) -ffffffff8000e425: 01 00 00 00 -ffffffff8000e429: 4c 89 f7 mov %r14,%rdi -ffffffff8000e42c: 4c 89 ee mov %r13,%rsi -ffffffff8000e42f: e8 5c eb 00 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff8000e434: 4c 8b bd 08 fc ff ff mov -0x3f8(%rbp),%r15 -ffffffff8000e43b: 4d 85 ff test %r15,%r15 -ffffffff8000e43e: 74 6e je ffffffff8000e4ae <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0xebe> -ffffffff8000e440: 4c 8b a5 00 fc ff ff mov -0x400(%rbp),%r12 -ffffffff8000e447: 0f b6 05 4a cf 01 00 movzbl 0x1cf4a(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000e44e: 84 c0 test %al,%al -ffffffff8000e450: 74 1e je ffffffff8000e470 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0xe80> -ffffffff8000e452: 48 83 3d 8e ce 01 00 cmpq $0x0,0x1ce8e(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000e459: 00 -ffffffff8000e45a: 75 3f jne ffffffff8000e49b <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0xeab> -ffffffff8000e45c: e9 73 fc ff ff jmp ffffffff8000e0d4 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0xae4> -ffffffff8000e461: 66 66 66 66 66 66 2e data16 data16 data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8000e468: 0f 1f 84 00 00 00 00 -ffffffff8000e46f: 00 -ffffffff8000e470: 4c 89 ef mov %r13,%rdi -ffffffff8000e473: ff 15 67 ce 01 00 call *0x1ce67(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000e479: 48 c7 05 64 ce 01 00 movq $0x1,0x1ce64(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000e480: 01 00 00 00 -ffffffff8000e484: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000e489: 48 89 df mov %rbx,%rdi -ffffffff8000e48c: 4c 89 ee mov %r13,%rsi -ffffffff8000e48f: e8 ec 41 01 00 call ffffffff80022680 -ffffffff8000e494: c6 05 fd ce 01 00 01 movb $0x1,0x1cefd(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000e49b: ba 01 00 00 00 mov $0x1,%edx -ffffffff8000e4a0: 48 89 df mov %rbx,%rdi -ffffffff8000e4a3: 4c 89 e6 mov %r12,%rsi -ffffffff8000e4a6: 4c 89 f9 mov %r15,%rcx -ffffffff8000e4a9: e8 a2 5d 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8000e4ae: 4c 8b bd 00 f6 ff ff mov -0xa00(%rbp),%r15 -ffffffff8000e4b5: 4c 8b a5 08 f6 ff ff mov -0x9f8(%rbp),%r12 -ffffffff8000e4bc: 48 8b 95 10 f6 ff ff mov -0x9f0(%rbp),%rdx -ffffffff8000e4c3: 48 8d 3d 96 b2 01 00 lea 0x1b296(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff8000e4ca: 4c 89 fe mov %r15,%rsi -ffffffff8000e4cd: e8 ce 21 ff ff call ffffffff800006a0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E> -ffffffff8000e4d2: 4d 85 e4 test %r12,%r12 -ffffffff8000e4d5: 74 67 je ffffffff8000e53e <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0xf4e> -ffffffff8000e4d7: 0f b6 05 ba ce 01 00 movzbl 0x1ceba(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000e4de: 84 c0 test %al,%al -ffffffff8000e4e0: 74 1e je ffffffff8000e500 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0xf10> -ffffffff8000e4e2: 48 83 3d fe cd 01 00 cmpq $0x0,0x1cdfe(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000e4e9: 00 -ffffffff8000e4ea: 75 3f jne ffffffff8000e52b <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0xf3b> -ffffffff8000e4ec: e9 e3 fb ff ff jmp ffffffff8000e0d4 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0xae4> -ffffffff8000e4f1: 66 66 66 66 66 66 2e data16 data16 data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8000e4f8: 0f 1f 84 00 00 00 00 -ffffffff8000e4ff: 00 -ffffffff8000e500: 4c 89 ef mov %r13,%rdi -ffffffff8000e503: ff 15 d7 cd 01 00 call *0x1cdd7(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000e509: 48 c7 05 d4 cd 01 00 movq $0x1,0x1cdd4(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000e510: 01 00 00 00 -ffffffff8000e514: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000e519: 48 89 df mov %rbx,%rdi -ffffffff8000e51c: 4c 89 ee mov %r13,%rsi -ffffffff8000e51f: e8 5c 41 01 00 call ffffffff80022680 -ffffffff8000e524: c6 05 6d ce 01 00 01 movb $0x1,0x1ce6d(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000e52b: ba 01 00 00 00 mov $0x1,%edx -ffffffff8000e530: 48 89 df mov %rbx,%rdi -ffffffff8000e533: 4c 89 fe mov %r15,%rsi -ffffffff8000e536: 4c 89 e1 mov %r12,%rcx -ffffffff8000e539: e8 12 5d 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8000e53e: ba 01 00 00 00 mov $0x1,%edx -ffffffff8000e543: 48 8b 9d 70 ff ff ff mov -0x90(%rbp),%rbx -ffffffff8000e54a: 48 89 df mov %rbx,%rdi -ffffffff8000e54d: 31 f6 xor %esi,%esi -ffffffff8000e54f: e8 bc 0f 00 00 call ffffffff8000f510 <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E> -ffffffff8000e554: 48 85 c0 test %rax,%rax -ffffffff8000e557: 0f 84 e6 0d 00 00 je ffffffff8000f343 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1d53> -ffffffff8000e55d: 48 89 85 c0 fe ff ff mov %rax,-0x140(%rbp) -ffffffff8000e564: 48 89 95 c8 fe ff ff mov %rdx,-0x138(%rbp) -ffffffff8000e56b: 48 81 fa fe 01 00 00 cmp $0x1fe,%rdx -ffffffff8000e572: 0f 82 f3 0d 00 00 jb ffffffff8000f36b <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1d7b> -ffffffff8000e578: 48 81 fa 00 02 00 00 cmp $0x200,%rdx -ffffffff8000e57f: 0f 85 ff 0d 00 00 jne ffffffff8000f384 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1d94> -ffffffff8000e585: 0f b7 80 0e 02 00 00 movzwl 0x20e(%rax),%eax -ffffffff8000e58c: 3d 55 aa 00 00 cmp $0xaa55,%eax -ffffffff8000e591: 0f 85 15 0e 00 00 jne ffffffff8000f3ac <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1dbc> -ffffffff8000e597: be 01 00 00 00 mov $0x1,%esi -ffffffff8000e59c: ba 01 00 00 00 mov $0x1,%edx -ffffffff8000e5a1: 48 89 df mov %rbx,%rdi -ffffffff8000e5a4: e8 67 0f 00 00 call ffffffff8000f510 <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E> -ffffffff8000e5a9: 48 85 c0 test %rax,%rax -ffffffff8000e5ac: 0f 84 4c 0e 00 00 je ffffffff8000f3fe <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1e0e> -ffffffff8000e5b2: 49 89 c7 mov %rax,%r15 -ffffffff8000e5b5: 49 89 d4 mov %rdx,%r12 -ffffffff8000e5b8: 48 89 85 b0 fe ff ff mov %rax,-0x150(%rbp) -ffffffff8000e5bf: 48 89 95 b8 fe ff ff mov %rdx,-0x148(%rbp) -ffffffff8000e5c6: ba a4 01 00 00 mov $0x1a4,%edx -ffffffff8000e5cb: 4c 89 f7 mov %r14,%rdi -ffffffff8000e5ce: 31 f6 xor %esi,%esi -ffffffff8000e5d0: e8 bb 40 01 00 call ffffffff80022690 -ffffffff8000e5d5: 49 81 fc ff 01 00 00 cmp $0x1ff,%r12 -ffffffff8000e5dc: 0f 86 44 0e 00 00 jbe ffffffff8000f426 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1e36> -ffffffff8000e5e2: 4c 89 f1 mov %r14,%rcx -ffffffff8000e5e5: 41 0f b6 47 17 movzbl 0x17(%r15),%eax -ffffffff8000e5ea: 88 45 d3 mov %al,-0x2d(%rbp) -ffffffff8000e5ed: 41 0f b6 47 16 movzbl 0x16(%r15),%eax -ffffffff8000e5f2: 88 45 d5 mov %al,-0x2b(%rbp) -ffffffff8000e5f5: 41 0f b6 47 15 movzbl 0x15(%r15),%eax -ffffffff8000e5fa: 88 85 78 ff ff ff mov %al,-0x88(%rbp) -ffffffff8000e600: 41 0f b6 47 14 movzbl 0x14(%r15),%eax -ffffffff8000e605: 88 45 d7 mov %al,-0x29(%rbp) -ffffffff8000e608: 41 0f b6 47 13 movzbl 0x13(%r15),%eax -ffffffff8000e60d: 88 45 bf mov %al,-0x41(%rbp) -ffffffff8000e610: 41 0f b6 47 12 movzbl 0x12(%r15),%eax -ffffffff8000e615: 88 45 c1 mov %al,-0x3f(%rbp) -ffffffff8000e618: 41 0f b6 47 10 movzbl 0x10(%r15),%eax -ffffffff8000e61d: 88 45 c0 mov %al,-0x40(%rbp) -ffffffff8000e620: 41 0f b6 47 11 movzbl 0x11(%r15),%eax -ffffffff8000e625: 88 45 c2 mov %al,-0x3e(%rbp) -ffffffff8000e628: 41 8b 47 18 mov 0x18(%r15),%eax -ffffffff8000e62c: 89 45 b4 mov %eax,-0x4c(%rbp) -ffffffff8000e62f: 41 8b 47 1c mov 0x1c(%r15),%eax -ffffffff8000e633: 89 45 b8 mov %eax,-0x48(%rbp) -ffffffff8000e636: 41 8b 47 20 mov 0x20(%r15),%eax -ffffffff8000e63a: 89 85 50 ff ff ff mov %eax,-0xb0(%rbp) -ffffffff8000e640: 41 8b 47 24 mov 0x24(%r15),%eax -ffffffff8000e644: 89 85 58 ff ff ff mov %eax,-0xa8(%rbp) -ffffffff8000e64a: 41 0f b6 47 57 movzbl 0x57(%r15),%eax -ffffffff8000e64f: 88 45 c8 mov %al,-0x38(%rbp) -ffffffff8000e652: 41 0f b6 47 56 movzbl 0x56(%r15),%eax -ffffffff8000e657: 88 45 d0 mov %al,-0x30(%rbp) -ffffffff8000e65a: 41 0f b6 47 55 movzbl 0x55(%r15),%eax -ffffffff8000e65f: 88 45 d1 mov %al,-0x2f(%rbp) -ffffffff8000e662: 41 0f b6 47 54 movzbl 0x54(%r15),%eax -ffffffff8000e667: 88 45 d2 mov %al,-0x2e(%rbp) -ffffffff8000e66a: 41 0f b6 47 53 movzbl 0x53(%r15),%eax -ffffffff8000e66f: 88 45 d4 mov %al,-0x2c(%rbp) -ffffffff8000e672: 41 0f b6 47 52 movzbl 0x52(%r15),%eax -ffffffff8000e677: 88 45 d6 mov %al,-0x2a(%rbp) -ffffffff8000e67a: 41 0f b6 47 51 movzbl 0x51(%r15),%eax -ffffffff8000e67f: 88 45 ce mov %al,-0x32(%rbp) -ffffffff8000e682: 41 0f b6 47 50 movzbl 0x50(%r15),%eax -ffffffff8000e687: 88 45 cf mov %al,-0x31(%rbp) -ffffffff8000e68a: 4c 89 fe mov %r15,%rsi -ffffffff8000e68d: 48 83 c6 6c add $0x6c,%rsi -ffffffff8000e691: 4d 8b 67 28 mov 0x28(%r15),%r12 -ffffffff8000e695: 49 8b 47 30 mov 0x30(%r15),%rax -ffffffff8000e699: 48 89 85 f0 fe ff ff mov %rax,-0x110(%rbp) -ffffffff8000e6a0: 49 8b 47 38 mov 0x38(%r15),%rax -ffffffff8000e6a4: 48 89 85 e8 fe ff ff mov %rax,-0x118(%rbp) -ffffffff8000e6ab: 49 8b 47 40 mov 0x40(%r15),%rax -ffffffff8000e6af: 48 89 85 e0 fe ff ff mov %rax,-0x120(%rbp) -ffffffff8000e6b6: 49 8b 47 58 mov 0x58(%r15),%rax -ffffffff8000e6ba: 48 89 85 d8 fe ff ff mov %rax,-0x128(%rbp) -ffffffff8000e6c1: 41 8b 47 60 mov 0x60(%r15),%eax -ffffffff8000e6c5: 48 89 85 d0 fe ff ff mov %rax,-0x130(%rbp) -ffffffff8000e6cc: 41 8b 47 64 mov 0x64(%r15),%eax -ffffffff8000e6d0: 89 85 1c ff ff ff mov %eax,-0xe4(%rbp) -ffffffff8000e6d6: 41 8b 47 68 mov 0x68(%r15),%eax -ffffffff8000e6da: 89 85 18 ff ff ff mov %eax,-0xe8(%rbp) -ffffffff8000e6e0: 41 0f b6 47 4f movzbl 0x4f(%r15),%eax -ffffffff8000e6e5: 88 45 c3 mov %al,-0x3d(%rbp) -ffffffff8000e6e8: 41 0f b6 47 4e movzbl 0x4e(%r15),%eax -ffffffff8000e6ed: 88 45 c4 mov %al,-0x3c(%rbp) -ffffffff8000e6f0: 41 0f b6 47 4d movzbl 0x4d(%r15),%eax -ffffffff8000e6f5: 88 45 c5 mov %al,-0x3b(%rbp) -ffffffff8000e6f8: 41 0f b6 47 4c movzbl 0x4c(%r15),%eax -ffffffff8000e6fd: 88 45 c6 mov %al,-0x3a(%rbp) -ffffffff8000e700: 41 0f b6 47 4b movzbl 0x4b(%r15),%eax -ffffffff8000e705: 88 45 c7 mov %al,-0x39(%rbp) -ffffffff8000e708: 45 0f b6 77 4a movzbl 0x4a(%r15),%r14d -ffffffff8000e70d: 45 0f b6 6f 49 movzbl 0x49(%r15),%r13d -ffffffff8000e712: 41 0f b6 5f 48 movzbl 0x48(%r15),%ebx -ffffffff8000e717: ba a4 01 00 00 mov $0x1a4,%edx -ffffffff8000e71c: 48 89 cf mov %rcx,%rdi -ffffffff8000e71f: e8 5c 3f 01 00 call ffffffff80022680 -ffffffff8000e724: 48 b8 45 46 49 20 50 movabs $0x5452415020494645,%rax -ffffffff8000e72b: 41 52 54 -ffffffff8000e72e: 49 39 47 10 cmp %rax,0x10(%r15) -ffffffff8000e732: 0f 85 04 0d 00 00 jne ffffffff8000f43c <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1e4c> -ffffffff8000e738: ba a4 01 00 00 mov $0x1a4,%edx -ffffffff8000e73d: 48 8d bd 5c fc ff ff lea -0x3a4(%rbp),%rdi -ffffffff8000e744: 48 8d b5 00 f6 ff ff lea -0xa00(%rbp),%rsi -ffffffff8000e74b: e8 30 3f 01 00 call ffffffff80022680 -ffffffff8000e750: 0f b6 45 c1 movzbl -0x3f(%rbp),%eax -ffffffff8000e754: 88 85 12 fc ff ff mov %al,-0x3ee(%rbp) -ffffffff8000e75a: 0f b6 45 c2 movzbl -0x3e(%rbp),%eax -ffffffff8000e75e: 88 85 11 fc ff ff mov %al,-0x3ef(%rbp) -ffffffff8000e764: 0f b6 45 c0 movzbl -0x40(%rbp),%eax -ffffffff8000e768: 88 85 10 fc ff ff mov %al,-0x3f0(%rbp) -ffffffff8000e76e: 0f b6 45 bf movzbl -0x41(%rbp),%eax -ffffffff8000e772: 88 85 13 fc ff ff mov %al,-0x3ed(%rbp) -ffffffff8000e778: 0f b6 45 d7 movzbl -0x29(%rbp),%eax -ffffffff8000e77c: 88 85 14 fc ff ff mov %al,-0x3ec(%rbp) -ffffffff8000e782: 0f b6 85 78 ff ff ff movzbl -0x88(%rbp),%eax -ffffffff8000e789: 88 85 15 fc ff ff mov %al,-0x3eb(%rbp) -ffffffff8000e78f: 0f b6 45 d5 movzbl -0x2b(%rbp),%eax -ffffffff8000e793: 88 85 16 fc ff ff mov %al,-0x3ea(%rbp) -ffffffff8000e799: 0f b6 45 d3 movzbl -0x2d(%rbp),%eax -ffffffff8000e79d: 88 85 17 fc ff ff mov %al,-0x3e9(%rbp) -ffffffff8000e7a3: 8b 45 b4 mov -0x4c(%rbp),%eax -ffffffff8000e7a6: 89 85 40 fc ff ff mov %eax,-0x3c0(%rbp) -ffffffff8000e7ac: 8b 45 b8 mov -0x48(%rbp),%eax -ffffffff8000e7af: 89 85 44 fc ff ff mov %eax,-0x3bc(%rbp) -ffffffff8000e7b5: 8b 85 50 ff ff ff mov -0xb0(%rbp),%eax -ffffffff8000e7bb: 89 85 48 fc ff ff mov %eax,-0x3b8(%rbp) -ffffffff8000e7c1: 8b 85 58 ff ff ff mov -0xa8(%rbp),%eax -ffffffff8000e7c7: 89 85 4c fc ff ff mov %eax,-0x3b4(%rbp) -ffffffff8000e7cd: 4c 89 a5 18 fc ff ff mov %r12,-0x3e8(%rbp) -ffffffff8000e7d4: 48 8b 85 f0 fe ff ff mov -0x110(%rbp),%rax -ffffffff8000e7db: 48 89 85 20 fc ff ff mov %rax,-0x3e0(%rbp) -ffffffff8000e7e2: 48 8b 85 e8 fe ff ff mov -0x118(%rbp),%rax -ffffffff8000e7e9: 48 89 85 28 fc ff ff mov %rax,-0x3d8(%rbp) -ffffffff8000e7f0: 48 8b 85 e0 fe ff ff mov -0x120(%rbp),%rax -ffffffff8000e7f7: 48 89 85 30 fc ff ff mov %rax,-0x3d0(%rbp) -ffffffff8000e7fe: 44 88 b5 02 fc ff ff mov %r14b,-0x3fe(%rbp) -ffffffff8000e805: 44 88 ad 01 fc ff ff mov %r13b,-0x3ff(%rbp) -ffffffff8000e80c: 88 9d 00 fc ff ff mov %bl,-0x400(%rbp) -ffffffff8000e812: 0f b6 45 c7 movzbl -0x39(%rbp),%eax -ffffffff8000e816: 88 85 03 fc ff ff mov %al,-0x3fd(%rbp) -ffffffff8000e81c: 0f b6 45 c6 movzbl -0x3a(%rbp),%eax -ffffffff8000e820: 88 85 04 fc ff ff mov %al,-0x3fc(%rbp) -ffffffff8000e826: 0f b6 45 c5 movzbl -0x3b(%rbp),%eax -ffffffff8000e82a: 88 85 05 fc ff ff mov %al,-0x3fb(%rbp) -ffffffff8000e830: 0f b6 45 c4 movzbl -0x3c(%rbp),%eax -ffffffff8000e834: 88 85 06 fc ff ff mov %al,-0x3fa(%rbp) -ffffffff8000e83a: 0f b6 45 c3 movzbl -0x3d(%rbp),%eax -ffffffff8000e83e: 88 85 07 fc ff ff mov %al,-0x3f9(%rbp) -ffffffff8000e844: 0f b6 45 cf movzbl -0x31(%rbp),%eax -ffffffff8000e848: 88 85 08 fc ff ff mov %al,-0x3f8(%rbp) -ffffffff8000e84e: 0f b6 45 ce movzbl -0x32(%rbp),%eax -ffffffff8000e852: 88 85 09 fc ff ff mov %al,-0x3f7(%rbp) -ffffffff8000e858: 0f b6 45 d6 movzbl -0x2a(%rbp),%eax -ffffffff8000e85c: 88 85 0a fc ff ff mov %al,-0x3f6(%rbp) -ffffffff8000e862: 0f b6 45 d4 movzbl -0x2c(%rbp),%eax -ffffffff8000e866: 88 85 0b fc ff ff mov %al,-0x3f5(%rbp) -ffffffff8000e86c: 0f b6 45 d2 movzbl -0x2e(%rbp),%eax -ffffffff8000e870: 88 85 0c fc ff ff mov %al,-0x3f4(%rbp) -ffffffff8000e876: 0f b6 45 d1 movzbl -0x2f(%rbp),%eax -ffffffff8000e87a: 88 85 0d fc ff ff mov %al,-0x3f3(%rbp) -ffffffff8000e880: 0f b6 45 d0 movzbl -0x30(%rbp),%eax -ffffffff8000e884: 88 85 0e fc ff ff mov %al,-0x3f2(%rbp) -ffffffff8000e88a: 0f b6 45 c8 movzbl -0x38(%rbp),%eax -ffffffff8000e88e: 88 85 0f fc ff ff mov %al,-0x3f1(%rbp) -ffffffff8000e894: 48 8b 85 d8 fe ff ff mov -0x128(%rbp),%rax -ffffffff8000e89b: 48 89 85 38 fc ff ff mov %rax,-0x3c8(%rbp) -ffffffff8000e8a2: 48 8b bd d0 fe ff ff mov -0x130(%rbp),%rdi -ffffffff8000e8a9: 89 bd 50 fc ff ff mov %edi,-0x3b0(%rbp) -ffffffff8000e8af: 8b 85 1c ff ff ff mov -0xe4(%rbp),%eax -ffffffff8000e8b5: 89 85 54 fc ff ff mov %eax,-0x3ac(%rbp) -ffffffff8000e8bb: 8b 85 18 ff ff ff mov -0xe8(%rbp),%eax -ffffffff8000e8c1: 89 85 58 fc ff ff mov %eax,-0x3a8(%rbp) -ffffffff8000e8c7: 31 f6 xor %esi,%esi -ffffffff8000e8c9: e8 02 19 00 00 call ffffffff800101d0 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$11allocate_in17hb2022bf79613e160E> -ffffffff8000e8ce: 48 89 45 80 mov %rax,-0x80(%rbp) -ffffffff8000e8d2: 48 89 55 88 mov %rdx,-0x78(%rbp) -ffffffff8000e8d6: 48 c7 45 90 00 00 00 movq $0x0,-0x70(%rbp) -ffffffff8000e8dd: 00 -ffffffff8000e8de: 8b 95 54 fc ff ff mov -0x3ac(%rbp),%edx -ffffffff8000e8e4: 0f af 95 50 fc ff ff imul -0x3b0(%rbp),%edx -ffffffff8000e8eb: c1 ea 09 shr $0x9,%edx -ffffffff8000e8ee: be 02 00 00 00 mov $0x2,%esi -ffffffff8000e8f3: 48 8b bd 70 ff ff ff mov -0x90(%rbp),%rdi -ffffffff8000e8fa: e8 11 0c 00 00 call ffffffff8000f510 <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E> -ffffffff8000e8ff: 48 85 c0 test %rax,%rax -ffffffff8000e902: 0f 84 86 0b 00 00 je ffffffff8000f48e <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1e9e> -ffffffff8000e908: 48 89 85 00 ff ff ff mov %rax,-0x100(%rbp) -ffffffff8000e90f: 48 89 95 08 ff ff ff mov %rdx,-0xf8(%rbp) -ffffffff8000e916: 0f b6 05 93 ae 01 00 movzbl 0x1ae93(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff8000e91d: 84 c0 test %al,%al -ffffffff8000e91f: 4c 8d ad a8 f7 ff ff lea -0x858(%rbp),%r13 -ffffffff8000e926: 74 18 je ffffffff8000e940 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1350> -ffffffff8000e928: 48 83 3d 28 ae 01 00 cmpq $0x0,0x1ae28(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff8000e92f: 00 -ffffffff8000e930: 75 3b jne ffffffff8000e96d <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x137d> -ffffffff8000e932: e9 9d f7 ff ff jmp ffffffff8000e0d4 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0xae4> -ffffffff8000e937: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1) -ffffffff8000e93e: 00 00 -ffffffff8000e940: 4c 89 ef mov %r13,%rdi -ffffffff8000e943: ff 15 07 ae 01 00 call *0x1ae07(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff8000e949: 48 c7 05 04 ae 01 00 movq $0x1,0x1ae04(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff8000e950: 01 00 00 00 -ffffffff8000e954: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff8000e959: 48 8d 3d 00 ae 01 00 lea 0x1ae00(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff8000e960: 4c 89 ee mov %r13,%rsi -ffffffff8000e963: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff8000e966: c6 05 43 ae 01 00 01 movb $0x1,0x1ae43(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff8000e96d: 8b 85 54 fc ff ff mov -0x3ac(%rbp),%eax -ffffffff8000e973: 0f af 85 50 fc ff ff imul -0x3b0(%rbp),%eax -ffffffff8000e97a: c1 e8 09 shr $0x9,%eax -ffffffff8000e97d: 48 89 85 60 ff ff ff mov %rax,-0xa0(%rbp) -ffffffff8000e984: 48 8d 9d 60 ff ff ff lea -0xa0(%rbp),%rbx -ffffffff8000e98b: 48 89 9d a8 f7 ff ff mov %rbx,-0x858(%rbp) -ffffffff8000e992: 48 8d 05 37 38 01 00 lea 0x13837(%rip),%rax # ffffffff800221d0 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u64$GT$3fmt17hb9efc93793ab2de5E> -ffffffff8000e999: 48 89 85 b0 f7 ff ff mov %rax,-0x850(%rbp) -ffffffff8000e9a0: 48 8d 85 50 fc ff ff lea -0x3b0(%rbp),%rax -ffffffff8000e9a7: 48 89 85 b8 f7 ff ff mov %rax,-0x848(%rbp) -ffffffff8000e9ae: 48 8d 0d fb 36 01 00 lea 0x136fb(%rip),%rcx # ffffffff800220b0 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u32$GT$3fmt17h075a1d797155bb92E> -ffffffff8000e9b5: 48 89 8d c0 f7 ff ff mov %rcx,-0x840(%rbp) -ffffffff8000e9bc: 48 8d 85 54 fc ff ff lea -0x3ac(%rbp),%rax -ffffffff8000e9c3: 48 89 85 c8 f7 ff ff mov %rax,-0x838(%rbp) -ffffffff8000e9ca: 48 89 8d d0 f7 ff ff mov %rcx,-0x830(%rbp) -ffffffff8000e9d1: 48 8d 05 a8 bf 01 00 lea 0x1bfa8(%rip),%rax # ffffffff8002a980 <_ZN11CappuccinOS7drivers7storage3ide6DRIVES17h85a210ca5e43434dE+0x98> -ffffffff8000e9d8: 48 89 85 08 fe ff ff mov %rax,-0x1f8(%rbp) -ffffffff8000e9df: 48 c7 85 10 fe ff ff movq $0x3,-0x1f0(%rbp) -ffffffff8000e9e6: 03 00 00 00 -ffffffff8000e9ea: 48 c7 85 28 fe ff ff movq $0x0,-0x1d8(%rbp) -ffffffff8000e9f1: 00 00 00 00 -ffffffff8000e9f5: 4c 89 ad 18 fe ff ff mov %r13,-0x1e8(%rbp) -ffffffff8000e9fc: 48 c7 85 20 fe ff ff movq $0x3,-0x1e0(%rbp) -ffffffff8000ea03: 03 00 00 00 -ffffffff8000ea07: 4c 8d 75 98 lea -0x68(%rbp),%r14 -ffffffff8000ea0b: 4c 89 f7 mov %r14,%rdi -ffffffff8000ea0e: 4c 8d bd 08 fe ff ff lea -0x1f8(%rbp),%r15 -ffffffff8000ea15: 4c 89 fe mov %r15,%rsi -ffffffff8000ea18: e8 73 e5 00 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff8000ea1d: 48 8b 45 98 mov -0x68(%rbp),%rax -ffffffff8000ea21: 48 8b 4d a0 mov -0x60(%rbp),%rcx -ffffffff8000ea25: 48 89 85 08 fe ff ff mov %rax,-0x1f8(%rbp) -ffffffff8000ea2c: 48 89 8d 10 fe ff ff mov %rcx,-0x1f0(%rbp) -ffffffff8000ea33: 48 8b 45 a8 mov -0x58(%rbp),%rax -ffffffff8000ea37: 48 89 85 18 fe ff ff mov %rax,-0x1e8(%rbp) -ffffffff8000ea3e: 4c 89 bd 20 ff ff ff mov %r15,-0xe0(%rbp) -ffffffff8000ea45: 48 8d 85 20 ff ff ff lea -0xe0(%rbp),%rax -ffffffff8000ea4c: 48 89 85 60 ff ff ff mov %rax,-0xa0(%rbp) -ffffffff8000ea53: 48 8d 05 f6 7c 00 00 lea 0x7cf6(%rip),%rax # ffffffff80016750 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h42ee6215a9c421d0E> -ffffffff8000ea5a: 48 89 85 68 ff ff ff mov %rax,-0x98(%rbp) -ffffffff8000ea61: 48 8d 05 28 be 01 00 lea 0x1be28(%rip),%rax # ffffffff8002a890 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x1018> -ffffffff8000ea68: 48 89 85 a8 f7 ff ff mov %rax,-0x858(%rbp) -ffffffff8000ea6f: 48 c7 85 b0 f7 ff ff movq $0x2,-0x850(%rbp) -ffffffff8000ea76: 02 00 00 00 -ffffffff8000ea7a: 48 c7 85 c8 f7 ff ff movq $0x0,-0x838(%rbp) -ffffffff8000ea81: 00 00 00 00 -ffffffff8000ea85: 48 89 9d b8 f7 ff ff mov %rbx,-0x848(%rbp) -ffffffff8000ea8c: 48 c7 85 c0 f7 ff ff movq $0x1,-0x840(%rbp) -ffffffff8000ea93: 01 00 00 00 -ffffffff8000ea97: 4c 89 f7 mov %r14,%rdi -ffffffff8000ea9a: 4c 89 ee mov %r13,%rsi -ffffffff8000ea9d: e8 ee e4 00 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff8000eaa2: 4c 8b bd 10 fe ff ff mov -0x1f0(%rbp),%r15 -ffffffff8000eaa9: 4d 85 ff test %r15,%r15 -ffffffff8000eaac: 48 8d 1d 3d c8 01 00 lea 0x1c83d(%rip),%rbx # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000eab3: 74 69 je ffffffff8000eb1e <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x152e> -ffffffff8000eab5: 4c 8b a5 08 fe ff ff mov -0x1f8(%rbp),%r12 -ffffffff8000eabc: 0f b6 05 d5 c8 01 00 movzbl 0x1c8d5(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000eac3: 84 c0 test %al,%al -ffffffff8000eac5: 74 19 je ffffffff8000eae0 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x14f0> -ffffffff8000eac7: 48 83 3d 19 c8 01 00 cmpq $0x0,0x1c819(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000eace: 00 -ffffffff8000eacf: 75 3a jne ffffffff8000eb0b <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x151b> -ffffffff8000ead1: e9 fe f5 ff ff jmp ffffffff8000e0d4 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0xae4> -ffffffff8000ead6: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8000eadd: 00 00 00 -ffffffff8000eae0: 4c 89 ef mov %r13,%rdi -ffffffff8000eae3: ff 15 f7 c7 01 00 call *0x1c7f7(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000eae9: 48 c7 05 f4 c7 01 00 movq $0x1,0x1c7f4(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000eaf0: 01 00 00 00 -ffffffff8000eaf4: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000eaf9: 48 89 df mov %rbx,%rdi -ffffffff8000eafc: 4c 89 ee mov %r13,%rsi -ffffffff8000eaff: e8 7c 3b 01 00 call ffffffff80022680 -ffffffff8000eb04: c6 05 8d c8 01 00 01 movb $0x1,0x1c88d(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000eb0b: ba 01 00 00 00 mov $0x1,%edx -ffffffff8000eb10: 48 89 df mov %rbx,%rdi -ffffffff8000eb13: 4c 89 e6 mov %r12,%rsi -ffffffff8000eb16: 4c 89 f9 mov %r15,%rcx -ffffffff8000eb19: e8 32 57 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8000eb1e: 4c 8b 7d 98 mov -0x68(%rbp),%r15 -ffffffff8000eb22: 4c 8b 65 a0 mov -0x60(%rbp),%r12 -ffffffff8000eb26: 48 8b 55 a8 mov -0x58(%rbp),%rdx -ffffffff8000eb2a: 48 8d 3d 2f ac 01 00 lea 0x1ac2f(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff8000eb31: 4c 89 fe mov %r15,%rsi -ffffffff8000eb34: e8 67 1b ff ff call ffffffff800006a0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E> -ffffffff8000eb39: 4d 85 e4 test %r12,%r12 -ffffffff8000eb3c: 74 60 je ffffffff8000eb9e <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x15ae> -ffffffff8000eb3e: 0f b6 05 53 c8 01 00 movzbl 0x1c853(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000eb45: 84 c0 test %al,%al -ffffffff8000eb47: 74 17 je ffffffff8000eb60 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1570> -ffffffff8000eb49: 48 83 3d 97 c7 01 00 cmpq $0x0,0x1c797(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000eb50: 00 -ffffffff8000eb51: 75 38 jne ffffffff8000eb8b <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x159b> -ffffffff8000eb53: e9 7c f5 ff ff jmp ffffffff8000e0d4 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0xae4> -ffffffff8000eb58: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff8000eb5f: 00 -ffffffff8000eb60: 4c 89 ef mov %r13,%rdi -ffffffff8000eb63: ff 15 77 c7 01 00 call *0x1c777(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000eb69: 48 c7 05 74 c7 01 00 movq $0x1,0x1c774(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000eb70: 01 00 00 00 -ffffffff8000eb74: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000eb79: 48 89 df mov %rbx,%rdi -ffffffff8000eb7c: 4c 89 ee mov %r13,%rsi -ffffffff8000eb7f: e8 fc 3a 01 00 call ffffffff80022680 -ffffffff8000eb84: c6 05 0d c8 01 00 01 movb $0x1,0x1c80d(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000eb8b: ba 01 00 00 00 mov $0x1,%edx -ffffffff8000eb90: 48 89 df mov %rbx,%rdi -ffffffff8000eb93: 4c 89 fe mov %r15,%rsi -ffffffff8000eb96: 4c 89 e1 mov %r12,%rcx -ffffffff8000eb99: e8 b2 56 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8000eb9e: 8b 85 50 fc ff ff mov -0x3b0(%rbp),%eax -ffffffff8000eba4: 48 89 85 78 ff ff ff mov %rax,-0x88(%rbp) -ffffffff8000ebab: 48 85 c0 test %rax,%rax -ffffffff8000ebae: 0f 84 5c 02 00 00 je ffffffff8000ee10 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1820> -ffffffff8000ebb4: 45 31 e4 xor %r12d,%r12d -ffffffff8000ebb7: 8b 85 54 fc ff ff mov -0x3ac(%rbp),%eax -ffffffff8000ebbd: 48 8b 8d 00 ff ff ff mov -0x100(%rbp),%rcx -ffffffff8000ebc4: 48 8b b5 08 ff ff ff mov -0xf8(%rbp),%rsi -ffffffff8000ebcb: 44 89 e7 mov %r12d,%edi -ffffffff8000ebce: 89 c2 mov %eax,%edx -ffffffff8000ebd0: 41 0f af d4 imul %r12d,%edx -ffffffff8000ebd4: 41 ff c4 inc %r12d -ffffffff8000ebd7: 44 89 e3 mov %r12d,%ebx -ffffffff8000ebda: 49 89 fc mov %rdi,%r12 -ffffffff8000ebdd: 0f 1f 00 nopl (%rax) -ffffffff8000ebe0: 89 d2 mov %edx,%edx -ffffffff8000ebe2: 48 8d 7a 10 lea 0x10(%rdx),%rdi -ffffffff8000ebe6: 48 39 f7 cmp %rsi,%rdi -ffffffff8000ebe9: 0f 87 31 07 00 00 ja ffffffff8000f320 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1d30> -ffffffff8000ebef: 44 0f b6 4c 11 1e movzbl 0x1e(%rcx,%rdx,1),%r9d -ffffffff8000ebf5: 44 0f b6 54 11 1d movzbl 0x1d(%rcx,%rdx,1),%r10d -ffffffff8000ebfb: 44 0f b6 5c 11 1c movzbl 0x1c(%rcx,%rdx,1),%r11d -ffffffff8000ec01: 0f b6 7c 11 1b movzbl 0x1b(%rcx,%rdx,1),%edi -ffffffff8000ec06: 44 0f b6 74 11 1a movzbl 0x1a(%rcx,%rdx,1),%r14d -ffffffff8000ec0c: 44 88 75 c8 mov %r14b,-0x38(%rbp) -ffffffff8000ec10: 44 0f b6 74 11 19 movzbl 0x19(%rcx,%rdx,1),%r14d -ffffffff8000ec16: 44 88 75 d0 mov %r14b,-0x30(%rbp) -ffffffff8000ec1a: 44 0f b6 74 11 18 movzbl 0x18(%rcx,%rdx,1),%r14d -ffffffff8000ec20: 44 88 75 d1 mov %r14b,-0x2f(%rbp) -ffffffff8000ec24: 44 0f b6 74 11 17 movzbl 0x17(%rcx,%rdx,1),%r14d -ffffffff8000ec2a: 44 88 75 d2 mov %r14b,-0x2e(%rbp) -ffffffff8000ec2e: 44 0f b6 44 11 16 movzbl 0x16(%rcx,%rdx,1),%r8d -ffffffff8000ec34: 44 88 45 d3 mov %r8b,-0x2d(%rbp) -ffffffff8000ec38: 44 0f b6 44 11 15 movzbl 0x15(%rcx,%rdx,1),%r8d -ffffffff8000ec3e: 44 88 45 d4 mov %r8b,-0x2c(%rbp) -ffffffff8000ec42: 44 0f b6 44 11 14 movzbl 0x14(%rcx,%rdx,1),%r8d -ffffffff8000ec48: 44 88 45 d5 mov %r8b,-0x2b(%rbp) -ffffffff8000ec4c: 44 0f b6 44 11 13 movzbl 0x13(%rcx,%rdx,1),%r8d -ffffffff8000ec52: 44 88 45 d6 mov %r8b,-0x2a(%rbp) -ffffffff8000ec56: 44 0f b6 74 11 12 movzbl 0x12(%rcx,%rdx,1),%r14d -ffffffff8000ec5c: 44 0f b6 7c 11 10 movzbl 0x10(%rcx,%rdx,1),%r15d -ffffffff8000ec62: 44 0f b6 6c 11 11 movzbl 0x11(%rcx,%rdx,1),%r13d -ffffffff8000ec68: 44 0f b6 44 11 1f movzbl 0x1f(%rcx,%rdx,1),%r8d -ffffffff8000ec6e: 44 88 45 ce mov %r8b,-0x32(%rbp) -ffffffff8000ec72: 45 84 c0 test %r8b,%r8b -ffffffff8000ec75: 75 79 jne ffffffff8000ecf0 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1700> -ffffffff8000ec77: 45 84 c9 test %r9b,%r9b -ffffffff8000ec7a: 75 74 jne ffffffff8000ecf0 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1700> -ffffffff8000ec7c: 45 84 d2 test %r10b,%r10b -ffffffff8000ec7f: 75 6f jne ffffffff8000ecf0 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1700> -ffffffff8000ec81: 45 84 db test %r11b,%r11b -ffffffff8000ec84: 75 6a jne ffffffff8000ecf0 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1700> -ffffffff8000ec86: 40 84 ff test %dil,%dil -ffffffff8000ec89: 75 65 jne ffffffff8000ecf0 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1700> -ffffffff8000ec8b: 80 7d c8 00 cmpb $0x0,-0x38(%rbp) -ffffffff8000ec8f: 75 5f jne ffffffff8000ecf0 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1700> -ffffffff8000ec91: 80 7d d0 00 cmpb $0x0,-0x30(%rbp) -ffffffff8000ec95: 75 59 jne ffffffff8000ecf0 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1700> -ffffffff8000ec97: 80 7d d1 00 cmpb $0x0,-0x2f(%rbp) -ffffffff8000ec9b: 75 53 jne ffffffff8000ecf0 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1700> -ffffffff8000ec9d: 80 7d d2 00 cmpb $0x0,-0x2e(%rbp) -ffffffff8000eca1: 75 4d jne ffffffff8000ecf0 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1700> -ffffffff8000eca3: 80 7d d3 00 cmpb $0x0,-0x2d(%rbp) -ffffffff8000eca7: 75 47 jne ffffffff8000ecf0 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1700> -ffffffff8000eca9: 80 7d d4 00 cmpb $0x0,-0x2c(%rbp) -ffffffff8000ecad: 75 41 jne ffffffff8000ecf0 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1700> -ffffffff8000ecaf: 80 7d d5 00 cmpb $0x0,-0x2b(%rbp) -ffffffff8000ecb3: 75 3b jne ffffffff8000ecf0 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1700> -ffffffff8000ecb5: 80 7d d6 00 cmpb $0x0,-0x2a(%rbp) -ffffffff8000ecb9: 75 35 jne ffffffff8000ecf0 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1700> -ffffffff8000ecbb: 45 84 f6 test %r14b,%r14b -ffffffff8000ecbe: 75 30 jne ffffffff8000ecf0 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1700> -ffffffff8000ecc0: 45 84 ed test %r13b,%r13b -ffffffff8000ecc3: 75 2b jne ffffffff8000ecf0 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1700> -ffffffff8000ecc5: 45 84 ff test %r15b,%r15b -ffffffff8000ecc8: 75 26 jne ffffffff8000ecf0 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1700> -ffffffff8000ecca: 49 ff c4 inc %r12 -ffffffff8000eccd: 01 c2 add %eax,%edx -ffffffff8000eccf: ff c3 inc %ebx -ffffffff8000ecd1: 4c 3b a5 78 ff ff ff cmp -0x88(%rbp),%r12 -ffffffff8000ecd8: 0f 82 02 ff ff ff jb ffffffff8000ebe0 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x15f0> -ffffffff8000ecde: e9 2d 01 00 00 jmp ffffffff8000ee10 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1820> -ffffffff8000ece3: 66 66 66 66 2e 0f 1f data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8000ecea: 84 00 00 00 00 00 -ffffffff8000ecf0: 40 88 7d d7 mov %dil,-0x29(%rbp) -ffffffff8000ecf4: 48 8d 7a 28 lea 0x28(%rdx),%rdi -ffffffff8000ecf8: 48 39 f7 cmp %rsi,%rdi -ffffffff8000ecfb: 0f 87 b5 07 00 00 ja ffffffff8000f4b6 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1ec6> -ffffffff8000ed01: 48 8d 42 30 lea 0x30(%rdx),%rax -ffffffff8000ed05: 48 39 f0 cmp %rsi,%rax -ffffffff8000ed08: 0f 87 b6 07 00 00 ja ffffffff8000f4c4 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1ed4> -ffffffff8000ed0e: 4c 8b 44 11 30 mov 0x30(%rcx,%rdx,1),%r8 -ffffffff8000ed13: 48 8b 7c 39 10 mov 0x10(%rcx,%rdi,1),%rdi -ffffffff8000ed18: 48 8b 75 90 mov -0x70(%rbp),%rsi -ffffffff8000ed1c: 48 3b 75 88 cmp -0x78(%rbp),%rsi -ffffffff8000ed20: 75 44 jne ffffffff8000ed66 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1776> -ffffffff8000ed22: 48 89 bd 58 ff ff ff mov %rdi,-0xa8(%rbp) -ffffffff8000ed29: 48 8d 7d 80 lea -0x80(%rbp),%rdi -ffffffff8000ed2d: 44 88 4d cf mov %r9b,-0x31(%rbp) -ffffffff8000ed31: 44 88 55 b4 mov %r10b,-0x4c(%rbp) -ffffffff8000ed35: 44 88 5d b8 mov %r11b,-0x48(%rbp) -ffffffff8000ed39: 4c 89 85 50 ff ff ff mov %r8,-0xb0(%rbp) -ffffffff8000ed40: e8 8b 17 00 00 call ffffffff800104d0 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17hae6589ac85fb93f8E> -ffffffff8000ed45: 48 8b bd 58 ff ff ff mov -0xa8(%rbp),%rdi -ffffffff8000ed4c: 4c 8b 85 50 ff ff ff mov -0xb0(%rbp),%r8 -ffffffff8000ed53: 44 0f b6 5d b8 movzbl -0x48(%rbp),%r11d -ffffffff8000ed58: 44 0f b6 55 b4 movzbl -0x4c(%rbp),%r10d -ffffffff8000ed5d: 44 0f b6 4d cf movzbl -0x31(%rbp),%r9d -ffffffff8000ed62: 48 8b 75 90 mov -0x70(%rbp),%rsi -ffffffff8000ed66: 0f b6 4d d7 movzbl -0x29(%rbp),%ecx -ffffffff8000ed6a: 48 8b 45 80 mov -0x80(%rbp),%rax -ffffffff8000ed6e: 48 c1 e6 05 shl $0x5,%rsi -ffffffff8000ed72: 44 88 6c 30 01 mov %r13b,0x1(%rax,%rsi,1) -ffffffff8000ed77: 44 88 3c 30 mov %r15b,(%rax,%rsi,1) -ffffffff8000ed7b: 44 88 74 30 02 mov %r14b,0x2(%rax,%rsi,1) -ffffffff8000ed80: 0f b6 55 d6 movzbl -0x2a(%rbp),%edx -ffffffff8000ed84: 88 54 30 03 mov %dl,0x3(%rax,%rsi,1) -ffffffff8000ed88: 0f b6 55 d5 movzbl -0x2b(%rbp),%edx -ffffffff8000ed8c: 88 54 30 04 mov %dl,0x4(%rax,%rsi,1) -ffffffff8000ed90: 0f b6 55 d4 movzbl -0x2c(%rbp),%edx -ffffffff8000ed94: 88 54 30 05 mov %dl,0x5(%rax,%rsi,1) -ffffffff8000ed98: 0f b6 55 d3 movzbl -0x2d(%rbp),%edx -ffffffff8000ed9c: 88 54 30 06 mov %dl,0x6(%rax,%rsi,1) -ffffffff8000eda0: 0f b6 55 d2 movzbl -0x2e(%rbp),%edx -ffffffff8000eda4: 88 54 30 07 mov %dl,0x7(%rax,%rsi,1) -ffffffff8000eda8: 0f b6 55 d1 movzbl -0x2f(%rbp),%edx -ffffffff8000edac: 88 54 30 08 mov %dl,0x8(%rax,%rsi,1) -ffffffff8000edb0: 0f b6 55 d0 movzbl -0x30(%rbp),%edx -ffffffff8000edb4: 88 54 30 09 mov %dl,0x9(%rax,%rsi,1) -ffffffff8000edb8: 0f b6 55 c8 movzbl -0x38(%rbp),%edx -ffffffff8000edbc: 88 54 30 0a mov %dl,0xa(%rax,%rsi,1) -ffffffff8000edc0: 88 4c 30 0b mov %cl,0xb(%rax,%rsi,1) -ffffffff8000edc4: 44 88 5c 30 0c mov %r11b,0xc(%rax,%rsi,1) -ffffffff8000edc9: 44 88 54 30 0d mov %r10b,0xd(%rax,%rsi,1) -ffffffff8000edce: 44 88 4c 30 0e mov %r9b,0xe(%rax,%rsi,1) -ffffffff8000edd3: 0f b6 4d ce movzbl -0x32(%rbp),%ecx -ffffffff8000edd7: 88 4c 30 0f mov %cl,0xf(%rax,%rsi,1) -ffffffff8000eddb: 4c 89 44 30 10 mov %r8,0x10(%rax,%rsi,1) -ffffffff8000ede0: 48 89 7c 30 18 mov %rdi,0x18(%rax,%rsi,1) -ffffffff8000ede5: 49 ff c4 inc %r12 -ffffffff8000ede8: 4c 8b 6d 90 mov -0x70(%rbp),%r13 -ffffffff8000edec: 49 ff c5 inc %r13 -ffffffff8000edef: 4c 89 6d 90 mov %r13,-0x70(%rbp) -ffffffff8000edf3: 39 9d 78 ff ff ff cmp %ebx,-0x88(%rbp) -ffffffff8000edf9: 0f 87 b8 fd ff ff ja ffffffff8000ebb7 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x15c7> -ffffffff8000edff: 90 nop -ffffffff8000ee00: 4d 85 ed test %r13,%r13 -ffffffff8000ee03: 75 18 jne ffffffff8000ee1d <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x182d> -ffffffff8000ee05: e9 b6 01 00 00 jmp ffffffff8000efc0 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x19d0> -ffffffff8000ee0a: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1) -ffffffff8000ee10: 4c 8b 6d 90 mov -0x70(%rbp),%r13 -ffffffff8000ee14: 4d 85 ed test %r13,%r13 -ffffffff8000ee17: 0f 84 a3 01 00 00 je ffffffff8000efc0 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x19d0> -ffffffff8000ee1d: 48 8b 5d 80 mov -0x80(%rbp),%rbx -ffffffff8000ee21: 49 c1 e5 05 shl $0x5,%r13 -ffffffff8000ee25: 49 01 dd add %rbx,%r13 -ffffffff8000ee28: eb 3c jmp ffffffff8000ee66 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1876> -ffffffff8000ee2a: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1) -ffffffff8000ee30: 48 8b 05 d1 c6 01 00 mov 0x1c6d1(%rip),%rax # ffffffff8002b508 <_ZN11CappuccinOS7drivers2fs3vfs13VFS_INSTANCES17hb404f7343d007619E+0x8> -ffffffff8000ee37: 48 c1 e6 04 shl $0x4,%rsi -ffffffff8000ee3b: 4c 89 3c 30 mov %r15,(%rax,%rsi,1) -ffffffff8000ee3f: 48 8d 0d aa bb 01 00 lea 0x1bbaa(%rip),%rcx # ffffffff8002a9f0 <_ZN11CappuccinOS7drivers7storage3ide6DRIVES17h85a210ca5e43434dE+0x108> -ffffffff8000ee46: 48 89 4c 30 08 mov %rcx,0x8(%rax,%rsi,1) -ffffffff8000ee4b: 48 ff 05 c6 c6 01 00 incq 0x1c6c6(%rip) # ffffffff8002b518 <_ZN11CappuccinOS7drivers2fs3vfs13VFS_INSTANCES17hb404f7343d007619E+0x18> -ffffffff8000ee52: c6 05 a7 c6 01 00 00 movb $0x0,0x1c6a7(%rip) # ffffffff8002b500 <_ZN11CappuccinOS7drivers2fs3vfs13VFS_INSTANCES17hb404f7343d007619E> -ffffffff8000ee59: 48 83 c3 20 add $0x20,%rbx -ffffffff8000ee5d: 4c 39 eb cmp %r13,%rbx -ffffffff8000ee60: 0f 84 5a 01 00 00 je ffffffff8000efc0 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x19d0> -ffffffff8000ee66: 48 8b 43 18 mov 0x18(%rbx),%rax -ffffffff8000ee6a: 48 89 85 40 ff ff ff mov %rax,-0xc0(%rbp) -ffffffff8000ee71: 48 8b 43 10 mov 0x10(%rbx),%rax -ffffffff8000ee75: 48 89 85 38 ff ff ff mov %rax,-0xc8(%rbp) -ffffffff8000ee7c: 48 8b 03 mov (%rbx),%rax -ffffffff8000ee7f: 48 8b 4b 08 mov 0x8(%rbx),%rcx -ffffffff8000ee83: 48 89 8d 30 ff ff ff mov %rcx,-0xd0(%rbp) -ffffffff8000ee8a: 48 89 85 28 ff ff ff mov %rax,-0xd8(%rbp) -ffffffff8000ee91: 48 8d bd a8 f7 ff ff lea -0x858(%rbp),%rdi -ffffffff8000ee98: 48 8b b5 70 ff ff ff mov -0x90(%rbp),%rsi -ffffffff8000ee9f: 48 8d 15 1a bb 01 00 lea 0x1bb1a(%rip),%rdx # ffffffff8002a9c0 <_ZN11CappuccinOS7drivers7storage3ide6DRIVES17h85a210ca5e43434dE+0xd8> -ffffffff8000eea6: 48 8d 8d 28 ff ff ff lea -0xd8(%rbp),%rcx -ffffffff8000eead: e8 2e 96 ff ff call ffffffff800084e0 <_ZN11CappuccinOS7drivers2fs3fat5FATFS3new17ha655b8e3b786fbb1E> -ffffffff8000eeb2: 44 0f b6 b5 f8 fb ff movzbl -0x408(%rbp),%r14d -ffffffff8000eeb9: ff -ffffffff8000eeba: 41 80 fe 03 cmp $0x3,%r14b -ffffffff8000eebe: 74 99 je ffffffff8000ee59 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1869> -ffffffff8000eec0: 48 8d 05 4f dd 01 00 lea 0x1dd4f(%rip),%rax # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff8000eec7: 0f b6 00 movzbl (%rax),%eax -ffffffff8000eeca: 0f b6 05 c7 c4 01 00 movzbl 0x1c4c7(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000eed1: 84 c0 test %al,%al -ffffffff8000eed3: 74 16 je ffffffff8000eeeb <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x18fb> -ffffffff8000eed5: 48 83 3d 0b c4 01 00 cmpq $0x0,0x1c40b(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000eedc: 00 -ffffffff8000eedd: 4c 8d 25 0c c4 01 00 lea 0x1c40c(%rip),%r12 # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000eee4: 75 3e jne ffffffff8000ef24 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1934> -ffffffff8000eee6: e9 e9 f1 ff ff jmp ffffffff8000e0d4 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0xae4> -ffffffff8000eeeb: 4c 8d bd 08 fe ff ff lea -0x1f8(%rbp),%r15 -ffffffff8000eef2: 4c 89 ff mov %r15,%rdi -ffffffff8000eef5: ff 15 e5 c3 01 00 call *0x1c3e5(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000eefb: 48 c7 05 e2 c3 01 00 movq $0x1,0x1c3e2(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000ef02: 01 00 00 00 -ffffffff8000ef06: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000ef0b: 4c 8d 25 de c3 01 00 lea 0x1c3de(%rip),%r12 # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000ef12: 4c 89 e7 mov %r12,%rdi -ffffffff8000ef15: 4c 89 fe mov %r15,%rsi -ffffffff8000ef18: e8 63 37 01 00 call ffffffff80022680 -ffffffff8000ef1d: c6 05 74 c4 01 00 01 movb $0x1,0x1c474(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000ef24: be 08 00 00 00 mov $0x8,%esi -ffffffff8000ef29: ba 58 04 00 00 mov $0x458,%edx -ffffffff8000ef2e: 4c 89 e7 mov %r12,%rdi -ffffffff8000ef31: e8 1a 51 00 00 call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff8000ef36: 48 85 c0 test %rax,%rax -ffffffff8000ef39: 0f 84 ef 03 00 00 je ffffffff8000f32e <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1d3e> -ffffffff8000ef3f: 49 89 c7 mov %rax,%r15 -ffffffff8000ef42: ba 50 04 00 00 mov $0x450,%edx -ffffffff8000ef47: 48 89 c7 mov %rax,%rdi -ffffffff8000ef4a: 48 8d b5 a8 f7 ff ff lea -0x858(%rbp),%rsi -ffffffff8000ef51: e8 2a 37 01 00 call ffffffff80022680 -ffffffff8000ef56: 45 88 b7 50 04 00 00 mov %r14b,0x450(%r15) -ffffffff8000ef5d: 48 8d 8d f9 fb ff ff lea -0x407(%rbp),%rcx -ffffffff8000ef64: 8b 01 mov (%rcx),%eax -ffffffff8000ef66: 8b 49 03 mov 0x3(%rcx),%ecx -ffffffff8000ef69: 41 89 87 51 04 00 00 mov %eax,0x451(%r15) -ffffffff8000ef70: 41 89 8f 54 04 00 00 mov %ecx,0x454(%r15) -ffffffff8000ef77: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1) -ffffffff8000ef7e: 00 00 -ffffffff8000ef80: b0 01 mov $0x1,%al -ffffffff8000ef82: 86 05 78 c5 01 00 xchg %al,0x1c578(%rip) # ffffffff8002b500 <_ZN11CappuccinOS7drivers2fs3vfs13VFS_INSTANCES17hb404f7343d007619E> -ffffffff8000ef88: 84 c0 test %al,%al -ffffffff8000ef8a: 75 f4 jne ffffffff8000ef80 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1990> -ffffffff8000ef8c: 48 8b 35 85 c5 01 00 mov 0x1c585(%rip),%rsi # ffffffff8002b518 <_ZN11CappuccinOS7drivers2fs3vfs13VFS_INSTANCES17hb404f7343d007619E+0x18> -ffffffff8000ef93: 48 3b 35 76 c5 01 00 cmp 0x1c576(%rip),%rsi # ffffffff8002b510 <_ZN11CappuccinOS7drivers2fs3vfs13VFS_INSTANCES17hb404f7343d007619E+0x10> -ffffffff8000ef9a: 0f 85 90 fe ff ff jne ffffffff8000ee30 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1840> -ffffffff8000efa0: 48 8d 3d 61 c5 01 00 lea 0x1c561(%rip),%rdi # ffffffff8002b508 <_ZN11CappuccinOS7drivers2fs3vfs13VFS_INSTANCES17hb404f7343d007619E+0x8> -ffffffff8000efa7: e8 b4 13 00 00 call ffffffff80010360 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17h049575a32600a9baE> -ffffffff8000efac: 48 8b 35 65 c5 01 00 mov 0x1c565(%rip),%rsi # ffffffff8002b518 <_ZN11CappuccinOS7drivers2fs3vfs13VFS_INSTANCES17hb404f7343d007619E+0x18> -ffffffff8000efb3: e9 78 fe ff ff jmp ffffffff8000ee30 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1840> -ffffffff8000efb8: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff8000efbf: 00 -ffffffff8000efc0: 0f b6 05 e9 a7 01 00 movzbl 0x1a7e9(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff8000efc7: 84 c0 test %al,%al -ffffffff8000efc9: 74 25 je ffffffff8000eff0 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1a00> -ffffffff8000efcb: 48 83 3d 85 a7 01 00 cmpq $0x0,0x1a785(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff8000efd2: 00 -ffffffff8000efd3: 4c 8d ad a8 f7 ff ff lea -0x858(%rbp),%r13 -ffffffff8000efda: 75 48 jne ffffffff8000f024 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1a34> -ffffffff8000efdc: e9 f3 f0 ff ff jmp ffffffff8000e0d4 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0xae4> -ffffffff8000efe1: 66 66 66 66 66 66 2e data16 data16 data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8000efe8: 0f 1f 84 00 00 00 00 -ffffffff8000efef: 00 -ffffffff8000eff0: 4c 8d ad a8 f7 ff ff lea -0x858(%rbp),%r13 -ffffffff8000eff7: 4c 89 ef mov %r13,%rdi -ffffffff8000effa: ff 15 50 a7 01 00 call *0x1a750(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff8000f000: 48 c7 05 4d a7 01 00 movq $0x1,0x1a74d(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff8000f007: 01 00 00 00 -ffffffff8000f00b: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff8000f010: 48 8d 3d 49 a7 01 00 lea 0x1a749(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff8000f017: 4c 89 ee mov %r13,%rsi -ffffffff8000f01a: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff8000f01d: c6 05 8c a7 01 00 01 movb $0x1,0x1a78c(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff8000f024: 48 8d 45 80 lea -0x80(%rbp),%rax -ffffffff8000f028: 48 89 45 98 mov %rax,-0x68(%rbp) -ffffffff8000f02c: 48 8d 05 ed c5 ff ff lea -0x3a13(%rip),%rax # ffffffff8000b620 <_ZN65_$LT$alloc..vec..Vec$LT$T$C$A$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h50b7e0aca53a3d2fE> -ffffffff8000f033: 48 89 45 a0 mov %rax,-0x60(%rbp) -ffffffff8000f037: 48 8d 05 72 b9 01 00 lea 0x1b972(%rip),%rax # ffffffff8002a9b0 <_ZN11CappuccinOS7drivers7storage3ide6DRIVES17h85a210ca5e43434dE+0xc8> -ffffffff8000f03e: 48 89 85 a8 f7 ff ff mov %rax,-0x858(%rbp) -ffffffff8000f045: 48 c7 85 b0 f7 ff ff movq $0x1,-0x850(%rbp) -ffffffff8000f04c: 01 00 00 00 -ffffffff8000f050: 48 c7 85 c8 f7 ff ff movq $0x0,-0x838(%rbp) -ffffffff8000f057: 00 00 00 00 -ffffffff8000f05b: 48 8d 5d 98 lea -0x68(%rbp),%rbx -ffffffff8000f05f: 48 89 9d b8 f7 ff ff mov %rbx,-0x848(%rbp) -ffffffff8000f066: 48 c7 85 c0 f7 ff ff movq $0x1,-0x840(%rbp) -ffffffff8000f06d: 01 00 00 00 -ffffffff8000f071: 4c 8d b5 08 fe ff ff lea -0x1f8(%rbp),%r14 -ffffffff8000f078: 4c 89 f7 mov %r14,%rdi -ffffffff8000f07b: 4c 89 ee mov %r13,%rsi -ffffffff8000f07e: e8 0d df 00 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff8000f083: 48 8b 85 08 fe ff ff mov -0x1f8(%rbp),%rax -ffffffff8000f08a: 48 8b 8d 10 fe ff ff mov -0x1f0(%rbp),%rcx -ffffffff8000f091: 48 89 45 98 mov %rax,-0x68(%rbp) -ffffffff8000f095: 48 89 4d a0 mov %rcx,-0x60(%rbp) -ffffffff8000f099: 48 8b 85 18 fe ff ff mov -0x1e8(%rbp),%rax -ffffffff8000f0a0: 48 89 45 a8 mov %rax,-0x58(%rbp) -ffffffff8000f0a4: 48 89 9d 20 ff ff ff mov %rbx,-0xe0(%rbp) -ffffffff8000f0ab: 48 8d 85 20 ff ff ff lea -0xe0(%rbp),%rax -ffffffff8000f0b2: 48 89 85 60 ff ff ff mov %rax,-0xa0(%rbp) -ffffffff8000f0b9: 48 8d 05 90 76 00 00 lea 0x7690(%rip),%rax # ffffffff80016750 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h42ee6215a9c421d0E> -ffffffff8000f0c0: 48 89 85 68 ff ff ff mov %rax,-0x98(%rbp) -ffffffff8000f0c7: 48 8d 05 c2 b7 01 00 lea 0x1b7c2(%rip),%rax # ffffffff8002a890 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x1018> -ffffffff8000f0ce: 48 89 85 a8 f7 ff ff mov %rax,-0x858(%rbp) -ffffffff8000f0d5: 48 c7 85 b0 f7 ff ff movq $0x2,-0x850(%rbp) -ffffffff8000f0dc: 02 00 00 00 -ffffffff8000f0e0: 48 c7 85 c8 f7 ff ff movq $0x0,-0x838(%rbp) -ffffffff8000f0e7: 00 00 00 00 -ffffffff8000f0eb: 48 8d 85 60 ff ff ff lea -0xa0(%rbp),%rax -ffffffff8000f0f2: 48 89 85 b8 f7 ff ff mov %rax,-0x848(%rbp) -ffffffff8000f0f9: 48 c7 85 c0 f7 ff ff movq $0x1,-0x840(%rbp) -ffffffff8000f100: 01 00 00 00 -ffffffff8000f104: 4c 89 f7 mov %r14,%rdi -ffffffff8000f107: 4c 89 ee mov %r13,%rsi -ffffffff8000f10a: e8 81 de 00 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff8000f10f: 4c 8b 7d a0 mov -0x60(%rbp),%r15 -ffffffff8000f113: 4d 85 ff test %r15,%r15 -ffffffff8000f116: 48 8d 1d d3 c1 01 00 lea 0x1c1d3(%rip),%rbx # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000f11d: 74 5f je ffffffff8000f17e <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1b8e> -ffffffff8000f11f: 4c 8b 65 98 mov -0x68(%rbp),%r12 -ffffffff8000f123: 0f b6 05 6e c2 01 00 movzbl 0x1c26e(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000f12a: 84 c0 test %al,%al -ffffffff8000f12c: 74 12 je ffffffff8000f140 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1b50> -ffffffff8000f12e: 48 83 3d b2 c1 01 00 cmpq $0x0,0x1c1b2(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000f135: 00 -ffffffff8000f136: 75 33 jne ffffffff8000f16b <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1b7b> -ffffffff8000f138: e9 97 ef ff ff jmp ffffffff8000e0d4 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0xae4> -ffffffff8000f13d: 0f 1f 00 nopl (%rax) -ffffffff8000f140: 4c 89 ef mov %r13,%rdi -ffffffff8000f143: ff 15 97 c1 01 00 call *0x1c197(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000f149: 48 c7 05 94 c1 01 00 movq $0x1,0x1c194(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000f150: 01 00 00 00 -ffffffff8000f154: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000f159: 48 89 df mov %rbx,%rdi -ffffffff8000f15c: 4c 89 ee mov %r13,%rsi -ffffffff8000f15f: e8 1c 35 01 00 call ffffffff80022680 -ffffffff8000f164: c6 05 2d c2 01 00 01 movb $0x1,0x1c22d(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000f16b: ba 01 00 00 00 mov $0x1,%edx -ffffffff8000f170: 48 89 df mov %rbx,%rdi -ffffffff8000f173: 4c 89 e6 mov %r12,%rsi -ffffffff8000f176: 4c 89 f9 mov %r15,%rcx -ffffffff8000f179: e8 d2 50 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8000f17e: 4c 8b bd 08 fe ff ff mov -0x1f8(%rbp),%r15 -ffffffff8000f185: 4c 8b a5 10 fe ff ff mov -0x1f0(%rbp),%r12 -ffffffff8000f18c: 48 8b 95 18 fe ff ff mov -0x1e8(%rbp),%rdx -ffffffff8000f193: 48 8d 3d c6 a5 01 00 lea 0x1a5c6(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff8000f19a: 4c 89 fe mov %r15,%rsi -ffffffff8000f19d: e8 fe 14 ff ff call ffffffff800006a0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E> -ffffffff8000f1a2: 4d 85 e4 test %r12,%r12 -ffffffff8000f1a5: 74 67 je ffffffff8000f20e <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1c1e> -ffffffff8000f1a7: 0f b6 05 ea c1 01 00 movzbl 0x1c1ea(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000f1ae: 84 c0 test %al,%al -ffffffff8000f1b0: 74 1e je ffffffff8000f1d0 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1be0> -ffffffff8000f1b2: 48 83 3d 2e c1 01 00 cmpq $0x0,0x1c12e(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000f1b9: 00 -ffffffff8000f1ba: 75 3f jne ffffffff8000f1fb <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1c0b> -ffffffff8000f1bc: e9 13 ef ff ff jmp ffffffff8000e0d4 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0xae4> -ffffffff8000f1c1: 66 66 66 66 66 66 2e data16 data16 data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8000f1c8: 0f 1f 84 00 00 00 00 -ffffffff8000f1cf: 00 -ffffffff8000f1d0: 4c 89 ef mov %r13,%rdi -ffffffff8000f1d3: ff 15 07 c1 01 00 call *0x1c107(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000f1d9: 48 c7 05 04 c1 01 00 movq $0x1,0x1c104(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000f1e0: 01 00 00 00 -ffffffff8000f1e4: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000f1e9: 48 89 df mov %rbx,%rdi -ffffffff8000f1ec: 4c 89 ee mov %r13,%rsi -ffffffff8000f1ef: e8 8c 34 01 00 call ffffffff80022680 -ffffffff8000f1f4: c6 05 9d c1 01 00 01 movb $0x1,0x1c19d(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000f1fb: ba 01 00 00 00 mov $0x1,%edx -ffffffff8000f200: 48 89 df mov %rbx,%rdi -ffffffff8000f203: 4c 89 fe mov %r15,%rsi -ffffffff8000f206: 4c 89 e1 mov %r12,%rcx -ffffffff8000f209: e8 42 50 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8000f20e: 48 8b 85 00 ff ff ff mov -0x100(%rbp),%rax -ffffffff8000f215: f0 48 ff 08 lock decq (%rax) -ffffffff8000f219: 75 0c jne ffffffff8000f227 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1c37> -ffffffff8000f21b: 48 8d bd 00 ff ff ff lea -0x100(%rbp),%rdi -ffffffff8000f222: e8 a9 2c 00 00 call ffffffff80011ed0 <_ZN5alloc4sync16Arc$LT$T$C$A$GT$9drop_slow17h3e7fd2046c900cb3E> -ffffffff8000f227: 4c 8b 7d 88 mov -0x78(%rbp),%r15 -ffffffff8000f22b: 4d 85 ff test %r15,%r15 -ffffffff8000f22e: 74 62 je ffffffff8000f292 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1ca2> -ffffffff8000f230: 4c 8b 65 80 mov -0x80(%rbp),%r12 -ffffffff8000f234: 0f b6 05 5d c1 01 00 movzbl 0x1c15d(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000f23b: 84 c0 test %al,%al -ffffffff8000f23d: 74 11 je ffffffff8000f250 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1c60> -ffffffff8000f23f: 48 83 3d a1 c0 01 00 cmpq $0x0,0x1c0a1(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000f246: 00 -ffffffff8000f247: 75 32 jne ffffffff8000f27b <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1c8b> -ffffffff8000f249: e9 86 ee ff ff jmp ffffffff8000e0d4 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0xae4> -ffffffff8000f24e: 66 90 xchg %ax,%ax -ffffffff8000f250: 4c 89 ef mov %r13,%rdi -ffffffff8000f253: ff 15 87 c0 01 00 call *0x1c087(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000f259: 48 c7 05 84 c0 01 00 movq $0x1,0x1c084(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000f260: 01 00 00 00 -ffffffff8000f264: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000f269: 48 89 df mov %rbx,%rdi -ffffffff8000f26c: 4c 89 ee mov %r13,%rsi -ffffffff8000f26f: e8 0c 34 01 00 call ffffffff80022680 -ffffffff8000f274: c6 05 1d c1 01 00 01 movb $0x1,0x1c11d(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000f27b: 49 c1 e7 05 shl $0x5,%r15 -ffffffff8000f27f: ba 08 00 00 00 mov $0x8,%edx -ffffffff8000f284: 48 89 df mov %rbx,%rdi -ffffffff8000f287: 4c 89 e6 mov %r12,%rsi -ffffffff8000f28a: 4c 89 f9 mov %r15,%rcx -ffffffff8000f28d: e8 be 4f 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8000f292: 48 8b 85 b0 fe ff ff mov -0x150(%rbp),%rax -ffffffff8000f299: f0 48 ff 08 lock decq (%rax) -ffffffff8000f29d: 74 21 je ffffffff8000f2c0 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1cd0> -ffffffff8000f29f: 48 8b 85 c0 fe ff ff mov -0x140(%rbp),%rax -ffffffff8000f2a6: f0 48 ff 08 lock decq (%rax) -ffffffff8000f2aa: 48 8b 9d 70 ff ff ff mov -0x90(%rbp),%rbx -ffffffff8000f2b1: 0f 85 c9 ee ff ff jne ffffffff8000e180 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0xb90> -ffffffff8000f2b7: eb 2b jmp ffffffff8000f2e4 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1cf4> -ffffffff8000f2b9: 0f 1f 80 00 00 00 00 nopl 0x0(%rax) -ffffffff8000f2c0: 48 8d bd b0 fe ff ff lea -0x150(%rbp),%rdi -ffffffff8000f2c7: e8 04 2c 00 00 call ffffffff80011ed0 <_ZN5alloc4sync16Arc$LT$T$C$A$GT$9drop_slow17h3e7fd2046c900cb3E> -ffffffff8000f2cc: 48 8b 85 c0 fe ff ff mov -0x140(%rbp),%rax -ffffffff8000f2d3: f0 48 ff 08 lock decq (%rax) -ffffffff8000f2d7: 48 8b 9d 70 ff ff ff mov -0x90(%rbp),%rbx -ffffffff8000f2de: 0f 85 9c ee ff ff jne ffffffff8000e180 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0xb90> -ffffffff8000f2e4: 48 8d bd c0 fe ff ff lea -0x140(%rbp),%rdi -ffffffff8000f2eb: e8 e0 2b 00 00 call ffffffff80011ed0 <_ZN5alloc4sync16Arc$LT$T$C$A$GT$9drop_slow17h3e7fd2046c900cb3E> -ffffffff8000f2f0: e9 8b ee ff ff jmp ffffffff8000e180 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0xb90> -ffffffff8000f2f5: 48 8b 85 48 ff ff ff mov -0xb8(%rbp),%rax -ffffffff8000f2fc: f0 48 ff 08 lock decq (%rax) -ffffffff8000f300: 75 0c jne ffffffff8000f30e <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE+0x1d1e> -ffffffff8000f302: 48 8d bd 48 ff ff ff lea -0xb8(%rbp),%rdi -ffffffff8000f309: e8 22 2e 00 00 call ffffffff80012130 <_ZN5alloc4sync16Arc$LT$T$C$A$GT$9drop_slow17h8121f75299ef78c8E> -ffffffff8000f30e: 48 81 c4 d8 09 00 00 add $0x9d8,%rsp -ffffffff8000f315: 5b pop %rbx -ffffffff8000f316: 41 5c pop %r12 -ffffffff8000f318: 41 5d pop %r13 -ffffffff8000f31a: 41 5e pop %r14 -ffffffff8000f31c: 41 5f pop %r15 -ffffffff8000f31e: 5d pop %rbp -ffffffff8000f31f: c3 ret -ffffffff8000f320: 48 8d 15 11 b7 01 00 lea 0x1b711(%rip),%rdx # ffffffff8002aa38 <_ZN11CappuccinOS7drivers7storage3ide6DRIVES17h85a210ca5e43434dE+0x150> -ffffffff8000f327: e8 b4 27 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff8000f32c: 0f 0b ud2 -ffffffff8000f32e: bf 08 00 00 00 mov $0x8,%edi -ffffffff8000f333: be 58 04 00 00 mov $0x458,%esi -ffffffff8000f338: e8 83 df 00 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff8000f33d: 0f 0b ud2 -ffffffff8000f33f: 0f 0b ud2 -ffffffff8000f341: 0f 0b ud2 -ffffffff8000f343: 48 8d 3d 02 59 01 00 lea 0x15902(%rip),%rdi # ffffffff80024c4c -ffffffff8000f34a: 48 8d 0d c7 b6 01 00 lea 0x1b6c7(%rip),%rcx # ffffffff8002aa18 <_ZN11CappuccinOS7drivers7storage3ide6DRIVES17h85a210ca5e43434dE+0x130> -ffffffff8000f351: 4c 8d 05 f8 b7 01 00 lea 0x1b7f8(%rip),%r8 # ffffffff8002ab50 <_ZN11CappuccinOS7drivers7storage3ide6DRIVES17h85a210ca5e43434dE+0x268> -ffffffff8000f358: 48 8d 95 a8 f7 ff ff lea -0x858(%rbp),%rdx -ffffffff8000f35f: be 1b 00 00 00 mov $0x1b,%esi -ffffffff8000f364: e8 17 2a 01 00 call ffffffff80021d80 <_ZN4core6result13unwrap_failed17h657510ce64ac5bccE> -ffffffff8000f369: 0f 0b ud2 -ffffffff8000f36b: 48 8d 05 c6 b7 01 00 lea 0x1b7c6(%rip),%rax # ffffffff8002ab38 <_ZN11CappuccinOS7drivers7storage3ide6DRIVES17h85a210ca5e43434dE+0x250> -ffffffff8000f372: bf fe 01 00 00 mov $0x1fe,%edi -ffffffff8000f377: 48 89 d6 mov %rdx,%rsi -ffffffff8000f37a: 48 89 c2 mov %rax,%rdx -ffffffff8000f37d: e8 ee 26 01 00 call ffffffff80021a70 <_ZN4core5slice5index26slice_start_index_len_fail17h804cb0b56fff6a53E> -ffffffff8000f382: 0f 0b ud2 -ffffffff8000f384: 48 8d 3d 65 57 01 00 lea 0x15765(%rip),%rdi # ffffffff80024af0 -ffffffff8000f38b: 48 8d 0d ee b6 01 00 lea 0x1b6ee(%rip),%rcx # ffffffff8002aa80 <_ZN11CappuccinOS7drivers7storage3ide6DRIVES17h85a210ca5e43434dE+0x198> -ffffffff8000f392: 4c 8d 05 87 b7 01 00 lea 0x1b787(%rip),%r8 # ffffffff8002ab20 <_ZN11CappuccinOS7drivers7storage3ide6DRIVES17h85a210ca5e43434dE+0x238> -ffffffff8000f399: 48 8d 95 a8 f7 ff ff lea -0x858(%rbp),%rdx -ffffffff8000f3a0: be 2b 00 00 00 mov $0x2b,%esi -ffffffff8000f3a5: e8 d6 29 01 00 call ffffffff80021d80 <_ZN4core6result13unwrap_failed17h657510ce64ac5bccE> -ffffffff8000f3aa: 0f 0b ud2 -ffffffff8000f3ac: 48 8d 05 45 b7 01 00 lea 0x1b745(%rip),%rax # ffffffff8002aaf8 <_ZN11CappuccinOS7drivers7storage3ide6DRIVES17h85a210ca5e43434dE+0x210> -ffffffff8000f3b3: 48 89 85 a8 f7 ff ff mov %rax,-0x858(%rbp) -ffffffff8000f3ba: 48 c7 85 b0 f7 ff ff movq $0x1,-0x850(%rbp) -ffffffff8000f3c1: 01 00 00 00 -ffffffff8000f3c5: 48 c7 85 c8 f7 ff ff movq $0x0,-0x838(%rbp) -ffffffff8000f3cc: 00 00 00 00 -ffffffff8000f3d0: 48 8d 05 19 57 01 00 lea 0x15719(%rip),%rax # ffffffff80024af0 -ffffffff8000f3d7: 48 89 85 b8 f7 ff ff mov %rax,-0x848(%rbp) -ffffffff8000f3de: 48 c7 85 c0 f7 ff ff movq $0x0,-0x840(%rbp) -ffffffff8000f3e5: 00 00 00 00 -ffffffff8000f3e9: 48 8d 35 18 b7 01 00 lea 0x1b718(%rip),%rsi # ffffffff8002ab08 <_ZN11CappuccinOS7drivers7storage3ide6DRIVES17h85a210ca5e43434dE+0x220> -ffffffff8000f3f0: 48 8d bd a8 f7 ff ff lea -0x858(%rbp),%rdi -ffffffff8000f3f7: e8 24 23 01 00 call ffffffff80021720 <_ZN4core9panicking9panic_fmt17hdab3eca30d19da73E> -ffffffff8000f3fc: 0f 0b ud2 -ffffffff8000f3fe: 48 8d 3d 62 58 01 00 lea 0x15862(%rip),%rdi # ffffffff80024c67 -ffffffff8000f405: 48 8d 0d 0c b6 01 00 lea 0x1b60c(%rip),%rcx # ffffffff8002aa18 <_ZN11CappuccinOS7drivers7storage3ide6DRIVES17h85a210ca5e43434dE+0x130> -ffffffff8000f40c: 4c 8d 05 cd b6 01 00 lea 0x1b6cd(%rip),%r8 # ffffffff8002aae0 <_ZN11CappuccinOS7drivers7storage3ide6DRIVES17h85a210ca5e43434dE+0x1f8> -ffffffff8000f413: 48 8d 95 a8 f7 ff ff lea -0x858(%rbp),%rdx -ffffffff8000f41a: be 17 00 00 00 mov $0x17,%esi -ffffffff8000f41f: e8 5c 29 01 00 call ffffffff80021d80 <_ZN4core6result13unwrap_failed17h657510ce64ac5bccE> -ffffffff8000f424: 0f 0b ud2 -ffffffff8000f426: 48 8d 15 3b b5 01 00 lea 0x1b53b(%rip),%rdx # ffffffff8002a968 <_ZN11CappuccinOS7drivers7storage3ide6DRIVES17h85a210ca5e43434dE+0x80> -ffffffff8000f42d: bf 00 02 00 00 mov $0x200,%edi -ffffffff8000f432: 4c 89 e6 mov %r12,%rsi -ffffffff8000f435: e8 a6 26 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff8000f43a: 0f 0b ud2 -ffffffff8000f43c: 48 8d 05 75 b6 01 00 lea 0x1b675(%rip),%rax # ffffffff8002aab8 <_ZN11CappuccinOS7drivers7storage3ide6DRIVES17h85a210ca5e43434dE+0x1d0> -ffffffff8000f443: 48 89 85 a8 f7 ff ff mov %rax,-0x858(%rbp) -ffffffff8000f44a: 48 c7 85 b0 f7 ff ff movq $0x1,-0x850(%rbp) -ffffffff8000f451: 01 00 00 00 -ffffffff8000f455: 48 c7 85 c8 f7 ff ff movq $0x0,-0x838(%rbp) -ffffffff8000f45c: 00 00 00 00 -ffffffff8000f460: 48 8d 05 89 56 01 00 lea 0x15689(%rip),%rax # ffffffff80024af0 -ffffffff8000f467: 48 89 85 b8 f7 ff ff mov %rax,-0x848(%rbp) -ffffffff8000f46e: 48 c7 85 c0 f7 ff ff movq $0x0,-0x840(%rbp) -ffffffff8000f475: 00 00 00 00 -ffffffff8000f479: 48 8d 35 48 b6 01 00 lea 0x1b648(%rip),%rsi # ffffffff8002aac8 <_ZN11CappuccinOS7drivers7storage3ide6DRIVES17h85a210ca5e43434dE+0x1e0> -ffffffff8000f480: 48 8d bd a8 f7 ff ff lea -0x858(%rbp),%rdi -ffffffff8000f487: e8 94 22 01 00 call ffffffff80021720 <_ZN4core9panicking9panic_fmt17hdab3eca30d19da73E> -ffffffff8000f48c: 0f 0b ud2 -ffffffff8000f48e: 48 8d 3d e9 57 01 00 lea 0x157e9(%rip),%rdi # ffffffff80024c7e -ffffffff8000f495: 48 8d 0d 7c b5 01 00 lea 0x1b57c(%rip),%rcx # ffffffff8002aa18 <_ZN11CappuccinOS7drivers7storage3ide6DRIVES17h85a210ca5e43434dE+0x130> -ffffffff8000f49c: 4c 8d 05 fd b5 01 00 lea 0x1b5fd(%rip),%r8 # ffffffff8002aaa0 <_ZN11CappuccinOS7drivers7storage3ide6DRIVES17h85a210ca5e43434dE+0x1b8> -ffffffff8000f4a3: 48 8d 95 a8 f7 ff ff lea -0x858(%rbp),%rdx -ffffffff8000f4aa: be 1e 00 00 00 mov $0x1e,%esi -ffffffff8000f4af: e8 cc 28 01 00 call ffffffff80021d80 <_ZN4core6result13unwrap_failed17h657510ce64ac5bccE> -ffffffff8000f4b4: 0f 0b ud2 -ffffffff8000f4b6: 48 8d 15 93 b5 01 00 lea 0x1b593(%rip),%rdx # ffffffff8002aa50 <_ZN11CappuccinOS7drivers7storage3ide6DRIVES17h85a210ca5e43434dE+0x168> -ffffffff8000f4bd: e8 1e 26 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff8000f4c2: 0f 0b ud2 -ffffffff8000f4c4: 48 8d 15 9d b5 01 00 lea 0x1b59d(%rip),%rdx # ffffffff8002aa68 <_ZN11CappuccinOS7drivers7storage3ide6DRIVES17h85a210ca5e43434dE+0x180> -ffffffff8000f4cb: 48 89 c7 mov %rax,%rdi -ffffffff8000f4ce: e8 0d 26 01 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff8000f4d3: 0f 0b ud2 -ffffffff8000f4d5: bf 01 00 00 00 mov $0x1,%edi -ffffffff8000f4da: be 26 00 00 00 mov $0x26,%esi -ffffffff8000f4df: e8 dc dd 00 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff8000f4e4: 0f 0b ud2 -ffffffff8000f4e6: bf 08 00 00 00 mov $0x8,%edi -ffffffff8000f4eb: be 10 02 00 00 mov $0x210,%esi -ffffffff8000f4f0: e8 cb dd 00 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff8000f4f5: 0f 0b ud2 -ffffffff8000f4f7: bf 08 00 00 00 mov $0x8,%edi -ffffffff8000f4fc: be 18 00 00 00 mov $0x18,%esi -ffffffff8000f501: e8 ba dd 00 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff8000f506: 0f 0b ud2 -ffffffff8000f508: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff8000f50f: 00 - -ffffffff8000f510 <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E>: -ffffffff8000f510: 55 push %rbp -ffffffff8000f511: 48 89 e5 mov %rsp,%rbp -ffffffff8000f514: 41 57 push %r15 -ffffffff8000f516: 41 56 push %r14 -ffffffff8000f518: 41 55 push %r13 -ffffffff8000f51a: 41 54 push %r12 -ffffffff8000f51c: 53 push %rbx -ffffffff8000f51d: 48 81 ec 08 01 00 00 sub $0x108,%rsp -ffffffff8000f524: 48 8d 04 32 lea (%rdx,%rsi,1),%rax -ffffffff8000f528: 48 8b 4f 08 mov 0x8(%rdi),%rcx -ffffffff8000f52c: 8b 89 88 00 00 00 mov 0x88(%rcx),%ecx -ffffffff8000f532: 48 39 c8 cmp %rcx,%rax -ffffffff8000f535: 76 08 jbe ffffffff8000f53f <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E+0x2f> -ffffffff8000f537: 45 31 f6 xor %r14d,%r14d -ffffffff8000f53a: e9 c2 03 00 00 jmp ffffffff8000f901 <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E+0x3f1> -ffffffff8000f53f: 49 89 d7 mov %rdx,%r15 -ffffffff8000f542: 48 8b 07 mov (%rdi),%rax -ffffffff8000f545: 44 0f b7 60 10 movzwl 0x10(%rax),%r12d -ffffffff8000f54a: 44 0f b7 68 12 movzwl 0x12(%rax),%r13d -ffffffff8000f54f: 41 8d 4c 24 02 lea 0x2(%r12),%ecx -ffffffff8000f554: 89 ca mov %ecx,%edx -ffffffff8000f556: b0 04 mov $0x4,%al -ffffffff8000f558: ee out %al,(%dx) -ffffffff8000f559: 41 83 c5 02 add $0x2,%r13d -ffffffff8000f55d: 45 8d 74 24 07 lea 0x7(%r12),%r14d -ffffffff8000f562: 44 89 ea mov %r13d,%edx -ffffffff8000f565: ec in (%dx),%al -ffffffff8000f566: ec in (%dx),%al -ffffffff8000f567: ec in (%dx),%al -ffffffff8000f568: ec in (%dx),%al -ffffffff8000f569: 44 89 f2 mov %r14d,%edx -ffffffff8000f56c: ec in (%dx),%al -ffffffff8000f56d: 44 89 ea mov %r13d,%edx -ffffffff8000f570: ec in (%dx),%al -ffffffff8000f571: ec in (%dx),%al -ffffffff8000f572: ec in (%dx),%al -ffffffff8000f573: ec in (%dx),%al -ffffffff8000f574: 44 89 f2 mov %r14d,%edx -ffffffff8000f577: ec in (%dx),%al -ffffffff8000f578: 44 89 ea mov %r13d,%edx -ffffffff8000f57b: ec in (%dx),%al -ffffffff8000f57c: ec in (%dx),%al -ffffffff8000f57d: ec in (%dx),%al -ffffffff8000f57e: ec in (%dx),%al -ffffffff8000f57f: 44 89 f2 mov %r14d,%edx -ffffffff8000f582: ec in (%dx),%al -ffffffff8000f583: 44 89 ea mov %r13d,%edx -ffffffff8000f586: ec in (%dx),%al -ffffffff8000f587: ec in (%dx),%al -ffffffff8000f588: ec in (%dx),%al -ffffffff8000f589: ec in (%dx),%al -ffffffff8000f58a: 44 89 f2 mov %r14d,%edx -ffffffff8000f58d: ec in (%dx),%al -ffffffff8000f58e: 44 89 ea mov %r13d,%edx -ffffffff8000f591: ec in (%dx),%al -ffffffff8000f592: ec in (%dx),%al -ffffffff8000f593: ec in (%dx),%al -ffffffff8000f594: ec in (%dx),%al -ffffffff8000f595: 44 89 f2 mov %r14d,%edx -ffffffff8000f598: ec in (%dx),%al -ffffffff8000f599: 44 89 ea mov %r13d,%edx -ffffffff8000f59c: ec in (%dx),%al -ffffffff8000f59d: ec in (%dx),%al -ffffffff8000f59e: ec in (%dx),%al -ffffffff8000f59f: ec in (%dx),%al -ffffffff8000f5a0: 44 89 f2 mov %r14d,%edx -ffffffff8000f5a3: ec in (%dx),%al -ffffffff8000f5a4: 44 89 ea mov %r13d,%edx -ffffffff8000f5a7: ec in (%dx),%al -ffffffff8000f5a8: ec in (%dx),%al -ffffffff8000f5a9: ec in (%dx),%al -ffffffff8000f5aa: ec in (%dx),%al -ffffffff8000f5ab: 44 89 f2 mov %r14d,%edx -ffffffff8000f5ae: ec in (%dx),%al -ffffffff8000f5af: 44 89 ea mov %r13d,%edx -ffffffff8000f5b2: ec in (%dx),%al -ffffffff8000f5b3: ec in (%dx),%al -ffffffff8000f5b4: ec in (%dx),%al -ffffffff8000f5b5: ec in (%dx),%al -ffffffff8000f5b6: 44 89 f2 mov %r14d,%edx -ffffffff8000f5b9: ec in (%dx),%al -ffffffff8000f5ba: 44 89 ea mov %r13d,%edx -ffffffff8000f5bd: ec in (%dx),%al -ffffffff8000f5be: ec in (%dx),%al -ffffffff8000f5bf: ec in (%dx),%al -ffffffff8000f5c0: ec in (%dx),%al -ffffffff8000f5c1: 44 89 f2 mov %r14d,%edx -ffffffff8000f5c4: ec in (%dx),%al -ffffffff8000f5c5: 44 89 ea mov %r13d,%edx -ffffffff8000f5c8: ec in (%dx),%al -ffffffff8000f5c9: ec in (%dx),%al -ffffffff8000f5ca: ec in (%dx),%al -ffffffff8000f5cb: ec in (%dx),%al -ffffffff8000f5cc: 44 89 f2 mov %r14d,%edx -ffffffff8000f5cf: ec in (%dx),%al -ffffffff8000f5d0: 89 ca mov %ecx,%edx -ffffffff8000f5d2: 31 c0 xor %eax,%eax -ffffffff8000f5d4: ee out %al,(%dx) -ffffffff8000f5d5: 0f b6 7f 10 movzbl 0x10(%rdi),%edi -ffffffff8000f5d9: 44 89 ea mov %r13d,%edx -ffffffff8000f5dc: ec in (%dx),%al -ffffffff8000f5dd: ec in (%dx),%al -ffffffff8000f5de: ec in (%dx),%al -ffffffff8000f5df: ec in (%dx),%al -ffffffff8000f5e0: 44 89 f2 mov %r14d,%edx -ffffffff8000f5e3: ec in (%dx),%al -ffffffff8000f5e4: 84 c0 test %al,%al -ffffffff8000f5e6: 79 19 jns ffffffff8000f601 <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E+0xf1> -ffffffff8000f5e8: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff8000f5ef: 00 -ffffffff8000f5f0: f3 90 pause -ffffffff8000f5f2: 44 89 ea mov %r13d,%edx -ffffffff8000f5f5: ec in (%dx),%al -ffffffff8000f5f6: ec in (%dx),%al -ffffffff8000f5f7: ec in (%dx),%al -ffffffff8000f5f8: ec in (%dx),%al -ffffffff8000f5f9: 44 89 f2 mov %r14d,%edx -ffffffff8000f5fc: ec in (%dx),%al -ffffffff8000f5fd: 84 c0 test %al,%al -ffffffff8000f5ff: 78 ef js ffffffff8000f5f0 <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E+0xe0> -ffffffff8000f601: 48 81 fe fe ff ff 0f cmp $0xffffffe,%rsi -ffffffff8000f608: 0f 86 dc 00 00 00 jbe ffffffff8000f6ea <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E+0x1da> -ffffffff8000f60e: 40 80 cf 40 or $0x40,%dil -ffffffff8000f612: 41 8d 54 24 06 lea 0x6(%r12),%edx -ffffffff8000f617: 89 f8 mov %edi,%eax -ffffffff8000f619: ee out %al,(%dx) -ffffffff8000f61a: 44 89 f8 mov %r15d,%eax -ffffffff8000f61d: c1 e8 08 shr $0x8,%eax -ffffffff8000f620: 89 ca mov %ecx,%edx -ffffffff8000f622: ee out %al,(%dx) -ffffffff8000f623: 41 8d 7c 24 03 lea 0x3(%r12),%edi -ffffffff8000f628: 89 f0 mov %esi,%eax -ffffffff8000f62a: c1 e8 18 shr $0x18,%eax -ffffffff8000f62d: 89 fa mov %edi,%edx -ffffffff8000f62f: ee out %al,(%dx) -ffffffff8000f630: 45 8d 44 24 04 lea 0x4(%r12),%r8d -ffffffff8000f635: 48 89 f0 mov %rsi,%rax -ffffffff8000f638: 48 c1 e8 20 shr $0x20,%rax -ffffffff8000f63c: 44 89 c2 mov %r8d,%edx -ffffffff8000f63f: ee out %al,(%dx) -ffffffff8000f640: 45 8d 4c 24 05 lea 0x5(%r12),%r9d -ffffffff8000f645: 48 89 f0 mov %rsi,%rax -ffffffff8000f648: 48 c1 e8 28 shr $0x28,%rax -ffffffff8000f64c: 44 89 ca mov %r9d,%edx -ffffffff8000f64f: ee out %al,(%dx) -ffffffff8000f650: 89 ca mov %ecx,%edx -ffffffff8000f652: 44 89 f8 mov %r15d,%eax -ffffffff8000f655: ee out %al,(%dx) -ffffffff8000f656: 89 f0 mov %esi,%eax -ffffffff8000f658: c1 e8 10 shr $0x10,%eax -ffffffff8000f65b: 89 fa mov %edi,%edx -ffffffff8000f65d: ee out %al,(%dx) -ffffffff8000f65e: 89 f0 mov %esi,%eax -ffffffff8000f660: c1 e8 08 shr $0x8,%eax -ffffffff8000f663: 44 89 c2 mov %r8d,%edx -ffffffff8000f666: ee out %al,(%dx) -ffffffff8000f667: 44 89 ca mov %r9d,%edx -ffffffff8000f66a: 89 f0 mov %esi,%eax -ffffffff8000f66c: ee out %al,(%dx) -ffffffff8000f66d: 44 89 f2 mov %r14d,%edx -ffffffff8000f670: b0 24 mov $0x24,%al -ffffffff8000f672: ee out %al,(%dx) -ffffffff8000f673: 4c 89 fb mov %r15,%rbx -ffffffff8000f676: 48 c1 e3 09 shl $0x9,%rbx -ffffffff8000f67a: 41 b8 01 00 00 00 mov $0x1,%r8d -ffffffff8000f680: 0f 84 b5 00 00 00 je ffffffff8000f73b <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E+0x22b> -ffffffff8000f686: 48 89 de mov %rbx,%rsi -ffffffff8000f689: 48 f7 d6 not %rsi -ffffffff8000f68c: 48 c1 ee 3f shr $0x3f,%rsi -ffffffff8000f690: 48 c7 85 e0 fe ff ff movq $0x0,-0x120(%rbp) -ffffffff8000f697: 00 00 00 00 -ffffffff8000f69b: 48 8d 7d b8 lea -0x48(%rbp),%rdi -ffffffff8000f69f: 48 8d 8d d8 fe ff ff lea -0x128(%rbp),%rcx -ffffffff8000f6a6: 48 89 da mov %rbx,%rdx -ffffffff8000f6a9: e8 e2 06 00 00 call ffffffff8000fd90 <_ZN5alloc7raw_vec11finish_grow17hb2fbfd905d45730fE.llvm.9278039832854411857> -ffffffff8000f6ae: 48 83 7d b8 00 cmpq $0x0,-0x48(%rbp) -ffffffff8000f6b3: 48 8b 7d c0 mov -0x40(%rbp),%rdi -ffffffff8000f6b7: 0f 84 8f 00 00 00 je ffffffff8000f74c <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E+0x23c> -ffffffff8000f6bd: 48 b8 01 00 00 00 00 movabs $0x8000000000000001,%rax -ffffffff8000f6c4: 00 00 80 -ffffffff8000f6c7: 48 39 c7 cmp %rax,%rdi -ffffffff8000f6ca: 0f 85 06 06 00 00 jne ffffffff8000fcd6 <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E+0x7c6> -ffffffff8000f6d0: 31 c0 xor %eax,%eax -ffffffff8000f6d2: 48 89 45 b0 mov %rax,-0x50(%rbp) -ffffffff8000f6d6: 41 b8 01 00 00 00 mov $0x1,%r8d -ffffffff8000f6dc: 4d 85 ff test %r15,%r15 -ffffffff8000f6df: 4c 89 45 d0 mov %r8,-0x30(%rbp) -ffffffff8000f6e3: 75 77 jne ffffffff8000f75c <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E+0x24c> -ffffffff8000f6e5: e9 d0 00 00 00 jmp ffffffff8000f7ba <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E+0x2aa> -ffffffff8000f6ea: 89 f0 mov %esi,%eax -ffffffff8000f6ec: c1 e8 18 shr $0x18,%eax -ffffffff8000f6ef: 40 08 c7 or %al,%dil -ffffffff8000f6f2: 40 80 cf e0 or $0xe0,%dil -ffffffff8000f6f6: 41 8d 54 24 06 lea 0x6(%r12),%edx -ffffffff8000f6fb: 89 f8 mov %edi,%eax -ffffffff8000f6fd: ee out %al,(%dx) -ffffffff8000f6fe: 89 ca mov %ecx,%edx -ffffffff8000f700: 44 89 f8 mov %r15d,%eax -ffffffff8000f703: ee out %al,(%dx) -ffffffff8000f704: 41 8d 54 24 03 lea 0x3(%r12),%edx -ffffffff8000f709: 89 f0 mov %esi,%eax -ffffffff8000f70b: ee out %al,(%dx) -ffffffff8000f70c: 41 8d 54 24 04 lea 0x4(%r12),%edx -ffffffff8000f711: 89 f0 mov %esi,%eax -ffffffff8000f713: c1 e8 08 shr $0x8,%eax -ffffffff8000f716: ee out %al,(%dx) -ffffffff8000f717: 41 8d 54 24 05 lea 0x5(%r12),%edx -ffffffff8000f71c: c1 ee 10 shr $0x10,%esi -ffffffff8000f71f: 89 f0 mov %esi,%eax -ffffffff8000f721: ee out %al,(%dx) -ffffffff8000f722: 44 89 f2 mov %r14d,%edx -ffffffff8000f725: b0 20 mov $0x20,%al -ffffffff8000f727: ee out %al,(%dx) -ffffffff8000f728: 4c 89 fb mov %r15,%rbx -ffffffff8000f72b: 48 c1 e3 09 shl $0x9,%rbx -ffffffff8000f72f: 41 b8 01 00 00 00 mov $0x1,%r8d -ffffffff8000f735: 0f 85 4b ff ff ff jne ffffffff8000f686 <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E+0x176> -ffffffff8000f73b: 31 c0 xor %eax,%eax -ffffffff8000f73d: 48 89 45 b0 mov %rax,-0x50(%rbp) -ffffffff8000f741: 4d 85 ff test %r15,%r15 -ffffffff8000f744: 4c 89 45 d0 mov %r8,-0x30(%rbp) -ffffffff8000f748: 75 12 jne ffffffff8000f75c <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E+0x24c> -ffffffff8000f74a: eb 6e jmp ffffffff8000f7ba <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E+0x2aa> -ffffffff8000f74c: 48 89 5d b0 mov %rbx,-0x50(%rbp) -ffffffff8000f750: 49 89 f8 mov %rdi,%r8 -ffffffff8000f753: 4d 85 ff test %r15,%r15 -ffffffff8000f756: 4c 89 45 d0 mov %r8,-0x30(%rbp) -ffffffff8000f75a: 74 5e je ffffffff8000f7ba <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E+0x2aa> -ffffffff8000f75c: 48 be 00 ff ff ff ff movabs $0x7fffffffffffff00,%rsi -ffffffff8000f763: ff ff 7f -ffffffff8000f766: 31 ff xor %edi,%edi -ffffffff8000f768: 48 01 f6 add %rsi,%rsi -ffffffff8000f76b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) -ffffffff8000f770: f3 90 pause -ffffffff8000f772: 44 89 ea mov %r13d,%edx -ffffffff8000f775: ec in (%dx),%al -ffffffff8000f776: ec in (%dx),%al -ffffffff8000f777: ec in (%dx),%al -ffffffff8000f778: ec in (%dx),%al -ffffffff8000f779: 44 89 f2 mov %r14d,%edx -ffffffff8000f77c: ec in (%dx),%al -ffffffff8000f77d: a8 21 test $0x21,%al -ffffffff8000f77f: 75 0a jne ffffffff8000f78b <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E+0x27b> -ffffffff8000f781: 89 c1 mov %eax,%ecx -ffffffff8000f783: 80 e1 88 and $0x88,%cl -ffffffff8000f786: 80 f9 08 cmp $0x8,%cl -ffffffff8000f789: 75 e5 jne ffffffff8000f770 <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E+0x260> -ffffffff8000f78b: a8 21 test $0x21,%al -ffffffff8000f78d: 75 67 jne ffffffff8000f7f6 <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E+0x2e6> -ffffffff8000f78f: 48 8d 47 01 lea 0x1(%rdi),%rax -ffffffff8000f793: 48 c1 e7 09 shl $0x9,%rdi -ffffffff8000f797: 48 21 f7 and %rsi,%rdi -ffffffff8000f79a: 4c 01 c7 add %r8,%rdi -ffffffff8000f79d: b9 00 01 00 00 mov $0x100,%ecx -ffffffff8000f7a2: 44 89 e2 mov %r12d,%edx -ffffffff8000f7a5: fc cld -ffffffff8000f7a6: f3 66 6d rep insw (%dx),%es:(%rdi) -ffffffff8000f7a9: 48 89 c7 mov %rax,%rdi -ffffffff8000f7ac: 4c 39 f8 cmp %r15,%rax -ffffffff8000f7af: 75 bf jne ffffffff8000f770 <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E+0x260> -ffffffff8000f7b1: 48 85 db test %rbx,%rbx -ffffffff8000f7b4: 0f 88 40 05 00 00 js ffffffff8000fcfa <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E+0x7ea> -ffffffff8000f7ba: bf 01 00 00 00 mov $0x1,%edi -ffffffff8000f7bf: 48 89 de mov %rbx,%rsi -ffffffff8000f7c2: e8 d9 db 00 00 call ffffffff8001d3a0 <_ZN5alloc4sync32arcinner_layout_for_value_layout17hd13aecf7aa064027E> -ffffffff8000f7c7: 49 89 c7 mov %rax,%r15 -ffffffff8000f7ca: 49 89 d4 mov %rdx,%r12 -ffffffff8000f7cd: 48 85 d2 test %rdx,%rdx -ffffffff8000f7d0: 74 46 je ffffffff8000f818 <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E+0x308> -ffffffff8000f7d2: 48 8d 05 3d d4 01 00 lea 0x1d43d(%rip),%rax # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff8000f7d9: 0f b6 00 movzbl (%rax),%eax -ffffffff8000f7dc: 0f b6 05 b5 bb 01 00 movzbl 0x1bbb5(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000f7e3: 84 c0 test %al,%al -ffffffff8000f7e5: 74 36 je ffffffff8000f81d <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E+0x30d> -ffffffff8000f7e7: 48 83 3d f9 ba 01 00 cmpq $0x0,0x1baf9(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000f7ee: 00 -ffffffff8000f7ef: 75 62 jne ffffffff8000f853 <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E+0x343> -ffffffff8000f7f1: e9 73 04 00 00 jmp ffffffff8000fc69 <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E+0x759> -ffffffff8000f7f6: 0f b6 05 b3 9f 01 00 movzbl 0x19fb3(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff8000f7fd: 84 c0 test %al,%al -ffffffff8000f7ff: 0f 84 14 01 00 00 je ffffffff8000f919 <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E+0x409> -ffffffff8000f805: 48 83 3d 4b 9f 01 00 cmpq $0x0,0x19f4b(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff8000f80c: 00 -ffffffff8000f80d: 0f 85 3a 01 00 00 jne ffffffff8000f94d <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E+0x43d> -ffffffff8000f813: e9 51 04 00 00 jmp ffffffff8000fc69 <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E+0x759> -ffffffff8000f818: 4d 89 fe mov %r15,%r14 -ffffffff8000f81b: eb 4b jmp ffffffff8000f868 <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E+0x358> -ffffffff8000f81d: 4c 8d b5 d8 fe ff ff lea -0x128(%rbp),%r14 -ffffffff8000f824: 4c 89 f7 mov %r14,%rdi -ffffffff8000f827: ff 15 b3 ba 01 00 call *0x1bab3(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000f82d: 48 c7 05 b0 ba 01 00 movq $0x1,0x1bab0(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000f834: 01 00 00 00 -ffffffff8000f838: 48 8d 3d b1 ba 01 00 lea 0x1bab1(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000f83f: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000f844: 4c 89 f6 mov %r14,%rsi -ffffffff8000f847: e8 34 2e 01 00 call ffffffff80022680 -ffffffff8000f84c: c6 05 45 bb 01 00 01 movb $0x1,0x1bb45(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000f853: 48 8d 3d 96 ba 01 00 lea 0x1ba96(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000f85a: 4c 89 fe mov %r15,%rsi -ffffffff8000f85d: 4c 89 e2 mov %r12,%rdx -ffffffff8000f860: e8 eb 47 00 00 call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff8000f865: 49 89 c6 mov %rax,%r14 -ffffffff8000f868: 48 8b 75 d0 mov -0x30(%rbp),%rsi -ffffffff8000f86c: 4d 85 f6 test %r14,%r14 -ffffffff8000f86f: 0f 84 6d 04 00 00 je ffffffff8000fce2 <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E+0x7d2> -ffffffff8000f875: 49 c7 06 01 00 00 00 movq $0x1,(%r14) -ffffffff8000f87c: 49 c7 46 08 01 00 00 movq $0x1,0x8(%r14) -ffffffff8000f883: 00 -ffffffff8000f884: 49 8d 7e 10 lea 0x10(%r14),%rdi -ffffffff8000f888: 48 89 da mov %rbx,%rdx -ffffffff8000f88b: e8 f0 2d 01 00 call ffffffff80022680 -ffffffff8000f890: 4c 8b 65 b0 mov -0x50(%rbp),%r12 -ffffffff8000f894: 4d 85 e4 test %r12,%r12 -ffffffff8000f897: 74 68 je ffffffff8000f901 <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E+0x3f1> -ffffffff8000f899: 0f b6 05 f8 ba 01 00 movzbl 0x1baf8(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000f8a0: 84 c0 test %al,%al -ffffffff8000f8a2: 74 0f je ffffffff8000f8b3 <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E+0x3a3> -ffffffff8000f8a4: 48 83 3d 3c ba 01 00 cmpq $0x0,0x1ba3c(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000f8ab: 00 -ffffffff8000f8ac: 75 3b jne ffffffff8000f8e9 <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E+0x3d9> -ffffffff8000f8ae: e9 b6 03 00 00 jmp ffffffff8000fc69 <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E+0x759> -ffffffff8000f8b3: 4c 8d bd d8 fe ff ff lea -0x128(%rbp),%r15 -ffffffff8000f8ba: 4c 89 ff mov %r15,%rdi -ffffffff8000f8bd: ff 15 1d ba 01 00 call *0x1ba1d(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000f8c3: 48 c7 05 1a ba 01 00 movq $0x1,0x1ba1a(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000f8ca: 01 00 00 00 -ffffffff8000f8ce: 48 8d 3d 1b ba 01 00 lea 0x1ba1b(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000f8d5: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000f8da: 4c 89 fe mov %r15,%rsi -ffffffff8000f8dd: e8 9e 2d 01 00 call ffffffff80022680 -ffffffff8000f8e2: c6 05 af ba 01 00 01 movb $0x1,0x1baaf(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000f8e9: 48 8d 3d 00 ba 01 00 lea 0x1ba00(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000f8f0: ba 01 00 00 00 mov $0x1,%edx -ffffffff8000f8f5: 48 8b 75 d0 mov -0x30(%rbp),%rsi -ffffffff8000f8f9: 4c 89 e1 mov %r12,%rcx -ffffffff8000f8fc: e8 4f 49 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8000f901: 4c 89 f0 mov %r14,%rax -ffffffff8000f904: 48 89 da mov %rbx,%rdx -ffffffff8000f907: 48 81 c4 08 01 00 00 add $0x108,%rsp -ffffffff8000f90e: 5b pop %rbx -ffffffff8000f90f: 41 5c pop %r12 -ffffffff8000f911: 41 5d pop %r13 -ffffffff8000f913: 41 5e pop %r14 -ffffffff8000f915: 41 5f pop %r15 -ffffffff8000f917: 5d pop %rbp -ffffffff8000f918: c3 ret -ffffffff8000f919: 48 8d 9d d8 fe ff ff lea -0x128(%rbp),%rbx -ffffffff8000f920: 48 89 df mov %rbx,%rdi -ffffffff8000f923: ff 15 27 9e 01 00 call *0x19e27(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff8000f929: 48 c7 05 24 9e 01 00 movq $0x1,0x19e24(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff8000f930: 01 00 00 00 -ffffffff8000f934: 48 8d 3d 25 9e 01 00 lea 0x19e25(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff8000f93b: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff8000f940: 48 89 de mov %rbx,%rsi -ffffffff8000f943: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff8000f946: c6 05 63 9e 01 00 01 movb $0x1,0x19e63(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff8000f94d: 48 8d 05 c2 d2 01 00 lea 0x1d2c2(%rip),%rax # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff8000f954: 0f b6 00 movzbl (%rax),%eax -ffffffff8000f957: 0f b6 05 3a ba 01 00 movzbl 0x1ba3a(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000f95e: 84 c0 test %al,%al -ffffffff8000f960: 74 0f je ffffffff8000f971 <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E+0x461> -ffffffff8000f962: 48 83 3d 7e b9 01 00 cmpq $0x0,0x1b97e(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000f969: 00 -ffffffff8000f96a: 75 3b jne ffffffff8000f9a7 <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E+0x497> -ffffffff8000f96c: e9 f8 02 00 00 jmp ffffffff8000fc69 <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E+0x759> -ffffffff8000f971: 48 8d 9d d8 fe ff ff lea -0x128(%rbp),%rbx -ffffffff8000f978: 48 89 df mov %rbx,%rdi -ffffffff8000f97b: ff 15 5f b9 01 00 call *0x1b95f(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000f981: 48 c7 05 5c b9 01 00 movq $0x1,0x1b95c(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000f988: 01 00 00 00 -ffffffff8000f98c: 48 8d 3d 5d b9 01 00 lea 0x1b95d(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000f993: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000f998: 48 89 de mov %rbx,%rsi -ffffffff8000f99b: e8 e0 2c 01 00 call ffffffff80022680 -ffffffff8000f9a0: c6 05 f1 b9 01 00 01 movb $0x1,0x1b9f1(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000f9a7: 48 8d 3d 42 b9 01 00 lea 0x1b942(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000f9ae: be 01 00 00 00 mov $0x1,%esi -ffffffff8000f9b3: ba 18 00 00 00 mov $0x18,%edx -ffffffff8000f9b8: e8 93 46 00 00 call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff8000f9bd: 48 85 c0 test %rax,%rax -ffffffff8000f9c0: 0f 84 59 03 00 00 je ffffffff8000fd1f <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E+0x80f> -ffffffff8000f9c6: 48 b9 45 20 44 65 76 movabs $0x6563697665442045,%rcx -ffffffff8000f9cd: 69 63 65 -ffffffff8000f9d0: 48 89 48 10 mov %rcx,0x10(%rax) -ffffffff8000f9d4: 48 b9 61 64 69 6e 67 movabs $0x444920676e696461,%rcx -ffffffff8000f9db: 20 49 44 -ffffffff8000f9de: 48 89 48 08 mov %rcx,0x8(%rax) -ffffffff8000f9e2: 48 b9 45 72 72 6f 72 movabs $0x657220726f727245,%rcx -ffffffff8000f9e9: 20 72 65 -ffffffff8000f9ec: 48 89 08 mov %rcx,(%rax) -ffffffff8000f9ef: 48 89 45 b8 mov %rax,-0x48(%rbp) -ffffffff8000f9f3: 48 c7 45 c0 18 00 00 movq $0x18,-0x40(%rbp) -ffffffff8000f9fa: 00 -ffffffff8000f9fb: 48 c7 45 c8 18 00 00 movq $0x18,-0x38(%rbp) -ffffffff8000fa02: 00 -ffffffff8000fa03: 4c 8d 75 b8 lea -0x48(%rbp),%r14 -ffffffff8000fa07: 4c 89 75 a8 mov %r14,-0x58(%rbp) -ffffffff8000fa0b: 4c 8d 6d a8 lea -0x58(%rbp),%r13 -ffffffff8000fa0f: 4c 89 6d 80 mov %r13,-0x80(%rbp) -ffffffff8000fa13: 4c 8d 3d 36 6d 00 00 lea 0x6d36(%rip),%r15 # ffffffff80016750 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h42ee6215a9c421d0E> -ffffffff8000fa1a: 4c 89 7d 88 mov %r15,-0x78(%rbp) -ffffffff8000fa1e: 48 8d 05 8b ae 01 00 lea 0x1ae8b(%rip),%rax # ffffffff8002a8b0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x1038> -ffffffff8000fa25: 48 89 85 d8 fe ff ff mov %rax,-0x128(%rbp) -ffffffff8000fa2c: 48 c7 85 e0 fe ff ff movq $0x1,-0x120(%rbp) -ffffffff8000fa33: 01 00 00 00 -ffffffff8000fa37: 48 c7 85 f8 fe ff ff movq $0x0,-0x108(%rbp) -ffffffff8000fa3e: 00 00 00 00 -ffffffff8000fa42: 4c 8d 65 80 lea -0x80(%rbp),%r12 -ffffffff8000fa46: 4c 89 a5 e8 fe ff ff mov %r12,-0x118(%rbp) -ffffffff8000fa4d: 48 c7 85 f0 fe ff ff movq $0x1,-0x110(%rbp) -ffffffff8000fa54: 01 00 00 00 -ffffffff8000fa58: 48 8d 7d 90 lea -0x70(%rbp),%rdi -ffffffff8000fa5c: 48 8d b5 d8 fe ff ff lea -0x128(%rbp),%rsi -ffffffff8000fa63: e8 28 d5 00 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff8000fa68: 48 8b 5d c0 mov -0x40(%rbp),%rbx -ffffffff8000fa6c: 48 85 db test %rbx,%rbx -ffffffff8000fa6f: 74 70 je ffffffff8000fae1 <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E+0x5d1> -ffffffff8000fa71: 4c 8b 75 b8 mov -0x48(%rbp),%r14 -ffffffff8000fa75: 0f b6 05 1c b9 01 00 movzbl 0x1b91c(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000fa7c: 84 c0 test %al,%al -ffffffff8000fa7e: 74 0f je ffffffff8000fa8f <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E+0x57f> -ffffffff8000fa80: 48 83 3d 60 b8 01 00 cmpq $0x0,0x1b860(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000fa87: 00 -ffffffff8000fa88: 75 3c jne ffffffff8000fac6 <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E+0x5b6> -ffffffff8000fa8a: e9 da 01 00 00 jmp ffffffff8000fc69 <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E+0x759> -ffffffff8000fa8f: 48 8d bd d8 fe ff ff lea -0x128(%rbp),%rdi -ffffffff8000fa96: ff 15 44 b8 01 00 call *0x1b844(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000fa9c: 48 c7 05 41 b8 01 00 movq $0x1,0x1b841(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000faa3: 01 00 00 00 -ffffffff8000faa7: 48 8d 3d 42 b8 01 00 lea 0x1b842(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000faae: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000fab3: 48 8d b5 d8 fe ff ff lea -0x128(%rbp),%rsi -ffffffff8000faba: e8 c1 2b 01 00 call ffffffff80022680 -ffffffff8000fabf: c6 05 d2 b8 01 00 01 movb $0x1,0x1b8d2(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000fac6: 48 8d 3d 23 b8 01 00 lea 0x1b823(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000facd: ba 01 00 00 00 mov $0x1,%edx -ffffffff8000fad2: 4c 89 f6 mov %r14,%rsi -ffffffff8000fad5: 48 89 d9 mov %rbx,%rcx -ffffffff8000fad8: e8 73 47 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8000fadd: 4c 8d 75 b8 lea -0x48(%rbp),%r14 -ffffffff8000fae1: 48 8b 45 90 mov -0x70(%rbp),%rax -ffffffff8000fae5: 48 8b 4d 98 mov -0x68(%rbp),%rcx -ffffffff8000fae9: 48 89 45 b8 mov %rax,-0x48(%rbp) -ffffffff8000faed: 48 89 4d c0 mov %rcx,-0x40(%rbp) -ffffffff8000faf1: 48 8b 45 a0 mov -0x60(%rbp),%rax -ffffffff8000faf5: 48 89 45 c8 mov %rax,-0x38(%rbp) -ffffffff8000faf9: 4c 89 75 a8 mov %r14,-0x58(%rbp) -ffffffff8000fafd: 4c 89 6d 80 mov %r13,-0x80(%rbp) -ffffffff8000fb01: 4c 89 7d 88 mov %r15,-0x78(%rbp) -ffffffff8000fb05: 48 8d 05 84 ad 01 00 lea 0x1ad84(%rip),%rax # ffffffff8002a890 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x1018> -ffffffff8000fb0c: 48 89 85 d8 fe ff ff mov %rax,-0x128(%rbp) -ffffffff8000fb13: 48 c7 85 e0 fe ff ff movq $0x2,-0x120(%rbp) -ffffffff8000fb1a: 02 00 00 00 -ffffffff8000fb1e: 48 c7 85 f8 fe ff ff movq $0x0,-0x108(%rbp) -ffffffff8000fb25: 00 00 00 00 -ffffffff8000fb29: 4c 89 a5 e8 fe ff ff mov %r12,-0x118(%rbp) -ffffffff8000fb30: 48 c7 85 f0 fe ff ff movq $0x1,-0x110(%rbp) -ffffffff8000fb37: 01 00 00 00 -ffffffff8000fb3b: 48 8d 7d 90 lea -0x70(%rbp),%rdi -ffffffff8000fb3f: 48 8d b5 d8 fe ff ff lea -0x128(%rbp),%rsi -ffffffff8000fb46: e8 45 d4 00 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff8000fb4b: 48 8b 5d c0 mov -0x40(%rbp),%rbx -ffffffff8000fb4f: 48 85 db test %rbx,%rbx -ffffffff8000fb52: 4c 8b 65 b0 mov -0x50(%rbp),%r12 -ffffffff8000fb56: 74 6b je ffffffff8000fbc3 <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E+0x6b3> -ffffffff8000fb58: 4c 8b 75 b8 mov -0x48(%rbp),%r14 -ffffffff8000fb5c: 0f b6 05 35 b8 01 00 movzbl 0x1b835(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000fb63: 84 c0 test %al,%al -ffffffff8000fb65: 74 0f je ffffffff8000fb76 <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E+0x666> -ffffffff8000fb67: 48 83 3d 79 b7 01 00 cmpq $0x0,0x1b779(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000fb6e: 00 -ffffffff8000fb6f: 75 3b jne ffffffff8000fbac <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E+0x69c> -ffffffff8000fb71: e9 f3 00 00 00 jmp ffffffff8000fc69 <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E+0x759> -ffffffff8000fb76: 4c 8d bd d8 fe ff ff lea -0x128(%rbp),%r15 -ffffffff8000fb7d: 4c 89 ff mov %r15,%rdi -ffffffff8000fb80: ff 15 5a b7 01 00 call *0x1b75a(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000fb86: 48 c7 05 57 b7 01 00 movq $0x1,0x1b757(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000fb8d: 01 00 00 00 -ffffffff8000fb91: 48 8d 3d 58 b7 01 00 lea 0x1b758(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000fb98: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000fb9d: 4c 89 fe mov %r15,%rsi -ffffffff8000fba0: e8 db 2a 01 00 call ffffffff80022680 -ffffffff8000fba5: c6 05 ec b7 01 00 01 movb $0x1,0x1b7ec(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000fbac: 48 8d 3d 3d b7 01 00 lea 0x1b73d(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000fbb3: ba 01 00 00 00 mov $0x1,%edx -ffffffff8000fbb8: 4c 89 f6 mov %r14,%rsi -ffffffff8000fbbb: 48 89 d9 mov %rbx,%rcx -ffffffff8000fbbe: e8 8d 46 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8000fbc3: 48 8b 5d 90 mov -0x70(%rbp),%rbx -ffffffff8000fbc7: 4c 8b 75 98 mov -0x68(%rbp),%r14 -ffffffff8000fbcb: 48 8b 55 a0 mov -0x60(%rbp),%rdx -ffffffff8000fbcf: 48 8d 3d 8a 9b 01 00 lea 0x19b8a(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff8000fbd6: 48 89 de mov %rbx,%rsi -ffffffff8000fbd9: e8 c2 0a ff ff call ffffffff800006a0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E> -ffffffff8000fbde: 4d 85 f6 test %r14,%r14 -ffffffff8000fbe1: 74 64 je ffffffff8000fc47 <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E+0x737> -ffffffff8000fbe3: 0f b6 05 ae b7 01 00 movzbl 0x1b7ae(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000fbea: 84 c0 test %al,%al -ffffffff8000fbec: 74 0c je ffffffff8000fbfa <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E+0x6ea> -ffffffff8000fbee: 48 83 3d f2 b6 01 00 cmpq $0x0,0x1b6f2(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000fbf5: 00 -ffffffff8000fbf6: 75 38 jne ffffffff8000fc30 <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E+0x720> -ffffffff8000fbf8: eb 6f jmp ffffffff8000fc69 <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E+0x759> -ffffffff8000fbfa: 4c 8d bd d8 fe ff ff lea -0x128(%rbp),%r15 -ffffffff8000fc01: 4c 89 ff mov %r15,%rdi -ffffffff8000fc04: ff 15 d6 b6 01 00 call *0x1b6d6(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000fc0a: 48 c7 05 d3 b6 01 00 movq $0x1,0x1b6d3(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000fc11: 01 00 00 00 -ffffffff8000fc15: 48 8d 3d d4 b6 01 00 lea 0x1b6d4(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000fc1c: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000fc21: 4c 89 fe mov %r15,%rsi -ffffffff8000fc24: e8 57 2a 01 00 call ffffffff80022680 -ffffffff8000fc29: c6 05 68 b7 01 00 01 movb $0x1,0x1b768(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000fc30: 48 8d 3d b9 b6 01 00 lea 0x1b6b9(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000fc37: ba 01 00 00 00 mov $0x1,%edx -ffffffff8000fc3c: 48 89 de mov %rbx,%rsi -ffffffff8000fc3f: 4c 89 f1 mov %r14,%rcx -ffffffff8000fc42: e8 09 46 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8000fc47: 4d 85 e4 test %r12,%r12 -ffffffff8000fc4a: 48 8b 75 d0 mov -0x30(%rbp),%rsi -ffffffff8000fc4e: 0f 84 e3 f8 ff ff je ffffffff8000f537 <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E+0x27> -ffffffff8000fc54: 0f b6 05 3d b7 01 00 movzbl 0x1b73d(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000fc5b: 84 c0 test %al,%al -ffffffff8000fc5d: 74 24 je ffffffff8000fc83 <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E+0x773> -ffffffff8000fc5f: 48 83 3d 81 b6 01 00 cmpq $0x0,0x1b681(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000fc66: 00 -ffffffff8000fc67: 75 54 jne ffffffff8000fcbd <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E+0x7ad> -ffffffff8000fc69: 48 8d 3d 70 6b 01 00 lea 0x16b70(%rip),%rdi # ffffffff800267e0 -ffffffff8000fc70: 48 8d 15 a9 b8 01 00 lea 0x1b8a9(%rip),%rdx # ffffffff8002b520 -ffffffff8000fc77: be 1e 00 00 00 mov $0x1e,%esi -ffffffff8000fc7c: e8 9f 20 01 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff8000fc81: 0f 0b ud2 -ffffffff8000fc83: 48 8d 9d d8 fe ff ff lea -0x128(%rbp),%rbx -ffffffff8000fc8a: 48 89 df mov %rbx,%rdi -ffffffff8000fc8d: ff 15 4d b6 01 00 call *0x1b64d(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000fc93: 48 c7 05 4a b6 01 00 movq $0x1,0x1b64a(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000fc9a: 01 00 00 00 -ffffffff8000fc9e: 48 8d 3d 4b b6 01 00 lea 0x1b64b(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000fca5: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000fcaa: 48 89 de mov %rbx,%rsi -ffffffff8000fcad: e8 ce 29 01 00 call ffffffff80022680 -ffffffff8000fcb2: 48 8b 75 d0 mov -0x30(%rbp),%rsi -ffffffff8000fcb6: c6 05 db b6 01 00 01 movb $0x1,0x1b6db(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000fcbd: 48 8d 3d 2c b6 01 00 lea 0x1b62c(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000fcc4: ba 01 00 00 00 mov $0x1,%edx -ffffffff8000fcc9: 4c 89 e1 mov %r12,%rcx -ffffffff8000fccc: e8 7f 45 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8000fcd1: e9 61 f8 ff ff jmp ffffffff8000f537 <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E+0x27> -ffffffff8000fcd6: 48 85 ff test %rdi,%rdi -ffffffff8000fcd9: 75 14 jne ffffffff8000fcef <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$4read17h8bccf7a58c752ba8E+0x7df> -ffffffff8000fcdb: e8 10 d2 00 00 call ffffffff8001cef0 <_ZN5alloc7raw_vec17capacity_overflow17h7464486241893bcbE> -ffffffff8000fce0: 0f 0b ud2 -ffffffff8000fce2: 4c 89 ff mov %r15,%rdi -ffffffff8000fce5: 4c 89 e6 mov %r12,%rsi -ffffffff8000fce8: e8 d3 d5 00 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff8000fced: 0f 0b ud2 -ffffffff8000fcef: 48 8b 75 c8 mov -0x38(%rbp),%rsi -ffffffff8000fcf3: e8 c8 d5 00 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff8000fcf8: 0f 0b ud2 -ffffffff8000fcfa: 48 8d 3d ef 4d 01 00 lea 0x14def(%rip),%rdi # ffffffff80024af0 -ffffffff8000fd01: 48 8d 0d 30 ab 01 00 lea 0x1ab30(%rip),%rcx # ffffffff8002a838 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xfc0> -ffffffff8000fd08: 4c 8d 05 49 ab 01 00 lea 0x1ab49(%rip),%r8 # ffffffff8002a858 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0xfe0> -ffffffff8000fd0f: 48 8d 55 b8 lea -0x48(%rbp),%rdx -ffffffff8000fd13: be 2b 00 00 00 mov $0x2b,%esi -ffffffff8000fd18: e8 63 20 01 00 call ffffffff80021d80 <_ZN4core6result13unwrap_failed17h657510ce64ac5bccE> -ffffffff8000fd1d: 0f 0b ud2 -ffffffff8000fd1f: bf 01 00 00 00 mov $0x1,%edi -ffffffff8000fd24: be 18 00 00 00 mov $0x18,%esi -ffffffff8000fd29: e8 92 d5 00 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff8000fd2e: 0f 0b ud2 - -ffffffff8000fd30 <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$12sector_count17h0c5f79a49d8de0fbE>: -ffffffff8000fd30: 55 push %rbp -ffffffff8000fd31: 48 89 e5 mov %rsp,%rbp -ffffffff8000fd34: 48 8b 47 08 mov 0x8(%rdi),%rax -ffffffff8000fd38: 8b 80 88 00 00 00 mov 0x88(%rax),%eax -ffffffff8000fd3e: 5d pop %rbp -ffffffff8000fd3f: c3 ret - -ffffffff8000fd40 <_ZN114_$LT$CappuccinOS..drivers..storage..ide..ATADrive$u20$as$u20$CappuccinOS..drivers..storage..drive..BlockDevice$GT$5write17h33c11ab92cb2f61dE>: -ffffffff8000fd40: 55 push %rbp -ffffffff8000fd41: 48 89 e5 mov %rsp,%rbp -ffffffff8000fd44: 48 83 ec 30 sub $0x30,%rsp -ffffffff8000fd48: 48 8d 05 71 ab 01 00 lea 0x1ab71(%rip),%rax # ffffffff8002a8c0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x1048> -ffffffff8000fd4f: 48 89 45 d0 mov %rax,-0x30(%rbp) -ffffffff8000fd53: 48 c7 45 d8 01 00 00 movq $0x1,-0x28(%rbp) -ffffffff8000fd5a: 00 -ffffffff8000fd5b: 48 c7 45 f0 00 00 00 movq $0x0,-0x10(%rbp) -ffffffff8000fd62: 00 -ffffffff8000fd63: 48 8d 05 86 4d 01 00 lea 0x14d86(%rip),%rax # ffffffff80024af0 -ffffffff8000fd6a: 48 89 45 e0 mov %rax,-0x20(%rbp) -ffffffff8000fd6e: 48 c7 45 e8 00 00 00 movq $0x0,-0x18(%rbp) -ffffffff8000fd75: 00 -ffffffff8000fd76: 48 8d 35 53 ab 01 00 lea 0x1ab53(%rip),%rsi # ffffffff8002a8d0 <_ZN11CappuccinOS7drivers2fs9initramfs14MODULE_REQUEST17h370d150455b770c1E+0x1058> -ffffffff8000fd7d: 48 8d 7d d0 lea -0x30(%rbp),%rdi -ffffffff8000fd81: e8 9a 19 01 00 call ffffffff80021720 <_ZN4core9panicking9panic_fmt17hdab3eca30d19da73E> -ffffffff8000fd86: 0f 0b ud2 -ffffffff8000fd88: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff8000fd8f: 00 - -ffffffff8000fd90 <_ZN5alloc7raw_vec11finish_grow17hb2fbfd905d45730fE.llvm.9278039832854411857>: -ffffffff8000fd90: 55 push %rbp -ffffffff8000fd91: 48 89 e5 mov %rsp,%rbp -ffffffff8000fd94: 41 57 push %r15 -ffffffff8000fd96: 41 56 push %r14 -ffffffff8000fd98: 41 54 push %r12 -ffffffff8000fd9a: 53 push %rbx -ffffffff8000fd9b: 48 81 ec b0 00 00 00 sub $0xb0,%rsp -ffffffff8000fda2: 48 89 d3 mov %rdx,%rbx -ffffffff8000fda5: 49 89 fe mov %rdi,%r14 -ffffffff8000fda8: 48 85 f6 test %rsi,%rsi -ffffffff8000fdab: 74 73 je ffffffff8000fe20 <_ZN5alloc7raw_vec11finish_grow17hb2fbfd905d45730fE.llvm.9278039832854411857+0x90> -ffffffff8000fdad: 49 89 f7 mov %rsi,%r15 -ffffffff8000fdb0: 48 83 79 08 00 cmpq $0x0,0x8(%rcx) -ffffffff8000fdb5: 74 2b je ffffffff8000fde2 <_ZN5alloc7raw_vec11finish_grow17hb2fbfd905d45730fE.llvm.9278039832854411857+0x52> -ffffffff8000fdb7: 48 8b 71 10 mov 0x10(%rcx),%rsi -ffffffff8000fdbb: 48 85 f6 test %rsi,%rsi -ffffffff8000fdbe: 74 22 je ffffffff8000fde2 <_ZN5alloc7raw_vec11finish_grow17hb2fbfd905d45730fE.llvm.9278039832854411857+0x52> -ffffffff8000fdc0: 48 8b 39 mov (%rcx),%rdi -ffffffff8000fdc3: 4c 89 fa mov %r15,%rdx -ffffffff8000fdc6: 48 89 d9 mov %rbx,%rcx -ffffffff8000fdc9: e8 d2 ab 00 00 call ffffffff8001a9a0 <__rust_realloc> -ffffffff8000fdce: 48 85 c0 test %rax,%rax -ffffffff8000fdd1: 0f 84 ae 00 00 00 je ffffffff8000fe85 <_ZN5alloc7raw_vec11finish_grow17hb2fbfd905d45730fE.llvm.9278039832854411857+0xf5> -ffffffff8000fdd7: 49 89 46 08 mov %rax,0x8(%r14) -ffffffff8000fddb: 31 c0 xor %eax,%eax -ffffffff8000fddd: e9 ac 00 00 00 jmp ffffffff8000fe8e <_ZN5alloc7raw_vec11finish_grow17hb2fbfd905d45730fE.llvm.9278039832854411857+0xfe> -ffffffff8000fde2: 48 85 db test %rbx,%rbx -ffffffff8000fde5: 74 43 je ffffffff8000fe2a <_ZN5alloc7raw_vec11finish_grow17hb2fbfd905d45730fE.llvm.9278039832854411857+0x9a> -ffffffff8000fde7: 48 8d 05 28 ce 01 00 lea 0x1ce28(%rip),%rax # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff8000fdee: 0f b6 00 movzbl (%rax),%eax -ffffffff8000fdf1: 0f b6 05 a0 b5 01 00 movzbl 0x1b5a0(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000fdf8: 84 c0 test %al,%al -ffffffff8000fdfa: 74 38 je ffffffff8000fe34 <_ZN5alloc7raw_vec11finish_grow17hb2fbfd905d45730fE.llvm.9278039832854411857+0xa4> -ffffffff8000fdfc: 48 83 3d e4 b4 01 00 cmpq $0x0,0x1b4e4(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000fe03: 00 -ffffffff8000fe04: 75 64 jne ffffffff8000fe6a <_ZN5alloc7raw_vec11finish_grow17hb2fbfd905d45730fE.llvm.9278039832854411857+0xda> -ffffffff8000fe06: 48 8d 3d d3 69 01 00 lea 0x169d3(%rip),%rdi # ffffffff800267e0 -ffffffff8000fe0d: 48 8d 15 0c b7 01 00 lea 0x1b70c(%rip),%rdx # ffffffff8002b520 -ffffffff8000fe14: be 1e 00 00 00 mov $0x1e,%esi -ffffffff8000fe19: e8 02 1f 01 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff8000fe1e: 0f 0b ud2 -ffffffff8000fe20: 49 c7 46 08 00 00 00 movq $0x0,0x8(%r14) -ffffffff8000fe27: 00 -ffffffff8000fe28: eb 5f jmp ffffffff8000fe89 <_ZN5alloc7raw_vec11finish_grow17hb2fbfd905d45730fE.llvm.9278039832854411857+0xf9> -ffffffff8000fe2a: 4c 89 f8 mov %r15,%rax -ffffffff8000fe2d: 48 85 c0 test %rax,%rax -ffffffff8000fe30: 75 a5 jne ffffffff8000fdd7 <_ZN5alloc7raw_vec11finish_grow17hb2fbfd905d45730fE.llvm.9278039832854411857+0x47> -ffffffff8000fe32: eb 51 jmp ffffffff8000fe85 <_ZN5alloc7raw_vec11finish_grow17hb2fbfd905d45730fE.llvm.9278039832854411857+0xf5> -ffffffff8000fe34: 4c 8d a5 38 ff ff ff lea -0xc8(%rbp),%r12 -ffffffff8000fe3b: 4c 89 e7 mov %r12,%rdi -ffffffff8000fe3e: ff 15 9c b4 01 00 call *0x1b49c(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000fe44: 48 c7 05 99 b4 01 00 movq $0x1,0x1b499(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000fe4b: 01 00 00 00 -ffffffff8000fe4f: 48 8d 3d 9a b4 01 00 lea 0x1b49a(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000fe56: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000fe5b: 4c 89 e6 mov %r12,%rsi -ffffffff8000fe5e: e8 1d 28 01 00 call ffffffff80022680 -ffffffff8000fe63: c6 05 2e b5 01 00 01 movb $0x1,0x1b52e(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000fe6a: 48 8d 3d 7f b4 01 00 lea 0x1b47f(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000fe71: 4c 89 fe mov %r15,%rsi -ffffffff8000fe74: 48 89 da mov %rbx,%rdx -ffffffff8000fe77: e8 d4 41 00 00 call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff8000fe7c: 48 85 c0 test %rax,%rax -ffffffff8000fe7f: 0f 85 52 ff ff ff jne ffffffff8000fdd7 <_ZN5alloc7raw_vec11finish_grow17hb2fbfd905d45730fE.llvm.9278039832854411857+0x47> -ffffffff8000fe85: 4d 89 7e 08 mov %r15,0x8(%r14) -ffffffff8000fe89: b8 01 00 00 00 mov $0x1,%eax -ffffffff8000fe8e: 49 89 5e 10 mov %rbx,0x10(%r14) -ffffffff8000fe92: 49 89 06 mov %rax,(%r14) -ffffffff8000fe95: 48 81 c4 b0 00 00 00 add $0xb0,%rsp -ffffffff8000fe9c: 5b pop %rbx -ffffffff8000fe9d: 41 5c pop %r12 -ffffffff8000fe9f: 41 5e pop %r14 -ffffffff8000fea1: 41 5f pop %r15 -ffffffff8000fea3: 5d pop %rbp -ffffffff8000fea4: c3 ret -ffffffff8000fea5: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8000feac: 00 00 00 -ffffffff8000feaf: 90 nop - -ffffffff8000feb0 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$11allocate_in17h5805ac3a4a812877E>: -ffffffff8000feb0: 55 push %rbp -ffffffff8000feb1: 48 89 e5 mov %rsp,%rbp -ffffffff8000feb4: 41 57 push %r15 -ffffffff8000feb6: 41 56 push %r14 -ffffffff8000feb8: 53 push %rbx -ffffffff8000feb9: 48 81 ec a8 00 00 00 sub $0xa8,%rsp -ffffffff8000fec0: 48 89 fb mov %rdi,%rbx -ffffffff8000fec3: 41 bf 02 00 00 00 mov $0x2,%r15d -ffffffff8000fec9: 48 85 ff test %rdi,%rdi -ffffffff8000fecc: 0f 84 37 01 00 00 je ffffffff80010009 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$11allocate_in17h5805ac3a4a812877E+0x159> -ffffffff8000fed2: 48 89 d8 mov %rbx,%rax -ffffffff8000fed5: 48 c1 e8 3e shr $0x3e,%rax -ffffffff8000fed9: 0f 85 3e 01 00 00 jne ffffffff8001001d <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$11allocate_in17h5805ac3a4a812877E+0x16d> -ffffffff8000fedf: 4c 8d 34 1b lea (%rbx,%rbx,1),%r14 -ffffffff8000fee3: 40 84 f6 test %sil,%sil -ffffffff8000fee6: 74 24 je ffffffff8000ff0c <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$11allocate_in17h5805ac3a4a812877E+0x5c> -ffffffff8000fee8: 4d 85 f6 test %r14,%r14 -ffffffff8000feeb: 0f 84 18 01 00 00 je ffffffff80010009 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$11allocate_in17h5805ac3a4a812877E+0x159> -ffffffff8000fef1: 0f b6 05 a0 b4 01 00 movzbl 0x1b4a0(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000fef8: 84 c0 test %al,%al -ffffffff8000fefa: 74 5a je ffffffff8000ff56 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$11allocate_in17h5805ac3a4a812877E+0xa6> -ffffffff8000fefc: 48 83 3d e4 b3 01 00 cmpq $0x0,0x1b3e4(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000ff03: 00 -ffffffff8000ff04: 0f 85 82 00 00 00 jne ffffffff8000ff8c <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$11allocate_in17h5805ac3a4a812877E+0xdc> -ffffffff8000ff0a: eb 30 jmp ffffffff8000ff3c <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$11allocate_in17h5805ac3a4a812877E+0x8c> -ffffffff8000ff0c: 4d 85 f6 test %r14,%r14 -ffffffff8000ff0f: 0f 84 f4 00 00 00 je ffffffff80010009 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$11allocate_in17h5805ac3a4a812877E+0x159> -ffffffff8000ff15: 48 8d 05 fa cc 01 00 lea 0x1ccfa(%rip),%rax # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff8000ff1c: 0f b6 00 movzbl (%rax),%eax -ffffffff8000ff1f: 0f b6 05 72 b4 01 00 movzbl 0x1b472(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000ff26: 84 c0 test %al,%al -ffffffff8000ff28: 0f 84 89 00 00 00 je ffffffff8000ffb7 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$11allocate_in17h5805ac3a4a812877E+0x107> -ffffffff8000ff2e: 48 83 3d b2 b3 01 00 cmpq $0x0,0x1b3b2(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000ff35: 00 -ffffffff8000ff36: 0f 85 b1 00 00 00 jne ffffffff8000ffed <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$11allocate_in17h5805ac3a4a812877E+0x13d> -ffffffff8000ff3c: 48 8d 3d 9d 68 01 00 lea 0x1689d(%rip),%rdi # ffffffff800267e0 -ffffffff8000ff43: 48 8d 15 d6 b5 01 00 lea 0x1b5d6(%rip),%rdx # ffffffff8002b520 -ffffffff8000ff4a: be 1e 00 00 00 mov $0x1e,%esi -ffffffff8000ff4f: e8 cc 1d 01 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff8000ff54: 0f 0b ud2 -ffffffff8000ff56: 4c 8d bd 40 ff ff ff lea -0xc0(%rbp),%r15 -ffffffff8000ff5d: 4c 89 ff mov %r15,%rdi -ffffffff8000ff60: ff 15 7a b3 01 00 call *0x1b37a(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000ff66: 48 c7 05 77 b3 01 00 movq $0x1,0x1b377(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000ff6d: 01 00 00 00 -ffffffff8000ff71: 48 8d 3d 78 b3 01 00 lea 0x1b378(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000ff78: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000ff7d: 4c 89 fe mov %r15,%rsi -ffffffff8000ff80: e8 fb 26 01 00 call ffffffff80022680 -ffffffff8000ff85: c6 05 0c b4 01 00 01 movb $0x1,0x1b40c(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000ff8c: 48 8d 3d 5d b3 01 00 lea 0x1b35d(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000ff93: be 02 00 00 00 mov $0x2,%esi -ffffffff8000ff98: 4c 89 f2 mov %r14,%rdx -ffffffff8000ff9b: e8 b0 40 00 00 call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff8000ffa0: 48 85 c0 test %rax,%rax -ffffffff8000ffa3: 74 7f je ffffffff80010024 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$11allocate_in17h5805ac3a4a812877E+0x174> -ffffffff8000ffa5: 49 89 c7 mov %rax,%r15 -ffffffff8000ffa8: 48 89 c7 mov %rax,%rdi -ffffffff8000ffab: 31 f6 xor %esi,%esi -ffffffff8000ffad: 4c 89 f2 mov %r14,%rdx -ffffffff8000ffb0: e8 db 26 01 00 call ffffffff80022690 -ffffffff8000ffb5: eb 52 jmp ffffffff80010009 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$11allocate_in17h5805ac3a4a812877E+0x159> -ffffffff8000ffb7: 4c 8d bd 40 ff ff ff lea -0xc0(%rbp),%r15 -ffffffff8000ffbe: 4c 89 ff mov %r15,%rdi -ffffffff8000ffc1: ff 15 19 b3 01 00 call *0x1b319(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8000ffc7: 48 c7 05 16 b3 01 00 movq $0x1,0x1b316(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8000ffce: 01 00 00 00 -ffffffff8000ffd2: 48 8d 3d 17 b3 01 00 lea 0x1b317(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000ffd9: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8000ffde: 4c 89 fe mov %r15,%rsi -ffffffff8000ffe1: e8 9a 26 01 00 call ffffffff80022680 -ffffffff8000ffe6: c6 05 ab b3 01 00 01 movb $0x1,0x1b3ab(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8000ffed: 48 8d 3d fc b2 01 00 lea 0x1b2fc(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8000fff4: be 02 00 00 00 mov $0x2,%esi -ffffffff8000fff9: 4c 89 f2 mov %r14,%rdx -ffffffff8000fffc: e8 4f 40 00 00 call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff80010001: 49 89 c7 mov %rax,%r15 -ffffffff80010004: 48 85 c0 test %rax,%rax -ffffffff80010007: 74 1b je ffffffff80010024 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$11allocate_in17h5805ac3a4a812877E+0x174> -ffffffff80010009: 4c 89 f8 mov %r15,%rax -ffffffff8001000c: 48 89 da mov %rbx,%rdx -ffffffff8001000f: 48 81 c4 a8 00 00 00 add $0xa8,%rsp -ffffffff80010016: 5b pop %rbx -ffffffff80010017: 41 5e pop %r14 -ffffffff80010019: 41 5f pop %r15 -ffffffff8001001b: 5d pop %rbp -ffffffff8001001c: c3 ret -ffffffff8001001d: e8 ce ce 00 00 call ffffffff8001cef0 <_ZN5alloc7raw_vec17capacity_overflow17h7464486241893bcbE> -ffffffff80010022: 0f 0b ud2 -ffffffff80010024: bf 02 00 00 00 mov $0x2,%edi -ffffffff80010029: 4c 89 f6 mov %r14,%rsi -ffffffff8001002c: e8 8f d2 00 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff80010031: 0f 0b ud2 -ffffffff80010033: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001003a: 00 00 00 -ffffffff8001003d: 0f 1f 00 nopl (%rax) - -ffffffff80010040 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$11allocate_in17ha839ca59116278d1E>: -ffffffff80010040: 55 push %rbp -ffffffff80010041: 48 89 e5 mov %rsp,%rbp -ffffffff80010044: 41 57 push %r15 -ffffffff80010046: 41 56 push %r14 -ffffffff80010048: 53 push %rbx -ffffffff80010049: 48 81 ec a8 00 00 00 sub $0xa8,%rsp -ffffffff80010050: 48 89 fb mov %rdi,%rbx -ffffffff80010053: 41 bf 04 00 00 00 mov $0x4,%r15d -ffffffff80010059: 48 85 ff test %rdi,%rdi -ffffffff8001005c: 0f 84 3b 01 00 00 je ffffffff8001019d <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$11allocate_in17ha839ca59116278d1E+0x15d> -ffffffff80010062: 48 89 d8 mov %rbx,%rax -ffffffff80010065: 48 c1 e8 3d shr $0x3d,%rax -ffffffff80010069: 0f 85 42 01 00 00 jne ffffffff800101b1 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$11allocate_in17ha839ca59116278d1E+0x171> -ffffffff8001006f: 4c 8d 34 9d 00 00 00 lea 0x0(,%rbx,4),%r14 -ffffffff80010076: 00 -ffffffff80010077: 40 84 f6 test %sil,%sil -ffffffff8001007a: 74 24 je ffffffff800100a0 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$11allocate_in17ha839ca59116278d1E+0x60> -ffffffff8001007c: 4d 85 f6 test %r14,%r14 -ffffffff8001007f: 0f 84 18 01 00 00 je ffffffff8001019d <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$11allocate_in17ha839ca59116278d1E+0x15d> -ffffffff80010085: 0f b6 05 0c b3 01 00 movzbl 0x1b30c(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001008c: 84 c0 test %al,%al -ffffffff8001008e: 74 5a je ffffffff800100ea <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$11allocate_in17ha839ca59116278d1E+0xaa> -ffffffff80010090: 48 83 3d 50 b2 01 00 cmpq $0x0,0x1b250(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80010097: 00 -ffffffff80010098: 0f 85 82 00 00 00 jne ffffffff80010120 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$11allocate_in17ha839ca59116278d1E+0xe0> -ffffffff8001009e: eb 30 jmp ffffffff800100d0 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$11allocate_in17ha839ca59116278d1E+0x90> -ffffffff800100a0: 4d 85 f6 test %r14,%r14 -ffffffff800100a3: 0f 84 f4 00 00 00 je ffffffff8001019d <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$11allocate_in17ha839ca59116278d1E+0x15d> -ffffffff800100a9: 48 8d 05 66 cb 01 00 lea 0x1cb66(%rip),%rax # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff800100b0: 0f b6 00 movzbl (%rax),%eax -ffffffff800100b3: 0f b6 05 de b2 01 00 movzbl 0x1b2de(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff800100ba: 84 c0 test %al,%al -ffffffff800100bc: 0f 84 89 00 00 00 je ffffffff8001014b <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$11allocate_in17ha839ca59116278d1E+0x10b> -ffffffff800100c2: 48 83 3d 1e b2 01 00 cmpq $0x0,0x1b21e(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff800100c9: 00 -ffffffff800100ca: 0f 85 b1 00 00 00 jne ffffffff80010181 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$11allocate_in17ha839ca59116278d1E+0x141> -ffffffff800100d0: 48 8d 3d 09 67 01 00 lea 0x16709(%rip),%rdi # ffffffff800267e0 -ffffffff800100d7: 48 8d 15 42 b4 01 00 lea 0x1b442(%rip),%rdx # ffffffff8002b520 -ffffffff800100de: be 1e 00 00 00 mov $0x1e,%esi -ffffffff800100e3: e8 38 1c 01 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff800100e8: 0f 0b ud2 -ffffffff800100ea: 4c 8d bd 40 ff ff ff lea -0xc0(%rbp),%r15 -ffffffff800100f1: 4c 89 ff mov %r15,%rdi -ffffffff800100f4: ff 15 e6 b1 01 00 call *0x1b1e6(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff800100fa: 48 c7 05 e3 b1 01 00 movq $0x1,0x1b1e3(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80010101: 01 00 00 00 -ffffffff80010105: 48 8d 3d e4 b1 01 00 lea 0x1b1e4(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001010c: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80010111: 4c 89 fe mov %r15,%rsi -ffffffff80010114: e8 67 25 01 00 call ffffffff80022680 -ffffffff80010119: c6 05 78 b2 01 00 01 movb $0x1,0x1b278(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80010120: 48 8d 3d c9 b1 01 00 lea 0x1b1c9(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80010127: be 04 00 00 00 mov $0x4,%esi -ffffffff8001012c: 4c 89 f2 mov %r14,%rdx -ffffffff8001012f: e8 1c 3f 00 00 call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff80010134: 48 85 c0 test %rax,%rax -ffffffff80010137: 74 7f je ffffffff800101b8 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$11allocate_in17ha839ca59116278d1E+0x178> -ffffffff80010139: 49 89 c7 mov %rax,%r15 -ffffffff8001013c: 48 89 c7 mov %rax,%rdi -ffffffff8001013f: 31 f6 xor %esi,%esi -ffffffff80010141: 4c 89 f2 mov %r14,%rdx -ffffffff80010144: e8 47 25 01 00 call ffffffff80022690 -ffffffff80010149: eb 52 jmp ffffffff8001019d <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$11allocate_in17ha839ca59116278d1E+0x15d> -ffffffff8001014b: 4c 8d bd 40 ff ff ff lea -0xc0(%rbp),%r15 -ffffffff80010152: 4c 89 ff mov %r15,%rdi -ffffffff80010155: ff 15 85 b1 01 00 call *0x1b185(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8001015b: 48 c7 05 82 b1 01 00 movq $0x1,0x1b182(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80010162: 01 00 00 00 -ffffffff80010166: 48 8d 3d 83 b1 01 00 lea 0x1b183(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001016d: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80010172: 4c 89 fe mov %r15,%rsi -ffffffff80010175: e8 06 25 01 00 call ffffffff80022680 -ffffffff8001017a: c6 05 17 b2 01 00 01 movb $0x1,0x1b217(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80010181: 48 8d 3d 68 b1 01 00 lea 0x1b168(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80010188: be 04 00 00 00 mov $0x4,%esi -ffffffff8001018d: 4c 89 f2 mov %r14,%rdx -ffffffff80010190: e8 bb 3e 00 00 call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff80010195: 49 89 c7 mov %rax,%r15 -ffffffff80010198: 48 85 c0 test %rax,%rax -ffffffff8001019b: 74 1b je ffffffff800101b8 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$11allocate_in17ha839ca59116278d1E+0x178> -ffffffff8001019d: 4c 89 f8 mov %r15,%rax -ffffffff800101a0: 48 89 da mov %rbx,%rdx -ffffffff800101a3: 48 81 c4 a8 00 00 00 add $0xa8,%rsp -ffffffff800101aa: 5b pop %rbx -ffffffff800101ab: 41 5e pop %r14 -ffffffff800101ad: 41 5f pop %r15 -ffffffff800101af: 5d pop %rbp -ffffffff800101b0: c3 ret -ffffffff800101b1: e8 3a cd 00 00 call ffffffff8001cef0 <_ZN5alloc7raw_vec17capacity_overflow17h7464486241893bcbE> -ffffffff800101b6: 0f 0b ud2 -ffffffff800101b8: bf 04 00 00 00 mov $0x4,%edi -ffffffff800101bd: 4c 89 f6 mov %r14,%rsi -ffffffff800101c0: e8 fb d0 00 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff800101c5: 0f 0b ud2 -ffffffff800101c7: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1) -ffffffff800101ce: 00 00 - -ffffffff800101d0 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$11allocate_in17hb2022bf79613e160E>: -ffffffff800101d0: 55 push %rbp -ffffffff800101d1: 48 89 e5 mov %rsp,%rbp -ffffffff800101d4: 41 57 push %r15 -ffffffff800101d6: 41 56 push %r14 -ffffffff800101d8: 53 push %rbx -ffffffff800101d9: 48 81 ec a8 00 00 00 sub $0xa8,%rsp -ffffffff800101e0: 48 89 fb mov %rdi,%rbx -ffffffff800101e3: 41 bf 08 00 00 00 mov $0x8,%r15d -ffffffff800101e9: 48 85 ff test %rdi,%rdi -ffffffff800101ec: 0f 84 3a 01 00 00 je ffffffff8001032c <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$11allocate_in17hb2022bf79613e160E+0x15c> -ffffffff800101f2: 48 89 d8 mov %rbx,%rax -ffffffff800101f5: 48 c1 e8 3a shr $0x3a,%rax -ffffffff800101f9: 0f 85 41 01 00 00 jne ffffffff80010340 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$11allocate_in17hb2022bf79613e160E+0x170> -ffffffff800101ff: 49 89 de mov %rbx,%r14 -ffffffff80010202: 49 c1 e6 05 shl $0x5,%r14 -ffffffff80010206: 40 84 f6 test %sil,%sil -ffffffff80010209: 74 24 je ffffffff8001022f <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$11allocate_in17hb2022bf79613e160E+0x5f> -ffffffff8001020b: 4d 85 f6 test %r14,%r14 -ffffffff8001020e: 0f 84 18 01 00 00 je ffffffff8001032c <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$11allocate_in17hb2022bf79613e160E+0x15c> -ffffffff80010214: 0f b6 05 7d b1 01 00 movzbl 0x1b17d(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001021b: 84 c0 test %al,%al -ffffffff8001021d: 74 5a je ffffffff80010279 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$11allocate_in17hb2022bf79613e160E+0xa9> -ffffffff8001021f: 48 83 3d c1 b0 01 00 cmpq $0x0,0x1b0c1(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80010226: 00 -ffffffff80010227: 0f 85 82 00 00 00 jne ffffffff800102af <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$11allocate_in17hb2022bf79613e160E+0xdf> -ffffffff8001022d: eb 30 jmp ffffffff8001025f <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$11allocate_in17hb2022bf79613e160E+0x8f> -ffffffff8001022f: 4d 85 f6 test %r14,%r14 -ffffffff80010232: 0f 84 f4 00 00 00 je ffffffff8001032c <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$11allocate_in17hb2022bf79613e160E+0x15c> -ffffffff80010238: 48 8d 05 d7 c9 01 00 lea 0x1c9d7(%rip),%rax # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff8001023f: 0f b6 00 movzbl (%rax),%eax -ffffffff80010242: 0f b6 05 4f b1 01 00 movzbl 0x1b14f(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80010249: 84 c0 test %al,%al -ffffffff8001024b: 0f 84 89 00 00 00 je ffffffff800102da <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$11allocate_in17hb2022bf79613e160E+0x10a> -ffffffff80010251: 48 83 3d 8f b0 01 00 cmpq $0x0,0x1b08f(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80010258: 00 -ffffffff80010259: 0f 85 b1 00 00 00 jne ffffffff80010310 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$11allocate_in17hb2022bf79613e160E+0x140> -ffffffff8001025f: 48 8d 3d 7a 65 01 00 lea 0x1657a(%rip),%rdi # ffffffff800267e0 -ffffffff80010266: 48 8d 15 b3 b2 01 00 lea 0x1b2b3(%rip),%rdx # ffffffff8002b520 -ffffffff8001026d: be 1e 00 00 00 mov $0x1e,%esi -ffffffff80010272: e8 a9 1a 01 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff80010277: 0f 0b ud2 -ffffffff80010279: 4c 8d bd 40 ff ff ff lea -0xc0(%rbp),%r15 -ffffffff80010280: 4c 89 ff mov %r15,%rdi -ffffffff80010283: ff 15 57 b0 01 00 call *0x1b057(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80010289: 48 c7 05 54 b0 01 00 movq $0x1,0x1b054(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80010290: 01 00 00 00 -ffffffff80010294: 48 8d 3d 55 b0 01 00 lea 0x1b055(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001029b: ba a8 00 00 00 mov $0xa8,%edx -ffffffff800102a0: 4c 89 fe mov %r15,%rsi -ffffffff800102a3: e8 d8 23 01 00 call ffffffff80022680 -ffffffff800102a8: c6 05 e9 b0 01 00 01 movb $0x1,0x1b0e9(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff800102af: 48 8d 3d 3a b0 01 00 lea 0x1b03a(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff800102b6: be 08 00 00 00 mov $0x8,%esi -ffffffff800102bb: 4c 89 f2 mov %r14,%rdx -ffffffff800102be: e8 8d 3d 00 00 call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff800102c3: 48 85 c0 test %rax,%rax -ffffffff800102c6: 74 7f je ffffffff80010347 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$11allocate_in17hb2022bf79613e160E+0x177> -ffffffff800102c8: 49 89 c7 mov %rax,%r15 -ffffffff800102cb: 48 89 c7 mov %rax,%rdi -ffffffff800102ce: 31 f6 xor %esi,%esi -ffffffff800102d0: 4c 89 f2 mov %r14,%rdx -ffffffff800102d3: e8 b8 23 01 00 call ffffffff80022690 -ffffffff800102d8: eb 52 jmp ffffffff8001032c <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$11allocate_in17hb2022bf79613e160E+0x15c> -ffffffff800102da: 4c 8d bd 40 ff ff ff lea -0xc0(%rbp),%r15 -ffffffff800102e1: 4c 89 ff mov %r15,%rdi -ffffffff800102e4: ff 15 f6 af 01 00 call *0x1aff6(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff800102ea: 48 c7 05 f3 af 01 00 movq $0x1,0x1aff3(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff800102f1: 01 00 00 00 -ffffffff800102f5: 48 8d 3d f4 af 01 00 lea 0x1aff4(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff800102fc: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80010301: 4c 89 fe mov %r15,%rsi -ffffffff80010304: e8 77 23 01 00 call ffffffff80022680 -ffffffff80010309: c6 05 88 b0 01 00 01 movb $0x1,0x1b088(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80010310: 48 8d 3d d9 af 01 00 lea 0x1afd9(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80010317: be 08 00 00 00 mov $0x8,%esi -ffffffff8001031c: 4c 89 f2 mov %r14,%rdx -ffffffff8001031f: e8 2c 3d 00 00 call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff80010324: 49 89 c7 mov %rax,%r15 -ffffffff80010327: 48 85 c0 test %rax,%rax -ffffffff8001032a: 74 1b je ffffffff80010347 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$11allocate_in17hb2022bf79613e160E+0x177> -ffffffff8001032c: 4c 89 f8 mov %r15,%rax -ffffffff8001032f: 48 89 da mov %rbx,%rdx -ffffffff80010332: 48 81 c4 a8 00 00 00 add $0xa8,%rsp -ffffffff80010339: 5b pop %rbx -ffffffff8001033a: 41 5e pop %r14 -ffffffff8001033c: 41 5f pop %r15 -ffffffff8001033e: 5d pop %rbp -ffffffff8001033f: c3 ret -ffffffff80010340: e8 ab cb 00 00 call ffffffff8001cef0 <_ZN5alloc7raw_vec17capacity_overflow17h7464486241893bcbE> -ffffffff80010345: 0f 0b ud2 -ffffffff80010347: bf 08 00 00 00 mov $0x8,%edi -ffffffff8001034c: 4c 89 f6 mov %r14,%rsi -ffffffff8001034f: e8 6c cf 00 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff80010354: 0f 0b ud2 -ffffffff80010356: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001035d: 00 00 00 - -ffffffff80010360 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17h049575a32600a9baE>: -ffffffff80010360: 55 push %rbp -ffffffff80010361: 48 89 e5 mov %rsp,%rbp -ffffffff80010364: 41 56 push %r14 -ffffffff80010366: 53 push %rbx -ffffffff80010367: 48 83 ec 30 sub $0x30,%rsp -ffffffff8001036b: 48 ff c6 inc %rsi -ffffffff8001036e: 0f 84 8a 00 00 00 je ffffffff800103fe <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17h049575a32600a9baE+0x9e> -ffffffff80010374: 48 89 fb mov %rdi,%rbx -ffffffff80010377: 48 8b 47 08 mov 0x8(%rdi),%rax -ffffffff8001037b: 48 8d 0c 00 lea (%rax,%rax,1),%rcx -ffffffff8001037f: 48 39 f1 cmp %rsi,%rcx -ffffffff80010382: 48 0f 47 f1 cmova %rcx,%rsi -ffffffff80010386: 48 83 fe 05 cmp $0x5,%rsi -ffffffff8001038a: 41 be 04 00 00 00 mov $0x4,%r14d -ffffffff80010390: 4c 0f 43 f6 cmovae %rsi,%r14 -ffffffff80010394: 31 f6 xor %esi,%esi -ffffffff80010396: 4c 89 f1 mov %r14,%rcx -ffffffff80010399: 48 c1 e9 3b shr $0x3b,%rcx -ffffffff8001039d: 40 0f 94 c6 sete %sil -ffffffff800103a1: 4c 89 f2 mov %r14,%rdx -ffffffff800103a4: 48 c1 e2 04 shl $0x4,%rdx -ffffffff800103a8: 48 c1 e6 03 shl $0x3,%rsi -ffffffff800103ac: 48 85 c0 test %rax,%rax -ffffffff800103af: 74 19 je ffffffff800103ca <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17h049575a32600a9baE+0x6a> -ffffffff800103b1: 48 8b 0b mov (%rbx),%rcx -ffffffff800103b4: 48 c1 e0 04 shl $0x4,%rax -ffffffff800103b8: 48 89 4d d8 mov %rcx,-0x28(%rbp) -ffffffff800103bc: 48 c7 45 e0 08 00 00 movq $0x8,-0x20(%rbp) -ffffffff800103c3: 00 -ffffffff800103c4: 48 89 45 e8 mov %rax,-0x18(%rbp) -ffffffff800103c8: eb 08 jmp ffffffff800103d2 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17h049575a32600a9baE+0x72> -ffffffff800103ca: 48 c7 45 e0 00 00 00 movq $0x0,-0x20(%rbp) -ffffffff800103d1: 00 -ffffffff800103d2: 48 8d 7d c0 lea -0x40(%rbp),%rdi -ffffffff800103d6: 48 8d 4d d8 lea -0x28(%rbp),%rcx -ffffffff800103da: e8 b1 f9 ff ff call ffffffff8000fd90 <_ZN5alloc7raw_vec11finish_grow17hb2fbfd905d45730fE.llvm.9278039832854411857> -ffffffff800103df: 48 83 7d c0 00 cmpq $0x0,-0x40(%rbp) -ffffffff800103e4: 48 8b 7d c8 mov -0x38(%rbp),%rdi -ffffffff800103e8: 74 1b je ffffffff80010405 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17h049575a32600a9baE+0xa5> -ffffffff800103ea: 48 b8 01 00 00 00 00 movabs $0x8000000000000001,%rax -ffffffff800103f1: 00 00 80 -ffffffff800103f4: 48 39 c7 cmp %rax,%rdi -ffffffff800103f7: 74 13 je ffffffff8001040c <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17h049575a32600a9baE+0xac> -ffffffff800103f9: 48 85 ff test %rdi,%rdi -ffffffff800103fc: 75 17 jne ffffffff80010415 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17h049575a32600a9baE+0xb5> -ffffffff800103fe: e8 ed ca 00 00 call ffffffff8001cef0 <_ZN5alloc7raw_vec17capacity_overflow17h7464486241893bcbE> -ffffffff80010403: 0f 0b ud2 -ffffffff80010405: 48 89 3b mov %rdi,(%rbx) -ffffffff80010408: 4c 89 73 08 mov %r14,0x8(%rbx) -ffffffff8001040c: 48 83 c4 30 add $0x30,%rsp -ffffffff80010410: 5b pop %rbx -ffffffff80010411: 41 5e pop %r14 -ffffffff80010413: 5d pop %rbp -ffffffff80010414: c3 ret -ffffffff80010415: 48 8b 75 d0 mov -0x30(%rbp),%rsi -ffffffff80010419: e8 a2 ce 00 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff8001041e: 0f 0b ud2 - -ffffffff80010420 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17h93703262ec0280feE>: -ffffffff80010420: 55 push %rbp -ffffffff80010421: 48 89 e5 mov %rsp,%rbp -ffffffff80010424: 41 56 push %r14 -ffffffff80010426: 53 push %rbx -ffffffff80010427: 48 83 ec 30 sub $0x30,%rsp -ffffffff8001042b: 48 ff c6 inc %rsi -ffffffff8001042e: 74 7b je ffffffff800104ab <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17h93703262ec0280feE+0x8b> -ffffffff80010430: 48 89 fb mov %rdi,%rbx -ffffffff80010433: 48 8b 47 08 mov 0x8(%rdi),%rax -ffffffff80010437: 48 8d 0c 00 lea (%rax,%rax,1),%rcx -ffffffff8001043b: 48 39 f1 cmp %rsi,%rcx -ffffffff8001043e: 48 0f 47 f1 cmova %rcx,%rsi -ffffffff80010442: 48 83 fe 09 cmp $0x9,%rsi -ffffffff80010446: 41 be 08 00 00 00 mov $0x8,%r14d -ffffffff8001044c: 4c 0f 43 f6 cmovae %rsi,%r14 -ffffffff80010450: 4c 89 f6 mov %r14,%rsi -ffffffff80010453: 48 f7 d6 not %rsi -ffffffff80010456: 48 c1 ee 3f shr $0x3f,%rsi -ffffffff8001045a: 48 85 c0 test %rax,%rax -ffffffff8001045d: 74 15 je ffffffff80010474 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17h93703262ec0280feE+0x54> -ffffffff8001045f: 48 8b 0b mov (%rbx),%rcx -ffffffff80010462: 48 89 4d d8 mov %rcx,-0x28(%rbp) -ffffffff80010466: 48 c7 45 e0 01 00 00 movq $0x1,-0x20(%rbp) -ffffffff8001046d: 00 -ffffffff8001046e: 48 89 45 e8 mov %rax,-0x18(%rbp) -ffffffff80010472: eb 08 jmp ffffffff8001047c <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17h93703262ec0280feE+0x5c> -ffffffff80010474: 48 c7 45 e0 00 00 00 movq $0x0,-0x20(%rbp) -ffffffff8001047b: 00 -ffffffff8001047c: 48 8d 7d c0 lea -0x40(%rbp),%rdi -ffffffff80010480: 48 8d 4d d8 lea -0x28(%rbp),%rcx -ffffffff80010484: 4c 89 f2 mov %r14,%rdx -ffffffff80010487: e8 04 f9 ff ff call ffffffff8000fd90 <_ZN5alloc7raw_vec11finish_grow17hb2fbfd905d45730fE.llvm.9278039832854411857> -ffffffff8001048c: 48 83 7d c0 00 cmpq $0x0,-0x40(%rbp) -ffffffff80010491: 48 8b 7d c8 mov -0x38(%rbp),%rdi -ffffffff80010495: 74 1b je ffffffff800104b2 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17h93703262ec0280feE+0x92> -ffffffff80010497: 48 b8 01 00 00 00 00 movabs $0x8000000000000001,%rax -ffffffff8001049e: 00 00 80 -ffffffff800104a1: 48 39 c7 cmp %rax,%rdi -ffffffff800104a4: 74 13 je ffffffff800104b9 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17h93703262ec0280feE+0x99> -ffffffff800104a6: 48 85 ff test %rdi,%rdi -ffffffff800104a9: 75 17 jne ffffffff800104c2 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17h93703262ec0280feE+0xa2> -ffffffff800104ab: e8 40 ca 00 00 call ffffffff8001cef0 <_ZN5alloc7raw_vec17capacity_overflow17h7464486241893bcbE> -ffffffff800104b0: 0f 0b ud2 -ffffffff800104b2: 48 89 3b mov %rdi,(%rbx) -ffffffff800104b5: 4c 89 73 08 mov %r14,0x8(%rbx) -ffffffff800104b9: 48 83 c4 30 add $0x30,%rsp -ffffffff800104bd: 5b pop %rbx -ffffffff800104be: 41 5e pop %r14 -ffffffff800104c0: 5d pop %rbp -ffffffff800104c1: c3 ret -ffffffff800104c2: 48 8b 75 d0 mov -0x30(%rbp),%rsi -ffffffff800104c6: e8 f5 cd 00 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff800104cb: 0f 0b ud2 -ffffffff800104cd: 0f 1f 00 nopl (%rax) - -ffffffff800104d0 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17hae6589ac85fb93f8E>: -ffffffff800104d0: 55 push %rbp -ffffffff800104d1: 48 89 e5 mov %rsp,%rbp -ffffffff800104d4: 41 56 push %r14 -ffffffff800104d6: 53 push %rbx -ffffffff800104d7: 48 83 ec 30 sub $0x30,%rsp -ffffffff800104db: 48 ff c6 inc %rsi -ffffffff800104de: 0f 84 8a 00 00 00 je ffffffff8001056e <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17hae6589ac85fb93f8E+0x9e> -ffffffff800104e4: 48 89 fb mov %rdi,%rbx -ffffffff800104e7: 48 8b 47 08 mov 0x8(%rdi),%rax -ffffffff800104eb: 48 8d 0c 00 lea (%rax,%rax,1),%rcx -ffffffff800104ef: 48 39 f1 cmp %rsi,%rcx -ffffffff800104f2: 48 0f 47 f1 cmova %rcx,%rsi -ffffffff800104f6: 48 83 fe 05 cmp $0x5,%rsi -ffffffff800104fa: 41 be 04 00 00 00 mov $0x4,%r14d -ffffffff80010500: 4c 0f 43 f6 cmovae %rsi,%r14 -ffffffff80010504: 31 f6 xor %esi,%esi -ffffffff80010506: 4c 89 f1 mov %r14,%rcx -ffffffff80010509: 48 c1 e9 3a shr $0x3a,%rcx -ffffffff8001050d: 40 0f 94 c6 sete %sil -ffffffff80010511: 4c 89 f2 mov %r14,%rdx -ffffffff80010514: 48 c1 e2 05 shl $0x5,%rdx -ffffffff80010518: 48 c1 e6 03 shl $0x3,%rsi -ffffffff8001051c: 48 85 c0 test %rax,%rax -ffffffff8001051f: 74 19 je ffffffff8001053a <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17hae6589ac85fb93f8E+0x6a> -ffffffff80010521: 48 8b 0b mov (%rbx),%rcx -ffffffff80010524: 48 c1 e0 05 shl $0x5,%rax -ffffffff80010528: 48 89 4d d8 mov %rcx,-0x28(%rbp) -ffffffff8001052c: 48 c7 45 e0 08 00 00 movq $0x8,-0x20(%rbp) -ffffffff80010533: 00 -ffffffff80010534: 48 89 45 e8 mov %rax,-0x18(%rbp) -ffffffff80010538: eb 08 jmp ffffffff80010542 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17hae6589ac85fb93f8E+0x72> -ffffffff8001053a: 48 c7 45 e0 00 00 00 movq $0x0,-0x20(%rbp) -ffffffff80010541: 00 -ffffffff80010542: 48 8d 7d c0 lea -0x40(%rbp),%rdi -ffffffff80010546: 48 8d 4d d8 lea -0x28(%rbp),%rcx -ffffffff8001054a: e8 41 f8 ff ff call ffffffff8000fd90 <_ZN5alloc7raw_vec11finish_grow17hb2fbfd905d45730fE.llvm.9278039832854411857> -ffffffff8001054f: 48 83 7d c0 00 cmpq $0x0,-0x40(%rbp) -ffffffff80010554: 48 8b 7d c8 mov -0x38(%rbp),%rdi -ffffffff80010558: 74 1b je ffffffff80010575 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17hae6589ac85fb93f8E+0xa5> -ffffffff8001055a: 48 b8 01 00 00 00 00 movabs $0x8000000000000001,%rax -ffffffff80010561: 00 00 80 -ffffffff80010564: 48 39 c7 cmp %rax,%rdi -ffffffff80010567: 74 13 je ffffffff8001057c <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17hae6589ac85fb93f8E+0xac> -ffffffff80010569: 48 85 ff test %rdi,%rdi -ffffffff8001056c: 75 17 jne ffffffff80010585 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17hae6589ac85fb93f8E+0xb5> -ffffffff8001056e: e8 7d c9 00 00 call ffffffff8001cef0 <_ZN5alloc7raw_vec17capacity_overflow17h7464486241893bcbE> -ffffffff80010573: 0f 0b ud2 -ffffffff80010575: 48 89 3b mov %rdi,(%rbx) -ffffffff80010578: 4c 89 73 08 mov %r14,0x8(%rbx) -ffffffff8001057c: 48 83 c4 30 add $0x30,%rsp -ffffffff80010580: 5b pop %rbx -ffffffff80010581: 41 5e pop %r14 -ffffffff80010583: 5d pop %rbp -ffffffff80010584: c3 ret -ffffffff80010585: 48 8b 75 d0 mov -0x30(%rbp),%rsi -ffffffff80010589: e8 32 cd 00 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff8001058e: 0f 0b ud2 - -ffffffff80010590 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17hc92dbd660fd5a64aE>: -ffffffff80010590: 55 push %rbp -ffffffff80010591: 48 89 e5 mov %rsp,%rbp -ffffffff80010594: 41 56 push %r14 -ffffffff80010596: 53 push %rbx -ffffffff80010597: 48 83 ec 30 sub $0x30,%rsp -ffffffff8001059b: 48 ff c6 inc %rsi -ffffffff8001059e: 0f 84 98 00 00 00 je ffffffff8001063c <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17hc92dbd660fd5a64aE+0xac> -ffffffff800105a4: 48 89 fb mov %rdi,%rbx -ffffffff800105a7: 48 8b 47 08 mov 0x8(%rdi),%rax -ffffffff800105ab: 48 8d 0c 00 lea (%rax,%rax,1),%rcx -ffffffff800105af: 48 39 f1 cmp %rsi,%rcx -ffffffff800105b2: 48 0f 47 f1 cmova %rcx,%rsi -ffffffff800105b6: 48 83 fe 05 cmp $0x5,%rsi -ffffffff800105ba: 41 be 04 00 00 00 mov $0x4,%r14d -ffffffff800105c0: 4c 0f 43 f6 cmovae %rsi,%r14 -ffffffff800105c4: 48 b9 ab aa aa aa aa movabs $0xaaaaaaaaaaaaaab,%rcx -ffffffff800105cb: aa aa 0a -ffffffff800105ce: 31 f6 xor %esi,%esi -ffffffff800105d0: 49 39 ce cmp %rcx,%r14 -ffffffff800105d3: 40 0f 92 c6 setb %sil -ffffffff800105d7: 4a 8d 0c b5 00 00 00 lea 0x0(,%r14,4),%rcx -ffffffff800105de: 00 -ffffffff800105df: 48 8d 14 49 lea (%rcx,%rcx,2),%rdx -ffffffff800105e3: 48 01 f6 add %rsi,%rsi -ffffffff800105e6: 48 85 c0 test %rax,%rax -ffffffff800105e9: 74 1d je ffffffff80010608 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17hc92dbd660fd5a64aE+0x78> -ffffffff800105eb: 48 8b 0b mov (%rbx),%rcx -ffffffff800105ee: 48 c1 e0 02 shl $0x2,%rax -ffffffff800105f2: 48 8d 04 40 lea (%rax,%rax,2),%rax -ffffffff800105f6: 48 89 4d d8 mov %rcx,-0x28(%rbp) -ffffffff800105fa: 48 c7 45 e0 02 00 00 movq $0x2,-0x20(%rbp) -ffffffff80010601: 00 -ffffffff80010602: 48 89 45 e8 mov %rax,-0x18(%rbp) -ffffffff80010606: eb 08 jmp ffffffff80010610 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17hc92dbd660fd5a64aE+0x80> -ffffffff80010608: 48 c7 45 e0 00 00 00 movq $0x0,-0x20(%rbp) -ffffffff8001060f: 00 -ffffffff80010610: 48 8d 7d c0 lea -0x40(%rbp),%rdi -ffffffff80010614: 48 8d 4d d8 lea -0x28(%rbp),%rcx -ffffffff80010618: e8 73 f7 ff ff call ffffffff8000fd90 <_ZN5alloc7raw_vec11finish_grow17hb2fbfd905d45730fE.llvm.9278039832854411857> -ffffffff8001061d: 48 83 7d c0 00 cmpq $0x0,-0x40(%rbp) -ffffffff80010622: 48 8b 7d c8 mov -0x38(%rbp),%rdi -ffffffff80010626: 74 1b je ffffffff80010643 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17hc92dbd660fd5a64aE+0xb3> -ffffffff80010628: 48 b8 01 00 00 00 00 movabs $0x8000000000000001,%rax -ffffffff8001062f: 00 00 80 -ffffffff80010632: 48 39 c7 cmp %rax,%rdi -ffffffff80010635: 74 13 je ffffffff8001064a <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17hc92dbd660fd5a64aE+0xba> -ffffffff80010637: 48 85 ff test %rdi,%rdi -ffffffff8001063a: 75 17 jne ffffffff80010653 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17hc92dbd660fd5a64aE+0xc3> -ffffffff8001063c: e8 af c8 00 00 call ffffffff8001cef0 <_ZN5alloc7raw_vec17capacity_overflow17h7464486241893bcbE> -ffffffff80010641: 0f 0b ud2 -ffffffff80010643: 48 89 3b mov %rdi,(%rbx) -ffffffff80010646: 4c 89 73 08 mov %r14,0x8(%rbx) -ffffffff8001064a: 48 83 c4 30 add $0x30,%rsp -ffffffff8001064e: 5b pop %rbx -ffffffff8001064f: 41 5e pop %r14 -ffffffff80010651: 5d pop %rbp -ffffffff80010652: c3 ret -ffffffff80010653: 48 8b 75 d0 mov -0x30(%rbp),%rsi -ffffffff80010657: e8 64 cc 00 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff8001065c: 0f 0b ud2 -ffffffff8001065e: 66 90 xchg %ax,%ax - -ffffffff80010660 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17hdb9572c1875a14f8E>: -ffffffff80010660: 55 push %rbp -ffffffff80010661: 48 89 e5 mov %rsp,%rbp -ffffffff80010664: 41 56 push %r14 -ffffffff80010666: 53 push %rbx -ffffffff80010667: 48 83 ec 30 sub $0x30,%rsp -ffffffff8001066b: 48 ff c6 inc %rsi -ffffffff8001066e: 0f 84 99 00 00 00 je ffffffff8001070d <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17hdb9572c1875a14f8E+0xad> -ffffffff80010674: 48 89 fb mov %rdi,%rbx -ffffffff80010677: 48 8b 47 08 mov 0x8(%rdi),%rax -ffffffff8001067b: 48 8d 0c 00 lea (%rax,%rax,1),%rcx -ffffffff8001067f: 48 39 f1 cmp %rsi,%rcx -ffffffff80010682: 48 0f 47 f1 cmova %rcx,%rsi -ffffffff80010686: 48 83 fe 05 cmp $0x5,%rsi -ffffffff8001068a: 41 be 04 00 00 00 mov $0x4,%r14d -ffffffff80010690: 4c 0f 43 f6 cmovae %rsi,%r14 -ffffffff80010694: 48 b9 56 55 55 55 55 movabs $0x555555555555556,%rcx -ffffffff8001069b: 55 55 05 -ffffffff8001069e: 31 f6 xor %esi,%esi -ffffffff800106a0: 49 39 ce cmp %rcx,%r14 -ffffffff800106a3: 40 0f 92 c6 setb %sil -ffffffff800106a7: 4a 8d 0c f5 00 00 00 lea 0x0(,%r14,8),%rcx -ffffffff800106ae: 00 -ffffffff800106af: 48 8d 14 49 lea (%rcx,%rcx,2),%rdx -ffffffff800106b3: 48 c1 e6 03 shl $0x3,%rsi -ffffffff800106b7: 48 85 c0 test %rax,%rax -ffffffff800106ba: 74 1d je ffffffff800106d9 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17hdb9572c1875a14f8E+0x79> -ffffffff800106bc: 48 8b 0b mov (%rbx),%rcx -ffffffff800106bf: 48 c1 e0 03 shl $0x3,%rax -ffffffff800106c3: 48 8d 04 40 lea (%rax,%rax,2),%rax -ffffffff800106c7: 48 89 4d d8 mov %rcx,-0x28(%rbp) -ffffffff800106cb: 48 c7 45 e0 08 00 00 movq $0x8,-0x20(%rbp) -ffffffff800106d2: 00 -ffffffff800106d3: 48 89 45 e8 mov %rax,-0x18(%rbp) -ffffffff800106d7: eb 08 jmp ffffffff800106e1 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17hdb9572c1875a14f8E+0x81> -ffffffff800106d9: 48 c7 45 e0 00 00 00 movq $0x0,-0x20(%rbp) -ffffffff800106e0: 00 -ffffffff800106e1: 48 8d 7d c0 lea -0x40(%rbp),%rdi -ffffffff800106e5: 48 8d 4d d8 lea -0x28(%rbp),%rcx -ffffffff800106e9: e8 a2 f6 ff ff call ffffffff8000fd90 <_ZN5alloc7raw_vec11finish_grow17hb2fbfd905d45730fE.llvm.9278039832854411857> -ffffffff800106ee: 48 83 7d c0 00 cmpq $0x0,-0x40(%rbp) -ffffffff800106f3: 48 8b 7d c8 mov -0x38(%rbp),%rdi -ffffffff800106f7: 74 1b je ffffffff80010714 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17hdb9572c1875a14f8E+0xb4> -ffffffff800106f9: 48 b8 01 00 00 00 00 movabs $0x8000000000000001,%rax -ffffffff80010700: 00 00 80 -ffffffff80010703: 48 39 c7 cmp %rax,%rdi -ffffffff80010706: 74 13 je ffffffff8001071b <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17hdb9572c1875a14f8E+0xbb> -ffffffff80010708: 48 85 ff test %rdi,%rdi -ffffffff8001070b: 75 17 jne ffffffff80010724 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17hdb9572c1875a14f8E+0xc4> -ffffffff8001070d: e8 de c7 00 00 call ffffffff8001cef0 <_ZN5alloc7raw_vec17capacity_overflow17h7464486241893bcbE> -ffffffff80010712: 0f 0b ud2 -ffffffff80010714: 48 89 3b mov %rdi,(%rbx) -ffffffff80010717: 4c 89 73 08 mov %r14,0x8(%rbx) -ffffffff8001071b: 48 83 c4 30 add $0x30,%rsp -ffffffff8001071f: 5b pop %rbx -ffffffff80010720: 41 5e pop %r14 -ffffffff80010722: 5d pop %rbp -ffffffff80010723: c3 ret -ffffffff80010724: 48 8b 75 d0 mov -0x30(%rbp),%rsi -ffffffff80010728: e8 93 cb 00 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff8001072d: 0f 0b ud2 -ffffffff8001072f: 90 nop - -ffffffff80010730 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17hdf37a67a98405e2fE>: -ffffffff80010730: 55 push %rbp -ffffffff80010731: 48 89 e5 mov %rsp,%rbp -ffffffff80010734: 41 56 push %r14 -ffffffff80010736: 53 push %rbx -ffffffff80010737: 48 83 ec 30 sub $0x30,%rsp -ffffffff8001073b: 48 ff c6 inc %rsi -ffffffff8001073e: 0f 84 82 00 00 00 je ffffffff800107c6 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17hdf37a67a98405e2fE+0x96> -ffffffff80010744: 48 89 fb mov %rdi,%rbx -ffffffff80010747: 48 8b 4f 08 mov 0x8(%rdi),%rcx -ffffffff8001074b: 48 8d 04 09 lea (%rcx,%rcx,1),%rax -ffffffff8001074f: 48 39 f0 cmp %rsi,%rax -ffffffff80010752: 48 0f 47 f0 cmova %rax,%rsi -ffffffff80010756: 48 83 fe 05 cmp $0x5,%rsi -ffffffff8001075a: 41 be 04 00 00 00 mov $0x4,%r14d -ffffffff80010760: 4c 0f 43 f6 cmovae %rsi,%r14 -ffffffff80010764: 31 f6 xor %esi,%esi -ffffffff80010766: 4c 89 f2 mov %r14,%rdx -ffffffff80010769: 48 c1 ea 3e shr $0x3e,%rdx -ffffffff8001076d: 40 0f 94 c6 sete %sil -ffffffff80010771: 4b 8d 14 36 lea (%r14,%r14,1),%rdx -ffffffff80010775: 48 01 f6 add %rsi,%rsi -ffffffff80010778: 48 85 c9 test %rcx,%rcx -ffffffff8001077b: 74 15 je ffffffff80010792 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17hdf37a67a98405e2fE+0x62> -ffffffff8001077d: 48 8b 0b mov (%rbx),%rcx -ffffffff80010780: 48 89 4d d8 mov %rcx,-0x28(%rbp) -ffffffff80010784: 48 c7 45 e0 02 00 00 movq $0x2,-0x20(%rbp) -ffffffff8001078b: 00 -ffffffff8001078c: 48 89 45 e8 mov %rax,-0x18(%rbp) -ffffffff80010790: eb 08 jmp ffffffff8001079a <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17hdf37a67a98405e2fE+0x6a> -ffffffff80010792: 48 c7 45 e0 00 00 00 movq $0x0,-0x20(%rbp) -ffffffff80010799: 00 -ffffffff8001079a: 48 8d 7d c0 lea -0x40(%rbp),%rdi -ffffffff8001079e: 48 8d 4d d8 lea -0x28(%rbp),%rcx -ffffffff800107a2: e8 e9 f5 ff ff call ffffffff8000fd90 <_ZN5alloc7raw_vec11finish_grow17hb2fbfd905d45730fE.llvm.9278039832854411857> -ffffffff800107a7: 48 83 7d c0 00 cmpq $0x0,-0x40(%rbp) -ffffffff800107ac: 48 8b 7d c8 mov -0x38(%rbp),%rdi -ffffffff800107b0: 74 1b je ffffffff800107cd <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17hdf37a67a98405e2fE+0x9d> -ffffffff800107b2: 48 b8 01 00 00 00 00 movabs $0x8000000000000001,%rax -ffffffff800107b9: 00 00 80 -ffffffff800107bc: 48 39 c7 cmp %rax,%rdi -ffffffff800107bf: 74 13 je ffffffff800107d4 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17hdf37a67a98405e2fE+0xa4> -ffffffff800107c1: 48 85 ff test %rdi,%rdi -ffffffff800107c4: 75 17 jne ffffffff800107dd <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17hdf37a67a98405e2fE+0xad> -ffffffff800107c6: e8 25 c7 00 00 call ffffffff8001cef0 <_ZN5alloc7raw_vec17capacity_overflow17h7464486241893bcbE> -ffffffff800107cb: 0f 0b ud2 -ffffffff800107cd: 48 89 3b mov %rdi,(%rbx) -ffffffff800107d0: 4c 89 73 08 mov %r14,0x8(%rbx) -ffffffff800107d4: 48 83 c4 30 add $0x30,%rsp -ffffffff800107d8: 5b pop %rbx -ffffffff800107d9: 41 5e pop %r14 -ffffffff800107db: 5d pop %rbp -ffffffff800107dc: c3 ret -ffffffff800107dd: 48 8b 75 d0 mov -0x30(%rbp),%rsi -ffffffff800107e1: e8 da ca 00 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff800107e6: 0f 0b ud2 -ffffffff800107e8: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff800107ef: 00 - -ffffffff800107f0 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17hf3c48b50114bc4eaE>: -ffffffff800107f0: 55 push %rbp -ffffffff800107f1: 48 89 e5 mov %rsp,%rbp -ffffffff800107f4: 41 56 push %r14 -ffffffff800107f6: 53 push %rbx -ffffffff800107f7: 48 83 ec 30 sub $0x30,%rsp -ffffffff800107fb: 48 ff c6 inc %rsi -ffffffff800107fe: 0f 84 86 00 00 00 je ffffffff8001088a <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17hf3c48b50114bc4eaE+0x9a> -ffffffff80010804: 48 89 fb mov %rdi,%rbx -ffffffff80010807: 48 8b 47 08 mov 0x8(%rdi),%rax -ffffffff8001080b: 48 8d 0c 00 lea (%rax,%rax,1),%rcx -ffffffff8001080f: 48 39 f1 cmp %rsi,%rcx -ffffffff80010812: 48 0f 47 f1 cmova %rcx,%rsi -ffffffff80010816: 48 83 fe 05 cmp $0x5,%rsi -ffffffff8001081a: 41 be 04 00 00 00 mov $0x4,%r14d -ffffffff80010820: 4c 0f 43 f6 cmovae %rsi,%r14 -ffffffff80010824: 31 f6 xor %esi,%esi -ffffffff80010826: 4c 89 f1 mov %r14,%rcx -ffffffff80010829: 48 c1 e9 3a shr $0x3a,%rcx -ffffffff8001082d: 40 0f 94 c6 sete %sil -ffffffff80010831: 4c 89 f2 mov %r14,%rdx -ffffffff80010834: 48 c1 e2 05 shl $0x5,%rdx -ffffffff80010838: 48 85 c0 test %rax,%rax -ffffffff8001083b: 74 19 je ffffffff80010856 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17hf3c48b50114bc4eaE+0x66> -ffffffff8001083d: 48 8b 0b mov (%rbx),%rcx -ffffffff80010840: 48 c1 e0 05 shl $0x5,%rax -ffffffff80010844: 48 89 4d d8 mov %rcx,-0x28(%rbp) -ffffffff80010848: 48 c7 45 e0 01 00 00 movq $0x1,-0x20(%rbp) -ffffffff8001084f: 00 -ffffffff80010850: 48 89 45 e8 mov %rax,-0x18(%rbp) -ffffffff80010854: eb 08 jmp ffffffff8001085e <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17hf3c48b50114bc4eaE+0x6e> -ffffffff80010856: 48 c7 45 e0 00 00 00 movq $0x0,-0x20(%rbp) -ffffffff8001085d: 00 -ffffffff8001085e: 48 8d 7d c0 lea -0x40(%rbp),%rdi -ffffffff80010862: 48 8d 4d d8 lea -0x28(%rbp),%rcx -ffffffff80010866: e8 25 f5 ff ff call ffffffff8000fd90 <_ZN5alloc7raw_vec11finish_grow17hb2fbfd905d45730fE.llvm.9278039832854411857> -ffffffff8001086b: 48 83 7d c0 00 cmpq $0x0,-0x40(%rbp) -ffffffff80010870: 48 8b 7d c8 mov -0x38(%rbp),%rdi -ffffffff80010874: 74 1b je ffffffff80010891 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17hf3c48b50114bc4eaE+0xa1> -ffffffff80010876: 48 b8 01 00 00 00 00 movabs $0x8000000000000001,%rax -ffffffff8001087d: 00 00 80 -ffffffff80010880: 48 39 c7 cmp %rax,%rdi -ffffffff80010883: 74 13 je ffffffff80010898 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17hf3c48b50114bc4eaE+0xa8> -ffffffff80010885: 48 85 ff test %rdi,%rdi -ffffffff80010888: 75 17 jne ffffffff800108a1 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17hf3c48b50114bc4eaE+0xb1> -ffffffff8001088a: e8 61 c6 00 00 call ffffffff8001cef0 <_ZN5alloc7raw_vec17capacity_overflow17h7464486241893bcbE> -ffffffff8001088f: 0f 0b ud2 -ffffffff80010891: 48 89 3b mov %rdi,(%rbx) -ffffffff80010894: 4c 89 73 08 mov %r14,0x8(%rbx) -ffffffff80010898: 48 83 c4 30 add $0x30,%rsp -ffffffff8001089c: 5b pop %rbx -ffffffff8001089d: 41 5e pop %r14 -ffffffff8001089f: 5d pop %rbp -ffffffff800108a0: c3 ret -ffffffff800108a1: 48 8b 75 d0 mov -0x30(%rbp),%rsi -ffffffff800108a5: e8 16 ca 00 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff800108aa: 0f 0b ud2 -ffffffff800108ac: 0f 1f 40 00 nopl 0x0(%rax) - -ffffffff800108b0 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$7reserve21do_reserve_and_handle17h718baa18a3fcf488E>: -ffffffff800108b0: 55 push %rbp -ffffffff800108b1: 48 89 e5 mov %rsp,%rbp -ffffffff800108b4: 41 56 push %r14 -ffffffff800108b6: 53 push %rbx -ffffffff800108b7: 48 83 ec 30 sub $0x30,%rsp -ffffffff800108bb: 48 01 d6 add %rdx,%rsi -ffffffff800108be: 0f 82 8a 00 00 00 jb ffffffff8001094e <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$7reserve21do_reserve_and_handle17h718baa18a3fcf488E+0x9e> -ffffffff800108c4: 48 89 fb mov %rdi,%rbx -ffffffff800108c7: 48 8b 47 08 mov 0x8(%rdi),%rax -ffffffff800108cb: 48 8d 0c 00 lea (%rax,%rax,1),%rcx -ffffffff800108cf: 48 39 f1 cmp %rsi,%rcx -ffffffff800108d2: 48 0f 47 f1 cmova %rcx,%rsi -ffffffff800108d6: 48 83 fe 05 cmp $0x5,%rsi -ffffffff800108da: 41 be 04 00 00 00 mov $0x4,%r14d -ffffffff800108e0: 4c 0f 43 f6 cmovae %rsi,%r14 -ffffffff800108e4: 31 f6 xor %esi,%esi -ffffffff800108e6: 4c 89 f1 mov %r14,%rcx -ffffffff800108e9: 48 c1 e9 3b shr $0x3b,%rcx -ffffffff800108ed: 40 0f 94 c6 sete %sil -ffffffff800108f1: 4c 89 f2 mov %r14,%rdx -ffffffff800108f4: 48 c1 e2 04 shl $0x4,%rdx -ffffffff800108f8: 48 c1 e6 03 shl $0x3,%rsi -ffffffff800108fc: 48 85 c0 test %rax,%rax -ffffffff800108ff: 74 19 je ffffffff8001091a <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$7reserve21do_reserve_and_handle17h718baa18a3fcf488E+0x6a> -ffffffff80010901: 48 8b 0b mov (%rbx),%rcx -ffffffff80010904: 48 c1 e0 04 shl $0x4,%rax -ffffffff80010908: 48 89 4d d8 mov %rcx,-0x28(%rbp) -ffffffff8001090c: 48 c7 45 e0 08 00 00 movq $0x8,-0x20(%rbp) -ffffffff80010913: 00 -ffffffff80010914: 48 89 45 e8 mov %rax,-0x18(%rbp) -ffffffff80010918: eb 08 jmp ffffffff80010922 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$7reserve21do_reserve_and_handle17h718baa18a3fcf488E+0x72> -ffffffff8001091a: 48 c7 45 e0 00 00 00 movq $0x0,-0x20(%rbp) -ffffffff80010921: 00 -ffffffff80010922: 48 8d 7d c0 lea -0x40(%rbp),%rdi -ffffffff80010926: 48 8d 4d d8 lea -0x28(%rbp),%rcx -ffffffff8001092a: e8 61 f4 ff ff call ffffffff8000fd90 <_ZN5alloc7raw_vec11finish_grow17hb2fbfd905d45730fE.llvm.9278039832854411857> -ffffffff8001092f: 48 83 7d c0 00 cmpq $0x0,-0x40(%rbp) -ffffffff80010934: 48 8b 7d c8 mov -0x38(%rbp),%rdi -ffffffff80010938: 74 1b je ffffffff80010955 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$7reserve21do_reserve_and_handle17h718baa18a3fcf488E+0xa5> -ffffffff8001093a: 48 b8 01 00 00 00 00 movabs $0x8000000000000001,%rax -ffffffff80010941: 00 00 80 -ffffffff80010944: 48 39 c7 cmp %rax,%rdi -ffffffff80010947: 74 13 je ffffffff8001095c <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$7reserve21do_reserve_and_handle17h718baa18a3fcf488E+0xac> -ffffffff80010949: 48 85 ff test %rdi,%rdi -ffffffff8001094c: 75 17 jne ffffffff80010965 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$7reserve21do_reserve_and_handle17h718baa18a3fcf488E+0xb5> -ffffffff8001094e: e8 9d c5 00 00 call ffffffff8001cef0 <_ZN5alloc7raw_vec17capacity_overflow17h7464486241893bcbE> -ffffffff80010953: 0f 0b ud2 -ffffffff80010955: 48 89 3b mov %rdi,(%rbx) -ffffffff80010958: 4c 89 73 08 mov %r14,0x8(%rbx) -ffffffff8001095c: 48 83 c4 30 add $0x30,%rsp -ffffffff80010960: 5b pop %rbx -ffffffff80010961: 41 5e pop %r14 -ffffffff80010963: 5d pop %rbp -ffffffff80010964: c3 ret -ffffffff80010965: 48 8b 75 d0 mov -0x30(%rbp),%rsi -ffffffff80010969: e8 52 c9 00 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff8001096e: 0f 0b ud2 - -ffffffff80010970 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$7reserve21do_reserve_and_handle17hc220879802511051E>: -ffffffff80010970: 55 push %rbp -ffffffff80010971: 48 89 e5 mov %rsp,%rbp -ffffffff80010974: 41 56 push %r14 -ffffffff80010976: 53 push %rbx -ffffffff80010977: 48 83 ec 30 sub $0x30,%rsp -ffffffff8001097b: 48 01 d6 add %rdx,%rsi -ffffffff8001097e: 72 7b jb ffffffff800109fb <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$7reserve21do_reserve_and_handle17hc220879802511051E+0x8b> -ffffffff80010980: 48 89 fb mov %rdi,%rbx -ffffffff80010983: 48 8b 47 08 mov 0x8(%rdi),%rax -ffffffff80010987: 48 8d 0c 00 lea (%rax,%rax,1),%rcx -ffffffff8001098b: 48 39 f1 cmp %rsi,%rcx -ffffffff8001098e: 48 0f 47 f1 cmova %rcx,%rsi -ffffffff80010992: 48 83 fe 09 cmp $0x9,%rsi -ffffffff80010996: 41 be 08 00 00 00 mov $0x8,%r14d -ffffffff8001099c: 4c 0f 43 f6 cmovae %rsi,%r14 -ffffffff800109a0: 4c 89 f6 mov %r14,%rsi -ffffffff800109a3: 48 f7 d6 not %rsi -ffffffff800109a6: 48 c1 ee 3f shr $0x3f,%rsi -ffffffff800109aa: 48 85 c0 test %rax,%rax -ffffffff800109ad: 74 15 je ffffffff800109c4 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$7reserve21do_reserve_and_handle17hc220879802511051E+0x54> -ffffffff800109af: 48 8b 0b mov (%rbx),%rcx -ffffffff800109b2: 48 89 4d d8 mov %rcx,-0x28(%rbp) -ffffffff800109b6: 48 c7 45 e0 01 00 00 movq $0x1,-0x20(%rbp) -ffffffff800109bd: 00 -ffffffff800109be: 48 89 45 e8 mov %rax,-0x18(%rbp) -ffffffff800109c2: eb 08 jmp ffffffff800109cc <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$7reserve21do_reserve_and_handle17hc220879802511051E+0x5c> -ffffffff800109c4: 48 c7 45 e0 00 00 00 movq $0x0,-0x20(%rbp) -ffffffff800109cb: 00 -ffffffff800109cc: 48 8d 7d c0 lea -0x40(%rbp),%rdi -ffffffff800109d0: 48 8d 4d d8 lea -0x28(%rbp),%rcx -ffffffff800109d4: 4c 89 f2 mov %r14,%rdx -ffffffff800109d7: e8 b4 f3 ff ff call ffffffff8000fd90 <_ZN5alloc7raw_vec11finish_grow17hb2fbfd905d45730fE.llvm.9278039832854411857> -ffffffff800109dc: 48 83 7d c0 00 cmpq $0x0,-0x40(%rbp) -ffffffff800109e1: 48 8b 7d c8 mov -0x38(%rbp),%rdi -ffffffff800109e5: 74 1b je ffffffff80010a02 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$7reserve21do_reserve_and_handle17hc220879802511051E+0x92> -ffffffff800109e7: 48 b8 01 00 00 00 00 movabs $0x8000000000000001,%rax -ffffffff800109ee: 00 00 80 -ffffffff800109f1: 48 39 c7 cmp %rax,%rdi -ffffffff800109f4: 74 13 je ffffffff80010a09 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$7reserve21do_reserve_and_handle17hc220879802511051E+0x99> -ffffffff800109f6: 48 85 ff test %rdi,%rdi -ffffffff800109f9: 75 17 jne ffffffff80010a12 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$7reserve21do_reserve_and_handle17hc220879802511051E+0xa2> -ffffffff800109fb: e8 f0 c4 00 00 call ffffffff8001cef0 <_ZN5alloc7raw_vec17capacity_overflow17h7464486241893bcbE> -ffffffff80010a00: 0f 0b ud2 -ffffffff80010a02: 48 89 3b mov %rdi,(%rbx) -ffffffff80010a05: 4c 89 73 08 mov %r14,0x8(%rbx) -ffffffff80010a09: 48 83 c4 30 add $0x30,%rsp -ffffffff80010a0d: 5b pop %rbx -ffffffff80010a0e: 41 5e pop %r14 -ffffffff80010a10: 5d pop %rbp -ffffffff80010a11: c3 ret -ffffffff80010a12: 48 8b 75 d0 mov -0x30(%rbp),%rsi -ffffffff80010a16: e8 a5 c8 00 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff80010a1b: 0f 0b ud2 -ffffffff80010a1d: 0f 1f 00 nopl (%rax) - -ffffffff80010a20 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$7reserve21do_reserve_and_handle17hee09b28eb729588fE>: -ffffffff80010a20: 55 push %rbp -ffffffff80010a21: 48 89 e5 mov %rsp,%rbp -ffffffff80010a24: 41 56 push %r14 -ffffffff80010a26: 53 push %rbx -ffffffff80010a27: 48 83 ec 30 sub $0x30,%rsp -ffffffff80010a2b: 48 01 d6 add %rdx,%rsi -ffffffff80010a2e: 0f 82 82 00 00 00 jb ffffffff80010ab6 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$7reserve21do_reserve_and_handle17hee09b28eb729588fE+0x96> -ffffffff80010a34: 48 89 fb mov %rdi,%rbx -ffffffff80010a37: 48 8b 4f 08 mov 0x8(%rdi),%rcx -ffffffff80010a3b: 48 8d 04 09 lea (%rcx,%rcx,1),%rax -ffffffff80010a3f: 48 39 f0 cmp %rsi,%rax -ffffffff80010a42: 48 0f 47 f0 cmova %rax,%rsi -ffffffff80010a46: 48 83 fe 05 cmp $0x5,%rsi -ffffffff80010a4a: 41 be 04 00 00 00 mov $0x4,%r14d -ffffffff80010a50: 4c 0f 43 f6 cmovae %rsi,%r14 -ffffffff80010a54: 31 f6 xor %esi,%esi -ffffffff80010a56: 4c 89 f2 mov %r14,%rdx -ffffffff80010a59: 48 c1 ea 3e shr $0x3e,%rdx -ffffffff80010a5d: 40 0f 94 c6 sete %sil -ffffffff80010a61: 4b 8d 14 36 lea (%r14,%r14,1),%rdx -ffffffff80010a65: 48 01 f6 add %rsi,%rsi -ffffffff80010a68: 48 85 c9 test %rcx,%rcx -ffffffff80010a6b: 74 15 je ffffffff80010a82 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$7reserve21do_reserve_and_handle17hee09b28eb729588fE+0x62> -ffffffff80010a6d: 48 8b 0b mov (%rbx),%rcx -ffffffff80010a70: 48 89 4d d8 mov %rcx,-0x28(%rbp) -ffffffff80010a74: 48 c7 45 e0 02 00 00 movq $0x2,-0x20(%rbp) -ffffffff80010a7b: 00 -ffffffff80010a7c: 48 89 45 e8 mov %rax,-0x18(%rbp) -ffffffff80010a80: eb 08 jmp ffffffff80010a8a <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$7reserve21do_reserve_and_handle17hee09b28eb729588fE+0x6a> -ffffffff80010a82: 48 c7 45 e0 00 00 00 movq $0x0,-0x20(%rbp) -ffffffff80010a89: 00 -ffffffff80010a8a: 48 8d 7d c0 lea -0x40(%rbp),%rdi -ffffffff80010a8e: 48 8d 4d d8 lea -0x28(%rbp),%rcx -ffffffff80010a92: e8 f9 f2 ff ff call ffffffff8000fd90 <_ZN5alloc7raw_vec11finish_grow17hb2fbfd905d45730fE.llvm.9278039832854411857> -ffffffff80010a97: 48 83 7d c0 00 cmpq $0x0,-0x40(%rbp) -ffffffff80010a9c: 48 8b 7d c8 mov -0x38(%rbp),%rdi -ffffffff80010aa0: 74 1b je ffffffff80010abd <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$7reserve21do_reserve_and_handle17hee09b28eb729588fE+0x9d> -ffffffff80010aa2: 48 b8 01 00 00 00 00 movabs $0x8000000000000001,%rax -ffffffff80010aa9: 00 00 80 -ffffffff80010aac: 48 39 c7 cmp %rax,%rdi -ffffffff80010aaf: 74 13 je ffffffff80010ac4 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$7reserve21do_reserve_and_handle17hee09b28eb729588fE+0xa4> -ffffffff80010ab1: 48 85 ff test %rdi,%rdi -ffffffff80010ab4: 75 17 jne ffffffff80010acd <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$7reserve21do_reserve_and_handle17hee09b28eb729588fE+0xad> -ffffffff80010ab6: e8 35 c4 00 00 call ffffffff8001cef0 <_ZN5alloc7raw_vec17capacity_overflow17h7464486241893bcbE> -ffffffff80010abb: 0f 0b ud2 -ffffffff80010abd: 48 89 3b mov %rdi,(%rbx) -ffffffff80010ac0: 4c 89 73 08 mov %r14,0x8(%rbx) -ffffffff80010ac4: 48 83 c4 30 add $0x30,%rsp -ffffffff80010ac8: 5b pop %rbx -ffffffff80010ac9: 41 5e pop %r14 -ffffffff80010acb: 5d pop %rbp -ffffffff80010acc: c3 ret -ffffffff80010acd: 48 8b 75 d0 mov -0x30(%rbp),%rsi -ffffffff80010ad1: e8 ea c7 00 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff80010ad6: 0f 0b ud2 -ffffffff80010ad8: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff80010adf: 00 - -ffffffff80010ae0 <_ZN77_$LT$alloc..raw_vec..RawVec$LT$T$C$A$GT$$u20$as$u20$core..ops..drop..Drop$GT$4drop17ha627b4994bd8f06dE>: -ffffffff80010ae0: 55 push %rbp -ffffffff80010ae1: 48 89 e5 mov %rsp,%rbp -ffffffff80010ae4: 41 57 push %r15 -ffffffff80010ae6: 41 56 push %r14 -ffffffff80010ae8: 53 push %rbx -ffffffff80010ae9: 48 81 ec a8 00 00 00 sub $0xa8,%rsp -ffffffff80010af0: 4c 8b 7f 08 mov 0x8(%rdi),%r15 -ffffffff80010af4: 4d 85 ff test %r15,%r15 -ffffffff80010af7: 74 32 je ffffffff80010b2b <_ZN77_$LT$alloc..raw_vec..RawVec$LT$T$C$A$GT$$u20$as$u20$core..ops..drop..Drop$GT$4drop17ha627b4994bd8f06dE+0x4b> -ffffffff80010af9: 48 8b 1f mov (%rdi),%rbx -ffffffff80010afc: 0f b6 05 95 a8 01 00 movzbl 0x1a895(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80010b03: 84 c0 test %al,%al -ffffffff80010b05: 74 32 je ffffffff80010b39 <_ZN77_$LT$alloc..raw_vec..RawVec$LT$T$C$A$GT$$u20$as$u20$core..ops..drop..Drop$GT$4drop17ha627b4994bd8f06dE+0x59> -ffffffff80010b07: 48 83 3d d9 a7 01 00 cmpq $0x0,0x1a7d9(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80010b0e: 00 -ffffffff80010b0f: 75 5e jne ffffffff80010b6f <_ZN77_$LT$alloc..raw_vec..RawVec$LT$T$C$A$GT$$u20$as$u20$core..ops..drop..Drop$GT$4drop17ha627b4994bd8f06dE+0x8f> -ffffffff80010b11: 48 8d 3d c8 5c 01 00 lea 0x15cc8(%rip),%rdi # ffffffff800267e0 -ffffffff80010b18: 48 8d 15 01 aa 01 00 lea 0x1aa01(%rip),%rdx # ffffffff8002b520 -ffffffff80010b1f: be 1e 00 00 00 mov $0x1e,%esi -ffffffff80010b24: e8 f7 11 01 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff80010b29: 0f 0b ud2 -ffffffff80010b2b: 48 81 c4 a8 00 00 00 add $0xa8,%rsp -ffffffff80010b32: 5b pop %rbx -ffffffff80010b33: 41 5e pop %r14 -ffffffff80010b35: 41 5f pop %r15 -ffffffff80010b37: 5d pop %rbp -ffffffff80010b38: c3 ret -ffffffff80010b39: 4c 8d b5 40 ff ff ff lea -0xc0(%rbp),%r14 -ffffffff80010b40: 4c 89 f7 mov %r14,%rdi -ffffffff80010b43: ff 15 97 a7 01 00 call *0x1a797(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80010b49: 48 c7 05 94 a7 01 00 movq $0x1,0x1a794(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80010b50: 01 00 00 00 -ffffffff80010b54: 48 8d 3d 95 a7 01 00 lea 0x1a795(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80010b5b: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80010b60: 4c 89 f6 mov %r14,%rsi -ffffffff80010b63: e8 18 1b 01 00 call ffffffff80022680 -ffffffff80010b68: c6 05 29 a8 01 00 01 movb $0x1,0x1a829(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80010b6f: 49 c1 e7 03 shl $0x3,%r15 -ffffffff80010b73: 4b 8d 0c 7f lea (%r15,%r15,2),%rcx -ffffffff80010b77: 48 8d 3d 72 a7 01 00 lea 0x1a772(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80010b7e: ba 08 00 00 00 mov $0x8,%edx -ffffffff80010b83: 48 89 de mov %rbx,%rsi -ffffffff80010b86: 48 81 c4 a8 00 00 00 add $0xa8,%rsp -ffffffff80010b8d: 5b pop %rbx -ffffffff80010b8e: 41 5e pop %r14 -ffffffff80010b90: 41 5f pop %r15 -ffffffff80010b92: 5d pop %rbp -ffffffff80010b93: e9 b8 36 00 00 jmp ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80010b98: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff80010b9f: 00 - -ffffffff80010ba0 <_ZN77_$LT$alloc..raw_vec..RawVec$LT$T$C$A$GT$$u20$as$u20$core..ops..drop..Drop$GT$4drop17hc750f2c4bade4c51E>: -ffffffff80010ba0: 55 push %rbp -ffffffff80010ba1: 48 89 e5 mov %rsp,%rbp -ffffffff80010ba4: 41 57 push %r15 -ffffffff80010ba6: 41 56 push %r14 -ffffffff80010ba8: 53 push %rbx -ffffffff80010ba9: 48 81 ec a8 00 00 00 sub $0xa8,%rsp -ffffffff80010bb0: 48 8b 5f 08 mov 0x8(%rdi),%rbx -ffffffff80010bb4: 48 85 db test %rbx,%rbx -ffffffff80010bb7: 74 32 je ffffffff80010beb <_ZN77_$LT$alloc..raw_vec..RawVec$LT$T$C$A$GT$$u20$as$u20$core..ops..drop..Drop$GT$4drop17hc750f2c4bade4c51E+0x4b> -ffffffff80010bb9: 4c 8b 37 mov (%rdi),%r14 -ffffffff80010bbc: 0f b6 05 d5 a7 01 00 movzbl 0x1a7d5(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80010bc3: 84 c0 test %al,%al -ffffffff80010bc5: 74 32 je ffffffff80010bf9 <_ZN77_$LT$alloc..raw_vec..RawVec$LT$T$C$A$GT$$u20$as$u20$core..ops..drop..Drop$GT$4drop17hc750f2c4bade4c51E+0x59> -ffffffff80010bc7: 48 83 3d 19 a7 01 00 cmpq $0x0,0x1a719(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80010bce: 00 -ffffffff80010bcf: 75 5e jne ffffffff80010c2f <_ZN77_$LT$alloc..raw_vec..RawVec$LT$T$C$A$GT$$u20$as$u20$core..ops..drop..Drop$GT$4drop17hc750f2c4bade4c51E+0x8f> -ffffffff80010bd1: 48 8d 3d 08 5c 01 00 lea 0x15c08(%rip),%rdi # ffffffff800267e0 -ffffffff80010bd8: 48 8d 15 41 a9 01 00 lea 0x1a941(%rip),%rdx # ffffffff8002b520 -ffffffff80010bdf: be 1e 00 00 00 mov $0x1e,%esi -ffffffff80010be4: e8 37 11 01 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff80010be9: 0f 0b ud2 -ffffffff80010beb: 48 81 c4 a8 00 00 00 add $0xa8,%rsp -ffffffff80010bf2: 5b pop %rbx -ffffffff80010bf3: 41 5e pop %r14 -ffffffff80010bf5: 41 5f pop %r15 -ffffffff80010bf7: 5d pop %rbp -ffffffff80010bf8: c3 ret -ffffffff80010bf9: 4c 8d bd 40 ff ff ff lea -0xc0(%rbp),%r15 -ffffffff80010c00: 4c 89 ff mov %r15,%rdi -ffffffff80010c03: ff 15 d7 a6 01 00 call *0x1a6d7(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80010c09: 48 c7 05 d4 a6 01 00 movq $0x1,0x1a6d4(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80010c10: 01 00 00 00 -ffffffff80010c14: 48 8d 3d d5 a6 01 00 lea 0x1a6d5(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80010c1b: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80010c20: 4c 89 fe mov %r15,%rsi -ffffffff80010c23: e8 58 1a 01 00 call ffffffff80022680 -ffffffff80010c28: c6 05 69 a7 01 00 01 movb $0x1,0x1a769(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80010c2f: 48 8d 3d ba a6 01 00 lea 0x1a6ba(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80010c36: ba 01 00 00 00 mov $0x1,%edx -ffffffff80010c3b: 4c 89 f6 mov %r14,%rsi -ffffffff80010c3e: 48 89 d9 mov %rbx,%rcx -ffffffff80010c41: 48 81 c4 a8 00 00 00 add $0xa8,%rsp -ffffffff80010c48: 5b pop %rbx -ffffffff80010c49: 41 5e pop %r14 -ffffffff80010c4b: 41 5f pop %r15 -ffffffff80010c4d: 5d pop %rbp -ffffffff80010c4e: e9 fd 35 00 00 jmp ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80010c53: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff80010c5a: 00 00 00 -ffffffff80010c5d: 0f 1f 00 nopl (%rax) - -ffffffff80010c60 <_ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17h92e90126f34e4870E>: -ffffffff80010c60: 55 push %rbp -ffffffff80010c61: 48 89 e5 mov %rsp,%rbp -ffffffff80010c64: 41 57 push %r15 -ffffffff80010c66: 41 56 push %r14 -ffffffff80010c68: 41 55 push %r13 -ffffffff80010c6a: 41 54 push %r12 -ffffffff80010c6c: 53 push %rbx -ffffffff80010c6d: 50 push %rax -ffffffff80010c6e: 48 89 f0 mov %rsi,%rax -ffffffff80010c71: 4c 8b 0f mov (%rdi),%r9 -ffffffff80010c74: 4d 8d 51 10 lea 0x10(%r9),%r10 -ffffffff80010c78: 49 8d 49 18 lea 0x18(%r9),%rcx -ffffffff80010c7c: 48 89 4d d0 mov %rcx,-0x30(%rbp) -ffffffff80010c80: 48 83 ec 08 sub $0x8,%rsp -ffffffff80010c84: 4c 8d 1d 25 a0 01 00 lea 0x1a025(%rip),%r11 # ffffffff8002acb0 -ffffffff80010c8b: 48 8d 5d d0 lea -0x30(%rbp),%rbx -ffffffff80010c8f: 4c 8d 35 7e 41 01 00 lea 0x1417e(%rip),%r14 # ffffffff80024e14 -ffffffff80010c96: 4c 8d 3d f3 9f 01 00 lea 0x19ff3(%rip),%r15 # ffffffff8002ac90 -ffffffff80010c9d: 4c 8d 25 64 41 01 00 lea 0x14164(%rip),%r12 # ffffffff80024e08 -ffffffff80010ca4: 4c 8d 2d c5 9f 01 00 lea 0x19fc5(%rip),%r13 # ffffffff8002ac70 -ffffffff80010cab: 48 8d 35 32 41 01 00 lea 0x14132(%rip),%rsi # ffffffff80024de4 -ffffffff80010cb2: 48 8d 0d 3c 41 01 00 lea 0x1413c(%rip),%rcx # ffffffff80024df5 -ffffffff80010cb9: ba 11 00 00 00 mov $0x11,%edx -ffffffff80010cbe: 41 b8 13 00 00 00 mov $0x13,%r8d -ffffffff80010cc4: 48 89 c7 mov %rax,%rdi -ffffffff80010cc7: 41 53 push %r11 -ffffffff80010cc9: 53 push %rbx -ffffffff80010cca: 6a 0a push $0xa -ffffffff80010ccc: 41 56 push %r14 -ffffffff80010cce: 41 57 push %r15 -ffffffff80010cd0: 41 52 push %r10 -ffffffff80010cd2: 6a 0c push $0xc -ffffffff80010cd4: 41 54 push %r12 -ffffffff80010cd6: 41 55 push %r13 -ffffffff80010cd8: e8 93 dd 00 00 call ffffffff8001ea70 <_ZN4core3fmt9Formatter26debug_struct_field3_finish17h40ec1f1b6b8a9bceE> -ffffffff80010cdd: 48 83 c4 58 add $0x58,%rsp -ffffffff80010ce1: 5b pop %rbx -ffffffff80010ce2: 41 5c pop %r12 -ffffffff80010ce4: 41 5d pop %r13 -ffffffff80010ce6: 41 5e pop %r14 -ffffffff80010ce8: 41 5f pop %r15 -ffffffff80010cea: 5d pop %rbp -ffffffff80010ceb: c3 ret -ffffffff80010cec: 0f 1f 40 00 nopl 0x0(%rax) - -ffffffff80010cf0 <_ZN4core3fmt3num50_$LT$impl$u20$core..fmt..Debug$u20$for$u20$u64$GT$3fmt17h3dee1d4b760b4056E>: -ffffffff80010cf0: 55 push %rbp -ffffffff80010cf1: 48 89 e5 mov %rsp,%rbp -ffffffff80010cf4: 8b 46 34 mov 0x34(%rsi),%eax -ffffffff80010cf7: a8 10 test $0x10,%al -ffffffff80010cf9: 75 0a jne ffffffff80010d05 <_ZN4core3fmt3num50_$LT$impl$u20$core..fmt..Debug$u20$for$u20$u64$GT$3fmt17h3dee1d4b760b4056E+0x15> -ffffffff80010cfb: a8 20 test $0x20,%al -ffffffff80010cfd: 75 0c jne ffffffff80010d0b <_ZN4core3fmt3num50_$LT$impl$u20$core..fmt..Debug$u20$for$u20$u64$GT$3fmt17h3dee1d4b760b4056E+0x1b> -ffffffff80010cff: 5d pop %rbp -ffffffff80010d00: e9 cb 14 01 00 jmp ffffffff800221d0 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u64$GT$3fmt17hb9efc93793ab2de5E> -ffffffff80010d05: 5d pop %rbp -ffffffff80010d06: e9 f5 cf 00 00 jmp ffffffff8001dd00 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..LowerHex$u20$for$u20$i64$GT$3fmt17h8be0ad20e8af3692E> -ffffffff80010d0b: 5d pop %rbp -ffffffff80010d0c: e9 8f d0 00 00 jmp ffffffff8001dda0 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..UpperHex$u20$for$u20$i64$GT$3fmt17hb815251c2be6fbeaE> -ffffffff80010d11: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff80010d18: 00 00 00 -ffffffff80010d1b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) - -ffffffff80010d20 <_ZN4core3ptr24drop_in_place$LT$u64$GT$17hcaba37199d263ae4E>: -ffffffff80010d20: 55 push %rbp -ffffffff80010d21: 48 89 e5 mov %rsp,%rbp -ffffffff80010d24: 5d pop %rbp -ffffffff80010d25: c3 ret -ffffffff80010d26: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff80010d2d: 00 00 00 - -ffffffff80010d30 <_ZN4core3ptr45drop_in_place$LT$$u5b$u8$u3b$$u20$16$u5d$$GT$17h7f745fef77b44872E>: -ffffffff80010d30: 55 push %rbp -ffffffff80010d31: 48 89 e5 mov %rsp,%rbp -ffffffff80010d34: 5d pop %rbp -ffffffff80010d35: c3 ret -ffffffff80010d36: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff80010d3d: 00 00 00 - -ffffffff80010d40 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE>: -ffffffff80010d40: 55 push %rbp -ffffffff80010d41: 48 89 e5 mov %rsp,%rbp -ffffffff80010d44: 41 57 push %r15 -ffffffff80010d46: 41 56 push %r14 -ffffffff80010d48: 41 55 push %r13 -ffffffff80010d4a: 41 54 push %r12 -ffffffff80010d4c: 53 push %rbx -ffffffff80010d4d: 48 81 ec 58 01 00 00 sub $0x158,%rsp -ffffffff80010d54: 4c 89 8d 60 ff ff ff mov %r9,-0xa0(%rbp) -ffffffff80010d5b: 4c 89 c3 mov %r8,%rbx -ffffffff80010d5e: 49 89 ce mov %rcx,%r14 -ffffffff80010d61: 49 89 d5 mov %rdx,%r13 -ffffffff80010d64: 48 89 75 88 mov %rsi,-0x78(%rbp) -ffffffff80010d68: 49 89 fc mov %rdi,%r12 -ffffffff80010d6b: 48 8d 05 a4 be 01 00 lea 0x1bea4(%rip),%rax # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff80010d72: 0f b6 00 movzbl (%rax),%eax -ffffffff80010d75: 0f b6 05 1c a6 01 00 movzbl 0x1a61c(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80010d7c: 84 c0 test %al,%al -ffffffff80010d7e: 74 24 je ffffffff80010da4 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x64> -ffffffff80010d80: 48 83 3d 60 a5 01 00 cmpq $0x0,0x1a560(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80010d87: 00 -ffffffff80010d88: 75 50 jne ffffffff80010dda <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x9a> -ffffffff80010d8a: 48 8d 3d 4f 5a 01 00 lea 0x15a4f(%rip),%rdi # ffffffff800267e0 -ffffffff80010d91: 48 8d 15 88 a7 01 00 lea 0x1a788(%rip),%rdx # ffffffff8002b520 -ffffffff80010d98: be 1e 00 00 00 mov $0x1e,%esi -ffffffff80010d9d: e8 7e 0f 01 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff80010da2: 0f 0b ud2 -ffffffff80010da4: 4c 8d bd 80 fe ff ff lea -0x180(%rbp),%r15 -ffffffff80010dab: 4c 89 ff mov %r15,%rdi -ffffffff80010dae: ff 15 2c a5 01 00 call *0x1a52c(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80010db4: 48 c7 05 29 a5 01 00 movq $0x1,0x1a529(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80010dbb: 01 00 00 00 -ffffffff80010dbf: 48 8d 3d 2a a5 01 00 lea 0x1a52a(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80010dc6: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80010dcb: 4c 89 fe mov %r15,%rsi -ffffffff80010dce: e8 ad 18 01 00 call ffffffff80022680 -ffffffff80010dd3: c6 05 be a5 01 00 01 movb $0x1,0x1a5be(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80010dda: 48 8d 3d 0f a5 01 00 lea 0x1a50f(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80010de1: be 01 00 00 00 mov $0x1,%esi -ffffffff80010de6: ba 20 00 00 00 mov $0x20,%edx -ffffffff80010deb: e8 60 32 00 00 call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff80010df0: 48 85 c0 test %rax,%rax -ffffffff80010df3: 0f 84 77 09 00 00 je ffffffff80011770 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0xa30> -ffffffff80010df9: 49 89 c7 mov %rax,%r15 -ffffffff80010dfc: 4c 89 a5 48 ff ff ff mov %r12,-0xb8(%rbp) -ffffffff80010e03: 4c 8b 65 18 mov 0x18(%rbp),%r12 -ffffffff80010e07: 48 89 45 b0 mov %rax,-0x50(%rbp) -ffffffff80010e0b: 48 c7 45 b8 20 00 00 movq $0x20,-0x48(%rbp) -ffffffff80010e12: 00 -ffffffff80010e13: 48 c7 45 c0 00 00 00 movq $0x0,-0x40(%rbp) -ffffffff80010e1a: 00 -ffffffff80010e1b: 48 8d bd 80 fe ff ff lea -0x180(%rbp),%rdi -ffffffff80010e22: 48 8b 75 88 mov -0x78(%rbp),%rsi -ffffffff80010e26: 4c 89 ea mov %r13,%rdx -ffffffff80010e29: 4c 89 f1 mov %r14,%rcx -ffffffff80010e2c: 49 89 d8 mov %rbx,%r8 -ffffffff80010e2f: e8 ec fe 00 00 call ffffffff80020d20 <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE> -ffffffff80010e34: 4d 85 e4 test %r12,%r12 -ffffffff80010e37: 4c 89 ad 28 ff ff ff mov %r13,-0xd8(%rbp) -ffffffff80010e3e: 0f 84 21 04 00 00 je ffffffff80011265 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x525> -ffffffff80010e44: 48 8b 85 88 fe ff ff mov -0x178(%rbp),%rax -ffffffff80010e4b: 4c 8b 95 98 fe ff ff mov -0x168(%rbp),%r10 -ffffffff80010e52: 4c 8b 85 c8 fe ff ff mov -0x138(%rbp),%r8 -ffffffff80010e59: 48 8b b5 d0 fe ff ff mov -0x130(%rbp),%rsi -ffffffff80010e60: 48 83 bd 80 fe ff ff cmpq $0x0,-0x180(%rbp) -ffffffff80010e67: 00 -ffffffff80010e68: 48 89 75 80 mov %rsi,-0x80(%rbp) -ffffffff80010e6c: 4c 89 85 68 ff ff ff mov %r8,-0x98(%rbp) -ffffffff80010e73: 48 89 45 a8 mov %rax,-0x58(%rbp) -ffffffff80010e77: 0f 84 df 03 00 00 je ffffffff8001125c <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x51c> -ffffffff80010e7d: 4c 89 65 98 mov %r12,-0x68(%rbp) -ffffffff80010e81: 48 8b 95 a0 fe ff ff mov -0x160(%rbp),%rdx -ffffffff80010e88: 4c 8b b5 a8 fe ff ff mov -0x158(%rbp),%r14 -ffffffff80010e8f: 4c 8b ad b8 fe ff ff mov -0x148(%rbp),%r13 -ffffffff80010e96: 48 8b 9d d8 fe ff ff mov -0x128(%rbp),%rbx -ffffffff80010e9d: 4c 8b a5 e0 fe ff ff mov -0x120(%rbp),%r12 -ffffffff80010ea4: 49 8d 4c 24 ff lea -0x1(%r12),%rcx -ffffffff80010ea9: 4c 89 e7 mov %r12,%rdi -ffffffff80010eac: 4c 29 d7 sub %r10,%rdi -ffffffff80010eaf: 48 89 bd 38 ff ff ff mov %rdi,-0xc8(%rbp) -ffffffff80010eb6: 48 8d 78 ff lea -0x1(%rax),%rdi -ffffffff80010eba: 48 89 bd 58 ff ff ff mov %rdi,-0xa8(%rbp) -ffffffff80010ec1: 4c 39 e7 cmp %r12,%rdi -ffffffff80010ec4: 0f 92 45 d7 setb -0x29(%rbp) -ffffffff80010ec8: bf 01 00 00 00 mov $0x1,%edi -ffffffff80010ecd: 48 29 c7 sub %rax,%rdi -ffffffff80010ed0: 48 89 bd 40 ff ff ff mov %rdi,-0xc0(%rbp) -ffffffff80010ed7: 48 01 d8 add %rbx,%rax -ffffffff80010eda: 48 ff c8 dec %rax -ffffffff80010edd: 48 89 85 30 ff ff ff mov %rax,-0xd0(%rbp) -ffffffff80010ee4: 45 31 db xor %r11d,%r11d -ffffffff80010ee7: 31 ff xor %edi,%edi -ffffffff80010ee9: 48 89 95 70 ff ff ff mov %rdx,-0x90(%rbp) -ffffffff80010ef0: 48 89 8d 78 ff ff ff mov %rcx,-0x88(%rbp) -ffffffff80010ef7: 4c 89 55 90 mov %r10,-0x70(%rbp) -ffffffff80010efb: 49 8d 04 0e lea (%r14,%rcx,1),%rax -ffffffff80010eff: 48 39 f0 cmp %rsi,%rax -ffffffff80010f02: 0f 83 03 04 00 00 jae ffffffff8001130b <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x5cb> -ffffffff80010f08: 48 89 7d a0 mov %rdi,-0x60(%rbp) -ffffffff80010f0c: 49 83 fd ff cmp $0xffffffffffffffff,%r13 -ffffffff80010f10: 4c 8b 8d 68 ff ff ff mov -0x98(%rbp),%r9 -ffffffff80010f17: 0f 84 03 01 00 00 je ffffffff80011020 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x2e0> -ffffffff80010f1d: 41 0f b6 04 01 movzbl (%r9,%rax,1),%eax -ffffffff80010f22: 48 0f a3 c2 bt %rax,%rdx -ffffffff80010f26: 72 36 jb ffffffff80010f5e <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x21e> -ffffffff80010f28: 4d 01 e6 add %r12,%r14 -ffffffff80010f2b: 49 8d 04 0e lea (%r14,%rcx,1),%rax -ffffffff80010f2f: 48 39 f0 cmp %rsi,%rax -ffffffff80010f32: 0f 83 1e 03 00 00 jae ffffffff80011256 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x516> -ffffffff80010f38: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff80010f3f: 00 -ffffffff80010f40: 41 0f b6 0c 01 movzbl (%r9,%rax,1),%ecx -ffffffff80010f45: 48 0f a3 ca bt %rcx,%rdx -ffffffff80010f49: 72 10 jb ffffffff80010f5b <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x21b> -ffffffff80010f4b: 4d 01 e6 add %r12,%r14 -ffffffff80010f4e: 4c 01 e0 add %r12,%rax -ffffffff80010f51: 48 39 f0 cmp %rsi,%rax -ffffffff80010f54: 72 ea jb ffffffff80010f40 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x200> -ffffffff80010f56: e9 fb 02 00 00 jmp ffffffff80011256 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x516> -ffffffff80010f5b: 45 31 ed xor %r13d,%r13d -ffffffff80010f5e: 48 8b 4d a8 mov -0x58(%rbp),%rcx -ffffffff80010f62: 4c 39 e9 cmp %r13,%rcx -ffffffff80010f65: 4c 89 e8 mov %r13,%rax -ffffffff80010f68: 48 0f 47 c1 cmova %rcx,%rax -ffffffff80010f6c: 4c 39 e0 cmp %r12,%rax -ffffffff80010f6f: 73 2e jae ffffffff80010f9f <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x25f> -ffffffff80010f71: 4b 8d 14 31 lea (%r9,%r14,1),%rdx -ffffffff80010f75: 48 89 c1 mov %rax,%rcx -ffffffff80010f78: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff80010f7f: 00 -ffffffff80010f80: 49 8d 3c 0e lea (%r14,%rcx,1),%rdi -ffffffff80010f84: 48 39 f7 cmp %rsi,%rdi -ffffffff80010f87: 0f 83 54 07 00 00 jae ffffffff800116e1 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x9a1> -ffffffff80010f8d: 0f b6 3c 0b movzbl (%rbx,%rcx,1),%edi -ffffffff80010f91: 40 3a 3c 0a cmp (%rdx,%rcx,1),%dil -ffffffff80010f95: 75 59 jne ffffffff80010ff0 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x2b0> -ffffffff80010f97: 48 ff c1 inc %rcx -ffffffff80010f9a: 49 39 cc cmp %rcx,%r12 -ffffffff80010f9d: 75 e1 jne ffffffff80010f80 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x240> -ffffffff80010f9f: 48 8b 45 a8 mov -0x58(%rbp),%rax -ffffffff80010fa3: 66 66 66 66 2e 0f 1f data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff80010faa: 84 00 00 00 00 00 -ffffffff80010fb0: 49 39 c5 cmp %rax,%r13 -ffffffff80010fb3: 0f 83 47 01 00 00 jae ffffffff80011100 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x3c0> -ffffffff80010fb9: 48 ff c8 dec %rax -ffffffff80010fbc: 4c 39 e0 cmp %r12,%rax -ffffffff80010fbf: 0f 83 7d 02 00 00 jae ffffffff80011242 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x502> -ffffffff80010fc5: 4a 8d 3c 30 lea (%rax,%r14,1),%rdi -ffffffff80010fc9: 48 39 f7 cmp %rsi,%rdi -ffffffff80010fcc: 0f 83 b5 03 00 00 jae ffffffff80011387 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x647> -ffffffff80010fd2: 0f b6 0c 03 movzbl (%rbx,%rax,1),%ecx -ffffffff80010fd6: 41 3a 0c 39 cmp (%r9,%rdi,1),%cl -ffffffff80010fda: 74 d4 je ffffffff80010fb0 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x270> -ffffffff80010fdc: 4d 01 d6 add %r10,%r14 -ffffffff80010fdf: 4c 8b ad 38 ff ff ff mov -0xc8(%rbp),%r13 -ffffffff80010fe6: eb 15 jmp ffffffff80010ffd <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x2bd> -ffffffff80010fe8: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff80010fef: 00 -ffffffff80010ff0: 4c 03 b5 40 ff ff ff add -0xc0(%rbp),%r14 -ffffffff80010ff7: 49 01 ce add %rcx,%r14 -ffffffff80010ffa: 45 31 ed xor %r13d,%r13d -ffffffff80010ffd: 48 8b 95 70 ff ff ff mov -0x90(%rbp),%rdx -ffffffff80011004: 48 8b 8d 78 ff ff ff mov -0x88(%rbp),%rcx -ffffffff8001100b: 49 8d 04 0e lea (%r14,%rcx,1),%rax -ffffffff8001100f: 48 39 f0 cmp %rsi,%rax -ffffffff80011012: 0f 82 05 ff ff ff jb ffffffff80010f1d <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x1dd> -ffffffff80011018: e9 39 02 00 00 jmp ffffffff80011256 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x516> -ffffffff8001101d: 0f 1f 00 nopl (%rax) -ffffffff80011020: 4c 8b 6d a8 mov -0x58(%rbp),%r13 -ffffffff80011024: eb 1a jmp ffffffff80011040 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x300> -ffffffff80011026: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001102d: 00 00 00 -ffffffff80011030: 4d 01 e6 add %r12,%r14 -ffffffff80011033: 49 8d 04 0e lea (%r14,%rcx,1),%rax -ffffffff80011037: 48 39 f0 cmp %rsi,%rax -ffffffff8001103a: 0f 83 16 02 00 00 jae ffffffff80011256 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x516> -ffffffff80011040: 41 0f b6 04 01 movzbl (%r9,%rax,1),%eax -ffffffff80011045: 48 0f a3 c2 bt %rax,%rdx -ffffffff80011049: 73 e5 jae ffffffff80011030 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x2f0> -ffffffff8001104b: 4d 39 e5 cmp %r12,%r13 -ffffffff8001104e: 73 32 jae ffffffff80011082 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x342> -ffffffff80011050: 4c 89 f0 mov %r14,%rax -ffffffff80011053: 48 f7 d0 not %rax -ffffffff80011056: 4b 8d 0c 31 lea (%r9,%r14,1),%rcx -ffffffff8001105a: 4c 89 ea mov %r13,%rdx -ffffffff8001105d: 0f 1f 00 nopl (%rax) -ffffffff80011060: 49 8d 3c 16 lea (%r14,%rdx,1),%rdi -ffffffff80011064: 48 39 f7 cmp %rsi,%rdi -ffffffff80011067: 0f 83 71 06 00 00 jae ffffffff800116de <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x99e> -ffffffff8001106d: 0f b6 3c 13 movzbl (%rbx,%rdx,1),%edi -ffffffff80011071: 40 3a 3c 11 cmp (%rcx,%rdx,1),%dil -ffffffff80011075: 75 60 jne ffffffff800110d7 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x397> -ffffffff80011077: 48 ff c2 inc %rdx -ffffffff8001107a: 48 ff c8 dec %rax -ffffffff8001107d: 49 39 d4 cmp %rdx,%r12 -ffffffff80011080: 75 de jne ffffffff80011060 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x320> -ffffffff80011082: f6 45 d7 01 testb $0x1,-0x29(%rbp) -ffffffff80011086: 0f 84 98 01 00 00 je ffffffff80011224 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x4e4> -ffffffff8001108c: 48 8b 85 58 ff ff ff mov -0xa8(%rbp),%rax -ffffffff80011093: 4a 8d 3c 30 lea (%rax,%r14,1),%rdi -ffffffff80011097: 48 8b 85 30 ff ff ff mov -0xd0(%rbp),%rax -ffffffff8001109e: 4c 89 e9 mov %r13,%rcx -ffffffff800110a1: 66 66 66 66 66 66 2e data16 data16 data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff800110a8: 0f 1f 84 00 00 00 00 -ffffffff800110af: 00 -ffffffff800110b0: 48 83 e9 01 sub $0x1,%rcx -ffffffff800110b4: 72 5a jb ffffffff80011110 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x3d0> -ffffffff800110b6: 48 39 f7 cmp %rsi,%rdi -ffffffff800110b9: 0f 83 c8 02 00 00 jae ffffffff80011387 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x647> -ffffffff800110bf: 0f b6 10 movzbl (%rax),%edx -ffffffff800110c2: 48 ff c8 dec %rax -ffffffff800110c5: 4c 8d 47 ff lea -0x1(%rdi),%r8 -ffffffff800110c9: 41 3a 14 39 cmp (%r9,%rdi,1),%dl -ffffffff800110cd: 4c 89 c7 mov %r8,%rdi -ffffffff800110d0: 74 de je ffffffff800110b0 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x370> -ffffffff800110d2: 4d 01 d6 add %r10,%r14 -ffffffff800110d5: eb 06 jmp ffffffff800110dd <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x39d> -ffffffff800110d7: 48 f7 d8 neg %rax -ffffffff800110da: 49 89 c6 mov %rax,%r14 -ffffffff800110dd: 48 8b 8d 78 ff ff ff mov -0x88(%rbp),%rcx -ffffffff800110e4: 49 8d 04 0e lea (%r14,%rcx,1),%rax -ffffffff800110e8: 48 39 f0 cmp %rsi,%rax -ffffffff800110eb: 48 8b 95 70 ff ff ff mov -0x90(%rbp),%rdx -ffffffff800110f2: 0f 82 48 ff ff ff jb ffffffff80011040 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x300> -ffffffff800110f8: e9 59 01 00 00 jmp ffffffff80011256 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x516> -ffffffff800110fd: 0f 1f 00 nopl (%rax) -ffffffff80011100: 4c 89 7d c8 mov %r15,-0x38(%rbp) -ffffffff80011104: 45 31 ed xor %r13d,%r13d -ffffffff80011107: eb 12 jmp ffffffff8001111b <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x3db> -ffffffff80011109: 0f 1f 80 00 00 00 00 nopl 0x0(%rax) -ffffffff80011110: 4c 89 7d c8 mov %r15,-0x38(%rbp) -ffffffff80011114: 49 c7 c5 ff ff ff ff mov $0xffffffffffffffff,%r13 -ffffffff8001111b: 4d 89 f7 mov %r14,%r15 -ffffffff8001111e: 48 8b 75 a0 mov -0x60(%rbp),%rsi -ffffffff80011122: 49 29 f7 sub %rsi,%r15 -ffffffff80011125: 48 8b 4d b8 mov -0x48(%rbp),%rcx -ffffffff80011129: 48 89 c8 mov %rcx,%rax -ffffffff8001112c: 4c 29 d8 sub %r11,%rax -ffffffff8001112f: 4c 39 f8 cmp %r15,%rax -ffffffff80011132: 0f 82 a3 00 00 00 jb ffffffff800111db <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x49b> -ffffffff80011138: 48 89 8d 50 ff ff ff mov %rcx,-0xb0(%rbp) -ffffffff8001113f: 4c 89 5d a0 mov %r11,-0x60(%rbp) -ffffffff80011143: 48 03 75 88 add -0x78(%rbp),%rsi -ffffffff80011147: 48 8b 45 c8 mov -0x38(%rbp),%rax -ffffffff8001114b: 4a 8d 3c 18 lea (%rax,%r11,1),%rdi -ffffffff8001114f: 4c 89 fa mov %r15,%rdx -ffffffff80011152: e8 29 15 01 00 call ffffffff80022680 -ffffffff80011157: 48 8b 75 a0 mov -0x60(%rbp),%rsi -ffffffff8001115b: 4c 01 fe add %r15,%rsi -ffffffff8001115e: 48 89 75 c0 mov %rsi,-0x40(%rbp) -ffffffff80011162: 48 8b 85 50 ff ff ff mov -0xb0(%rbp),%rax -ffffffff80011169: 48 29 f0 sub %rsi,%rax -ffffffff8001116c: 48 3b 45 10 cmp 0x10(%rbp),%rax -ffffffff80011170: 0f 82 94 00 00 00 jb ffffffff8001120a <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x4ca> -ffffffff80011176: 48 8b 45 c8 mov -0x38(%rbp),%rax -ffffffff8001117a: 48 89 45 c8 mov %rax,-0x38(%rbp) -ffffffff8001117e: 48 89 75 a0 mov %rsi,-0x60(%rbp) -ffffffff80011182: 4c 8b 7d 98 mov -0x68(%rbp),%r15 -ffffffff80011186: 49 ff cf dec %r15 -ffffffff80011189: 4d 01 e6 add %r12,%r14 -ffffffff8001118c: 48 8d 3c 30 lea (%rax,%rsi,1),%rdi -ffffffff80011190: 48 8b b5 60 ff ff ff mov -0xa0(%rbp),%rsi -ffffffff80011197: 48 8b 55 10 mov 0x10(%rbp),%rdx -ffffffff8001119b: e8 e0 14 01 00 call ffffffff80022680 -ffffffff800111a0: 4c 8b 5d a0 mov -0x60(%rbp),%r11 -ffffffff800111a4: 4c 03 5d 10 add 0x10(%rbp),%r11 -ffffffff800111a8: 4c 89 5d c0 mov %r11,-0x40(%rbp) -ffffffff800111ac: 4c 89 f7 mov %r14,%rdi -ffffffff800111af: 4c 89 7d 98 mov %r15,-0x68(%rbp) -ffffffff800111b3: 4d 85 ff test %r15,%r15 -ffffffff800111b6: 48 8b 75 80 mov -0x80(%rbp),%rsi -ffffffff800111ba: 4c 8b 7d c8 mov -0x38(%rbp),%r15 -ffffffff800111be: 4c 8b 55 90 mov -0x70(%rbp),%r10 -ffffffff800111c2: 48 8b 95 70 ff ff ff mov -0x90(%rbp),%rdx -ffffffff800111c9: 48 8b 8d 78 ff ff ff mov -0x88(%rbp),%rcx -ffffffff800111d0: 0f 85 25 fd ff ff jne ffffffff80010efb <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x1bb> -ffffffff800111d6: e9 90 00 00 00 jmp ffffffff8001126b <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x52b> -ffffffff800111db: 48 8d 7d b0 lea -0x50(%rbp),%rdi -ffffffff800111df: 4c 89 de mov %r11,%rsi -ffffffff800111e2: 4c 89 fa mov %r15,%rdx -ffffffff800111e5: e8 86 f7 ff ff call ffffffff80010970 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$7reserve21do_reserve_and_handle17hc220879802511051E> -ffffffff800111ea: 48 8b 75 a0 mov -0x60(%rbp),%rsi -ffffffff800111ee: 4c 8b 5d c0 mov -0x40(%rbp),%r11 -ffffffff800111f2: 48 8b 45 b0 mov -0x50(%rbp),%rax -ffffffff800111f6: 48 89 45 c8 mov %rax,-0x38(%rbp) -ffffffff800111fa: 48 8b 45 b8 mov -0x48(%rbp),%rax -ffffffff800111fe: 48 89 85 50 ff ff ff mov %rax,-0xb0(%rbp) -ffffffff80011205: e9 35 ff ff ff jmp ffffffff8001113f <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x3ff> -ffffffff8001120a: 48 8d 7d b0 lea -0x50(%rbp),%rdi -ffffffff8001120e: 48 8b 55 10 mov 0x10(%rbp),%rdx -ffffffff80011212: e8 59 f7 ff ff call ffffffff80010970 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$7reserve21do_reserve_and_handle17hc220879802511051E> -ffffffff80011217: 48 8b 45 b0 mov -0x50(%rbp),%rax -ffffffff8001121b: 48 8b 75 c0 mov -0x40(%rbp),%rsi -ffffffff8001121f: e9 56 ff ff ff jmp ffffffff8001117a <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x43a> -ffffffff80011224: 4c 89 7d c8 mov %r15,-0x38(%rbp) -ffffffff80011228: 4c 89 e8 mov %r13,%rax -ffffffff8001122b: 49 c7 c5 ff ff ff ff mov $0xffffffffffffffff,%r13 -ffffffff80011232: 48 85 c0 test %rax,%rax -ffffffff80011235: 0f 84 e0 fe ff ff je ffffffff8001111b <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x3db> -ffffffff8001123b: 48 8b 85 58 ff ff ff mov -0xa8(%rbp),%rax -ffffffff80011242: 48 8d 15 1f 99 01 00 lea 0x1991f(%rip),%rdx # ffffffff8002ab68 <_ZN11CappuccinOS7drivers7storage3ide6DRIVES17h85a210ca5e43434dE+0x280> -ffffffff80011249: 48 89 c7 mov %rax,%rdi -ffffffff8001124c: 4c 89 e6 mov %r12,%rsi -ffffffff8001124f: e8 9c 05 01 00 call ffffffff800217f0 <_ZN4core9panicking18panic_bounds_check17h0aa7386a620f3834E> -ffffffff80011254: 0f 0b ud2 -ffffffff80011256: 4c 8b 75 a0 mov -0x60(%rbp),%r14 -ffffffff8001125a: eb 0f jmp ffffffff8001126b <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x52b> -ffffffff8001125c: 41 f7 c2 00 00 ff 00 test $0xff0000,%r10d -ffffffff80011263: 74 6a je ffffffff800112cf <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x58f> -ffffffff80011265: 45 31 db xor %r11d,%r11d -ffffffff80011268: 45 31 f6 xor %r14d,%r14d -ffffffff8001126b: 4c 89 ff mov %r15,%rdi -ffffffff8001126e: 4c 8b bd 28 ff ff ff mov -0xd8(%rbp),%r15 -ffffffff80011275: 4d 29 f7 sub %r14,%r15 -ffffffff80011278: 48 8b 45 b8 mov -0x48(%rbp),%rax -ffffffff8001127c: 4c 29 d8 sub %r11,%rax -ffffffff8001127f: 4c 39 f8 cmp %r15,%rax -ffffffff80011282: 72 6b jb ffffffff800112ef <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x5af> -ffffffff80011284: 48 8b 9d 48 ff ff ff mov -0xb8(%rbp),%rbx -ffffffff8001128b: 48 8b 75 88 mov -0x78(%rbp),%rsi -ffffffff8001128f: 4c 01 f6 add %r14,%rsi -ffffffff80011292: 4c 01 df add %r11,%rdi -ffffffff80011295: 4c 89 fa mov %r15,%rdx -ffffffff80011298: 4d 89 de mov %r11,%r14 -ffffffff8001129b: e8 e0 13 01 00 call ffffffff80022680 -ffffffff800112a0: 4d 01 fe add %r15,%r14 -ffffffff800112a3: 4c 89 75 c0 mov %r14,-0x40(%rbp) -ffffffff800112a7: 48 8b 45 b0 mov -0x50(%rbp),%rax -ffffffff800112ab: 48 8b 4d b8 mov -0x48(%rbp),%rcx -ffffffff800112af: 48 89 03 mov %rax,(%rbx) -ffffffff800112b2: 48 89 4b 08 mov %rcx,0x8(%rbx) -ffffffff800112b6: 4c 89 73 10 mov %r14,0x10(%rbx) -ffffffff800112ba: 48 89 d8 mov %rbx,%rax -ffffffff800112bd: 48 81 c4 58 01 00 00 add $0x158,%rsp -ffffffff800112c4: 5b pop %rbx -ffffffff800112c5: 41 5c pop %r12 -ffffffff800112c7: 41 5d pop %r13 -ffffffff800112c9: 41 5e pop %r14 -ffffffff800112cb: 41 5f pop %r15 -ffffffff800112cd: 5d pop %rbp -ffffffff800112ce: c3 ret -ffffffff800112cf: 48 89 f0 mov %rsi,%rax -ffffffff800112d2: 4c 8b 4d a8 mov -0x58(%rbp),%r9 -ffffffff800112d6: 4d 85 c9 test %r9,%r9 -ffffffff800112d9: 74 3e je ffffffff80011319 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x5d9> -ffffffff800112db: 48 89 f0 mov %rsi,%rax -ffffffff800112de: 4c 29 c8 sub %r9,%rax -ffffffff800112e1: 76 30 jbe ffffffff80011313 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x5d3> -ffffffff800112e3: 43 80 3c 08 c0 cmpb $0xc0,(%r8,%r9,1) -ffffffff800112e8: 7d 2f jge ffffffff80011319 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x5d9> -ffffffff800112ea: e9 96 04 00 00 jmp ffffffff80011785 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0xa45> -ffffffff800112ef: 48 8d 7d b0 lea -0x50(%rbp),%rdi -ffffffff800112f3: 4c 89 de mov %r11,%rsi -ffffffff800112f6: 4c 89 fa mov %r15,%rdx -ffffffff800112f9: e8 72 f6 ff ff call ffffffff80010970 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$7reserve21do_reserve_and_handle17hc220879802511051E> -ffffffff800112fe: 48 8b 7d b0 mov -0x50(%rbp),%rdi -ffffffff80011302: 4c 8b 5d c0 mov -0x40(%rbp),%r11 -ffffffff80011306: e9 79 ff ff ff jmp ffffffff80011284 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x544> -ffffffff8001130b: 49 89 fe mov %rdi,%r14 -ffffffff8001130e: e9 58 ff ff ff jmp ffffffff8001126b <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x52b> -ffffffff80011313: 0f 85 6c 04 00 00 jne ffffffff80011785 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0xa45> -ffffffff80011319: 48 85 c0 test %rax,%rax -ffffffff8001131c: 74 45 je ffffffff80011363 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x623> -ffffffff8001131e: 43 0f b6 04 08 movzbl (%r8,%r9,1),%eax -ffffffff80011323: 84 c0 test %al,%al -ffffffff80011325: 79 7e jns ffffffff800113a5 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x665> -ffffffff80011327: 89 c1 mov %eax,%ecx -ffffffff80011329: 83 e1 1f and $0x1f,%ecx -ffffffff8001132c: 43 0f b6 7c 08 01 movzbl 0x1(%r8,%r9,1),%edi -ffffffff80011332: 83 e7 3f and $0x3f,%edi -ffffffff80011335: 3c e0 cmp $0xe0,%al -ffffffff80011337: 72 5c jb ffffffff80011395 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x655> -ffffffff80011339: 43 0f b6 54 08 02 movzbl 0x2(%r8,%r9,1),%edx -ffffffff8001133f: c1 e7 06 shl $0x6,%edi -ffffffff80011342: 83 e2 3f and $0x3f,%edx -ffffffff80011345: 09 fa or %edi,%edx -ffffffff80011347: 3c f0 cmp $0xf0,%al -ffffffff80011349: 72 53 jb ffffffff8001139e <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x65e> -ffffffff8001134b: 43 0f b6 44 08 03 movzbl 0x3(%r8,%r9,1),%eax -ffffffff80011351: 83 e1 07 and $0x7,%ecx -ffffffff80011354: c1 e1 12 shl $0x12,%ecx -ffffffff80011357: c1 e2 06 shl $0x6,%edx -ffffffff8001135a: 83 e0 3f and $0x3f,%eax -ffffffff8001135d: 09 d0 or %edx,%eax -ffffffff8001135f: 09 c8 or %ecx,%eax -ffffffff80011361: eb 42 jmp ffffffff800113a5 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x665> -ffffffff80011363: 45 84 d2 test %r10b,%r10b -ffffffff80011366: 0f 84 f9 fe ff ff je ffffffff80011265 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x525> -ffffffff8001136c: 41 80 f2 01 xor $0x1,%r10b -ffffffff80011370: 4c 89 4d c8 mov %r9,-0x38(%rbp) -ffffffff80011374: 4c 89 55 90 mov %r10,-0x70(%rbp) -ffffffff80011378: 48 8b 55 c8 mov -0x38(%rbp),%rdx -ffffffff8001137c: 48 83 fa 21 cmp $0x21,%rdx -ffffffff80011380: 72 46 jb ffffffff800113c8 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x688> -ffffffff80011382: e9 c9 03 00 00 jmp ffffffff80011750 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0xa10> -ffffffff80011387: 48 8d 15 f2 97 01 00 lea 0x197f2(%rip),%rdx # ffffffff8002ab80 <_ZN11CappuccinOS7drivers7storage3ide6DRIVES17h85a210ca5e43434dE+0x298> -ffffffff8001138e: e8 5d 04 01 00 call ffffffff800217f0 <_ZN4core9panicking18panic_bounds_check17h0aa7386a620f3834E> -ffffffff80011393: 0f 0b ud2 -ffffffff80011395: c1 e1 06 shl $0x6,%ecx -ffffffff80011398: 09 f9 or %edi,%ecx -ffffffff8001139a: 89 c8 mov %ecx,%eax -ffffffff8001139c: eb 07 jmp ffffffff800113a5 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x665> -ffffffff8001139e: c1 e1 0c shl $0xc,%ecx -ffffffff800113a1: 09 ca or %ecx,%edx -ffffffff800113a3: 89 d0 mov %edx,%eax -ffffffff800113a5: 45 84 d2 test %r10b,%r10b -ffffffff800113a8: 0f 84 d7 02 00 00 je ffffffff80011685 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x945> -ffffffff800113ae: 4c 89 4d c8 mov %r9,-0x38(%rbp) -ffffffff800113b2: 41 80 f2 01 xor $0x1,%r10b -ffffffff800113b6: 4c 89 55 90 mov %r10,-0x70(%rbp) -ffffffff800113ba: 48 8b 55 c8 mov -0x38(%rbp),%rdx -ffffffff800113be: 48 83 fa 21 cmp $0x21,%rdx -ffffffff800113c2: 0f 83 88 03 00 00 jae ffffffff80011750 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0xa10> -ffffffff800113c8: bb 20 00 00 00 mov $0x20,%ebx -ffffffff800113cd: 31 c0 xor %eax,%eax -ffffffff800113cf: 49 ff cc dec %r12 -ffffffff800113d2: 49 8d 3c 07 lea (%r15,%rax,1),%rdi -ffffffff800113d6: 48 8b 75 88 mov -0x78(%rbp),%rsi -ffffffff800113da: 49 89 c5 mov %rax,%r13 -ffffffff800113dd: 49 89 d6 mov %rdx,%r14 -ffffffff800113e0: e8 9b 12 01 00 call ffffffff80022680 -ffffffff800113e5: 4c 89 e8 mov %r13,%rax -ffffffff800113e8: 4c 01 f0 add %r14,%rax -ffffffff800113eb: 48 89 45 c0 mov %rax,-0x40(%rbp) -ffffffff800113ef: 48 29 c3 sub %rax,%rbx -ffffffff800113f2: 48 3b 5d 10 cmp 0x10(%rbp),%rbx -ffffffff800113f6: 0f 82 00 03 00 00 jb ffffffff800116fc <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x9bc> -ffffffff800113fc: 49 8d 3c 07 lea (%r15,%rax,1),%rdi -ffffffff80011400: 48 8b b5 60 ff ff ff mov -0xa0(%rbp),%rsi -ffffffff80011407: 48 8b 5d 10 mov 0x10(%rbp),%rbx -ffffffff8001140b: 48 89 da mov %rbx,%rdx -ffffffff8001140e: 49 89 c5 mov %rax,%r13 -ffffffff80011411: e8 6a 12 01 00 call ffffffff80022680 -ffffffff80011416: 4d 89 eb mov %r13,%r11 -ffffffff80011419: 49 01 db add %rbx,%r11 -ffffffff8001141c: 4c 89 5d c0 mov %r11,-0x40(%rbp) -ffffffff80011420: 4d 85 e4 test %r12,%r12 -ffffffff80011423: 0f 84 53 02 00 00 je ffffffff8001167c <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x93c> -ffffffff80011429: 4c 89 65 98 mov %r12,-0x68(%rbp) -ffffffff8001142d: 48 8b 7d 80 mov -0x80(%rbp),%rdi -ffffffff80011431: 4c 8b 4d 90 mov -0x70(%rbp),%r9 -ffffffff80011435: 4c 8b 55 c8 mov -0x38(%rbp),%r10 -ffffffff80011439: 0f 1f 80 00 00 00 00 nopl 0x0(%rax) -ffffffff80011440: 48 89 f8 mov %rdi,%rax -ffffffff80011443: 4d 85 d2 test %r10,%r10 -ffffffff80011446: 4c 8b 85 68 ff ff ff mov -0x98(%rbp),%r8 -ffffffff8001144d: 74 27 je ffffffff80011476 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x736> -ffffffff8001144f: 48 89 f8 mov %rdi,%rax -ffffffff80011452: 4c 29 d0 sub %r10,%rax -ffffffff80011455: 76 19 jbe ffffffff80011470 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x730> -ffffffff80011457: 43 80 3c 10 c0 cmpb $0xc0,(%r8,%r10,1) -ffffffff8001145c: 7d 18 jge ffffffff80011476 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x736> -ffffffff8001145e: e9 1e 03 00 00 jmp ffffffff80011781 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0xa41> -ffffffff80011463: 66 66 66 66 2e 0f 1f data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8001146a: 84 00 00 00 00 00 -ffffffff80011470: 0f 85 0b 03 00 00 jne ffffffff80011781 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0xa41> -ffffffff80011476: 48 85 c0 test %rax,%rax -ffffffff80011479: 74 25 je ffffffff800114a0 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x760> -ffffffff8001147b: 43 0f b6 04 10 movzbl (%r8,%r10,1),%eax -ffffffff80011480: 84 c0 test %al,%al -ffffffff80011482: 0f 88 c3 00 00 00 js ffffffff8001154b <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x80b> -ffffffff80011488: 4d 89 d6 mov %r10,%r14 -ffffffff8001148b: 45 84 c9 test %r9b,%r9b -ffffffff8001148e: 0f 84 27 01 00 00 je ffffffff800115bb <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x87b> -ffffffff80011494: 41 80 f1 01 xor $0x1,%r9b -ffffffff80011498: eb 16 jmp ffffffff800114b0 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x770> -ffffffff8001149a: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1) -ffffffff800114a0: 45 84 c9 test %r9b,%r9b -ffffffff800114a3: 0f 84 2d 02 00 00 je ffffffff800116d6 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x996> -ffffffff800114a9: 41 80 f1 01 xor $0x1,%r9b -ffffffff800114ad: 4d 89 d6 mov %r10,%r14 -ffffffff800114b0: 4c 89 4d 90 mov %r9,-0x70(%rbp) -ffffffff800114b4: 4d 89 f4 mov %r14,%r12 -ffffffff800114b7: 4d 29 d4 sub %r10,%r12 -ffffffff800114ba: 48 8b 5d b8 mov -0x48(%rbp),%rbx -ffffffff800114be: 48 89 d8 mov %rbx,%rax -ffffffff800114c1: 4c 29 d8 sub %r11,%rax -ffffffff800114c4: 4c 39 e0 cmp %r12,%rax -ffffffff800114c7: 0f 82 68 01 00 00 jb ffffffff80011635 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x8f5> -ffffffff800114cd: 4c 03 55 88 add -0x78(%rbp),%r10 -ffffffff800114d1: 4d 89 fd mov %r15,%r13 -ffffffff800114d4: 4b 8d 3c 1f lea (%r15,%r11,1),%rdi -ffffffff800114d8: 4c 89 d6 mov %r10,%rsi -ffffffff800114db: 4c 89 e2 mov %r12,%rdx -ffffffff800114de: 4d 89 df mov %r11,%r15 -ffffffff800114e1: e8 9a 11 01 00 call ffffffff80022680 -ffffffff800114e6: 4c 89 f8 mov %r15,%rax -ffffffff800114e9: 4c 01 e0 add %r12,%rax -ffffffff800114ec: 48 89 45 c0 mov %rax,-0x40(%rbp) -ffffffff800114f0: 48 29 c3 sub %rax,%rbx -ffffffff800114f3: 48 3b 5d 10 cmp 0x10(%rbp),%rbx -ffffffff800114f7: 0f 82 5e 01 00 00 jb ffffffff8001165b <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x91b> -ffffffff800114fd: 48 8b 5d 98 mov -0x68(%rbp),%rbx -ffffffff80011501: 4d 89 ec mov %r13,%r12 -ffffffff80011504: 48 ff cb dec %rbx -ffffffff80011507: 49 8d 3c 04 lea (%r12,%rax,1),%rdi -ffffffff8001150b: 48 8b b5 60 ff ff ff mov -0xa0(%rbp),%rsi -ffffffff80011512: 4c 8b 7d 10 mov 0x10(%rbp),%r15 -ffffffff80011516: 4c 89 fa mov %r15,%rdx -ffffffff80011519: 49 89 c5 mov %rax,%r13 -ffffffff8001151c: e8 5f 11 01 00 call ffffffff80022680 -ffffffff80011521: 4d 89 eb mov %r13,%r11 -ffffffff80011524: 4d 01 fb add %r15,%r11 -ffffffff80011527: 4d 89 e7 mov %r12,%r15 -ffffffff8001152a: 4c 89 5d c0 mov %r11,-0x40(%rbp) -ffffffff8001152e: 4d 89 f2 mov %r14,%r10 -ffffffff80011531: 48 89 5d 98 mov %rbx,-0x68(%rbp) -ffffffff80011535: 48 85 db test %rbx,%rbx -ffffffff80011538: 48 8b 7d 80 mov -0x80(%rbp),%rdi -ffffffff8001153c: 4c 8b 4d 90 mov -0x70(%rbp),%r9 -ffffffff80011540: 0f 85 fa fe ff ff jne ffffffff80011440 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x700> -ffffffff80011546: e9 20 fd ff ff jmp ffffffff8001126b <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x52b> -ffffffff8001154b: 89 c1 mov %eax,%ecx -ffffffff8001154d: 83 e1 1f and $0x1f,%ecx -ffffffff80011550: 43 0f b6 74 10 01 movzbl 0x1(%r8,%r10,1),%esi -ffffffff80011556: 83 e6 3f and $0x3f,%esi -ffffffff80011559: 3c e0 cmp $0xe0,%al -ffffffff8001155b: 72 36 jb ffffffff80011593 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x853> -ffffffff8001155d: 43 0f b6 54 10 02 movzbl 0x2(%r8,%r10,1),%edx -ffffffff80011563: c1 e6 06 shl $0x6,%esi -ffffffff80011566: 83 e2 3f and $0x3f,%edx -ffffffff80011569: 09 f2 or %esi,%edx -ffffffff8001156b: 3c f0 cmp $0xf0,%al -ffffffff8001156d: 72 39 jb ffffffff800115a8 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x868> -ffffffff8001156f: 43 0f b6 44 10 03 movzbl 0x3(%r8,%r10,1),%eax -ffffffff80011575: 83 e1 07 and $0x7,%ecx -ffffffff80011578: c1 e1 12 shl $0x12,%ecx -ffffffff8001157b: c1 e2 06 shl $0x6,%edx -ffffffff8001157e: 83 e0 3f and $0x3f,%eax -ffffffff80011581: 09 d0 or %edx,%eax -ffffffff80011583: 09 c8 or %ecx,%eax -ffffffff80011585: 4d 89 d6 mov %r10,%r14 -ffffffff80011588: 45 84 c9 test %r9b,%r9b -ffffffff8001158b: 0f 85 03 ff ff ff jne ffffffff80011494 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x754> -ffffffff80011591: eb 28 jmp ffffffff800115bb <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x87b> -ffffffff80011593: c1 e1 06 shl $0x6,%ecx -ffffffff80011596: 09 f1 or %esi,%ecx -ffffffff80011598: 89 c8 mov %ecx,%eax -ffffffff8001159a: 4d 89 d6 mov %r10,%r14 -ffffffff8001159d: 45 84 c9 test %r9b,%r9b -ffffffff800115a0: 0f 85 ee fe ff ff jne ffffffff80011494 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x754> -ffffffff800115a6: eb 13 jmp ffffffff800115bb <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x87b> -ffffffff800115a8: c1 e1 0c shl $0xc,%ecx -ffffffff800115ab: 09 ca or %ecx,%edx -ffffffff800115ad: 89 d0 mov %edx,%eax -ffffffff800115af: 4d 89 d6 mov %r10,%r14 -ffffffff800115b2: 45 84 c9 test %r9b,%r9b -ffffffff800115b5: 0f 85 d9 fe ff ff jne ffffffff80011494 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x754> -ffffffff800115bb: 3d 00 00 11 00 cmp $0x110000,%eax -ffffffff800115c0: 0f 84 10 01 00 00 je ffffffff800116d6 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x996> -ffffffff800115c6: 41 be 01 00 00 00 mov $0x1,%r14d -ffffffff800115cc: 3d 80 00 00 00 cmp $0x80,%eax -ffffffff800115d1: 72 1c jb ffffffff800115ef <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x8af> -ffffffff800115d3: 41 be 02 00 00 00 mov $0x2,%r14d -ffffffff800115d9: 3d 00 08 00 00 cmp $0x800,%eax -ffffffff800115de: 72 0f jb ffffffff800115ef <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x8af> -ffffffff800115e0: 3d 00 00 01 00 cmp $0x10000,%eax -ffffffff800115e5: 41 be 04 00 00 00 mov $0x4,%r14d -ffffffff800115eb: 49 83 de 00 sbb $0x0,%r14 -ffffffff800115ef: 48 89 f8 mov %rdi,%rax -ffffffff800115f2: 4d 01 d6 add %r10,%r14 -ffffffff800115f5: 74 1a je ffffffff80011611 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x8d1> -ffffffff800115f7: 48 89 f8 mov %rdi,%rax -ffffffff800115fa: 4c 29 f0 sub %r14,%rax -ffffffff800115fd: 76 0c jbe ffffffff8001160b <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x8cb> -ffffffff800115ff: 43 80 3c 30 c0 cmpb $0xc0,(%r8,%r14,1) -ffffffff80011604: 7d 0b jge ffffffff80011611 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x8d1> -ffffffff80011606: e9 9a 01 00 00 jmp ffffffff800117a5 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0xa65> -ffffffff8001160b: 0f 85 94 01 00 00 jne ffffffff800117a5 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0xa65> -ffffffff80011611: 48 85 c0 test %rax,%rax -ffffffff80011614: 74 17 je ffffffff8001162d <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x8ed> -ffffffff80011616: 43 0f b6 04 30 movzbl (%r8,%r14,1),%eax -ffffffff8001161b: 41 b1 01 mov $0x1,%r9b -ffffffff8001161e: 84 c0 test %al,%al -ffffffff80011620: 0f 89 6e fe ff ff jns ffffffff80011494 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x754> -ffffffff80011626: 3c e0 cmp $0xe0,%al -ffffffff80011628: e9 67 fe ff ff jmp ffffffff80011494 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x754> -ffffffff8001162d: 45 31 c9 xor %r9d,%r9d -ffffffff80011630: e9 7b fe ff ff jmp ffffffff800114b0 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x770> -ffffffff80011635: 48 8d 7d b0 lea -0x50(%rbp),%rdi -ffffffff80011639: 4c 89 de mov %r11,%rsi -ffffffff8001163c: 4c 89 e2 mov %r12,%rdx -ffffffff8001163f: 4c 89 d3 mov %r10,%rbx -ffffffff80011642: e8 29 f3 ff ff call ffffffff80010970 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$7reserve21do_reserve_and_handle17hc220879802511051E> -ffffffff80011647: 49 89 da mov %rbx,%r10 -ffffffff8001164a: 4c 8b 5d c0 mov -0x40(%rbp),%r11 -ffffffff8001164e: 4c 8b 7d b0 mov -0x50(%rbp),%r15 -ffffffff80011652: 48 8b 5d b8 mov -0x48(%rbp),%rbx -ffffffff80011656: e9 72 fe ff ff jmp ffffffff800114cd <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x78d> -ffffffff8001165b: 48 8d 7d b0 lea -0x50(%rbp),%rdi -ffffffff8001165f: 48 89 c6 mov %rax,%rsi -ffffffff80011662: 48 8b 55 10 mov 0x10(%rbp),%rdx -ffffffff80011666: e8 05 f3 ff ff call ffffffff80010970 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$7reserve21do_reserve_and_handle17hc220879802511051E> -ffffffff8001166b: 4c 8b 65 b0 mov -0x50(%rbp),%r12 -ffffffff8001166f: 48 8b 45 c0 mov -0x40(%rbp),%rax -ffffffff80011673: 48 8b 5d 98 mov -0x68(%rbp),%rbx -ffffffff80011677: e9 88 fe ff ff jmp ffffffff80011504 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x7c4> -ffffffff8001167c: 4c 8b 75 c8 mov -0x38(%rbp),%r14 -ffffffff80011680: e9 e6 fb ff ff jmp ffffffff8001126b <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x52b> -ffffffff80011685: 3d 00 00 11 00 cmp $0x110000,%eax -ffffffff8001168a: 0f 84 d5 fb ff ff je ffffffff80011265 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x525> -ffffffff80011690: b9 01 00 00 00 mov $0x1,%ecx -ffffffff80011695: 3d 80 00 00 00 cmp $0x80,%eax -ffffffff8001169a: 72 1a jb ffffffff800116b6 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x976> -ffffffff8001169c: b9 02 00 00 00 mov $0x2,%ecx -ffffffff800116a1: 3d 00 08 00 00 cmp $0x800,%eax -ffffffff800116a6: 72 0e jb ffffffff800116b6 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x976> -ffffffff800116a8: 3d 00 00 01 00 cmp $0x10000,%eax -ffffffff800116ad: b9 04 00 00 00 mov $0x4,%ecx -ffffffff800116b2: 48 83 d9 00 sbb $0x0,%rcx -ffffffff800116b6: 48 89 f0 mov %rsi,%rax -ffffffff800116b9: 4c 01 c9 add %r9,%rcx -ffffffff800116bc: 74 5d je ffffffff8001171b <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x9db> -ffffffff800116be: 48 89 f0 mov %rsi,%rax -ffffffff800116c1: 48 29 c8 sub %rcx,%rax -ffffffff800116c4: 76 53 jbe ffffffff80011719 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x9d9> -ffffffff800116c6: 41 80 3c 08 c0 cmpb $0xc0,(%r8,%rcx,1) -ffffffff800116cb: 7d 4e jge ffffffff8001171b <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x9db> -ffffffff800116cd: 48 89 4d a8 mov %rcx,-0x58(%rbp) -ffffffff800116d1: e9 af 00 00 00 jmp ffffffff80011785 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0xa45> -ffffffff800116d6: 4d 89 d6 mov %r10,%r14 -ffffffff800116d9: e9 8d fb ff ff jmp ffffffff8001126b <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x52b> -ffffffff800116de: 4c 89 e8 mov %r13,%rax -ffffffff800116e1: 49 01 c6 add %rax,%r14 -ffffffff800116e4: 4c 39 f6 cmp %r14,%rsi -ffffffff800116e7: 4c 0f 47 f6 cmova %rsi,%r14 -ffffffff800116eb: 48 8d 15 a6 94 01 00 lea 0x194a6(%rip),%rdx # ffffffff8002ab98 <_ZN11CappuccinOS7drivers7storage3ide6DRIVES17h85a210ca5e43434dE+0x2b0> -ffffffff800116f2: 4c 89 f7 mov %r14,%rdi -ffffffff800116f5: e8 f6 00 01 00 call ffffffff800217f0 <_ZN4core9panicking18panic_bounds_check17h0aa7386a620f3834E> -ffffffff800116fa: 0f 0b ud2 -ffffffff800116fc: 48 8d 7d b0 lea -0x50(%rbp),%rdi -ffffffff80011700: 48 89 c6 mov %rax,%rsi -ffffffff80011703: 48 8b 55 10 mov 0x10(%rbp),%rdx -ffffffff80011707: e8 64 f2 ff ff call ffffffff80010970 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$7reserve21do_reserve_and_handle17hc220879802511051E> -ffffffff8001170c: 4c 8b 7d b0 mov -0x50(%rbp),%r15 -ffffffff80011710: 48 8b 45 c0 mov -0x40(%rbp),%rax -ffffffff80011714: e9 e3 fc ff ff jmp ffffffff800113fc <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x6bc> -ffffffff80011719: 75 b2 jne ffffffff800116cd <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x98d> -ffffffff8001171b: 48 85 c0 test %rax,%rax -ffffffff8001171e: 48 89 4d c8 mov %rcx,-0x38(%rbp) -ffffffff80011722: 74 17 je ffffffff8001173b <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x9fb> -ffffffff80011724: 41 0f b6 04 08 movzbl (%r8,%rcx,1),%eax -ffffffff80011729: 41 b2 01 mov $0x1,%r10b -ffffffff8001172c: 84 c0 test %al,%al -ffffffff8001172e: 0f 89 7e fc ff ff jns ffffffff800113b2 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x672> -ffffffff80011734: 3c e0 cmp $0xe0,%al -ffffffff80011736: e9 77 fc ff ff jmp ffffffff800113b2 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x672> -ffffffff8001173b: 45 31 d2 xor %r10d,%r10d -ffffffff8001173e: 4c 89 55 90 mov %r10,-0x70(%rbp) -ffffffff80011742: 48 8b 55 c8 mov -0x38(%rbp),%rdx -ffffffff80011746: 48 83 fa 21 cmp $0x21,%rdx -ffffffff8001174a: 0f 82 78 fc ff ff jb ffffffff800113c8 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x688> -ffffffff80011750: 48 8d 7d b0 lea -0x50(%rbp),%rdi -ffffffff80011754: 31 f6 xor %esi,%esi -ffffffff80011756: e8 15 f2 ff ff call ffffffff80010970 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$7reserve21do_reserve_and_handle17hc220879802511051E> -ffffffff8001175b: 48 8b 55 c8 mov -0x38(%rbp),%rdx -ffffffff8001175f: 48 8b 45 c0 mov -0x40(%rbp),%rax -ffffffff80011763: 4c 8b 7d b0 mov -0x50(%rbp),%r15 -ffffffff80011767: 48 8b 5d b8 mov -0x48(%rbp),%rbx -ffffffff8001176b: e9 5f fc ff ff jmp ffffffff800113cf <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0x68f> -ffffffff80011770: bf 01 00 00 00 mov $0x1,%edi -ffffffff80011775: be 20 00 00 00 mov $0x20,%esi -ffffffff8001177a: e8 41 bb 00 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff8001177f: 0f 0b ud2 -ffffffff80011781: 4c 89 55 a8 mov %r10,-0x58(%rbp) -ffffffff80011785: 4c 8d 05 24 94 01 00 lea 0x19424(%rip),%r8 # ffffffff8002abb0 <_ZN11CappuccinOS7drivers7storage3ide6DRIVES17h85a210ca5e43434dE+0x2c8> -ffffffff8001178c: 48 8b bd 68 ff ff ff mov -0x98(%rbp),%rdi -ffffffff80011793: 48 8b 4d 80 mov -0x80(%rbp),%rcx -ffffffff80011797: 48 89 ce mov %rcx,%rsi -ffffffff8001179a: 48 8b 55 a8 mov -0x58(%rbp),%rdx -ffffffff8001179e: e8 1d e7 00 00 call ffffffff8001fec0 <_ZN4core3str16slice_error_fail17h11952ab1c100db37E> -ffffffff800117a3: 0f 0b ud2 -ffffffff800117a5: 4c 89 75 a8 mov %r14,-0x58(%rbp) -ffffffff800117a9: eb da jmp ffffffff80011785 <_ZN5alloc3str21_$LT$impl$u20$str$GT$8replacen17h54faed4f61b4d6abE+0xa45> -ffffffff800117ab: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) - -ffffffff800117b0 <_ZN11CappuccinOS7drivers5video8put_char17h94f644de8bdc53cbE>: -ffffffff800117b0: 55 push %rbp -ffffffff800117b1: 48 89 e5 mov %rsp,%rbp -ffffffff800117b4: 41 57 push %r15 -ffffffff800117b6: 41 56 push %r14 -ffffffff800117b8: 41 55 push %r13 -ffffffff800117ba: 41 54 push %r12 -ffffffff800117bc: 53 push %rbx -ffffffff800117bd: 48 83 ec 48 sub $0x48,%rsp -ffffffff800117c1: 4d 89 ce mov %r9,%r14 -ffffffff800117c4: 44 89 c3 mov %r8d,%ebx -ffffffff800117c7: 41 89 d7 mov %edx,%r15d -ffffffff800117ca: 41 89 f4 mov %esi,%r12d -ffffffff800117cd: 31 c0 xor %eax,%eax -ffffffff800117cf: 81 ff 00 01 00 00 cmp $0x100,%edi -ffffffff800117d5: 41 bd 00 00 ff 00 mov $0xff0000,%r13d -ffffffff800117db: 44 0f 42 e9 cmovb %ecx,%r13d -ffffffff800117df: 0f 42 c7 cmovb %edi,%eax -ffffffff800117e2: 48 c1 e0 04 shl $0x4,%rax -ffffffff800117e6: 48 8d 0d d3 3e 01 00 lea 0x13ed3(%rip),%rcx # ffffffff800256c0 <_ZN11CappuccinOS7drivers5video4font11G_8X16_FONT17hb13b330200b7ff85E> -ffffffff800117ed: 48 8b 14 08 mov (%rax,%rcx,1),%rdx -ffffffff800117f1: 48 8b 44 08 08 mov 0x8(%rax,%rcx,1),%rax -ffffffff800117f6: 48 89 45 98 mov %rax,-0x68(%rbp) -ffffffff800117fa: 48 89 55 90 mov %rdx,-0x70(%rbp) -ffffffff800117fe: 48 8d 7d a8 lea -0x58(%rbp),%rdi -ffffffff80011802: e8 99 02 00 00 call ffffffff80011aa0 <_ZN11CappuccinOS7drivers5video15get_framebuffer17h9127585df4a3b911E> -ffffffff80011807: 48 83 7d a8 00 cmpq $0x0,-0x58(%rbp) -ffffffff8001180c: 0f 84 67 02 00 00 je ffffffff80011a79 <_ZN11CappuccinOS7drivers5video8put_char17h94f644de8bdc53cbE+0x2c9> -ffffffff80011812: 48 8b 45 c8 mov -0x38(%rbp),%rax -ffffffff80011816: 48 89 45 a0 mov %rax,-0x60(%rbp) -ffffffff8001181a: 48 8b 4d d0 mov -0x30(%rbp),%rcx -ffffffff8001181e: 41 c1 e4 03 shl $0x3,%r12d -ffffffff80011822: 41 0f b7 f4 movzwl %r12w,%esi -ffffffff80011826: 48 0f af 75 c0 imul -0x40(%rbp),%rsi -ffffffff8001182b: 41 c1 e7 04 shl $0x4,%r15d -ffffffff8001182f: 41 0f b7 ff movzwl %r15w,%edi -ffffffff80011833: 48 c1 ee 03 shr $0x3,%rsi -ffffffff80011837: 49 83 3e 00 cmpq $0x0,(%r14) -ffffffff8001183b: 0f 84 30 01 00 00 je ffffffff80011971 <_ZN11CappuccinOS7drivers5video8put_char17h94f644de8bdc53cbE+0x1c1> -ffffffff80011841: 49 8b 56 28 mov 0x28(%r14),%rdx -ffffffff80011845: 48 0f af 7d a0 imul -0x60(%rbp),%rdi -ffffffff8001184a: 48 01 fe add %rdi,%rsi -ffffffff8001184d: 48 83 c6 1c add $0x1c,%rsi -ffffffff80011851: 31 ff xor %edi,%edi -ffffffff80011853: 66 66 66 66 2e 0f 1f data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8001185a: 84 00 00 00 00 00 -ffffffff80011860: 0f b6 44 3d 90 movzbl -0x70(%rbp,%rdi,1),%eax -ffffffff80011865: 89 5d a8 mov %ebx,-0x58(%rbp) -ffffffff80011868: 44 89 6d ac mov %r13d,-0x54(%rbp) -ffffffff8001186c: 41 89 c1 mov %eax,%r9d -ffffffff8001186f: 41 c1 e9 07 shr $0x7,%r9d -ffffffff80011873: 46 8b 4c 8d a8 mov -0x58(%rbp,%r9,4),%r9d -ffffffff80011878: 89 5d a8 mov %ebx,-0x58(%rbp) -ffffffff8001187b: 44 89 6d ac mov %r13d,-0x54(%rbp) -ffffffff8001187f: 41 89 c2 mov %eax,%r10d -ffffffff80011882: 41 c1 ea 06 shr $0x6,%r10d -ffffffff80011886: 41 83 e2 01 and $0x1,%r10d -ffffffff8001188a: 46 8b 54 95 a8 mov -0x58(%rbp,%r10,4),%r10d -ffffffff8001188f: 89 5d a8 mov %ebx,-0x58(%rbp) -ffffffff80011892: 44 89 6d ac mov %r13d,-0x54(%rbp) -ffffffff80011896: 41 89 c3 mov %eax,%r11d -ffffffff80011899: 41 c1 eb 05 shr $0x5,%r11d -ffffffff8001189d: 41 83 e3 01 and $0x1,%r11d -ffffffff800118a1: 46 8b 5c 9d a8 mov -0x58(%rbp,%r11,4),%r11d -ffffffff800118a6: 89 5d a8 mov %ebx,-0x58(%rbp) -ffffffff800118a9: 44 89 6d ac mov %r13d,-0x54(%rbp) -ffffffff800118ad: 41 89 c6 mov %eax,%r14d -ffffffff800118b0: 41 c1 ee 04 shr $0x4,%r14d -ffffffff800118b4: 41 83 e6 01 and $0x1,%r14d -ffffffff800118b8: 46 8b 74 b5 a8 mov -0x58(%rbp,%r14,4),%r14d -ffffffff800118bd: 89 5d a8 mov %ebx,-0x58(%rbp) -ffffffff800118c0: 44 89 6d ac mov %r13d,-0x54(%rbp) -ffffffff800118c4: 41 89 c7 mov %eax,%r15d -ffffffff800118c7: 41 c1 ef 03 shr $0x3,%r15d -ffffffff800118cb: 41 83 e7 01 and $0x1,%r15d -ffffffff800118cf: 46 8b 7c bd a8 mov -0x58(%rbp,%r15,4),%r15d -ffffffff800118d4: 89 5d a8 mov %ebx,-0x58(%rbp) -ffffffff800118d7: 44 89 6d ac mov %r13d,-0x54(%rbp) -ffffffff800118db: 41 89 c4 mov %eax,%r12d -ffffffff800118de: 41 c1 ec 02 shr $0x2,%r12d -ffffffff800118e2: 41 83 e4 01 and $0x1,%r12d -ffffffff800118e6: 46 8b 64 a5 a8 mov -0x58(%rbp,%r12,4),%r12d -ffffffff800118eb: 89 5d a8 mov %ebx,-0x58(%rbp) -ffffffff800118ee: 44 89 6d ac mov %r13d,-0x54(%rbp) -ffffffff800118f2: 41 89 c0 mov %eax,%r8d -ffffffff800118f5: 41 d1 e8 shr %r8d -ffffffff800118f8: 41 83 e0 01 and $0x1,%r8d -ffffffff800118fc: 46 8b 44 85 a8 mov -0x58(%rbp,%r8,4),%r8d -ffffffff80011901: 89 5d a8 mov %ebx,-0x58(%rbp) -ffffffff80011904: 44 89 6d ac mov %r13d,-0x54(%rbp) -ffffffff80011908: 83 e0 01 and $0x1,%eax -ffffffff8001190b: 8b 44 85 a8 mov -0x58(%rbp,%rax,4),%eax -ffffffff8001190f: 44 89 4c 31 e4 mov %r9d,-0x1c(%rcx,%rsi,1) -ffffffff80011914: 44 89 54 31 e8 mov %r10d,-0x18(%rcx,%rsi,1) -ffffffff80011919: 44 89 5c 31 ec mov %r11d,-0x14(%rcx,%rsi,1) -ffffffff8001191e: 44 89 74 31 f0 mov %r14d,-0x10(%rcx,%rsi,1) -ffffffff80011923: 44 89 7c 31 f4 mov %r15d,-0xc(%rcx,%rsi,1) -ffffffff80011928: 44 89 64 31 f8 mov %r12d,-0x8(%rcx,%rsi,1) -ffffffff8001192d: 44 89 44 31 fc mov %r8d,-0x4(%rcx,%rsi,1) -ffffffff80011932: 89 04 31 mov %eax,(%rcx,%rsi,1) -ffffffff80011935: 44 89 4c 32 e4 mov %r9d,-0x1c(%rdx,%rsi,1) -ffffffff8001193a: 44 89 54 32 e8 mov %r10d,-0x18(%rdx,%rsi,1) -ffffffff8001193f: 44 89 5c 32 ec mov %r11d,-0x14(%rdx,%rsi,1) -ffffffff80011944: 44 89 74 32 f0 mov %r14d,-0x10(%rdx,%rsi,1) -ffffffff80011949: 44 89 7c 32 f4 mov %r15d,-0xc(%rdx,%rsi,1) -ffffffff8001194e: 44 89 64 32 f8 mov %r12d,-0x8(%rdx,%rsi,1) -ffffffff80011953: 44 89 44 32 fc mov %r8d,-0x4(%rdx,%rsi,1) -ffffffff80011958: 89 04 32 mov %eax,(%rdx,%rsi,1) -ffffffff8001195b: 48 ff c7 inc %rdi -ffffffff8001195e: 48 03 75 a0 add -0x60(%rbp),%rsi -ffffffff80011962: 48 83 ff 10 cmp $0x10,%rdi -ffffffff80011966: 0f 85 f4 fe ff ff jne ffffffff80011860 <_ZN11CappuccinOS7drivers5video8put_char17h94f644de8bdc53cbE+0xb0> -ffffffff8001196c: e9 f9 00 00 00 jmp ffffffff80011a6a <_ZN11CappuccinOS7drivers5video8put_char17h94f644de8bdc53cbE+0x2ba> -ffffffff80011971: 48 0f af 7d a0 imul -0x60(%rbp),%rdi -ffffffff80011976: 48 01 fe add %rdi,%rsi -ffffffff80011979: 48 01 f1 add %rsi,%rcx -ffffffff8001197c: 48 83 c1 1c add $0x1c,%rcx -ffffffff80011980: 31 d2 xor %edx,%edx -ffffffff80011982: 66 66 66 66 66 2e 0f data16 data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff80011989: 1f 84 00 00 00 00 00 -ffffffff80011990: 0f b6 74 15 90 movzbl -0x70(%rbp,%rdx,1),%esi -ffffffff80011995: 48 ff c2 inc %rdx -ffffffff80011998: 89 5d a8 mov %ebx,-0x58(%rbp) -ffffffff8001199b: 44 89 6d ac mov %r13d,-0x54(%rbp) -ffffffff8001199f: 89 f7 mov %esi,%edi -ffffffff800119a1: c1 ef 07 shr $0x7,%edi -ffffffff800119a4: 8b 7c bd a8 mov -0x58(%rbp,%rdi,4),%edi -ffffffff800119a8: 89 5d a8 mov %ebx,-0x58(%rbp) -ffffffff800119ab: 44 89 6d ac mov %r13d,-0x54(%rbp) -ffffffff800119af: 41 89 f0 mov %esi,%r8d -ffffffff800119b2: 41 c1 e8 06 shr $0x6,%r8d -ffffffff800119b6: 41 83 e0 01 and $0x1,%r8d -ffffffff800119ba: 46 8b 44 85 a8 mov -0x58(%rbp,%r8,4),%r8d -ffffffff800119bf: 89 5d a8 mov %ebx,-0x58(%rbp) -ffffffff800119c2: 44 89 6d ac mov %r13d,-0x54(%rbp) -ffffffff800119c6: 41 89 f1 mov %esi,%r9d -ffffffff800119c9: 41 c1 e9 05 shr $0x5,%r9d -ffffffff800119cd: 41 83 e1 01 and $0x1,%r9d -ffffffff800119d1: 46 8b 4c 8d a8 mov -0x58(%rbp,%r9,4),%r9d -ffffffff800119d6: 89 5d a8 mov %ebx,-0x58(%rbp) -ffffffff800119d9: 44 89 6d ac mov %r13d,-0x54(%rbp) -ffffffff800119dd: 41 89 f2 mov %esi,%r10d -ffffffff800119e0: 41 c1 ea 04 shr $0x4,%r10d -ffffffff800119e4: 41 83 e2 01 and $0x1,%r10d -ffffffff800119e8: 46 8b 54 95 a8 mov -0x58(%rbp,%r10,4),%r10d -ffffffff800119ed: 89 5d a8 mov %ebx,-0x58(%rbp) -ffffffff800119f0: 44 89 6d ac mov %r13d,-0x54(%rbp) -ffffffff800119f4: 41 89 f3 mov %esi,%r11d -ffffffff800119f7: 41 c1 eb 03 shr $0x3,%r11d -ffffffff800119fb: 41 83 e3 01 and $0x1,%r11d -ffffffff800119ff: 46 8b 5c 9d a8 mov -0x58(%rbp,%r11,4),%r11d -ffffffff80011a04: 89 5d a8 mov %ebx,-0x58(%rbp) -ffffffff80011a07: 44 89 6d ac mov %r13d,-0x54(%rbp) -ffffffff80011a0b: 41 89 f6 mov %esi,%r14d -ffffffff80011a0e: 41 c1 ee 02 shr $0x2,%r14d -ffffffff80011a12: 41 83 e6 01 and $0x1,%r14d -ffffffff80011a16: 46 8b 74 b5 a8 mov -0x58(%rbp,%r14,4),%r14d -ffffffff80011a1b: 89 5d a8 mov %ebx,-0x58(%rbp) -ffffffff80011a1e: 44 89 6d ac mov %r13d,-0x54(%rbp) -ffffffff80011a22: 41 89 f7 mov %esi,%r15d -ffffffff80011a25: 41 d1 ef shr %r15d -ffffffff80011a28: 41 83 e7 01 and $0x1,%r15d -ffffffff80011a2c: 46 8b 7c bd a8 mov -0x58(%rbp,%r15,4),%r15d -ffffffff80011a31: 89 5d a8 mov %ebx,-0x58(%rbp) -ffffffff80011a34: 44 89 6d ac mov %r13d,-0x54(%rbp) -ffffffff80011a38: 83 e6 01 and $0x1,%esi -ffffffff80011a3b: 8b 74 b5 a8 mov -0x58(%rbp,%rsi,4),%esi -ffffffff80011a3f: 89 79 e4 mov %edi,-0x1c(%rcx) -ffffffff80011a42: 44 89 41 e8 mov %r8d,-0x18(%rcx) -ffffffff80011a46: 44 89 49 ec mov %r9d,-0x14(%rcx) -ffffffff80011a4a: 44 89 51 f0 mov %r10d,-0x10(%rcx) -ffffffff80011a4e: 44 89 59 f4 mov %r11d,-0xc(%rcx) -ffffffff80011a52: 44 89 71 f8 mov %r14d,-0x8(%rcx) -ffffffff80011a56: 44 89 79 fc mov %r15d,-0x4(%rcx) -ffffffff80011a5a: 89 31 mov %esi,(%rcx) -ffffffff80011a5c: 48 03 4d a0 add -0x60(%rbp),%rcx -ffffffff80011a60: 48 83 fa 10 cmp $0x10,%rdx -ffffffff80011a64: 0f 85 26 ff ff ff jne ffffffff80011990 <_ZN11CappuccinOS7drivers5video8put_char17h94f644de8bdc53cbE+0x1e0> -ffffffff80011a6a: 48 83 c4 48 add $0x48,%rsp -ffffffff80011a6e: 5b pop %rbx -ffffffff80011a6f: 41 5c pop %r12 -ffffffff80011a71: 41 5d pop %r13 -ffffffff80011a73: 41 5e pop %r14 -ffffffff80011a75: 41 5f pop %r15 -ffffffff80011a77: 5d pop %rbp -ffffffff80011a78: c3 ret -ffffffff80011a79: 48 8d 3d c5 32 01 00 lea 0x132c5(%rip),%rdi # ffffffff80024d45 -ffffffff80011a80: 48 8d 15 a1 91 01 00 lea 0x191a1(%rip),%rdx # ffffffff8002ac28 -ffffffff80011a87: be 37 00 00 00 mov $0x37,%esi -ffffffff80011a8c: e8 8f 02 01 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff80011a91: 0f 0b ud2 -ffffffff80011a93: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff80011a9a: 00 00 00 -ffffffff80011a9d: 0f 1f 00 nopl (%rax) - -ffffffff80011aa0 <_ZN11CappuccinOS7drivers5video15get_framebuffer17h9127585df4a3b911E>: -ffffffff80011aa0: 55 push %rbp -ffffffff80011aa1: 48 89 e5 mov %rsp,%rbp -ffffffff80011aa4: 53 push %rbx -ffffffff80011aa5: 50 push %rax -ffffffff80011aa6: 48 89 fb mov %rdi,%rbx -ffffffff80011aa9: 0f 1f 80 00 00 00 00 nopl 0x0(%rax) -ffffffff80011ab0: b0 01 mov $0x1,%al -ffffffff80011ab2: 86 05 20 a1 01 00 xchg %al,0x1a120(%rip) # ffffffff8002bbd8 <_ZN11CappuccinOS7drivers5video11FRAMEBUFFER17h72251bbf5d6d5b65E.llvm.7359144357878741484> -ffffffff80011ab8: 84 c0 test %al,%al -ffffffff80011aba: 75 f4 jne ffffffff80011ab0 <_ZN11CappuccinOS7drivers5video15get_framebuffer17h9127585df4a3b911E+0x10> -ffffffff80011abc: c6 05 15 a1 01 00 00 movb $0x0,0x1a115(%rip) # ffffffff8002bbd8 <_ZN11CappuccinOS7drivers5video11FRAMEBUFFER17h72251bbf5d6d5b65E.llvm.7359144357878741484> -ffffffff80011ac3: 48 83 3d 15 a1 01 00 cmpq $0x0,0x1a115(%rip) # ffffffff8002bbe0 <_ZN11CappuccinOS7drivers5video11FRAMEBUFFER17h72251bbf5d6d5b65E.llvm.7359144357878741484+0x8> -ffffffff80011aca: 00 -ffffffff80011acb: 74 67 je ffffffff80011b34 <_ZN11CappuccinOS7drivers5video15get_framebuffer17h9127585df4a3b911E+0x94> -ffffffff80011acd: 0f 1f 00 nopl (%rax) -ffffffff80011ad0: b0 01 mov $0x1,%al -ffffffff80011ad2: 86 05 00 a1 01 00 xchg %al,0x1a100(%rip) # ffffffff8002bbd8 <_ZN11CappuccinOS7drivers5video11FRAMEBUFFER17h72251bbf5d6d5b65E.llvm.7359144357878741484> -ffffffff80011ad8: 84 c0 test %al,%al -ffffffff80011ada: 75 f4 jne ffffffff80011ad0 <_ZN11CappuccinOS7drivers5video15get_framebuffer17h9127585df4a3b911E+0x30> -ffffffff80011adc: c6 05 f5 a0 01 00 00 movb $0x0,0x1a0f5(%rip) # ffffffff8002bbd8 <_ZN11CappuccinOS7drivers5video11FRAMEBUFFER17h72251bbf5d6d5b65E.llvm.7359144357878741484> -ffffffff80011ae3: 48 83 3d f5 a0 01 00 cmpq $0x0,0x1a0f5(%rip) # ffffffff8002bbe0 <_ZN11CappuccinOS7drivers5video11FRAMEBUFFER17h72251bbf5d6d5b65E.llvm.7359144357878741484+0x8> -ffffffff80011aea: 00 -ffffffff80011aeb: 0f 84 01 01 00 00 je ffffffff80011bf2 <_ZN11CappuccinOS7drivers5video15get_framebuffer17h9127585df4a3b911E+0x152> -ffffffff80011af1: 48 8b 05 10 a1 01 00 mov 0x1a110(%rip),%rax # ffffffff8002bc08 <_ZN11CappuccinOS7drivers5video11FRAMEBUFFER17h72251bbf5d6d5b65E.llvm.7359144357878741484+0x30> -ffffffff80011af8: 48 89 43 28 mov %rax,0x28(%rbx) -ffffffff80011afc: 48 8b 05 fd a0 01 00 mov 0x1a0fd(%rip),%rax # ffffffff8002bc00 <_ZN11CappuccinOS7drivers5video11FRAMEBUFFER17h72251bbf5d6d5b65E.llvm.7359144357878741484+0x28> -ffffffff80011b03: 48 89 43 20 mov %rax,0x20(%rbx) -ffffffff80011b07: 48 8b 05 ea a0 01 00 mov 0x1a0ea(%rip),%rax # ffffffff8002bbf8 <_ZN11CappuccinOS7drivers5video11FRAMEBUFFER17h72251bbf5d6d5b65E.llvm.7359144357878741484+0x20> -ffffffff80011b0e: 48 89 43 18 mov %rax,0x18(%rbx) -ffffffff80011b12: 48 8b 05 d7 a0 01 00 mov 0x1a0d7(%rip),%rax # ffffffff8002bbf0 <_ZN11CappuccinOS7drivers5video11FRAMEBUFFER17h72251bbf5d6d5b65E.llvm.7359144357878741484+0x18> -ffffffff80011b19: 48 89 43 10 mov %rax,0x10(%rbx) -ffffffff80011b1d: 48 8b 05 c4 a0 01 00 mov 0x1a0c4(%rip),%rax # ffffffff8002bbe8 <_ZN11CappuccinOS7drivers5video11FRAMEBUFFER17h72251bbf5d6d5b65E.llvm.7359144357878741484+0x10> -ffffffff80011b24: 48 89 43 08 mov %rax,0x8(%rbx) -ffffffff80011b28: 48 c7 03 01 00 00 00 movq $0x1,(%rbx) -ffffffff80011b2f: e9 b4 00 00 00 jmp ffffffff80011be8 <_ZN11CappuccinOS7drivers5video15get_framebuffer17h9127585df4a3b911E+0x148> -ffffffff80011b34: 48 8d 3d 8d 90 01 00 lea 0x1908d(%rip),%rdi # ffffffff8002abc8 <_ZN11CappuccinOS7drivers5video19FRAMEBUFFER_REQUEST17h0edf1e46c819e88aE> -ffffffff80011b3b: e8 40 ad 00 00 call ffffffff8001c880 <_ZN6limine10DtbRequest12get_response17h6f5632c8bdcd0540E> -ffffffff80011b40: 48 85 c0 test %rax,%rax -ffffffff80011b43: 0f 84 98 00 00 00 je ffffffff80011be1 <_ZN11CappuccinOS7drivers5video15get_framebuffer17h9127585df4a3b911E+0x141> -ffffffff80011b49: 48 83 78 08 00 cmpq $0x0,0x8(%rax) -ffffffff80011b4e: 0f 84 8d 00 00 00 je ffffffff80011be1 <_ZN11CappuccinOS7drivers5video15get_framebuffer17h9127585df4a3b911E+0x141> -ffffffff80011b54: 48 8b 40 10 mov 0x10(%rax),%rax -ffffffff80011b58: 48 8b 38 mov (%rax),%rdi -ffffffff80011b5b: 48 8b 07 mov (%rdi),%rax -ffffffff80011b5e: 48 85 c0 test %rax,%rax -ffffffff80011b61: 0f 84 a5 00 00 00 je ffffffff80011c0c <_ZN11CappuccinOS7drivers5video15get_framebuffer17h9127585df4a3b911E+0x16c> -ffffffff80011b67: 48 8b 4f 18 mov 0x18(%rdi),%rcx -ffffffff80011b6b: 0f b7 57 20 movzwl 0x20(%rdi),%edx -ffffffff80011b6f: 48 8b 77 08 mov 0x8(%rdi),%rsi -ffffffff80011b73: 48 8b 7f 10 mov 0x10(%rdi),%rdi -ffffffff80011b77: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1) -ffffffff80011b7e: 00 00 -ffffffff80011b80: 41 b0 01 mov $0x1,%r8b -ffffffff80011b83: 44 86 05 4e a0 01 00 xchg %r8b,0x1a04e(%rip) # ffffffff8002bbd8 <_ZN11CappuccinOS7drivers5video11FRAMEBUFFER17h72251bbf5d6d5b65E.llvm.7359144357878741484> -ffffffff80011b8a: 45 84 c0 test %r8b,%r8b -ffffffff80011b8d: 75 f1 jne ffffffff80011b80 <_ZN11CappuccinOS7drivers5video15get_framebuffer17h9127585df4a3b911E+0xe0> -ffffffff80011b8f: 48 c7 05 46 a0 01 00 movq $0x1,0x1a046(%rip) # ffffffff8002bbe0 <_ZN11CappuccinOS7drivers5video11FRAMEBUFFER17h72251bbf5d6d5b65E.llvm.7359144357878741484+0x8> -ffffffff80011b96: 01 00 00 00 -ffffffff80011b9a: 48 89 35 47 a0 01 00 mov %rsi,0x1a047(%rip) # ffffffff8002bbe8 <_ZN11CappuccinOS7drivers5video11FRAMEBUFFER17h72251bbf5d6d5b65E.llvm.7359144357878741484+0x10> -ffffffff80011ba1: 48 89 3d 48 a0 01 00 mov %rdi,0x1a048(%rip) # ffffffff8002bbf0 <_ZN11CappuccinOS7drivers5video11FRAMEBUFFER17h72251bbf5d6d5b65E.llvm.7359144357878741484+0x18> -ffffffff80011ba8: 48 89 15 49 a0 01 00 mov %rdx,0x1a049(%rip) # ffffffff8002bbf8 <_ZN11CappuccinOS7drivers5video11FRAMEBUFFER17h72251bbf5d6d5b65E.llvm.7359144357878741484+0x20> -ffffffff80011baf: 48 89 0d 4a a0 01 00 mov %rcx,0x1a04a(%rip) # ffffffff8002bc00 <_ZN11CappuccinOS7drivers5video11FRAMEBUFFER17h72251bbf5d6d5b65E.llvm.7359144357878741484+0x28> -ffffffff80011bb6: 48 89 05 4b a0 01 00 mov %rax,0x1a04b(%rip) # ffffffff8002bc08 <_ZN11CappuccinOS7drivers5video11FRAMEBUFFER17h72251bbf5d6d5b65E.llvm.7359144357878741484+0x30> -ffffffff80011bbd: 48 89 73 08 mov %rsi,0x8(%rbx) -ffffffff80011bc1: 48 89 7b 10 mov %rdi,0x10(%rbx) -ffffffff80011bc5: 48 89 53 18 mov %rdx,0x18(%rbx) -ffffffff80011bc9: 48 89 4b 20 mov %rcx,0x20(%rbx) -ffffffff80011bcd: 48 89 43 28 mov %rax,0x28(%rbx) -ffffffff80011bd1: 48 c7 03 01 00 00 00 movq $0x1,(%rbx) -ffffffff80011bd8: c6 05 f9 9f 01 00 00 movb $0x0,0x19ff9(%rip) # ffffffff8002bbd8 <_ZN11CappuccinOS7drivers5video11FRAMEBUFFER17h72251bbf5d6d5b65E.llvm.7359144357878741484> -ffffffff80011bdf: eb 07 jmp ffffffff80011be8 <_ZN11CappuccinOS7drivers5video15get_framebuffer17h9127585df4a3b911E+0x148> -ffffffff80011be1: 48 c7 03 00 00 00 00 movq $0x0,(%rbx) -ffffffff80011be8: 48 89 d8 mov %rbx,%rax -ffffffff80011beb: 48 83 c4 08 add $0x8,%rsp -ffffffff80011bef: 5b pop %rbx -ffffffff80011bf0: 5d pop %rbp -ffffffff80011bf1: c3 ret -ffffffff80011bf2: 48 8d 3d c0 31 01 00 lea 0x131c0(%rip),%rdi # ffffffff80024db9 -ffffffff80011bf9: 48 8d 15 40 90 01 00 lea 0x19040(%rip),%rdx # ffffffff8002ac40 -ffffffff80011c00: be 2b 00 00 00 mov $0x2b,%esi -ffffffff80011c05: e8 96 fb 00 00 call ffffffff800217a0 <_ZN4core9panicking5panic17h5954f42149c26846E> -ffffffff80011c0a: 0f 0b ud2 -ffffffff80011c0c: 48 8d 3d a6 31 01 00 lea 0x131a6(%rip),%rdi # ffffffff80024db9 -ffffffff80011c13: 48 8d 15 3e 90 01 00 lea 0x1903e(%rip),%rdx # ffffffff8002ac58 -ffffffff80011c1a: be 2b 00 00 00 mov $0x2b,%esi -ffffffff80011c1f: e8 7c fb 00 00 call ffffffff800217a0 <_ZN4core9panicking5panic17h5954f42149c26846E> -ffffffff80011c24: 0f 0b ud2 -ffffffff80011c26: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff80011c2d: 00 00 00 - -ffffffff80011c30 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h31e1490c6d23c7f7E>: -ffffffff80011c30: 55 push %rbp -ffffffff80011c31: 48 89 e5 mov %rsp,%rbp -ffffffff80011c34: 48 81 ec 70 02 00 00 sub $0x270,%rsp -ffffffff80011c3b: 48 89 f0 mov %rsi,%rax -ffffffff80011c3e: 48 8b 0f mov (%rdi),%rcx -ffffffff80011c41: 48 8d 51 04 lea 0x4(%rcx),%rdx -ffffffff80011c45: 48 8d 71 05 lea 0x5(%rcx),%rsi -ffffffff80011c49: 48 8d 79 06 lea 0x6(%rcx),%rdi -ffffffff80011c4d: 4c 8d 41 02 lea 0x2(%rcx),%r8 -ffffffff80011c51: 4c 8d 49 07 lea 0x7(%rcx),%r9 -ffffffff80011c55: 4c 8d 51 08 lea 0x8(%rcx),%r10 -ffffffff80011c59: 48 89 95 50 ff ff ff mov %rdx,-0xb0(%rbp) -ffffffff80011c60: 48 8d 15 99 01 01 00 lea 0x10199(%rip),%rdx # ffffffff80021e00 <_ZN4core3fmt3num3imp51_$LT$impl$u20$core..fmt..Display$u20$for$u20$u8$GT$3fmt17h7f1094c63e6bd735E> -ffffffff80011c67: 48 89 95 58 ff ff ff mov %rdx,-0xa8(%rbp) -ffffffff80011c6e: 48 89 b5 60 ff ff ff mov %rsi,-0xa0(%rbp) -ffffffff80011c75: 48 89 95 68 ff ff ff mov %rdx,-0x98(%rbp) -ffffffff80011c7c: 48 89 bd 70 ff ff ff mov %rdi,-0x90(%rbp) -ffffffff80011c83: 48 89 95 78 ff ff ff mov %rdx,-0x88(%rbp) -ffffffff80011c8a: 4c 89 45 80 mov %r8,-0x80(%rbp) -ffffffff80011c8e: 48 8d 15 fb bd 00 00 lea 0xbdfb(%rip),%rdx # ffffffff8001da90 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..UpperHex$u20$for$u20$i16$GT$3fmt17h625d0f2fe4b01bebE> -ffffffff80011c95: 48 89 55 88 mov %rdx,-0x78(%rbp) -ffffffff80011c99: 48 89 4d 90 mov %rcx,-0x70(%rbp) -ffffffff80011c9d: 48 83 c1 09 add $0x9,%rcx -ffffffff80011ca1: 48 89 55 98 mov %rdx,-0x68(%rbp) -ffffffff80011ca5: 4c 89 4d a0 mov %r9,-0x60(%rbp) -ffffffff80011ca9: 48 8d 15 b0 bc 00 00 lea 0xbcb0(%rip),%rdx # ffffffff8001d960 <_ZN4core3fmt3num52_$LT$impl$u20$core..fmt..UpperHex$u20$for$u20$i8$GT$3fmt17h9b3aa08c54f73787E> -ffffffff80011cb0: 48 89 55 a8 mov %rdx,-0x58(%rbp) -ffffffff80011cb4: 4c 89 55 b0 mov %r10,-0x50(%rbp) -ffffffff80011cb8: 48 89 55 b8 mov %rdx,-0x48(%rbp) -ffffffff80011cbc: 48 89 4d c0 mov %rcx,-0x40(%rbp) -ffffffff80011cc0: 48 89 55 c8 mov %rdx,-0x38(%rbp) -ffffffff80011cc4: 48 c7 85 90 fd ff ff movq $0x2,-0x270(%rbp) -ffffffff80011ccb: 02 00 00 00 -ffffffff80011ccf: 48 c7 85 a0 fd ff ff movq $0x2,-0x260(%rbp) -ffffffff80011cd6: 02 00 00 00 -ffffffff80011cda: 48 c7 85 b0 fd ff ff movq $0x0,-0x250(%rbp) -ffffffff80011ce1: 00 00 00 00 -ffffffff80011ce5: 48 c7 85 b8 fd ff ff movq $0x20,-0x248(%rbp) -ffffffff80011cec: 20 00 00 00 -ffffffff80011cf0: c6 85 c0 fd ff ff 03 movb $0x3,-0x240(%rbp) -ffffffff80011cf7: 48 c7 85 c8 fd ff ff movq $0x2,-0x238(%rbp) -ffffffff80011cfe: 02 00 00 00 -ffffffff80011d02: 48 c7 85 d8 fd ff ff movq $0x2,-0x228(%rbp) -ffffffff80011d09: 02 00 00 00 -ffffffff80011d0d: 48 c7 85 e8 fd ff ff movq $0x1,-0x218(%rbp) -ffffffff80011d14: 01 00 00 00 -ffffffff80011d18: 48 c7 85 f0 fd ff ff movq $0x20,-0x210(%rbp) -ffffffff80011d1f: 20 00 00 00 -ffffffff80011d23: c6 85 f8 fd ff ff 03 movb $0x3,-0x208(%rbp) -ffffffff80011d2a: 48 c7 85 00 fe ff ff movq $0x2,-0x200(%rbp) -ffffffff80011d31: 02 00 00 00 -ffffffff80011d35: 48 c7 85 10 fe ff ff movq $0x2,-0x1f0(%rbp) -ffffffff80011d3c: 02 00 00 00 -ffffffff80011d40: 48 c7 85 20 fe ff ff movq $0x2,-0x1e0(%rbp) -ffffffff80011d47: 02 00 00 00 -ffffffff80011d4b: 48 c7 85 28 fe ff ff movq $0x20,-0x1d8(%rbp) -ffffffff80011d52: 20 00 00 00 -ffffffff80011d56: c6 85 30 fe ff ff 03 movb $0x3,-0x1d0(%rbp) -ffffffff80011d5d: 48 c7 85 38 fe ff ff movq $0x2,-0x1c8(%rbp) -ffffffff80011d64: 02 00 00 00 -ffffffff80011d68: 48 c7 85 48 fe ff ff movq $0x2,-0x1b8(%rbp) -ffffffff80011d6f: 02 00 00 00 -ffffffff80011d73: 48 c7 85 58 fe ff ff movq $0x3,-0x1a8(%rbp) -ffffffff80011d7a: 03 00 00 00 -ffffffff80011d7e: 48 b9 20 00 00 00 04 movabs $0x400000020,%rcx -ffffffff80011d85: 00 00 00 -ffffffff80011d88: 48 89 8d 60 fe ff ff mov %rcx,-0x1a0(%rbp) -ffffffff80011d8f: c6 85 68 fe ff ff 03 movb $0x3,-0x198(%rbp) -ffffffff80011d96: 48 c7 85 70 fe ff ff movq $0x2,-0x190(%rbp) -ffffffff80011d9d: 02 00 00 00 -ffffffff80011da1: 48 c7 85 80 fe ff ff movq $0x2,-0x180(%rbp) -ffffffff80011da8: 02 00 00 00 -ffffffff80011dac: 48 c7 85 90 fe ff ff movq $0x4,-0x170(%rbp) -ffffffff80011db3: 04 00 00 00 -ffffffff80011db7: 48 89 8d 98 fe ff ff mov %rcx,-0x168(%rbp) -ffffffff80011dbe: c6 85 a0 fe ff ff 03 movb $0x3,-0x160(%rbp) -ffffffff80011dc5: 48 c7 85 a8 fe ff ff movq $0x2,-0x158(%rbp) -ffffffff80011dcc: 02 00 00 00 -ffffffff80011dd0: 48 c7 85 b8 fe ff ff movq $0x0,-0x148(%rbp) -ffffffff80011dd7: 00 00 00 00 -ffffffff80011ddb: 48 c7 85 c0 fe ff ff movq $0x4,-0x140(%rbp) -ffffffff80011de2: 04 00 00 00 -ffffffff80011de6: 48 c7 85 c8 fe ff ff movq $0x5,-0x138(%rbp) -ffffffff80011ded: 05 00 00 00 -ffffffff80011df1: 48 b9 20 00 00 00 0c movabs $0xc00000020,%rcx -ffffffff80011df8: 00 00 00 -ffffffff80011dfb: 48 89 8d d0 fe ff ff mov %rcx,-0x130(%rbp) -ffffffff80011e02: c6 85 d8 fe ff ff 03 movb $0x3,-0x128(%rbp) -ffffffff80011e09: 48 c7 85 e0 fe ff ff movq $0x2,-0x120(%rbp) -ffffffff80011e10: 02 00 00 00 -ffffffff80011e14: 48 c7 85 f0 fe ff ff movq $0x0,-0x110(%rbp) -ffffffff80011e1b: 00 00 00 00 -ffffffff80011e1f: 48 c7 85 f8 fe ff ff movq $0x4,-0x108(%rbp) -ffffffff80011e26: 04 00 00 00 -ffffffff80011e2a: 48 c7 85 00 ff ff ff movq $0x6,-0x100(%rbp) -ffffffff80011e31: 06 00 00 00 -ffffffff80011e35: 48 89 8d 08 ff ff ff mov %rcx,-0xf8(%rbp) -ffffffff80011e3c: c6 85 10 ff ff ff 03 movb $0x3,-0xf0(%rbp) -ffffffff80011e43: 48 c7 85 18 ff ff ff movq $0x2,-0xe8(%rbp) -ffffffff80011e4a: 02 00 00 00 -ffffffff80011e4e: 48 c7 85 28 ff ff ff movq $0x0,-0xd8(%rbp) -ffffffff80011e55: 00 00 00 00 -ffffffff80011e59: 48 c7 85 30 ff ff ff movq $0x4,-0xd0(%rbp) -ffffffff80011e60: 04 00 00 00 -ffffffff80011e64: 48 c7 85 38 ff ff ff movq $0x7,-0xc8(%rbp) -ffffffff80011e6b: 07 00 00 00 -ffffffff80011e6f: 48 89 8d 40 ff ff ff mov %rcx,-0xc0(%rbp) -ffffffff80011e76: c6 85 48 ff ff ff 03 movb $0x3,-0xb8(%rbp) -ffffffff80011e7d: 48 8d 0d 4c 8e 01 00 lea 0x18e4c(%rip),%rcx # ffffffff8002acd0 -ffffffff80011e84: 48 89 4d d0 mov %rcx,-0x30(%rbp) -ffffffff80011e88: 48 c7 45 d8 08 00 00 movq $0x8,-0x28(%rbp) -ffffffff80011e8f: 00 -ffffffff80011e90: 48 8d 8d 90 fd ff ff lea -0x270(%rbp),%rcx -ffffffff80011e97: 48 89 4d f0 mov %rcx,-0x10(%rbp) -ffffffff80011e9b: 48 c7 45 f8 08 00 00 movq $0x8,-0x8(%rbp) -ffffffff80011ea2: 00 -ffffffff80011ea3: 48 8d 8d 50 ff ff ff lea -0xb0(%rbp),%rcx -ffffffff80011eaa: 48 89 4d e0 mov %rcx,-0x20(%rbp) -ffffffff80011eae: 48 c7 45 e8 08 00 00 movq $0x8,-0x18(%rbp) -ffffffff80011eb5: 00 -ffffffff80011eb6: 48 8d 75 d0 lea -0x30(%rbp),%rsi -ffffffff80011eba: 48 89 c7 mov %rax,%rdi -ffffffff80011ebd: e8 0e ca 00 00 call ffffffff8001e8d0 <_ZN4core3fmt9Formatter9write_fmt17hccb3b608677ed295E> -ffffffff80011ec2: 48 81 c4 70 02 00 00 add $0x270,%rsp -ffffffff80011ec9: 5d pop %rbp -ffffffff80011eca: c3 ret -ffffffff80011ecb: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) - -ffffffff80011ed0 <_ZN5alloc4sync16Arc$LT$T$C$A$GT$9drop_slow17h3e7fd2046c900cb3E>: -ffffffff80011ed0: 55 push %rbp -ffffffff80011ed1: 48 89 e5 mov %rsp,%rbp -ffffffff80011ed4: 41 57 push %r15 -ffffffff80011ed6: 41 56 push %r14 -ffffffff80011ed8: 53 push %rbx -ffffffff80011ed9: 48 81 ec a8 00 00 00 sub $0xa8,%rsp -ffffffff80011ee0: 48 8b 1f mov (%rdi),%rbx -ffffffff80011ee3: 48 83 fb ff cmp $0xffffffffffffffff,%rbx -ffffffff80011ee7: 74 44 je ffffffff80011f2d <_ZN5alloc4sync16Arc$LT$T$C$A$GT$9drop_slow17h3e7fd2046c900cb3E+0x5d> -ffffffff80011ee9: 4c 8b 77 08 mov 0x8(%rdi),%r14 -ffffffff80011eed: f0 48 ff 4b 08 lock decq 0x8(%rbx) -ffffffff80011ef2: 75 39 jne ffffffff80011f2d <_ZN5alloc4sync16Arc$LT$T$C$A$GT$9drop_slow17h3e7fd2046c900cb3E+0x5d> -ffffffff80011ef4: 49 83 c6 17 add $0x17,%r14 -ffffffff80011ef8: 49 83 e6 f8 and $0xfffffffffffffff8,%r14 -ffffffff80011efc: 74 2f je ffffffff80011f2d <_ZN5alloc4sync16Arc$LT$T$C$A$GT$9drop_slow17h3e7fd2046c900cb3E+0x5d> -ffffffff80011efe: 0f b6 05 93 94 01 00 movzbl 0x19493(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80011f05: 84 c0 test %al,%al -ffffffff80011f07: 74 32 je ffffffff80011f3b <_ZN5alloc4sync16Arc$LT$T$C$A$GT$9drop_slow17h3e7fd2046c900cb3E+0x6b> -ffffffff80011f09: 48 83 3d d7 93 01 00 cmpq $0x0,0x193d7(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80011f10: 00 -ffffffff80011f11: 75 5e jne ffffffff80011f71 <_ZN5alloc4sync16Arc$LT$T$C$A$GT$9drop_slow17h3e7fd2046c900cb3E+0xa1> -ffffffff80011f13: 48 8d 3d c6 48 01 00 lea 0x148c6(%rip),%rdi # ffffffff800267e0 -ffffffff80011f1a: 48 8d 15 ff 95 01 00 lea 0x195ff(%rip),%rdx # ffffffff8002b520 -ffffffff80011f21: be 1e 00 00 00 mov $0x1e,%esi -ffffffff80011f26: e8 f5 fd 00 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff80011f2b: 0f 0b ud2 -ffffffff80011f2d: 48 81 c4 a8 00 00 00 add $0xa8,%rsp -ffffffff80011f34: 5b pop %rbx -ffffffff80011f35: 41 5e pop %r14 -ffffffff80011f37: 41 5f pop %r15 -ffffffff80011f39: 5d pop %rbp -ffffffff80011f3a: c3 ret -ffffffff80011f3b: 4c 8d bd 40 ff ff ff lea -0xc0(%rbp),%r15 -ffffffff80011f42: 4c 89 ff mov %r15,%rdi -ffffffff80011f45: ff 15 95 93 01 00 call *0x19395(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80011f4b: 48 c7 05 92 93 01 00 movq $0x1,0x19392(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80011f52: 01 00 00 00 -ffffffff80011f56: 48 8d 3d 93 93 01 00 lea 0x19393(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80011f5d: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80011f62: 4c 89 fe mov %r15,%rsi -ffffffff80011f65: e8 16 07 01 00 call ffffffff80022680 -ffffffff80011f6a: c6 05 27 94 01 00 01 movb $0x1,0x19427(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80011f71: 48 8d 3d 78 93 01 00 lea 0x19378(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80011f78: ba 08 00 00 00 mov $0x8,%edx -ffffffff80011f7d: 48 89 de mov %rbx,%rsi -ffffffff80011f80: 4c 89 f1 mov %r14,%rcx -ffffffff80011f83: 48 81 c4 a8 00 00 00 add $0xa8,%rsp -ffffffff80011f8a: 5b pop %rbx -ffffffff80011f8b: 41 5e pop %r14 -ffffffff80011f8d: 41 5f pop %r15 -ffffffff80011f8f: 5d pop %rbp -ffffffff80011f90: e9 bb 22 00 00 jmp ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80011f95: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff80011f9c: 00 00 00 -ffffffff80011f9f: 90 nop - -ffffffff80011fa0 <_ZN5alloc4sync16Arc$LT$T$C$A$GT$9drop_slow17h69e53f2f88cea77fE>: -ffffffff80011fa0: 55 push %rbp -ffffffff80011fa1: 48 89 e5 mov %rsp,%rbp -ffffffff80011fa4: 41 56 push %r14 -ffffffff80011fa6: 53 push %rbx -ffffffff80011fa7: 48 81 ec b0 00 00 00 sub $0xb0,%rsp -ffffffff80011fae: 48 8b 1f mov (%rdi),%rbx -ffffffff80011fb1: 48 83 fb ff cmp $0xffffffffffffffff,%rbx -ffffffff80011fb5: 74 36 je ffffffff80011fed <_ZN5alloc4sync16Arc$LT$T$C$A$GT$9drop_slow17h69e53f2f88cea77fE+0x4d> -ffffffff80011fb7: f0 48 ff 4b 08 lock decq 0x8(%rbx) -ffffffff80011fbc: 75 2f jne ffffffff80011fed <_ZN5alloc4sync16Arc$LT$T$C$A$GT$9drop_slow17h69e53f2f88cea77fE+0x4d> -ffffffff80011fbe: 0f b6 05 d3 93 01 00 movzbl 0x193d3(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80011fc5: 84 c0 test %al,%al -ffffffff80011fc7: 74 30 je ffffffff80011ff9 <_ZN5alloc4sync16Arc$LT$T$C$A$GT$9drop_slow17h69e53f2f88cea77fE+0x59> -ffffffff80011fc9: 48 83 3d 17 93 01 00 cmpq $0x0,0x19317(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80011fd0: 00 -ffffffff80011fd1: 75 5c jne ffffffff8001202f <_ZN5alloc4sync16Arc$LT$T$C$A$GT$9drop_slow17h69e53f2f88cea77fE+0x8f> -ffffffff80011fd3: 48 8d 3d 06 48 01 00 lea 0x14806(%rip),%rdi # ffffffff800267e0 -ffffffff80011fda: 48 8d 15 3f 95 01 00 lea 0x1953f(%rip),%rdx # ffffffff8002b520 -ffffffff80011fe1: be 1e 00 00 00 mov $0x1e,%esi -ffffffff80011fe6: e8 35 fd 00 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff80011feb: 0f 0b ud2 -ffffffff80011fed: 48 81 c4 b0 00 00 00 add $0xb0,%rsp -ffffffff80011ff4: 5b pop %rbx -ffffffff80011ff5: 41 5e pop %r14 -ffffffff80011ff7: 5d pop %rbp -ffffffff80011ff8: c3 ret -ffffffff80011ff9: 4c 8d b5 48 ff ff ff lea -0xb8(%rbp),%r14 -ffffffff80012000: 4c 89 f7 mov %r14,%rdi -ffffffff80012003: ff 15 d7 92 01 00 call *0x192d7(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80012009: 48 c7 05 d4 92 01 00 movq $0x1,0x192d4(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80012010: 01 00 00 00 -ffffffff80012014: 48 8d 3d d5 92 01 00 lea 0x192d5(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001201b: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80012020: 4c 89 f6 mov %r14,%rsi -ffffffff80012023: e8 58 06 01 00 call ffffffff80022680 -ffffffff80012028: c6 05 69 93 01 00 01 movb $0x1,0x19369(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001202f: 48 8d 3d ba 92 01 00 lea 0x192ba(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80012036: ba 08 00 00 00 mov $0x8,%edx -ffffffff8001203b: b9 10 02 00 00 mov $0x210,%ecx -ffffffff80012040: 48 89 de mov %rbx,%rsi -ffffffff80012043: 48 81 c4 b0 00 00 00 add $0xb0,%rsp -ffffffff8001204a: 5b pop %rbx -ffffffff8001204b: 41 5e pop %r14 -ffffffff8001204d: 5d pop %rbp -ffffffff8001204e: e9 fd 21 00 00 jmp ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80012053: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001205a: 00 00 00 -ffffffff8001205d: 0f 1f 00 nopl (%rax) - -ffffffff80012060 <_ZN5alloc4sync16Arc$LT$T$C$A$GT$9drop_slow17h7f046b0590eb0b90E>: -ffffffff80012060: 55 push %rbp -ffffffff80012061: 48 89 e5 mov %rsp,%rbp -ffffffff80012064: 41 57 push %r15 -ffffffff80012066: 41 56 push %r14 -ffffffff80012068: 53 push %rbx -ffffffff80012069: 48 81 ec a8 00 00 00 sub $0xa8,%rsp -ffffffff80012070: 48 8b 1f mov (%rdi),%rbx -ffffffff80012073: 48 83 fb ff cmp $0xffffffffffffffff,%rbx -ffffffff80012077: 74 48 je ffffffff800120c1 <_ZN5alloc4sync16Arc$LT$T$C$A$GT$9drop_slow17h7f046b0590eb0b90E+0x61> -ffffffff80012079: 48 8b 47 08 mov 0x8(%rdi),%rax -ffffffff8001207d: f0 48 ff 4b 08 lock decq 0x8(%rbx) -ffffffff80012082: 75 3d jne ffffffff800120c1 <_ZN5alloc4sync16Arc$LT$T$C$A$GT$9drop_slow17h7f046b0590eb0b90E+0x61> -ffffffff80012084: 4c 8d 34 85 17 00 00 lea 0x17(,%rax,4),%r14 -ffffffff8001208b: 00 -ffffffff8001208c: 49 83 e6 f8 and $0xfffffffffffffff8,%r14 -ffffffff80012090: 74 2f je ffffffff800120c1 <_ZN5alloc4sync16Arc$LT$T$C$A$GT$9drop_slow17h7f046b0590eb0b90E+0x61> -ffffffff80012092: 0f b6 05 ff 92 01 00 movzbl 0x192ff(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80012099: 84 c0 test %al,%al -ffffffff8001209b: 74 32 je ffffffff800120cf <_ZN5alloc4sync16Arc$LT$T$C$A$GT$9drop_slow17h7f046b0590eb0b90E+0x6f> -ffffffff8001209d: 48 83 3d 43 92 01 00 cmpq $0x0,0x19243(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff800120a4: 00 -ffffffff800120a5: 75 5e jne ffffffff80012105 <_ZN5alloc4sync16Arc$LT$T$C$A$GT$9drop_slow17h7f046b0590eb0b90E+0xa5> -ffffffff800120a7: 48 8d 3d 32 47 01 00 lea 0x14732(%rip),%rdi # ffffffff800267e0 -ffffffff800120ae: 48 8d 15 6b 94 01 00 lea 0x1946b(%rip),%rdx # ffffffff8002b520 -ffffffff800120b5: be 1e 00 00 00 mov $0x1e,%esi -ffffffff800120ba: e8 61 fc 00 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff800120bf: 0f 0b ud2 -ffffffff800120c1: 48 81 c4 a8 00 00 00 add $0xa8,%rsp -ffffffff800120c8: 5b pop %rbx -ffffffff800120c9: 41 5e pop %r14 -ffffffff800120cb: 41 5f pop %r15 -ffffffff800120cd: 5d pop %rbp -ffffffff800120ce: c3 ret -ffffffff800120cf: 4c 8d bd 40 ff ff ff lea -0xc0(%rbp),%r15 -ffffffff800120d6: 4c 89 ff mov %r15,%rdi -ffffffff800120d9: ff 15 01 92 01 00 call *0x19201(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff800120df: 48 c7 05 fe 91 01 00 movq $0x1,0x191fe(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff800120e6: 01 00 00 00 -ffffffff800120ea: 48 8d 3d ff 91 01 00 lea 0x191ff(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff800120f1: ba a8 00 00 00 mov $0xa8,%edx -ffffffff800120f6: 4c 89 fe mov %r15,%rsi -ffffffff800120f9: e8 82 05 01 00 call ffffffff80022680 -ffffffff800120fe: c6 05 93 92 01 00 01 movb $0x1,0x19293(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80012105: 48 8d 3d e4 91 01 00 lea 0x191e4(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001210c: ba 08 00 00 00 mov $0x8,%edx -ffffffff80012111: 48 89 de mov %rbx,%rsi -ffffffff80012114: 4c 89 f1 mov %r14,%rcx -ffffffff80012117: 48 81 c4 a8 00 00 00 add $0xa8,%rsp -ffffffff8001211e: 5b pop %rbx -ffffffff8001211f: 41 5e pop %r14 -ffffffff80012121: 41 5f pop %r15 -ffffffff80012123: 5d pop %rbp -ffffffff80012124: e9 27 21 00 00 jmp ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80012129: 0f 1f 80 00 00 00 00 nopl 0x0(%rax) - -ffffffff80012130 <_ZN5alloc4sync16Arc$LT$T$C$A$GT$9drop_slow17h8121f75299ef78c8E>: -ffffffff80012130: 55 push %rbp -ffffffff80012131: 48 89 e5 mov %rsp,%rbp -ffffffff80012134: 41 56 push %r14 -ffffffff80012136: 53 push %rbx -ffffffff80012137: 48 81 ec b0 00 00 00 sub $0xb0,%rsp -ffffffff8001213e: 48 8b 1f mov (%rdi),%rbx -ffffffff80012141: 48 83 fb ff cmp $0xffffffffffffffff,%rbx -ffffffff80012145: 74 36 je ffffffff8001217d <_ZN5alloc4sync16Arc$LT$T$C$A$GT$9drop_slow17h8121f75299ef78c8E+0x4d> -ffffffff80012147: f0 48 ff 4b 08 lock decq 0x8(%rbx) -ffffffff8001214c: 75 2f jne ffffffff8001217d <_ZN5alloc4sync16Arc$LT$T$C$A$GT$9drop_slow17h8121f75299ef78c8E+0x4d> -ffffffff8001214e: 0f b6 05 43 92 01 00 movzbl 0x19243(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80012155: 84 c0 test %al,%al -ffffffff80012157: 74 30 je ffffffff80012189 <_ZN5alloc4sync16Arc$LT$T$C$A$GT$9drop_slow17h8121f75299ef78c8E+0x59> -ffffffff80012159: 48 83 3d 87 91 01 00 cmpq $0x0,0x19187(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80012160: 00 -ffffffff80012161: 75 5c jne ffffffff800121bf <_ZN5alloc4sync16Arc$LT$T$C$A$GT$9drop_slow17h8121f75299ef78c8E+0x8f> -ffffffff80012163: 48 8d 3d 76 46 01 00 lea 0x14676(%rip),%rdi # ffffffff800267e0 -ffffffff8001216a: 48 8d 15 af 93 01 00 lea 0x193af(%rip),%rdx # ffffffff8002b520 -ffffffff80012171: be 1e 00 00 00 mov $0x1e,%esi -ffffffff80012176: e8 a5 fb 00 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff8001217b: 0f 0b ud2 -ffffffff8001217d: 48 81 c4 b0 00 00 00 add $0xb0,%rsp -ffffffff80012184: 5b pop %rbx -ffffffff80012185: 41 5e pop %r14 -ffffffff80012187: 5d pop %rbp -ffffffff80012188: c3 ret -ffffffff80012189: 4c 8d b5 48 ff ff ff lea -0xb8(%rbp),%r14 -ffffffff80012190: 4c 89 f7 mov %r14,%rdi -ffffffff80012193: ff 15 47 91 01 00 call *0x19147(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80012199: 48 c7 05 44 91 01 00 movq $0x1,0x19144(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff800121a0: 01 00 00 00 -ffffffff800121a4: 48 8d 3d 45 91 01 00 lea 0x19145(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff800121ab: ba a8 00 00 00 mov $0xa8,%edx -ffffffff800121b0: 4c 89 f6 mov %r14,%rsi -ffffffff800121b3: e8 c8 04 01 00 call ffffffff80022680 -ffffffff800121b8: c6 05 d9 91 01 00 01 movb $0x1,0x191d9(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff800121bf: 48 8d 3d 2a 91 01 00 lea 0x1912a(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff800121c6: ba 08 00 00 00 mov $0x8,%edx -ffffffff800121cb: b9 18 00 00 00 mov $0x18,%ecx -ffffffff800121d0: 48 89 de mov %rbx,%rsi -ffffffff800121d3: 48 81 c4 b0 00 00 00 add $0xb0,%rsp -ffffffff800121da: 5b pop %rbx -ffffffff800121db: 41 5e pop %r14 -ffffffff800121dd: 5d pop %rbp -ffffffff800121de: e9 6d 20 00 00 jmp ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff800121e3: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff800121ea: 00 00 00 -ffffffff800121ed: 0f 1f 00 nopl (%rax) - -ffffffff800121f0 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E>: -ffffffff800121f0: 55 push %rbp -ffffffff800121f1: 48 89 e5 mov %rsp,%rbp -ffffffff800121f4: 41 57 push %r15 -ffffffff800121f6: 41 56 push %r14 -ffffffff800121f8: 41 55 push %r13 -ffffffff800121fa: 41 54 push %r12 -ffffffff800121fc: 53 push %rbx -ffffffff800121fd: 48 81 ec 58 01 00 00 sub $0x158,%rsp -ffffffff80012204: 31 ff xor %edi,%edi -ffffffff80012206: eb 19 jmp ffffffff80012221 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0x31> -ffffffff80012208: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff8001220f: 00 -ffffffff80012210: 8d 47 01 lea 0x1(%rdi),%eax -ffffffff80012213: 81 ff ff 00 00 00 cmp $0xff,%edi -ffffffff80012219: 89 c7 mov %eax,%edi -ffffffff8001221b: 0f 84 d7 0b 00 00 je ffffffff80012df8 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0xc08> -ffffffff80012221: 89 f8 mov %edi,%eax -ffffffff80012223: c1 e0 10 shl $0x10,%eax -ffffffff80012226: 89 45 ac mov %eax,-0x54(%rbp) -ffffffff80012229: 45 31 c0 xor %r8d,%r8d -ffffffff8001222c: 48 89 7d b8 mov %rdi,-0x48(%rbp) -ffffffff80012230: eb 17 jmp ffffffff80012249 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0x59> -ffffffff80012232: 66 66 66 66 66 2e 0f data16 data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff80012239: 1f 84 00 00 00 00 00 -ffffffff80012240: 41 ff c0 inc %r8d -ffffffff80012243: 41 83 f8 20 cmp $0x20,%r8d -ffffffff80012247: 74 c7 je ffffffff80012210 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0x20> -ffffffff80012249: 45 89 c1 mov %r8d,%r9d -ffffffff8001224c: 41 c1 e1 0b shl $0xb,%r9d -ffffffff80012250: 44 0b 4d ac or -0x54(%rbp),%r9d -ffffffff80012254: 44 89 c9 mov %r9d,%ecx -ffffffff80012257: 81 c9 00 00 00 80 or $0x80000000,%ecx -ffffffff8001225d: 66 ba f8 0c mov $0xcf8,%dx -ffffffff80012261: 89 c8 mov %ecx,%eax -ffffffff80012263: ef out %eax,(%dx) -ffffffff80012264: 66 ba fc 0c mov $0xcfc,%dx -ffffffff80012268: ed in (%dx),%eax -ffffffff80012269: 66 83 f8 ff cmp $0xffff,%ax -ffffffff8001226d: 74 d1 je ffffffff80012240 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0x50> -ffffffff8001226f: 90 nop -ffffffff80012270: b0 01 mov $0x1,%al -ffffffff80012272: 86 05 d8 8a 01 00 xchg %al,0x18ad8(%rip) # ffffffff8002ad50 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E> -ffffffff80012278: 84 c0 test %al,%al -ffffffff8001227a: 75 f4 jne ffffffff80012270 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0x80> -ffffffff8001227c: 66 ba f8 0c mov $0xcf8,%dx -ffffffff80012280: 89 c8 mov %ecx,%eax -ffffffff80012282: ef out %eax,(%dx) -ffffffff80012283: 66 ba fc 0c mov $0xcfc,%dx -ffffffff80012287: ed in (%dx),%eax -ffffffff80012288: 41 89 c2 mov %eax,%r10d -ffffffff8001228b: 66 ba f8 0c mov $0xcf8,%dx -ffffffff8001228f: 89 c8 mov %ecx,%eax -ffffffff80012291: ef out %eax,(%dx) -ffffffff80012292: 66 ba fc 0c mov $0xcfc,%dx -ffffffff80012296: ed in (%dx),%eax -ffffffff80012297: 41 89 c5 mov %eax,%r13d -ffffffff8001229a: 45 89 cf mov %r9d,%r15d -ffffffff8001229d: 41 81 cf 08 00 00 80 or $0x80000008,%r15d -ffffffff800122a4: 66 ba f8 0c mov $0xcf8,%dx -ffffffff800122a8: 44 89 f8 mov %r15d,%eax -ffffffff800122ab: ef out %eax,(%dx) -ffffffff800122ac: 66 ba fc 0c mov $0xcfc,%dx -ffffffff800122b0: ed in (%dx),%eax -ffffffff800122b1: 89 c3 mov %eax,%ebx -ffffffff800122b3: 66 ba f8 0c mov $0xcf8,%dx -ffffffff800122b7: 44 89 f8 mov %r15d,%eax -ffffffff800122ba: ef out %eax,(%dx) -ffffffff800122bb: 66 ba fc 0c mov $0xcfc,%dx -ffffffff800122bf: ed in (%dx),%eax -ffffffff800122c0: 41 89 c6 mov %eax,%r14d -ffffffff800122c3: 66 ba f8 0c mov $0xcf8,%dx -ffffffff800122c7: 44 89 f8 mov %r15d,%eax -ffffffff800122ca: ef out %eax,(%dx) -ffffffff800122cb: 66 ba fc 0c mov $0xcfc,%dx -ffffffff800122cf: ed in (%dx),%eax -ffffffff800122d0: 41 89 c4 mov %eax,%r12d -ffffffff800122d3: 66 ba f8 0c mov $0xcf8,%dx -ffffffff800122d7: 44 89 f8 mov %r15d,%eax -ffffffff800122da: ef out %eax,(%dx) -ffffffff800122db: 66 ba fc 0c mov $0xcfc,%dx -ffffffff800122df: ed in (%dx),%eax -ffffffff800122e0: 48 8b 35 81 8a 01 00 mov 0x18a81(%rip),%rsi # ffffffff8002ad68 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E+0x18> -ffffffff800122e7: 48 3b 35 72 8a 01 00 cmp 0x18a72(%rip),%rsi # ffffffff8002ad60 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E+0x10> -ffffffff800122ee: 44 89 45 c0 mov %r8d,-0x40(%rbp) -ffffffff800122f2: 44 89 4d c8 mov %r9d,-0x38(%rbp) -ffffffff800122f6: 75 2d jne ffffffff80012325 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0x135> -ffffffff800122f8: 48 8d 3d 59 8a 01 00 lea 0x18a59(%rip),%rdi # ffffffff8002ad58 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E+0x8> -ffffffff800122ff: 44 89 55 d0 mov %r10d,-0x30(%rbp) -ffffffff80012303: 89 45 d4 mov %eax,-0x2c(%rbp) -ffffffff80012306: e8 85 e2 ff ff call ffffffff80010590 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17hc92dbd660fd5a64aE> -ffffffff8001230b: 8b 45 d4 mov -0x2c(%rbp),%eax -ffffffff8001230e: 44 8b 55 d0 mov -0x30(%rbp),%r10d -ffffffff80012312: 44 8b 4d c8 mov -0x38(%rbp),%r9d -ffffffff80012316: 44 8b 45 c0 mov -0x40(%rbp),%r8d -ffffffff8001231a: 48 8b 7d b8 mov -0x48(%rbp),%rdi -ffffffff8001231e: 48 8b 35 43 8a 01 00 mov 0x18a43(%rip),%rsi # ffffffff8002ad68 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E+0x18> -ffffffff80012325: 41 c1 ed 10 shr $0x10,%r13d -ffffffff80012329: c1 eb 18 shr $0x18,%ebx -ffffffff8001232c: 41 c1 ee 10 shr $0x10,%r14d -ffffffff80012330: 41 c1 ec 08 shr $0x8,%r12d -ffffffff80012334: 48 8b 15 1d 8a 01 00 mov 0x18a1d(%rip),%rdx # ffffffff8002ad58 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E+0x8> -ffffffff8001233b: 48 8d 0c 76 lea (%rsi,%rsi,2),%rcx -ffffffff8001233f: 66 44 89 2c 8a mov %r13w,(%rdx,%rcx,4) -ffffffff80012344: 66 44 89 54 8a 02 mov %r10w,0x2(%rdx,%rcx,4) -ffffffff8001234a: 40 88 7c 8a 04 mov %dil,0x4(%rdx,%rcx,4) -ffffffff8001234f: 44 88 44 8a 05 mov %r8b,0x5(%rdx,%rcx,4) -ffffffff80012354: c6 44 8a 06 00 movb $0x0,0x6(%rdx,%rcx,4) -ffffffff80012359: 88 5c 8a 07 mov %bl,0x7(%rdx,%rcx,4) -ffffffff8001235d: 44 88 74 8a 08 mov %r14b,0x8(%rdx,%rcx,4) -ffffffff80012362: 44 88 64 8a 09 mov %r12b,0x9(%rdx,%rcx,4) -ffffffff80012367: 88 44 8a 0a mov %al,0xa(%rdx,%rcx,4) -ffffffff8001236b: 48 ff 05 f6 89 01 00 incq 0x189f6(%rip) # ffffffff8002ad68 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E+0x18> -ffffffff80012372: c6 05 d7 89 01 00 00 movb $0x0,0x189d7(%rip) # ffffffff8002ad50 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E> -ffffffff80012379: 66 ba f8 0c mov $0xcf8,%dx -ffffffff8001237d: 44 89 f8 mov %r15d,%eax -ffffffff80012380: ef out %eax,(%dx) -ffffffff80012381: 66 ba fc 0c mov $0xcfc,%dx -ffffffff80012385: ed in (%dx),%eax -ffffffff80012386: 89 c1 mov %eax,%ecx -ffffffff80012388: 66 ba f8 0c mov $0xcf8,%dx -ffffffff8001238c: 44 89 f8 mov %r15d,%eax -ffffffff8001238f: ef out %eax,(%dx) -ffffffff80012390: 66 ba fc 0c mov $0xcfc,%dx -ffffffff80012394: ed in (%dx),%eax -ffffffff80012395: 81 e1 00 00 00 ff and $0xff000000,%ecx -ffffffff8001239b: 81 f9 00 00 00 06 cmp $0x6000000,%ecx -ffffffff800123a1: 75 1e jne ffffffff800123c1 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0x1d1> -ffffffff800123a3: 25 00 00 ff 00 and $0xff0000,%eax -ffffffff800123a8: 3d 00 00 04 00 cmp $0x40000,%eax -ffffffff800123ad: 75 12 jne ffffffff800123c1 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0x1d1> -ffffffff800123af: 44 89 c8 mov %r9d,%eax -ffffffff800123b2: 0d 10 00 00 80 or $0x80000010,%eax -ffffffff800123b7: 66 ba f8 0c mov $0xcf8,%dx -ffffffff800123bb: ef out %eax,(%dx) -ffffffff800123bc: 66 ba fc 0c mov $0xcfc,%dx -ffffffff800123c0: ed in (%dx),%eax -ffffffff800123c1: 44 89 c8 mov %r9d,%eax -ffffffff800123c4: 0d 0c 00 00 80 or $0x8000000c,%eax -ffffffff800123c9: 66 ba f8 0c mov $0xcf8,%dx -ffffffff800123cd: ef out %eax,(%dx) -ffffffff800123ce: 66 ba fc 0c mov $0xcfc,%dx -ffffffff800123d2: ed in (%dx),%eax -ffffffff800123d3: a9 00 00 80 00 test $0x800000,%eax -ffffffff800123d8: 0f 84 62 fe ff ff je ffffffff80012240 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0x50> -ffffffff800123de: 44 89 c9 mov %r9d,%ecx -ffffffff800123e1: 81 c9 00 01 00 80 or $0x80000100,%ecx -ffffffff800123e7: 66 ba f8 0c mov $0xcf8,%dx -ffffffff800123eb: 89 c8 mov %ecx,%eax -ffffffff800123ed: ef out %eax,(%dx) -ffffffff800123ee: 66 ba fc 0c mov $0xcfc,%dx -ffffffff800123f2: ed in (%dx),%eax -ffffffff800123f3: 66 83 f8 ff cmp $0xffff,%ax -ffffffff800123f7: 0f 84 4c 01 00 00 je ffffffff80012549 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0x359> -ffffffff800123fd: 0f 1f 00 nopl (%rax) -ffffffff80012400: b0 01 mov $0x1,%al -ffffffff80012402: 86 05 48 89 01 00 xchg %al,0x18948(%rip) # ffffffff8002ad50 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E> -ffffffff80012408: 84 c0 test %al,%al -ffffffff8001240a: 75 f4 jne ffffffff80012400 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0x210> -ffffffff8001240c: 66 ba f8 0c mov $0xcf8,%dx -ffffffff80012410: 89 c8 mov %ecx,%eax -ffffffff80012412: ef out %eax,(%dx) -ffffffff80012413: 66 ba fc 0c mov $0xcfc,%dx -ffffffff80012417: ed in (%dx),%eax -ffffffff80012418: 41 89 c2 mov %eax,%r10d -ffffffff8001241b: 66 ba f8 0c mov $0xcf8,%dx -ffffffff8001241f: 89 c8 mov %ecx,%eax -ffffffff80012421: ef out %eax,(%dx) -ffffffff80012422: 66 ba fc 0c mov $0xcfc,%dx -ffffffff80012426: ed in (%dx),%eax -ffffffff80012427: 41 89 c5 mov %eax,%r13d -ffffffff8001242a: 45 89 cf mov %r9d,%r15d -ffffffff8001242d: 41 81 cf 08 01 00 80 or $0x80000108,%r15d -ffffffff80012434: 66 ba f8 0c mov $0xcf8,%dx -ffffffff80012438: 44 89 f8 mov %r15d,%eax -ffffffff8001243b: ef out %eax,(%dx) -ffffffff8001243c: 66 ba fc 0c mov $0xcfc,%dx -ffffffff80012440: ed in (%dx),%eax -ffffffff80012441: 89 c3 mov %eax,%ebx -ffffffff80012443: 66 ba f8 0c mov $0xcf8,%dx -ffffffff80012447: 44 89 f8 mov %r15d,%eax -ffffffff8001244a: ef out %eax,(%dx) -ffffffff8001244b: 66 ba fc 0c mov $0xcfc,%dx -ffffffff8001244f: ed in (%dx),%eax -ffffffff80012450: 41 89 c6 mov %eax,%r14d -ffffffff80012453: 66 ba f8 0c mov $0xcf8,%dx -ffffffff80012457: 44 89 f8 mov %r15d,%eax -ffffffff8001245a: ef out %eax,(%dx) -ffffffff8001245b: 66 ba fc 0c mov $0xcfc,%dx -ffffffff8001245f: ed in (%dx),%eax -ffffffff80012460: 41 89 c4 mov %eax,%r12d -ffffffff80012463: 66 ba f8 0c mov $0xcf8,%dx -ffffffff80012467: 44 89 f8 mov %r15d,%eax -ffffffff8001246a: ef out %eax,(%dx) -ffffffff8001246b: 66 ba fc 0c mov $0xcfc,%dx -ffffffff8001246f: ed in (%dx),%eax -ffffffff80012470: 48 8b 35 f1 88 01 00 mov 0x188f1(%rip),%rsi # ffffffff8002ad68 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E+0x18> -ffffffff80012477: 48 3b 35 e2 88 01 00 cmp 0x188e2(%rip),%rsi # ffffffff8002ad60 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E+0x10> -ffffffff8001247e: 75 2d jne ffffffff800124ad <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0x2bd> -ffffffff80012480: 48 8d 3d d1 88 01 00 lea 0x188d1(%rip),%rdi # ffffffff8002ad58 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E+0x8> -ffffffff80012487: 44 89 55 d0 mov %r10d,-0x30(%rbp) -ffffffff8001248b: 89 45 d4 mov %eax,-0x2c(%rbp) -ffffffff8001248e: e8 fd e0 ff ff call ffffffff80010590 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17hc92dbd660fd5a64aE> -ffffffff80012493: 8b 45 d4 mov -0x2c(%rbp),%eax -ffffffff80012496: 44 8b 55 d0 mov -0x30(%rbp),%r10d -ffffffff8001249a: 44 8b 4d c8 mov -0x38(%rbp),%r9d -ffffffff8001249e: 44 8b 45 c0 mov -0x40(%rbp),%r8d -ffffffff800124a2: 48 8b 7d b8 mov -0x48(%rbp),%rdi -ffffffff800124a6: 48 8b 35 bb 88 01 00 mov 0x188bb(%rip),%rsi # ffffffff8002ad68 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E+0x18> -ffffffff800124ad: 41 c1 ed 10 shr $0x10,%r13d -ffffffff800124b1: c1 eb 18 shr $0x18,%ebx -ffffffff800124b4: 41 c1 ee 10 shr $0x10,%r14d -ffffffff800124b8: 41 c1 ec 08 shr $0x8,%r12d -ffffffff800124bc: 48 8b 15 95 88 01 00 mov 0x18895(%rip),%rdx # ffffffff8002ad58 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E+0x8> -ffffffff800124c3: 48 8d 0c 76 lea (%rsi,%rsi,2),%rcx -ffffffff800124c7: 66 44 89 2c 8a mov %r13w,(%rdx,%rcx,4) -ffffffff800124cc: 66 44 89 54 8a 02 mov %r10w,0x2(%rdx,%rcx,4) -ffffffff800124d2: 40 88 7c 8a 04 mov %dil,0x4(%rdx,%rcx,4) -ffffffff800124d7: 44 88 44 8a 05 mov %r8b,0x5(%rdx,%rcx,4) -ffffffff800124dc: c6 44 8a 06 01 movb $0x1,0x6(%rdx,%rcx,4) -ffffffff800124e1: 88 5c 8a 07 mov %bl,0x7(%rdx,%rcx,4) -ffffffff800124e5: 44 88 74 8a 08 mov %r14b,0x8(%rdx,%rcx,4) -ffffffff800124ea: 44 88 64 8a 09 mov %r12b,0x9(%rdx,%rcx,4) -ffffffff800124ef: 88 44 8a 0a mov %al,0xa(%rdx,%rcx,4) -ffffffff800124f3: 48 ff 05 6e 88 01 00 incq 0x1886e(%rip) # ffffffff8002ad68 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E+0x18> -ffffffff800124fa: c6 05 4f 88 01 00 00 movb $0x0,0x1884f(%rip) # ffffffff8002ad50 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E> -ffffffff80012501: 66 ba f8 0c mov $0xcf8,%dx -ffffffff80012505: 44 89 f8 mov %r15d,%eax -ffffffff80012508: ef out %eax,(%dx) -ffffffff80012509: 66 ba fc 0c mov $0xcfc,%dx -ffffffff8001250d: ed in (%dx),%eax -ffffffff8001250e: 89 c1 mov %eax,%ecx -ffffffff80012510: 66 ba f8 0c mov $0xcf8,%dx -ffffffff80012514: 44 89 f8 mov %r15d,%eax -ffffffff80012517: ef out %eax,(%dx) -ffffffff80012518: 66 ba fc 0c mov $0xcfc,%dx -ffffffff8001251c: ed in (%dx),%eax -ffffffff8001251d: 81 e1 00 00 00 ff and $0xff000000,%ecx -ffffffff80012523: 81 f9 00 00 00 06 cmp $0x6000000,%ecx -ffffffff80012529: 75 1e jne ffffffff80012549 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0x359> -ffffffff8001252b: 25 00 00 ff 00 and $0xff0000,%eax -ffffffff80012530: 3d 00 00 04 00 cmp $0x40000,%eax -ffffffff80012535: 75 12 jne ffffffff80012549 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0x359> -ffffffff80012537: 44 89 c8 mov %r9d,%eax -ffffffff8001253a: 0d 10 01 00 80 or $0x80000110,%eax -ffffffff8001253f: 66 ba f8 0c mov $0xcf8,%dx -ffffffff80012543: ef out %eax,(%dx) -ffffffff80012544: 66 ba fc 0c mov $0xcfc,%dx -ffffffff80012548: ed in (%dx),%eax -ffffffff80012549: 44 89 c9 mov %r9d,%ecx -ffffffff8001254c: 81 c9 00 02 00 80 or $0x80000200,%ecx -ffffffff80012552: 66 ba f8 0c mov $0xcf8,%dx -ffffffff80012556: 89 c8 mov %ecx,%eax -ffffffff80012558: ef out %eax,(%dx) -ffffffff80012559: 66 ba fc 0c mov $0xcfc,%dx -ffffffff8001255d: ed in (%dx),%eax -ffffffff8001255e: 66 83 f8 ff cmp $0xffff,%ax -ffffffff80012562: 0f 84 51 01 00 00 je ffffffff800126b9 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0x4c9> -ffffffff80012568: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff8001256f: 00 -ffffffff80012570: b0 01 mov $0x1,%al -ffffffff80012572: 86 05 d8 87 01 00 xchg %al,0x187d8(%rip) # ffffffff8002ad50 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E> -ffffffff80012578: 84 c0 test %al,%al -ffffffff8001257a: 75 f4 jne ffffffff80012570 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0x380> -ffffffff8001257c: 66 ba f8 0c mov $0xcf8,%dx -ffffffff80012580: 89 c8 mov %ecx,%eax -ffffffff80012582: ef out %eax,(%dx) -ffffffff80012583: 66 ba fc 0c mov $0xcfc,%dx -ffffffff80012587: ed in (%dx),%eax -ffffffff80012588: 41 89 c2 mov %eax,%r10d -ffffffff8001258b: 66 ba f8 0c mov $0xcf8,%dx -ffffffff8001258f: 89 c8 mov %ecx,%eax -ffffffff80012591: ef out %eax,(%dx) -ffffffff80012592: 66 ba fc 0c mov $0xcfc,%dx -ffffffff80012596: ed in (%dx),%eax -ffffffff80012597: 41 89 c5 mov %eax,%r13d -ffffffff8001259a: 45 89 cf mov %r9d,%r15d -ffffffff8001259d: 41 81 cf 08 02 00 80 or $0x80000208,%r15d -ffffffff800125a4: 66 ba f8 0c mov $0xcf8,%dx -ffffffff800125a8: 44 89 f8 mov %r15d,%eax -ffffffff800125ab: ef out %eax,(%dx) -ffffffff800125ac: 66 ba fc 0c mov $0xcfc,%dx -ffffffff800125b0: ed in (%dx),%eax -ffffffff800125b1: 89 c3 mov %eax,%ebx -ffffffff800125b3: 66 ba f8 0c mov $0xcf8,%dx -ffffffff800125b7: 44 89 f8 mov %r15d,%eax -ffffffff800125ba: ef out %eax,(%dx) -ffffffff800125bb: 66 ba fc 0c mov $0xcfc,%dx -ffffffff800125bf: ed in (%dx),%eax -ffffffff800125c0: 41 89 c6 mov %eax,%r14d -ffffffff800125c3: 66 ba f8 0c mov $0xcf8,%dx -ffffffff800125c7: 44 89 f8 mov %r15d,%eax -ffffffff800125ca: ef out %eax,(%dx) -ffffffff800125cb: 66 ba fc 0c mov $0xcfc,%dx -ffffffff800125cf: ed in (%dx),%eax -ffffffff800125d0: 41 89 c4 mov %eax,%r12d -ffffffff800125d3: 66 ba f8 0c mov $0xcf8,%dx -ffffffff800125d7: 44 89 f8 mov %r15d,%eax -ffffffff800125da: ef out %eax,(%dx) -ffffffff800125db: 66 ba fc 0c mov $0xcfc,%dx -ffffffff800125df: ed in (%dx),%eax -ffffffff800125e0: 48 8b 35 81 87 01 00 mov 0x18781(%rip),%rsi # ffffffff8002ad68 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E+0x18> -ffffffff800125e7: 48 3b 35 72 87 01 00 cmp 0x18772(%rip),%rsi # ffffffff8002ad60 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E+0x10> -ffffffff800125ee: 75 2d jne ffffffff8001261d <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0x42d> -ffffffff800125f0: 48 8d 3d 61 87 01 00 lea 0x18761(%rip),%rdi # ffffffff8002ad58 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E+0x8> -ffffffff800125f7: 44 89 55 d0 mov %r10d,-0x30(%rbp) -ffffffff800125fb: 89 45 d4 mov %eax,-0x2c(%rbp) -ffffffff800125fe: e8 8d df ff ff call ffffffff80010590 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17hc92dbd660fd5a64aE> -ffffffff80012603: 8b 45 d4 mov -0x2c(%rbp),%eax -ffffffff80012606: 44 8b 55 d0 mov -0x30(%rbp),%r10d -ffffffff8001260a: 44 8b 4d c8 mov -0x38(%rbp),%r9d -ffffffff8001260e: 44 8b 45 c0 mov -0x40(%rbp),%r8d -ffffffff80012612: 48 8b 7d b8 mov -0x48(%rbp),%rdi -ffffffff80012616: 48 8b 35 4b 87 01 00 mov 0x1874b(%rip),%rsi # ffffffff8002ad68 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E+0x18> -ffffffff8001261d: 41 c1 ed 10 shr $0x10,%r13d -ffffffff80012621: c1 eb 18 shr $0x18,%ebx -ffffffff80012624: 41 c1 ee 10 shr $0x10,%r14d -ffffffff80012628: 41 c1 ec 08 shr $0x8,%r12d -ffffffff8001262c: 48 8b 15 25 87 01 00 mov 0x18725(%rip),%rdx # ffffffff8002ad58 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E+0x8> -ffffffff80012633: 48 8d 0c 76 lea (%rsi,%rsi,2),%rcx -ffffffff80012637: 66 44 89 2c 8a mov %r13w,(%rdx,%rcx,4) -ffffffff8001263c: 66 44 89 54 8a 02 mov %r10w,0x2(%rdx,%rcx,4) -ffffffff80012642: 40 88 7c 8a 04 mov %dil,0x4(%rdx,%rcx,4) -ffffffff80012647: 44 88 44 8a 05 mov %r8b,0x5(%rdx,%rcx,4) -ffffffff8001264c: c6 44 8a 06 02 movb $0x2,0x6(%rdx,%rcx,4) -ffffffff80012651: 88 5c 8a 07 mov %bl,0x7(%rdx,%rcx,4) -ffffffff80012655: 44 88 74 8a 08 mov %r14b,0x8(%rdx,%rcx,4) -ffffffff8001265a: 44 88 64 8a 09 mov %r12b,0x9(%rdx,%rcx,4) -ffffffff8001265f: 88 44 8a 0a mov %al,0xa(%rdx,%rcx,4) -ffffffff80012663: 48 ff 05 fe 86 01 00 incq 0x186fe(%rip) # ffffffff8002ad68 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E+0x18> -ffffffff8001266a: c6 05 df 86 01 00 00 movb $0x0,0x186df(%rip) # ffffffff8002ad50 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E> -ffffffff80012671: 66 ba f8 0c mov $0xcf8,%dx -ffffffff80012675: 44 89 f8 mov %r15d,%eax -ffffffff80012678: ef out %eax,(%dx) -ffffffff80012679: 66 ba fc 0c mov $0xcfc,%dx -ffffffff8001267d: ed in (%dx),%eax -ffffffff8001267e: 89 c1 mov %eax,%ecx -ffffffff80012680: 66 ba f8 0c mov $0xcf8,%dx -ffffffff80012684: 44 89 f8 mov %r15d,%eax -ffffffff80012687: ef out %eax,(%dx) -ffffffff80012688: 66 ba fc 0c mov $0xcfc,%dx -ffffffff8001268c: ed in (%dx),%eax -ffffffff8001268d: 81 e1 00 00 00 ff and $0xff000000,%ecx -ffffffff80012693: 81 f9 00 00 00 06 cmp $0x6000000,%ecx -ffffffff80012699: 75 1e jne ffffffff800126b9 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0x4c9> -ffffffff8001269b: 25 00 00 ff 00 and $0xff0000,%eax -ffffffff800126a0: 3d 00 00 04 00 cmp $0x40000,%eax -ffffffff800126a5: 75 12 jne ffffffff800126b9 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0x4c9> -ffffffff800126a7: 44 89 c8 mov %r9d,%eax -ffffffff800126aa: 0d 10 02 00 80 or $0x80000210,%eax -ffffffff800126af: 66 ba f8 0c mov $0xcf8,%dx -ffffffff800126b3: ef out %eax,(%dx) -ffffffff800126b4: 66 ba fc 0c mov $0xcfc,%dx -ffffffff800126b8: ed in (%dx),%eax -ffffffff800126b9: 44 89 c9 mov %r9d,%ecx -ffffffff800126bc: 81 c9 00 03 00 80 or $0x80000300,%ecx -ffffffff800126c2: 66 ba f8 0c mov $0xcf8,%dx -ffffffff800126c6: 89 c8 mov %ecx,%eax -ffffffff800126c8: ef out %eax,(%dx) -ffffffff800126c9: 66 ba fc 0c mov $0xcfc,%dx -ffffffff800126cd: ed in (%dx),%eax -ffffffff800126ce: 66 83 f8 ff cmp $0xffff,%ax -ffffffff800126d2: 0f 84 51 01 00 00 je ffffffff80012829 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0x639> -ffffffff800126d8: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff800126df: 00 -ffffffff800126e0: b0 01 mov $0x1,%al -ffffffff800126e2: 86 05 68 86 01 00 xchg %al,0x18668(%rip) # ffffffff8002ad50 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E> -ffffffff800126e8: 84 c0 test %al,%al -ffffffff800126ea: 75 f4 jne ffffffff800126e0 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0x4f0> -ffffffff800126ec: 66 ba f8 0c mov $0xcf8,%dx -ffffffff800126f0: 89 c8 mov %ecx,%eax -ffffffff800126f2: ef out %eax,(%dx) -ffffffff800126f3: 66 ba fc 0c mov $0xcfc,%dx -ffffffff800126f7: ed in (%dx),%eax -ffffffff800126f8: 41 89 c2 mov %eax,%r10d -ffffffff800126fb: 66 ba f8 0c mov $0xcf8,%dx -ffffffff800126ff: 89 c8 mov %ecx,%eax -ffffffff80012701: ef out %eax,(%dx) -ffffffff80012702: 66 ba fc 0c mov $0xcfc,%dx -ffffffff80012706: ed in (%dx),%eax -ffffffff80012707: 41 89 c5 mov %eax,%r13d -ffffffff8001270a: 45 89 cf mov %r9d,%r15d -ffffffff8001270d: 41 81 cf 08 03 00 80 or $0x80000308,%r15d -ffffffff80012714: 66 ba f8 0c mov $0xcf8,%dx -ffffffff80012718: 44 89 f8 mov %r15d,%eax -ffffffff8001271b: ef out %eax,(%dx) -ffffffff8001271c: 66 ba fc 0c mov $0xcfc,%dx -ffffffff80012720: ed in (%dx),%eax -ffffffff80012721: 89 c3 mov %eax,%ebx -ffffffff80012723: 66 ba f8 0c mov $0xcf8,%dx -ffffffff80012727: 44 89 f8 mov %r15d,%eax -ffffffff8001272a: ef out %eax,(%dx) -ffffffff8001272b: 66 ba fc 0c mov $0xcfc,%dx -ffffffff8001272f: ed in (%dx),%eax -ffffffff80012730: 41 89 c6 mov %eax,%r14d -ffffffff80012733: 66 ba f8 0c mov $0xcf8,%dx -ffffffff80012737: 44 89 f8 mov %r15d,%eax -ffffffff8001273a: ef out %eax,(%dx) -ffffffff8001273b: 66 ba fc 0c mov $0xcfc,%dx -ffffffff8001273f: ed in (%dx),%eax -ffffffff80012740: 41 89 c4 mov %eax,%r12d -ffffffff80012743: 66 ba f8 0c mov $0xcf8,%dx -ffffffff80012747: 44 89 f8 mov %r15d,%eax -ffffffff8001274a: ef out %eax,(%dx) -ffffffff8001274b: 66 ba fc 0c mov $0xcfc,%dx -ffffffff8001274f: ed in (%dx),%eax -ffffffff80012750: 48 8b 35 11 86 01 00 mov 0x18611(%rip),%rsi # ffffffff8002ad68 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E+0x18> -ffffffff80012757: 48 3b 35 02 86 01 00 cmp 0x18602(%rip),%rsi # ffffffff8002ad60 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E+0x10> -ffffffff8001275e: 75 2d jne ffffffff8001278d <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0x59d> -ffffffff80012760: 48 8d 3d f1 85 01 00 lea 0x185f1(%rip),%rdi # ffffffff8002ad58 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E+0x8> -ffffffff80012767: 44 89 55 d0 mov %r10d,-0x30(%rbp) -ffffffff8001276b: 89 45 d4 mov %eax,-0x2c(%rbp) -ffffffff8001276e: e8 1d de ff ff call ffffffff80010590 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17hc92dbd660fd5a64aE> -ffffffff80012773: 8b 45 d4 mov -0x2c(%rbp),%eax -ffffffff80012776: 44 8b 55 d0 mov -0x30(%rbp),%r10d -ffffffff8001277a: 44 8b 4d c8 mov -0x38(%rbp),%r9d -ffffffff8001277e: 44 8b 45 c0 mov -0x40(%rbp),%r8d -ffffffff80012782: 48 8b 7d b8 mov -0x48(%rbp),%rdi -ffffffff80012786: 48 8b 35 db 85 01 00 mov 0x185db(%rip),%rsi # ffffffff8002ad68 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E+0x18> -ffffffff8001278d: 41 c1 ed 10 shr $0x10,%r13d -ffffffff80012791: c1 eb 18 shr $0x18,%ebx -ffffffff80012794: 41 c1 ee 10 shr $0x10,%r14d -ffffffff80012798: 41 c1 ec 08 shr $0x8,%r12d -ffffffff8001279c: 48 8b 15 b5 85 01 00 mov 0x185b5(%rip),%rdx # ffffffff8002ad58 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E+0x8> -ffffffff800127a3: 48 8d 0c 76 lea (%rsi,%rsi,2),%rcx -ffffffff800127a7: 66 44 89 2c 8a mov %r13w,(%rdx,%rcx,4) -ffffffff800127ac: 66 44 89 54 8a 02 mov %r10w,0x2(%rdx,%rcx,4) -ffffffff800127b2: 40 88 7c 8a 04 mov %dil,0x4(%rdx,%rcx,4) -ffffffff800127b7: 44 88 44 8a 05 mov %r8b,0x5(%rdx,%rcx,4) -ffffffff800127bc: c6 44 8a 06 03 movb $0x3,0x6(%rdx,%rcx,4) -ffffffff800127c1: 88 5c 8a 07 mov %bl,0x7(%rdx,%rcx,4) -ffffffff800127c5: 44 88 74 8a 08 mov %r14b,0x8(%rdx,%rcx,4) -ffffffff800127ca: 44 88 64 8a 09 mov %r12b,0x9(%rdx,%rcx,4) -ffffffff800127cf: 88 44 8a 0a mov %al,0xa(%rdx,%rcx,4) -ffffffff800127d3: 48 ff 05 8e 85 01 00 incq 0x1858e(%rip) # ffffffff8002ad68 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E+0x18> -ffffffff800127da: c6 05 6f 85 01 00 00 movb $0x0,0x1856f(%rip) # ffffffff8002ad50 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E> -ffffffff800127e1: 66 ba f8 0c mov $0xcf8,%dx -ffffffff800127e5: 44 89 f8 mov %r15d,%eax -ffffffff800127e8: ef out %eax,(%dx) -ffffffff800127e9: 66 ba fc 0c mov $0xcfc,%dx -ffffffff800127ed: ed in (%dx),%eax -ffffffff800127ee: 89 c1 mov %eax,%ecx -ffffffff800127f0: 66 ba f8 0c mov $0xcf8,%dx -ffffffff800127f4: 44 89 f8 mov %r15d,%eax -ffffffff800127f7: ef out %eax,(%dx) -ffffffff800127f8: 66 ba fc 0c mov $0xcfc,%dx -ffffffff800127fc: ed in (%dx),%eax -ffffffff800127fd: 81 e1 00 00 00 ff and $0xff000000,%ecx -ffffffff80012803: 81 f9 00 00 00 06 cmp $0x6000000,%ecx -ffffffff80012809: 75 1e jne ffffffff80012829 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0x639> -ffffffff8001280b: 25 00 00 ff 00 and $0xff0000,%eax -ffffffff80012810: 3d 00 00 04 00 cmp $0x40000,%eax -ffffffff80012815: 75 12 jne ffffffff80012829 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0x639> -ffffffff80012817: 44 89 c8 mov %r9d,%eax -ffffffff8001281a: 0d 10 03 00 80 or $0x80000310,%eax -ffffffff8001281f: 66 ba f8 0c mov $0xcf8,%dx -ffffffff80012823: ef out %eax,(%dx) -ffffffff80012824: 66 ba fc 0c mov $0xcfc,%dx -ffffffff80012828: ed in (%dx),%eax -ffffffff80012829: 44 89 c9 mov %r9d,%ecx -ffffffff8001282c: 81 c9 00 04 00 80 or $0x80000400,%ecx -ffffffff80012832: 66 ba f8 0c mov $0xcf8,%dx -ffffffff80012836: 89 c8 mov %ecx,%eax -ffffffff80012838: ef out %eax,(%dx) -ffffffff80012839: 66 ba fc 0c mov $0xcfc,%dx -ffffffff8001283d: ed in (%dx),%eax -ffffffff8001283e: 66 83 f8 ff cmp $0xffff,%ax -ffffffff80012842: 0f 84 51 01 00 00 je ffffffff80012999 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0x7a9> -ffffffff80012848: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff8001284f: 00 -ffffffff80012850: b0 01 mov $0x1,%al -ffffffff80012852: 86 05 f8 84 01 00 xchg %al,0x184f8(%rip) # ffffffff8002ad50 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E> -ffffffff80012858: 84 c0 test %al,%al -ffffffff8001285a: 75 f4 jne ffffffff80012850 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0x660> -ffffffff8001285c: 66 ba f8 0c mov $0xcf8,%dx -ffffffff80012860: 89 c8 mov %ecx,%eax -ffffffff80012862: ef out %eax,(%dx) -ffffffff80012863: 66 ba fc 0c mov $0xcfc,%dx -ffffffff80012867: ed in (%dx),%eax -ffffffff80012868: 41 89 c2 mov %eax,%r10d -ffffffff8001286b: 66 ba f8 0c mov $0xcf8,%dx -ffffffff8001286f: 89 c8 mov %ecx,%eax -ffffffff80012871: ef out %eax,(%dx) -ffffffff80012872: 66 ba fc 0c mov $0xcfc,%dx -ffffffff80012876: ed in (%dx),%eax -ffffffff80012877: 41 89 c5 mov %eax,%r13d -ffffffff8001287a: 45 89 cf mov %r9d,%r15d -ffffffff8001287d: 41 81 cf 08 04 00 80 or $0x80000408,%r15d -ffffffff80012884: 66 ba f8 0c mov $0xcf8,%dx -ffffffff80012888: 44 89 f8 mov %r15d,%eax -ffffffff8001288b: ef out %eax,(%dx) -ffffffff8001288c: 66 ba fc 0c mov $0xcfc,%dx -ffffffff80012890: ed in (%dx),%eax -ffffffff80012891: 89 c3 mov %eax,%ebx -ffffffff80012893: 66 ba f8 0c mov $0xcf8,%dx -ffffffff80012897: 44 89 f8 mov %r15d,%eax -ffffffff8001289a: ef out %eax,(%dx) -ffffffff8001289b: 66 ba fc 0c mov $0xcfc,%dx -ffffffff8001289f: ed in (%dx),%eax -ffffffff800128a0: 41 89 c6 mov %eax,%r14d -ffffffff800128a3: 66 ba f8 0c mov $0xcf8,%dx -ffffffff800128a7: 44 89 f8 mov %r15d,%eax -ffffffff800128aa: ef out %eax,(%dx) -ffffffff800128ab: 66 ba fc 0c mov $0xcfc,%dx -ffffffff800128af: ed in (%dx),%eax -ffffffff800128b0: 41 89 c4 mov %eax,%r12d -ffffffff800128b3: 66 ba f8 0c mov $0xcf8,%dx -ffffffff800128b7: 44 89 f8 mov %r15d,%eax -ffffffff800128ba: ef out %eax,(%dx) -ffffffff800128bb: 66 ba fc 0c mov $0xcfc,%dx -ffffffff800128bf: ed in (%dx),%eax -ffffffff800128c0: 48 8b 35 a1 84 01 00 mov 0x184a1(%rip),%rsi # ffffffff8002ad68 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E+0x18> -ffffffff800128c7: 48 3b 35 92 84 01 00 cmp 0x18492(%rip),%rsi # ffffffff8002ad60 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E+0x10> -ffffffff800128ce: 75 2d jne ffffffff800128fd <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0x70d> -ffffffff800128d0: 48 8d 3d 81 84 01 00 lea 0x18481(%rip),%rdi # ffffffff8002ad58 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E+0x8> -ffffffff800128d7: 44 89 55 d0 mov %r10d,-0x30(%rbp) -ffffffff800128db: 89 45 d4 mov %eax,-0x2c(%rbp) -ffffffff800128de: e8 ad dc ff ff call ffffffff80010590 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17hc92dbd660fd5a64aE> -ffffffff800128e3: 8b 45 d4 mov -0x2c(%rbp),%eax -ffffffff800128e6: 44 8b 55 d0 mov -0x30(%rbp),%r10d -ffffffff800128ea: 44 8b 4d c8 mov -0x38(%rbp),%r9d -ffffffff800128ee: 44 8b 45 c0 mov -0x40(%rbp),%r8d -ffffffff800128f2: 48 8b 7d b8 mov -0x48(%rbp),%rdi -ffffffff800128f6: 48 8b 35 6b 84 01 00 mov 0x1846b(%rip),%rsi # ffffffff8002ad68 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E+0x18> -ffffffff800128fd: 41 c1 ed 10 shr $0x10,%r13d -ffffffff80012901: c1 eb 18 shr $0x18,%ebx -ffffffff80012904: 41 c1 ee 10 shr $0x10,%r14d -ffffffff80012908: 41 c1 ec 08 shr $0x8,%r12d -ffffffff8001290c: 48 8b 15 45 84 01 00 mov 0x18445(%rip),%rdx # ffffffff8002ad58 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E+0x8> -ffffffff80012913: 48 8d 0c 76 lea (%rsi,%rsi,2),%rcx -ffffffff80012917: 66 44 89 2c 8a mov %r13w,(%rdx,%rcx,4) -ffffffff8001291c: 66 44 89 54 8a 02 mov %r10w,0x2(%rdx,%rcx,4) -ffffffff80012922: 40 88 7c 8a 04 mov %dil,0x4(%rdx,%rcx,4) -ffffffff80012927: 44 88 44 8a 05 mov %r8b,0x5(%rdx,%rcx,4) -ffffffff8001292c: c6 44 8a 06 04 movb $0x4,0x6(%rdx,%rcx,4) -ffffffff80012931: 88 5c 8a 07 mov %bl,0x7(%rdx,%rcx,4) -ffffffff80012935: 44 88 74 8a 08 mov %r14b,0x8(%rdx,%rcx,4) -ffffffff8001293a: 44 88 64 8a 09 mov %r12b,0x9(%rdx,%rcx,4) -ffffffff8001293f: 88 44 8a 0a mov %al,0xa(%rdx,%rcx,4) -ffffffff80012943: 48 ff 05 1e 84 01 00 incq 0x1841e(%rip) # ffffffff8002ad68 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E+0x18> -ffffffff8001294a: c6 05 ff 83 01 00 00 movb $0x0,0x183ff(%rip) # ffffffff8002ad50 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E> -ffffffff80012951: 66 ba f8 0c mov $0xcf8,%dx -ffffffff80012955: 44 89 f8 mov %r15d,%eax -ffffffff80012958: ef out %eax,(%dx) -ffffffff80012959: 66 ba fc 0c mov $0xcfc,%dx -ffffffff8001295d: ed in (%dx),%eax -ffffffff8001295e: 89 c1 mov %eax,%ecx -ffffffff80012960: 66 ba f8 0c mov $0xcf8,%dx -ffffffff80012964: 44 89 f8 mov %r15d,%eax -ffffffff80012967: ef out %eax,(%dx) -ffffffff80012968: 66 ba fc 0c mov $0xcfc,%dx -ffffffff8001296c: ed in (%dx),%eax -ffffffff8001296d: 81 e1 00 00 00 ff and $0xff000000,%ecx -ffffffff80012973: 81 f9 00 00 00 06 cmp $0x6000000,%ecx -ffffffff80012979: 75 1e jne ffffffff80012999 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0x7a9> -ffffffff8001297b: 25 00 00 ff 00 and $0xff0000,%eax -ffffffff80012980: 3d 00 00 04 00 cmp $0x40000,%eax -ffffffff80012985: 75 12 jne ffffffff80012999 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0x7a9> -ffffffff80012987: 44 89 c8 mov %r9d,%eax -ffffffff8001298a: 0d 10 04 00 80 or $0x80000410,%eax -ffffffff8001298f: 66 ba f8 0c mov $0xcf8,%dx -ffffffff80012993: ef out %eax,(%dx) -ffffffff80012994: 66 ba fc 0c mov $0xcfc,%dx -ffffffff80012998: ed in (%dx),%eax -ffffffff80012999: 44 89 c9 mov %r9d,%ecx -ffffffff8001299c: 81 c9 00 05 00 80 or $0x80000500,%ecx -ffffffff800129a2: 66 ba f8 0c mov $0xcf8,%dx -ffffffff800129a6: 89 c8 mov %ecx,%eax -ffffffff800129a8: ef out %eax,(%dx) -ffffffff800129a9: 66 ba fc 0c mov $0xcfc,%dx -ffffffff800129ad: ed in (%dx),%eax -ffffffff800129ae: 66 83 f8 ff cmp $0xffff,%ax -ffffffff800129b2: 0f 84 51 01 00 00 je ffffffff80012b09 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0x919> -ffffffff800129b8: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff800129bf: 00 -ffffffff800129c0: b0 01 mov $0x1,%al -ffffffff800129c2: 86 05 88 83 01 00 xchg %al,0x18388(%rip) # ffffffff8002ad50 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E> -ffffffff800129c8: 84 c0 test %al,%al -ffffffff800129ca: 75 f4 jne ffffffff800129c0 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0x7d0> -ffffffff800129cc: 66 ba f8 0c mov $0xcf8,%dx -ffffffff800129d0: 89 c8 mov %ecx,%eax -ffffffff800129d2: ef out %eax,(%dx) -ffffffff800129d3: 66 ba fc 0c mov $0xcfc,%dx -ffffffff800129d7: ed in (%dx),%eax -ffffffff800129d8: 41 89 c2 mov %eax,%r10d -ffffffff800129db: 66 ba f8 0c mov $0xcf8,%dx -ffffffff800129df: 89 c8 mov %ecx,%eax -ffffffff800129e1: ef out %eax,(%dx) -ffffffff800129e2: 66 ba fc 0c mov $0xcfc,%dx -ffffffff800129e6: ed in (%dx),%eax -ffffffff800129e7: 41 89 c5 mov %eax,%r13d -ffffffff800129ea: 45 89 cf mov %r9d,%r15d -ffffffff800129ed: 41 81 cf 08 05 00 80 or $0x80000508,%r15d -ffffffff800129f4: 66 ba f8 0c mov $0xcf8,%dx -ffffffff800129f8: 44 89 f8 mov %r15d,%eax -ffffffff800129fb: ef out %eax,(%dx) -ffffffff800129fc: 66 ba fc 0c mov $0xcfc,%dx -ffffffff80012a00: ed in (%dx),%eax -ffffffff80012a01: 89 c3 mov %eax,%ebx -ffffffff80012a03: 66 ba f8 0c mov $0xcf8,%dx -ffffffff80012a07: 44 89 f8 mov %r15d,%eax -ffffffff80012a0a: ef out %eax,(%dx) -ffffffff80012a0b: 66 ba fc 0c mov $0xcfc,%dx -ffffffff80012a0f: ed in (%dx),%eax -ffffffff80012a10: 41 89 c6 mov %eax,%r14d -ffffffff80012a13: 66 ba f8 0c mov $0xcf8,%dx -ffffffff80012a17: 44 89 f8 mov %r15d,%eax -ffffffff80012a1a: ef out %eax,(%dx) -ffffffff80012a1b: 66 ba fc 0c mov $0xcfc,%dx -ffffffff80012a1f: ed in (%dx),%eax -ffffffff80012a20: 41 89 c4 mov %eax,%r12d -ffffffff80012a23: 66 ba f8 0c mov $0xcf8,%dx -ffffffff80012a27: 44 89 f8 mov %r15d,%eax -ffffffff80012a2a: ef out %eax,(%dx) -ffffffff80012a2b: 66 ba fc 0c mov $0xcfc,%dx -ffffffff80012a2f: ed in (%dx),%eax -ffffffff80012a30: 48 8b 35 31 83 01 00 mov 0x18331(%rip),%rsi # ffffffff8002ad68 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E+0x18> -ffffffff80012a37: 48 3b 35 22 83 01 00 cmp 0x18322(%rip),%rsi # ffffffff8002ad60 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E+0x10> -ffffffff80012a3e: 75 2d jne ffffffff80012a6d <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0x87d> -ffffffff80012a40: 48 8d 3d 11 83 01 00 lea 0x18311(%rip),%rdi # ffffffff8002ad58 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E+0x8> -ffffffff80012a47: 44 89 55 d0 mov %r10d,-0x30(%rbp) -ffffffff80012a4b: 89 45 d4 mov %eax,-0x2c(%rbp) -ffffffff80012a4e: e8 3d db ff ff call ffffffff80010590 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17hc92dbd660fd5a64aE> -ffffffff80012a53: 8b 45 d4 mov -0x2c(%rbp),%eax -ffffffff80012a56: 44 8b 55 d0 mov -0x30(%rbp),%r10d -ffffffff80012a5a: 44 8b 4d c8 mov -0x38(%rbp),%r9d -ffffffff80012a5e: 44 8b 45 c0 mov -0x40(%rbp),%r8d -ffffffff80012a62: 48 8b 7d b8 mov -0x48(%rbp),%rdi -ffffffff80012a66: 48 8b 35 fb 82 01 00 mov 0x182fb(%rip),%rsi # ffffffff8002ad68 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E+0x18> -ffffffff80012a6d: 41 c1 ed 10 shr $0x10,%r13d -ffffffff80012a71: c1 eb 18 shr $0x18,%ebx -ffffffff80012a74: 41 c1 ee 10 shr $0x10,%r14d -ffffffff80012a78: 41 c1 ec 08 shr $0x8,%r12d -ffffffff80012a7c: 48 8b 15 d5 82 01 00 mov 0x182d5(%rip),%rdx # ffffffff8002ad58 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E+0x8> -ffffffff80012a83: 48 8d 0c 76 lea (%rsi,%rsi,2),%rcx -ffffffff80012a87: 66 44 89 2c 8a mov %r13w,(%rdx,%rcx,4) -ffffffff80012a8c: 66 44 89 54 8a 02 mov %r10w,0x2(%rdx,%rcx,4) -ffffffff80012a92: 40 88 7c 8a 04 mov %dil,0x4(%rdx,%rcx,4) -ffffffff80012a97: 44 88 44 8a 05 mov %r8b,0x5(%rdx,%rcx,4) -ffffffff80012a9c: c6 44 8a 06 05 movb $0x5,0x6(%rdx,%rcx,4) -ffffffff80012aa1: 88 5c 8a 07 mov %bl,0x7(%rdx,%rcx,4) -ffffffff80012aa5: 44 88 74 8a 08 mov %r14b,0x8(%rdx,%rcx,4) -ffffffff80012aaa: 44 88 64 8a 09 mov %r12b,0x9(%rdx,%rcx,4) -ffffffff80012aaf: 88 44 8a 0a mov %al,0xa(%rdx,%rcx,4) -ffffffff80012ab3: 48 ff 05 ae 82 01 00 incq 0x182ae(%rip) # ffffffff8002ad68 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E+0x18> -ffffffff80012aba: c6 05 8f 82 01 00 00 movb $0x0,0x1828f(%rip) # ffffffff8002ad50 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E> -ffffffff80012ac1: 66 ba f8 0c mov $0xcf8,%dx -ffffffff80012ac5: 44 89 f8 mov %r15d,%eax -ffffffff80012ac8: ef out %eax,(%dx) -ffffffff80012ac9: 66 ba fc 0c mov $0xcfc,%dx -ffffffff80012acd: ed in (%dx),%eax -ffffffff80012ace: 89 c1 mov %eax,%ecx -ffffffff80012ad0: 66 ba f8 0c mov $0xcf8,%dx -ffffffff80012ad4: 44 89 f8 mov %r15d,%eax -ffffffff80012ad7: ef out %eax,(%dx) -ffffffff80012ad8: 66 ba fc 0c mov $0xcfc,%dx -ffffffff80012adc: ed in (%dx),%eax -ffffffff80012add: 81 e1 00 00 00 ff and $0xff000000,%ecx -ffffffff80012ae3: 81 f9 00 00 00 06 cmp $0x6000000,%ecx -ffffffff80012ae9: 75 1e jne ffffffff80012b09 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0x919> -ffffffff80012aeb: 25 00 00 ff 00 and $0xff0000,%eax -ffffffff80012af0: 3d 00 00 04 00 cmp $0x40000,%eax -ffffffff80012af5: 75 12 jne ffffffff80012b09 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0x919> -ffffffff80012af7: 44 89 c8 mov %r9d,%eax -ffffffff80012afa: 0d 10 05 00 80 or $0x80000510,%eax -ffffffff80012aff: 66 ba f8 0c mov $0xcf8,%dx -ffffffff80012b03: ef out %eax,(%dx) -ffffffff80012b04: 66 ba fc 0c mov $0xcfc,%dx -ffffffff80012b08: ed in (%dx),%eax -ffffffff80012b09: 44 89 c9 mov %r9d,%ecx -ffffffff80012b0c: 81 c9 00 06 00 80 or $0x80000600,%ecx -ffffffff80012b12: 66 ba f8 0c mov $0xcf8,%dx -ffffffff80012b16: 89 c8 mov %ecx,%eax -ffffffff80012b18: ef out %eax,(%dx) -ffffffff80012b19: 66 ba fc 0c mov $0xcfc,%dx -ffffffff80012b1d: ed in (%dx),%eax -ffffffff80012b1e: 66 83 f8 ff cmp $0xffff,%ax -ffffffff80012b22: 0f 84 51 01 00 00 je ffffffff80012c79 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0xa89> -ffffffff80012b28: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff80012b2f: 00 -ffffffff80012b30: b0 01 mov $0x1,%al -ffffffff80012b32: 86 05 18 82 01 00 xchg %al,0x18218(%rip) # ffffffff8002ad50 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E> -ffffffff80012b38: 84 c0 test %al,%al -ffffffff80012b3a: 75 f4 jne ffffffff80012b30 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0x940> -ffffffff80012b3c: 66 ba f8 0c mov $0xcf8,%dx -ffffffff80012b40: 89 c8 mov %ecx,%eax -ffffffff80012b42: ef out %eax,(%dx) -ffffffff80012b43: 66 ba fc 0c mov $0xcfc,%dx -ffffffff80012b47: ed in (%dx),%eax -ffffffff80012b48: 41 89 c2 mov %eax,%r10d -ffffffff80012b4b: 66 ba f8 0c mov $0xcf8,%dx -ffffffff80012b4f: 89 c8 mov %ecx,%eax -ffffffff80012b51: ef out %eax,(%dx) -ffffffff80012b52: 66 ba fc 0c mov $0xcfc,%dx -ffffffff80012b56: ed in (%dx),%eax -ffffffff80012b57: 41 89 c5 mov %eax,%r13d -ffffffff80012b5a: 45 89 cf mov %r9d,%r15d -ffffffff80012b5d: 41 81 cf 08 06 00 80 or $0x80000608,%r15d -ffffffff80012b64: 66 ba f8 0c mov $0xcf8,%dx -ffffffff80012b68: 44 89 f8 mov %r15d,%eax -ffffffff80012b6b: ef out %eax,(%dx) -ffffffff80012b6c: 66 ba fc 0c mov $0xcfc,%dx -ffffffff80012b70: ed in (%dx),%eax -ffffffff80012b71: 89 c3 mov %eax,%ebx -ffffffff80012b73: 66 ba f8 0c mov $0xcf8,%dx -ffffffff80012b77: 44 89 f8 mov %r15d,%eax -ffffffff80012b7a: ef out %eax,(%dx) -ffffffff80012b7b: 66 ba fc 0c mov $0xcfc,%dx -ffffffff80012b7f: ed in (%dx),%eax -ffffffff80012b80: 41 89 c6 mov %eax,%r14d -ffffffff80012b83: 66 ba f8 0c mov $0xcf8,%dx -ffffffff80012b87: 44 89 f8 mov %r15d,%eax -ffffffff80012b8a: ef out %eax,(%dx) -ffffffff80012b8b: 66 ba fc 0c mov $0xcfc,%dx -ffffffff80012b8f: ed in (%dx),%eax -ffffffff80012b90: 41 89 c4 mov %eax,%r12d -ffffffff80012b93: 66 ba f8 0c mov $0xcf8,%dx -ffffffff80012b97: 44 89 f8 mov %r15d,%eax -ffffffff80012b9a: ef out %eax,(%dx) -ffffffff80012b9b: 66 ba fc 0c mov $0xcfc,%dx -ffffffff80012b9f: ed in (%dx),%eax -ffffffff80012ba0: 48 8b 35 c1 81 01 00 mov 0x181c1(%rip),%rsi # ffffffff8002ad68 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E+0x18> -ffffffff80012ba7: 48 3b 35 b2 81 01 00 cmp 0x181b2(%rip),%rsi # ffffffff8002ad60 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E+0x10> -ffffffff80012bae: 75 2d jne ffffffff80012bdd <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0x9ed> -ffffffff80012bb0: 48 8d 3d a1 81 01 00 lea 0x181a1(%rip),%rdi # ffffffff8002ad58 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E+0x8> -ffffffff80012bb7: 44 89 55 d0 mov %r10d,-0x30(%rbp) -ffffffff80012bbb: 89 45 d4 mov %eax,-0x2c(%rbp) -ffffffff80012bbe: e8 cd d9 ff ff call ffffffff80010590 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17hc92dbd660fd5a64aE> -ffffffff80012bc3: 8b 45 d4 mov -0x2c(%rbp),%eax -ffffffff80012bc6: 44 8b 55 d0 mov -0x30(%rbp),%r10d -ffffffff80012bca: 44 8b 4d c8 mov -0x38(%rbp),%r9d -ffffffff80012bce: 44 8b 45 c0 mov -0x40(%rbp),%r8d -ffffffff80012bd2: 48 8b 7d b8 mov -0x48(%rbp),%rdi -ffffffff80012bd6: 48 8b 35 8b 81 01 00 mov 0x1818b(%rip),%rsi # ffffffff8002ad68 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E+0x18> -ffffffff80012bdd: 41 c1 ed 10 shr $0x10,%r13d -ffffffff80012be1: c1 eb 18 shr $0x18,%ebx -ffffffff80012be4: 41 c1 ee 10 shr $0x10,%r14d -ffffffff80012be8: 41 c1 ec 08 shr $0x8,%r12d -ffffffff80012bec: 48 8b 15 65 81 01 00 mov 0x18165(%rip),%rdx # ffffffff8002ad58 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E+0x8> -ffffffff80012bf3: 48 8d 0c 76 lea (%rsi,%rsi,2),%rcx -ffffffff80012bf7: 66 44 89 2c 8a mov %r13w,(%rdx,%rcx,4) -ffffffff80012bfc: 66 44 89 54 8a 02 mov %r10w,0x2(%rdx,%rcx,4) -ffffffff80012c02: 40 88 7c 8a 04 mov %dil,0x4(%rdx,%rcx,4) -ffffffff80012c07: 44 88 44 8a 05 mov %r8b,0x5(%rdx,%rcx,4) -ffffffff80012c0c: c6 44 8a 06 06 movb $0x6,0x6(%rdx,%rcx,4) -ffffffff80012c11: 88 5c 8a 07 mov %bl,0x7(%rdx,%rcx,4) -ffffffff80012c15: 44 88 74 8a 08 mov %r14b,0x8(%rdx,%rcx,4) -ffffffff80012c1a: 44 88 64 8a 09 mov %r12b,0x9(%rdx,%rcx,4) -ffffffff80012c1f: 88 44 8a 0a mov %al,0xa(%rdx,%rcx,4) -ffffffff80012c23: 48 ff 05 3e 81 01 00 incq 0x1813e(%rip) # ffffffff8002ad68 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E+0x18> -ffffffff80012c2a: c6 05 1f 81 01 00 00 movb $0x0,0x1811f(%rip) # ffffffff8002ad50 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E> -ffffffff80012c31: 66 ba f8 0c mov $0xcf8,%dx -ffffffff80012c35: 44 89 f8 mov %r15d,%eax -ffffffff80012c38: ef out %eax,(%dx) -ffffffff80012c39: 66 ba fc 0c mov $0xcfc,%dx -ffffffff80012c3d: ed in (%dx),%eax -ffffffff80012c3e: 89 c1 mov %eax,%ecx -ffffffff80012c40: 66 ba f8 0c mov $0xcf8,%dx -ffffffff80012c44: 44 89 f8 mov %r15d,%eax -ffffffff80012c47: ef out %eax,(%dx) -ffffffff80012c48: 66 ba fc 0c mov $0xcfc,%dx -ffffffff80012c4c: ed in (%dx),%eax -ffffffff80012c4d: 81 e1 00 00 00 ff and $0xff000000,%ecx -ffffffff80012c53: 81 f9 00 00 00 06 cmp $0x6000000,%ecx -ffffffff80012c59: 75 1e jne ffffffff80012c79 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0xa89> -ffffffff80012c5b: 25 00 00 ff 00 and $0xff0000,%eax -ffffffff80012c60: 3d 00 00 04 00 cmp $0x40000,%eax -ffffffff80012c65: 75 12 jne ffffffff80012c79 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0xa89> -ffffffff80012c67: 44 89 c8 mov %r9d,%eax -ffffffff80012c6a: 0d 10 06 00 80 or $0x80000610,%eax -ffffffff80012c6f: 66 ba f8 0c mov $0xcf8,%dx -ffffffff80012c73: ef out %eax,(%dx) -ffffffff80012c74: 66 ba fc 0c mov $0xcfc,%dx -ffffffff80012c78: ed in (%dx),%eax -ffffffff80012c79: 44 89 c9 mov %r9d,%ecx -ffffffff80012c7c: 81 c9 00 07 00 80 or $0x80000700,%ecx -ffffffff80012c82: 66 ba f8 0c mov $0xcf8,%dx -ffffffff80012c86: 89 c8 mov %ecx,%eax -ffffffff80012c88: ef out %eax,(%dx) -ffffffff80012c89: 66 ba fc 0c mov $0xcfc,%dx -ffffffff80012c8d: ed in (%dx),%eax -ffffffff80012c8e: 66 83 f8 ff cmp $0xffff,%ax -ffffffff80012c92: 0f 84 a8 f5 ff ff je ffffffff80012240 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0x50> -ffffffff80012c98: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff80012c9f: 00 -ffffffff80012ca0: b0 01 mov $0x1,%al -ffffffff80012ca2: 86 05 a8 80 01 00 xchg %al,0x180a8(%rip) # ffffffff8002ad50 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E> -ffffffff80012ca8: 84 c0 test %al,%al -ffffffff80012caa: 75 f4 jne ffffffff80012ca0 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0xab0> -ffffffff80012cac: 66 ba f8 0c mov $0xcf8,%dx -ffffffff80012cb0: 89 c8 mov %ecx,%eax -ffffffff80012cb2: ef out %eax,(%dx) -ffffffff80012cb3: 66 ba fc 0c mov $0xcfc,%dx -ffffffff80012cb7: ed in (%dx),%eax -ffffffff80012cb8: 41 89 c2 mov %eax,%r10d -ffffffff80012cbb: 66 ba f8 0c mov $0xcf8,%dx -ffffffff80012cbf: 89 c8 mov %ecx,%eax -ffffffff80012cc1: ef out %eax,(%dx) -ffffffff80012cc2: 66 ba fc 0c mov $0xcfc,%dx -ffffffff80012cc6: ed in (%dx),%eax -ffffffff80012cc7: 41 89 c5 mov %eax,%r13d -ffffffff80012cca: 45 89 cf mov %r9d,%r15d -ffffffff80012ccd: 41 81 cf 08 07 00 80 or $0x80000708,%r15d -ffffffff80012cd4: 66 ba f8 0c mov $0xcf8,%dx -ffffffff80012cd8: 44 89 f8 mov %r15d,%eax -ffffffff80012cdb: ef out %eax,(%dx) -ffffffff80012cdc: 66 ba fc 0c mov $0xcfc,%dx -ffffffff80012ce0: ed in (%dx),%eax -ffffffff80012ce1: 89 c3 mov %eax,%ebx -ffffffff80012ce3: 66 ba f8 0c mov $0xcf8,%dx -ffffffff80012ce7: 44 89 f8 mov %r15d,%eax -ffffffff80012cea: ef out %eax,(%dx) -ffffffff80012ceb: 66 ba fc 0c mov $0xcfc,%dx -ffffffff80012cef: ed in (%dx),%eax -ffffffff80012cf0: 41 89 c6 mov %eax,%r14d -ffffffff80012cf3: 66 ba f8 0c mov $0xcf8,%dx -ffffffff80012cf7: 44 89 f8 mov %r15d,%eax -ffffffff80012cfa: ef out %eax,(%dx) -ffffffff80012cfb: 66 ba fc 0c mov $0xcfc,%dx -ffffffff80012cff: ed in (%dx),%eax -ffffffff80012d00: 41 89 c4 mov %eax,%r12d -ffffffff80012d03: 66 ba f8 0c mov $0xcf8,%dx -ffffffff80012d07: 44 89 f8 mov %r15d,%eax -ffffffff80012d0a: ef out %eax,(%dx) -ffffffff80012d0b: 66 ba fc 0c mov $0xcfc,%dx -ffffffff80012d0f: ed in (%dx),%eax -ffffffff80012d10: 48 8b 35 51 80 01 00 mov 0x18051(%rip),%rsi # ffffffff8002ad68 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E+0x18> -ffffffff80012d17: 48 3b 35 42 80 01 00 cmp 0x18042(%rip),%rsi # ffffffff8002ad60 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E+0x10> -ffffffff80012d1e: 75 2d jne ffffffff80012d4d <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0xb5d> -ffffffff80012d20: 48 8d 3d 31 80 01 00 lea 0x18031(%rip),%rdi # ffffffff8002ad58 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E+0x8> -ffffffff80012d27: 44 89 55 d0 mov %r10d,-0x30(%rbp) -ffffffff80012d2b: 89 45 d4 mov %eax,-0x2c(%rbp) -ffffffff80012d2e: e8 5d d8 ff ff call ffffffff80010590 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17hc92dbd660fd5a64aE> -ffffffff80012d33: 8b 45 d4 mov -0x2c(%rbp),%eax -ffffffff80012d36: 44 8b 55 d0 mov -0x30(%rbp),%r10d -ffffffff80012d3a: 44 8b 4d c8 mov -0x38(%rbp),%r9d -ffffffff80012d3e: 44 8b 45 c0 mov -0x40(%rbp),%r8d -ffffffff80012d42: 48 8b 7d b8 mov -0x48(%rbp),%rdi -ffffffff80012d46: 48 8b 35 1b 80 01 00 mov 0x1801b(%rip),%rsi # ffffffff8002ad68 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E+0x18> -ffffffff80012d4d: 41 c1 ed 10 shr $0x10,%r13d -ffffffff80012d51: c1 eb 18 shr $0x18,%ebx -ffffffff80012d54: 41 c1 ee 10 shr $0x10,%r14d -ffffffff80012d58: 41 c1 ec 08 shr $0x8,%r12d -ffffffff80012d5c: 48 8b 15 f5 7f 01 00 mov 0x17ff5(%rip),%rdx # ffffffff8002ad58 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E+0x8> -ffffffff80012d63: 48 8d 0c 76 lea (%rsi,%rsi,2),%rcx -ffffffff80012d67: 66 44 89 2c 8a mov %r13w,(%rdx,%rcx,4) -ffffffff80012d6c: 66 44 89 54 8a 02 mov %r10w,0x2(%rdx,%rcx,4) -ffffffff80012d72: 40 88 7c 8a 04 mov %dil,0x4(%rdx,%rcx,4) -ffffffff80012d77: 44 88 44 8a 05 mov %r8b,0x5(%rdx,%rcx,4) -ffffffff80012d7c: c6 44 8a 06 07 movb $0x7,0x6(%rdx,%rcx,4) -ffffffff80012d81: 88 5c 8a 07 mov %bl,0x7(%rdx,%rcx,4) -ffffffff80012d85: 44 88 74 8a 08 mov %r14b,0x8(%rdx,%rcx,4) -ffffffff80012d8a: 44 88 64 8a 09 mov %r12b,0x9(%rdx,%rcx,4) -ffffffff80012d8f: 88 44 8a 0a mov %al,0xa(%rdx,%rcx,4) -ffffffff80012d93: 48 ff 05 ce 7f 01 00 incq 0x17fce(%rip) # ffffffff8002ad68 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E+0x18> -ffffffff80012d9a: c6 05 af 7f 01 00 00 movb $0x0,0x17faf(%rip) # ffffffff8002ad50 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E> -ffffffff80012da1: 66 ba f8 0c mov $0xcf8,%dx -ffffffff80012da5: 44 89 f8 mov %r15d,%eax -ffffffff80012da8: ef out %eax,(%dx) -ffffffff80012da9: 66 ba fc 0c mov $0xcfc,%dx -ffffffff80012dad: ed in (%dx),%eax -ffffffff80012dae: 89 c1 mov %eax,%ecx -ffffffff80012db0: 66 ba f8 0c mov $0xcf8,%dx -ffffffff80012db4: 44 89 f8 mov %r15d,%eax -ffffffff80012db7: ef out %eax,(%dx) -ffffffff80012db8: 66 ba fc 0c mov $0xcfc,%dx -ffffffff80012dbc: ed in (%dx),%eax -ffffffff80012dbd: 81 e1 00 00 00 ff and $0xff000000,%ecx -ffffffff80012dc3: 81 f9 00 00 00 06 cmp $0x6000000,%ecx -ffffffff80012dc9: 0f 85 71 f4 ff ff jne ffffffff80012240 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0x50> -ffffffff80012dcf: 25 00 00 ff 00 and $0xff0000,%eax -ffffffff80012dd4: 3d 00 00 04 00 cmp $0x40000,%eax -ffffffff80012dd9: 0f 85 61 f4 ff ff jne ffffffff80012240 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0x50> -ffffffff80012ddf: 41 81 c9 10 07 00 80 or $0x80000710,%r9d -ffffffff80012de6: 66 ba f8 0c mov $0xcf8,%dx -ffffffff80012dea: 44 89 c8 mov %r9d,%eax -ffffffff80012ded: ef out %eax,(%dx) -ffffffff80012dee: 66 ba fc 0c mov $0xcfc,%dx -ffffffff80012df2: ed in (%dx),%eax -ffffffff80012df3: e9 48 f4 ff ff jmp ffffffff80012240 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0x50> -ffffffff80012df8: 0f b6 05 b1 69 01 00 movzbl 0x169b1(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80012dff: 84 c0 test %al,%al -ffffffff80012e01: 74 0f je ffffffff80012e12 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0xc22> -ffffffff80012e03: 48 83 3d 4d 69 01 00 cmpq $0x0,0x1694d(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80012e0a: 00 -ffffffff80012e0b: 75 39 jne ffffffff80012e46 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0xc56> -ffffffff80012e0d: e9 c0 05 00 00 jmp ffffffff800133d2 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0x11e2> -ffffffff80012e12: 48 8d 9d 88 fe ff ff lea -0x178(%rbp),%rbx -ffffffff80012e19: 48 89 df mov %rbx,%rdi -ffffffff80012e1c: ff 15 2e 69 01 00 call *0x1692e(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff80012e22: 48 c7 05 2b 69 01 00 movq $0x1,0x1692b(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80012e29: 01 00 00 00 -ffffffff80012e2d: 48 8d 3d 2c 69 01 00 lea 0x1692c(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80012e34: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff80012e39: 48 89 de mov %rbx,%rsi -ffffffff80012e3c: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff80012e3f: c6 05 6a 69 01 00 01 movb $0x1,0x1696a(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80012e46: 48 8d 05 c9 9d 01 00 lea 0x19dc9(%rip),%rax # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff80012e4d: 0f b6 00 movzbl (%rax),%eax -ffffffff80012e50: 0f b6 05 41 85 01 00 movzbl 0x18541(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80012e57: 84 c0 test %al,%al -ffffffff80012e59: 74 0f je ffffffff80012e6a <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0xc7a> -ffffffff80012e5b: 48 83 3d 85 84 01 00 cmpq $0x0,0x18485(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80012e62: 00 -ffffffff80012e63: 75 3b jne ffffffff80012ea0 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0xcb0> -ffffffff80012e65: e9 68 05 00 00 jmp ffffffff800133d2 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0x11e2> -ffffffff80012e6a: 48 8d 9d 88 fe ff ff lea -0x178(%rbp),%rbx -ffffffff80012e71: 48 89 df mov %rbx,%rdi -ffffffff80012e74: ff 15 66 84 01 00 call *0x18466(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80012e7a: 48 c7 05 63 84 01 00 movq $0x1,0x18463(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80012e81: 01 00 00 00 -ffffffff80012e85: 48 8d 3d 64 84 01 00 lea 0x18464(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80012e8c: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80012e91: 48 89 de mov %rbx,%rsi -ffffffff80012e94: e8 e7 f7 00 00 call ffffffff80022680 -ffffffff80012e99: c6 05 f8 84 01 00 01 movb $0x1,0x184f8(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80012ea0: 48 8d 3d 49 84 01 00 lea 0x18449(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80012ea7: be 01 00 00 00 mov $0x1,%esi -ffffffff80012eac: ba 19 00 00 00 mov $0x19,%edx -ffffffff80012eb1: e8 9a 11 00 00 call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff80012eb6: 48 85 c0 test %rax,%rax -ffffffff80012eb9: 0f 84 3f 05 00 00 je ffffffff800133fe <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0x120e> -ffffffff80012ebf: 48 b9 45 53 20 3d 3d movabs $0x3d3d3d3d3d205345,%rcx -ffffffff80012ec6: 3d 3d 3d -ffffffff80012ec9: 48 89 48 10 mov %rcx,0x10(%rax) -ffffffff80012ecd: 48 b9 43 49 20 44 45 movabs $0x4349564544204943,%rcx -ffffffff80012ed4: 56 49 43 -ffffffff80012ed7: 48 89 48 08 mov %rcx,0x8(%rax) -ffffffff80012edb: 48 b9 3d 3d 3d 3d 3d movabs $0x50203d3d3d3d3d3d,%rcx -ffffffff80012ee2: 3d 20 50 -ffffffff80012ee5: 48 89 08 mov %rcx,(%rax) -ffffffff80012ee8: c6 40 18 3d movb $0x3d,0x18(%rax) -ffffffff80012eec: 48 89 85 60 ff ff ff mov %rax,-0xa0(%rbp) -ffffffff80012ef3: 48 c7 85 68 ff ff ff movq $0x19,-0x98(%rbp) -ffffffff80012efa: 19 00 00 00 -ffffffff80012efe: 48 c7 85 70 ff ff ff movq $0x19,-0x90(%rbp) -ffffffff80012f05: 19 00 00 00 -ffffffff80012f09: 48 8d 85 60 ff ff ff lea -0xa0(%rbp),%rax -ffffffff80012f10: 48 89 45 b0 mov %rax,-0x50(%rbp) -ffffffff80012f14: 48 8d 45 b0 lea -0x50(%rbp),%rax -ffffffff80012f18: 48 89 45 90 mov %rax,-0x70(%rbp) -ffffffff80012f1c: 48 8d 05 2d 38 00 00 lea 0x382d(%rip),%rax # ffffffff80016750 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h42ee6215a9c421d0E> -ffffffff80012f23: 48 89 45 98 mov %rax,-0x68(%rbp) -ffffffff80012f27: 48 8d 05 42 7e 01 00 lea 0x17e42(%rip),%rax # ffffffff8002ad70 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E+0x20> -ffffffff80012f2e: 48 89 85 88 fe ff ff mov %rax,-0x178(%rbp) -ffffffff80012f35: 48 c7 85 90 fe ff ff movq $0x2,-0x170(%rbp) -ffffffff80012f3c: 02 00 00 00 -ffffffff80012f40: 48 c7 85 a8 fe ff ff movq $0x0,-0x158(%rbp) -ffffffff80012f47: 00 00 00 00 -ffffffff80012f4b: 48 8d 45 90 lea -0x70(%rbp),%rax -ffffffff80012f4f: 48 89 85 98 fe ff ff mov %rax,-0x168(%rbp) -ffffffff80012f56: 48 c7 85 a0 fe ff ff movq $0x1,-0x160(%rbp) -ffffffff80012f5d: 01 00 00 00 -ffffffff80012f61: 48 8d bd 40 ff ff ff lea -0xc0(%rbp),%rdi -ffffffff80012f68: 48 8d b5 88 fe ff ff lea -0x178(%rbp),%rsi -ffffffff80012f6f: e8 1c a0 00 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff80012f74: 48 8b 9d 68 ff ff ff mov -0x98(%rbp),%rbx -ffffffff80012f7b: 48 85 db test %rbx,%rbx -ffffffff80012f7e: 74 6e je ffffffff80012fee <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0xdfe> -ffffffff80012f80: 4c 8b b5 60 ff ff ff mov -0xa0(%rbp),%r14 -ffffffff80012f87: 0f b6 05 0a 84 01 00 movzbl 0x1840a(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80012f8e: 84 c0 test %al,%al -ffffffff80012f90: 74 0f je ffffffff80012fa1 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0xdb1> -ffffffff80012f92: 48 83 3d 4e 83 01 00 cmpq $0x0,0x1834e(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80012f99: 00 -ffffffff80012f9a: 75 3b jne ffffffff80012fd7 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0xde7> -ffffffff80012f9c: e9 31 04 00 00 jmp ffffffff800133d2 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0x11e2> -ffffffff80012fa1: 4c 8d bd 88 fe ff ff lea -0x178(%rbp),%r15 -ffffffff80012fa8: 4c 89 ff mov %r15,%rdi -ffffffff80012fab: ff 15 2f 83 01 00 call *0x1832f(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80012fb1: 48 c7 05 2c 83 01 00 movq $0x1,0x1832c(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80012fb8: 01 00 00 00 -ffffffff80012fbc: 48 8d 3d 2d 83 01 00 lea 0x1832d(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80012fc3: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80012fc8: 4c 89 fe mov %r15,%rsi -ffffffff80012fcb: e8 b0 f6 00 00 call ffffffff80022680 -ffffffff80012fd0: c6 05 c1 83 01 00 01 movb $0x1,0x183c1(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80012fd7: 48 8d 3d 12 83 01 00 lea 0x18312(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80012fde: ba 01 00 00 00 mov $0x1,%edx -ffffffff80012fe3: 4c 89 f6 mov %r14,%rsi -ffffffff80012fe6: 48 89 d9 mov %rbx,%rcx -ffffffff80012fe9: e8 62 12 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80012fee: 48 8b 9d 40 ff ff ff mov -0xc0(%rbp),%rbx -ffffffff80012ff5: 4c 8b ad 48 ff ff ff mov -0xb8(%rbp),%r13 -ffffffff80012ffc: 48 8b 95 50 ff ff ff mov -0xb0(%rbp),%rdx -ffffffff80013003: 48 8d 3d 56 67 01 00 lea 0x16756(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff8001300a: 48 89 de mov %rbx,%rsi -ffffffff8001300d: e8 8e d6 fe ff call ffffffff800006a0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E> -ffffffff80013012: 4d 85 ed test %r13,%r13 -ffffffff80013015: 74 69 je ffffffff80013080 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0xe90> -ffffffff80013017: 0f b6 05 7a 83 01 00 movzbl 0x1837a(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001301e: 84 c0 test %al,%al -ffffffff80013020: 74 0f je ffffffff80013031 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0xe41> -ffffffff80013022: 48 83 3d be 82 01 00 cmpq $0x0,0x182be(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80013029: 00 -ffffffff8001302a: 75 3b jne ffffffff80013067 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0xe77> -ffffffff8001302c: e9 a1 03 00 00 jmp ffffffff800133d2 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0x11e2> -ffffffff80013031: 4c 8d b5 88 fe ff ff lea -0x178(%rbp),%r14 -ffffffff80013038: 4c 89 f7 mov %r14,%rdi -ffffffff8001303b: ff 15 9f 82 01 00 call *0x1829f(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80013041: 48 c7 05 9c 82 01 00 movq $0x1,0x1829c(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80013048: 01 00 00 00 -ffffffff8001304c: 48 8d 3d 9d 82 01 00 lea 0x1829d(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80013053: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80013058: 4c 89 f6 mov %r14,%rsi -ffffffff8001305b: e8 20 f6 00 00 call ffffffff80022680 -ffffffff80013060: c6 05 31 83 01 00 01 movb $0x1,0x18331(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80013067: 48 8d 3d 82 82 01 00 lea 0x18282(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001306e: ba 01 00 00 00 mov $0x1,%edx -ffffffff80013073: 48 89 de mov %rbx,%rsi -ffffffff80013076: 4c 89 e9 mov %r13,%rcx -ffffffff80013079: e8 d2 11 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8001307e: 66 90 xchg %ax,%ax -ffffffff80013080: b0 01 mov $0x1,%al -ffffffff80013082: 86 05 c8 7c 01 00 xchg %al,0x17cc8(%rip) # ffffffff8002ad50 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E> -ffffffff80013088: 84 c0 test %al,%al -ffffffff8001308a: 75 f4 jne ffffffff80013080 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0xe90> -ffffffff8001308c: c6 05 bd 7c 01 00 00 movb $0x0,0x17cbd(%rip) # ffffffff8002ad50 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E> -ffffffff80013093: 48 8b 05 ce 7c 01 00 mov 0x17cce(%rip),%rax # ffffffff8002ad68 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E+0x18> -ffffffff8001309a: 48 85 c0 test %rax,%rax -ffffffff8001309d: 48 8d 9d 88 fe ff ff lea -0x178(%rbp),%rbx -ffffffff800130a4: 0f 84 42 03 00 00 je ffffffff800133ec <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0x11fc> -ffffffff800130aa: 4c 8b 2d a7 7c 01 00 mov 0x17ca7(%rip),%r13 # ffffffff8002ad58 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E+0x8> -ffffffff800130b1: 48 c1 e0 02 shl $0x2,%rax -ffffffff800130b5: 48 8d 0c 40 lea (%rax,%rax,2),%rcx -ffffffff800130b9: 45 31 e4 xor %r12d,%r12d -ffffffff800130bc: eb 66 jmp ffffffff80013124 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0xf34> -ffffffff800130be: 66 90 xchg %ax,%ax -ffffffff800130c0: 48 89 df mov %rbx,%rdi -ffffffff800130c3: ff 15 17 82 01 00 call *0x18217(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff800130c9: 48 c7 05 14 82 01 00 movq $0x1,0x18214(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff800130d0: 01 00 00 00 -ffffffff800130d4: ba a8 00 00 00 mov $0xa8,%edx -ffffffff800130d9: 48 89 de mov %rbx,%rsi -ffffffff800130dc: 48 8d 1d 0d 82 01 00 lea 0x1820d(%rip),%rbx # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff800130e3: 48 89 df mov %rbx,%rdi -ffffffff800130e6: 49 89 f5 mov %rsi,%r13 -ffffffff800130e9: e8 92 f5 00 00 call ffffffff80022680 -ffffffff800130ee: c6 05 a3 82 01 00 01 movb $0x1,0x182a3(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff800130f5: ba 01 00 00 00 mov $0x1,%edx -ffffffff800130fa: 48 89 df mov %rbx,%rdi -ffffffff800130fd: 4c 89 f6 mov %r14,%rsi -ffffffff80013100: 4c 89 f9 mov %r15,%rcx -ffffffff80013103: e8 48 11 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80013108: 4c 89 eb mov %r13,%rbx -ffffffff8001310b: 4c 8b 6d c8 mov -0x38(%rbp),%r13 -ffffffff8001310f: 49 83 c5 0c add $0xc,%r13 -ffffffff80013113: 49 ff c4 inc %r12 -ffffffff80013116: 48 8b 4d c0 mov -0x40(%rbp),%rcx -ffffffff8001311a: 48 83 c1 f4 add $0xfffffffffffffff4,%rcx -ffffffff8001311e: 0f 84 c8 02 00 00 je ffffffff800133ec <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0x11fc> -ffffffff80013124: 4c 89 a5 38 ff ff ff mov %r12,-0xc8(%rbp) -ffffffff8001312b: 4c 89 ad 30 ff ff ff mov %r13,-0xd0(%rbp) -ffffffff80013132: 0f b6 05 77 66 01 00 movzbl 0x16677(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80013139: 84 c0 test %al,%al -ffffffff8001313b: 48 89 4d c0 mov %rcx,-0x40(%rbp) -ffffffff8001313f: 74 0f je ffffffff80013150 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0xf60> -ffffffff80013141: 48 83 3d 0f 66 01 00 cmpq $0x0,0x1660f(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80013148: 00 -ffffffff80013149: 75 32 jne ffffffff8001317d <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0xf8d> -ffffffff8001314b: e9 82 02 00 00 jmp ffffffff800133d2 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0x11e2> -ffffffff80013150: 48 89 df mov %rbx,%rdi -ffffffff80013153: ff 15 f7 65 01 00 call *0x165f7(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff80013159: 48 c7 05 f4 65 01 00 movq $0x1,0x165f4(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80013160: 01 00 00 00 -ffffffff80013164: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff80013169: 48 8d 3d f0 65 01 00 lea 0x165f0(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80013170: 48 89 de mov %rbx,%rsi -ffffffff80013173: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff80013176: c6 05 33 66 01 00 01 movb $0x1,0x16633(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff8001317d: 48 8d 85 38 ff ff ff lea -0xc8(%rbp),%rax -ffffffff80013184: 48 89 85 40 ff ff ff mov %rax,-0xc0(%rbp) -ffffffff8001318b: 48 8d 05 3e f0 00 00 lea 0xf03e(%rip),%rax # ffffffff800221d0 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u64$GT$3fmt17hb9efc93793ab2de5E> -ffffffff80013192: 48 89 85 48 ff ff ff mov %rax,-0xb8(%rbp) -ffffffff80013199: 48 8d 85 30 ff ff ff lea -0xd0(%rbp),%rax -ffffffff800131a0: 48 89 85 50 ff ff ff mov %rax,-0xb0(%rbp) -ffffffff800131a7: 48 8d 05 82 ea ff ff lea -0x157e(%rip),%rax # ffffffff80011c30 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h31e1490c6d23c7f7E> -ffffffff800131ae: 48 89 85 58 ff ff ff mov %rax,-0xa8(%rbp) -ffffffff800131b5: 48 c7 85 88 fe ff ff movq $0x2,-0x178(%rbp) -ffffffff800131bc: 02 00 00 00 -ffffffff800131c0: 48 c7 85 98 fe ff ff movq $0x0,-0x168(%rbp) -ffffffff800131c7: 00 00 00 00 -ffffffff800131cb: 48 c7 85 a0 fe ff ff movq $0x2,-0x160(%rbp) -ffffffff800131d2: 02 00 00 00 -ffffffff800131d6: 48 c7 85 a8 fe ff ff movq $0x0,-0x158(%rbp) -ffffffff800131dd: 00 00 00 00 -ffffffff800131e1: 48 c7 85 b0 fe ff ff movq $0x20,-0x150(%rbp) -ffffffff800131e8: 20 00 00 00 -ffffffff800131ec: c6 85 b8 fe ff ff 03 movb $0x3,-0x148(%rbp) -ffffffff800131f3: 48 c7 85 c0 fe ff ff movq $0x2,-0x140(%rbp) -ffffffff800131fa: 02 00 00 00 -ffffffff800131fe: 48 c7 85 d0 fe ff ff movq $0x2,-0x130(%rbp) -ffffffff80013205: 02 00 00 00 -ffffffff80013209: 48 c7 85 e0 fe ff ff movq $0x1,-0x120(%rbp) -ffffffff80013210: 01 00 00 00 -ffffffff80013214: 48 c7 85 e8 fe ff ff movq $0x20,-0x118(%rbp) -ffffffff8001321b: 20 00 00 00 -ffffffff8001321f: c6 85 f0 fe ff ff 03 movb $0x3,-0x110(%rbp) -ffffffff80013226: 48 8d 05 63 7b 01 00 lea 0x17b63(%rip),%rax # ffffffff8002ad90 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E+0x40> -ffffffff8001322d: 48 89 85 60 ff ff ff mov %rax,-0xa0(%rbp) -ffffffff80013234: 48 c7 85 68 ff ff ff movq $0x2,-0x98(%rbp) -ffffffff8001323b: 02 00 00 00 -ffffffff8001323f: 48 89 5d 80 mov %rbx,-0x80(%rbp) -ffffffff80013243: 48 c7 45 88 02 00 00 movq $0x2,-0x78(%rbp) -ffffffff8001324a: 00 -ffffffff8001324b: 48 8d 9d 40 ff ff ff lea -0xc0(%rbp),%rbx -ffffffff80013252: 48 89 9d 70 ff ff ff mov %rbx,-0x90(%rbp) -ffffffff80013259: 48 c7 85 78 ff ff ff movq $0x2,-0x88(%rbp) -ffffffff80013260: 02 00 00 00 -ffffffff80013264: 4c 8d 7d 90 lea -0x70(%rbp),%r15 -ffffffff80013268: 4c 89 ff mov %r15,%rdi -ffffffff8001326b: 4c 8d b5 60 ff ff ff lea -0xa0(%rbp),%r14 -ffffffff80013272: 4c 89 f6 mov %r14,%rsi -ffffffff80013275: e8 16 9d 00 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff8001327a: 48 8b 45 90 mov -0x70(%rbp),%rax -ffffffff8001327e: 48 8b 4d 98 mov -0x68(%rbp),%rcx -ffffffff80013282: 48 89 85 60 ff ff ff mov %rax,-0xa0(%rbp) -ffffffff80013289: 48 89 8d 68 ff ff ff mov %rcx,-0x98(%rbp) -ffffffff80013290: 48 8b 45 a0 mov -0x60(%rbp),%rax -ffffffff80013294: 48 89 85 70 ff ff ff mov %rax,-0x90(%rbp) -ffffffff8001329b: 4c 89 75 b0 mov %r14,-0x50(%rbp) -ffffffff8001329f: 48 8d 45 b0 lea -0x50(%rbp),%rax -ffffffff800132a3: 48 89 45 90 mov %rax,-0x70(%rbp) -ffffffff800132a7: 48 8d 05 a2 34 00 00 lea 0x34a2(%rip),%rax # ffffffff80016750 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h42ee6215a9c421d0E> -ffffffff800132ae: 48 89 45 98 mov %rax,-0x68(%rbp) -ffffffff800132b2: 48 8d 05 b7 7a 01 00 lea 0x17ab7(%rip),%rax # ffffffff8002ad70 <_ZN11CappuccinOS7drivers3pci11PCI_DEVICES17had712c6794b34af9E+0x20> -ffffffff800132b9: 48 89 85 88 fe ff ff mov %rax,-0x178(%rbp) -ffffffff800132c0: 48 c7 85 90 fe ff ff movq $0x2,-0x170(%rbp) -ffffffff800132c7: 02 00 00 00 -ffffffff800132cb: 48 c7 85 a8 fe ff ff movq $0x0,-0x158(%rbp) -ffffffff800132d2: 00 00 00 00 -ffffffff800132d6: 4c 89 bd 98 fe ff ff mov %r15,-0x168(%rbp) -ffffffff800132dd: 48 c7 85 a0 fe ff ff movq $0x1,-0x160(%rbp) -ffffffff800132e4: 01 00 00 00 -ffffffff800132e8: 48 89 df mov %rbx,%rdi -ffffffff800132eb: 48 8d 9d 88 fe ff ff lea -0x178(%rbp),%rbx -ffffffff800132f2: 48 89 de mov %rbx,%rsi -ffffffff800132f5: e8 96 9c 00 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff800132fa: 4c 8b b5 68 ff ff ff mov -0x98(%rbp),%r14 -ffffffff80013301: 4d 85 f6 test %r14,%r14 -ffffffff80013304: 74 74 je ffffffff8001337a <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0x118a> -ffffffff80013306: 48 8b b5 60 ff ff ff mov -0xa0(%rbp),%rsi -ffffffff8001330d: 0f b6 05 84 80 01 00 movzbl 0x18084(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80013314: 84 c0 test %al,%al -ffffffff80013316: 74 18 je ffffffff80013330 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0x1140> -ffffffff80013318: 48 83 3d c8 7f 01 00 cmpq $0x0,0x17fc8(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001331f: 00 -ffffffff80013320: 4c 8d 3d c9 7f 01 00 lea 0x17fc9(%rip),%r15 # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80013327: 75 41 jne ffffffff8001336a <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0x117a> -ffffffff80013329: e9 a4 00 00 00 jmp ffffffff800133d2 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0x11e2> -ffffffff8001332e: 66 90 xchg %ax,%ax -ffffffff80013330: 48 89 df mov %rbx,%rdi -ffffffff80013333: 48 89 75 c8 mov %rsi,-0x38(%rbp) -ffffffff80013337: ff 15 a3 7f 01 00 call *0x17fa3(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8001333d: 48 c7 05 a0 7f 01 00 movq $0x1,0x17fa0(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80013344: 01 00 00 00 -ffffffff80013348: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8001334d: 4c 8d 3d 9c 7f 01 00 lea 0x17f9c(%rip),%r15 # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80013354: 4c 89 ff mov %r15,%rdi -ffffffff80013357: 48 89 de mov %rbx,%rsi -ffffffff8001335a: e8 21 f3 00 00 call ffffffff80022680 -ffffffff8001335f: 48 8b 75 c8 mov -0x38(%rbp),%rsi -ffffffff80013363: c6 05 2e 80 01 00 01 movb $0x1,0x1802e(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001336a: ba 01 00 00 00 mov $0x1,%edx -ffffffff8001336f: 4c 89 ff mov %r15,%rdi -ffffffff80013372: 4c 89 f1 mov %r14,%rcx -ffffffff80013375: e8 d6 0e 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8001337a: 4c 8b b5 40 ff ff ff mov -0xc0(%rbp),%r14 -ffffffff80013381: 4c 8b bd 48 ff ff ff mov -0xb8(%rbp),%r15 -ffffffff80013388: 48 8b 95 50 ff ff ff mov -0xb0(%rbp),%rdx -ffffffff8001338f: 48 8d 3d ca 63 01 00 lea 0x163ca(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80013396: 4c 89 f6 mov %r14,%rsi -ffffffff80013399: e8 02 d3 fe ff call ffffffff800006a0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E> -ffffffff8001339e: 4d 85 ff test %r15,%r15 -ffffffff800133a1: 0f 84 68 fd ff ff je ffffffff8001310f <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0xf1f> -ffffffff800133a7: 4c 89 6d c8 mov %r13,-0x38(%rbp) -ffffffff800133ab: 0f b6 05 e6 7f 01 00 movzbl 0x17fe6(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff800133b2: 84 c0 test %al,%al -ffffffff800133b4: 0f 84 06 fd ff ff je ffffffff800130c0 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0xed0> -ffffffff800133ba: 49 89 dd mov %rbx,%r13 -ffffffff800133bd: 48 83 3d 23 7f 01 00 cmpq $0x0,0x17f23(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff800133c4: 00 -ffffffff800133c5: 48 8d 1d 24 7f 01 00 lea 0x17f24(%rip),%rbx # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff800133cc: 0f 85 23 fd ff ff jne ffffffff800130f5 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E+0xf05> -ffffffff800133d2: 48 8d 3d 07 34 01 00 lea 0x13407(%rip),%rdi # ffffffff800267e0 -ffffffff800133d9: 48 8d 15 40 81 01 00 lea 0x18140(%rip),%rdx # ffffffff8002b520 -ffffffff800133e0: be 1e 00 00 00 mov $0x1e,%esi -ffffffff800133e5: e8 36 e9 00 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff800133ea: 0f 0b ud2 -ffffffff800133ec: 48 81 c4 58 01 00 00 add $0x158,%rsp -ffffffff800133f3: 5b pop %rbx -ffffffff800133f4: 41 5c pop %r12 -ffffffff800133f6: 41 5d pop %r13 -ffffffff800133f8: 41 5e pop %r14 -ffffffff800133fa: 41 5f pop %r15 -ffffffff800133fc: 5d pop %rbp -ffffffff800133fd: c3 ret -ffffffff800133fe: bf 01 00 00 00 mov $0x1,%edi -ffffffff80013403: be 19 00 00 00 mov $0x19,%esi -ffffffff80013408: e8 b3 9e 00 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff8001340d: 0f 0b ud2 -ffffffff8001340f: 90 nop - -ffffffff80013410 <_ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17h09d33e41679e992cE>: -ffffffff80013410: 55 push %rbp -ffffffff80013411: 48 89 e5 mov %rsp,%rbp -ffffffff80013414: 48 89 f0 mov %rsi,%rax -ffffffff80013417: 48 8b 0f mov (%rdi),%rcx -ffffffff8001341a: 0f b6 09 movzbl (%rcx),%ecx -ffffffff8001341d: ba 0c 00 00 00 mov $0xc,%edx -ffffffff80013422: 48 29 ca sub %rcx,%rdx -ffffffff80013425: 48 8d 3d f8 1c 01 00 lea 0x11cf8(%rip),%rdi # ffffffff80025124 -ffffffff8001342c: 48 63 34 8f movslq (%rdi,%rcx,4),%rsi -ffffffff80013430: 48 01 fe add %rdi,%rsi -ffffffff80013433: 48 89 c7 mov %rax,%rdi -ffffffff80013436: 5d pop %rbp -ffffffff80013437: e9 74 b4 00 00 jmp ffffffff8001e8b0 <_ZN4core3fmt9Formatter9write_str17h5399c4ae0c5f789dE> -ffffffff8001343c: 0f 1f 40 00 nopl 0x0(%rax) - -ffffffff80013440 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367>: -ffffffff80013440: 55 push %rbp -ffffffff80013441: 48 89 e5 mov %rsp,%rbp -ffffffff80013444: 41 53 push %r11 -ffffffff80013446: 41 52 push %r10 -ffffffff80013448: 41 51 push %r9 -ffffffff8001344a: 41 50 push %r8 -ffffffff8001344c: 57 push %rdi -ffffffff8001344d: 56 push %rsi -ffffffff8001344e: 52 push %rdx -ffffffff8001344f: 51 push %rcx -ffffffff80013450: 50 push %rax -ffffffff80013451: 48 83 ec 28 sub $0x28,%rsp -ffffffff80013455: fc cld -ffffffff80013456: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001345d: 00 00 00 -ffffffff80013460: b0 01 mov $0x1,%al -ffffffff80013462: 86 05 20 7b 01 00 xchg %al,0x17b20(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80013468: 84 c0 test %al,%al -ffffffff8001346a: 75 f4 jne ffffffff80013460 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x20> -ffffffff8001346c: 0f b6 05 19 7b 01 00 movzbl 0x17b19(%rip),%eax # ffffffff8002af8c <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x4> -ffffffff80013473: 04 e6 add $0xe6,%al -ffffffff80013475: 3c 07 cmp $0x7,%al -ffffffff80013477: 77 0a ja ffffffff80013483 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x43> -ffffffff80013479: 0f b6 15 0d 7b 01 00 movzbl 0x17b0d(%rip),%edx # ffffffff8002af8d <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x5> -ffffffff80013480: b0 20 mov $0x20,%al -ffffffff80013482: ee out %al,(%dx) -ffffffff80013483: 0f b6 15 00 7b 01 00 movzbl 0x17b00(%rip),%edx # ffffffff8002af8a <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x2> -ffffffff8001348a: b0 20 mov $0x20,%al -ffffffff8001348c: ee out %al,(%dx) -ffffffff8001348d: c6 05 f4 7a 01 00 00 movb $0x0,0x17af4(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80013494: 66 ba 60 00 mov $0x60,%dx -ffffffff80013498: ec in (%dx),%al -ffffffff80013499: 3c e0 cmp $0xe0,%al -ffffffff8001349b: 75 17 jne ffffffff800134b4 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x74> -ffffffff8001349d: 0f b6 05 6c 87 01 00 movzbl 0x1876c(%rip),%eax # ffffffff8002bc10 <_ZN11CappuccinOS7drivers8keyboard12EXTENDED_KEY17hc55369a9d138a28cE.0> -ffffffff800134a4: 84 c0 test %al,%al -ffffffff800134a6: 0f 94 c0 sete %al -ffffffff800134a9: 86 05 61 87 01 00 xchg %al,0x18761(%rip) # ffffffff8002bc10 <_ZN11CappuccinOS7drivers8keyboard12EXTENDED_KEY17hc55369a9d138a28cE.0> -ffffffff800134af: e9 7c 07 00 00 jmp ffffffff80013c30 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7f0> -ffffffff800134b4: 89 c1 mov %eax,%ecx -ffffffff800134b6: 80 e1 7f and $0x7f,%cl -ffffffff800134b9: 0f b6 c9 movzbl %cl,%ecx -ffffffff800134bc: ff c9 dec %ecx -ffffffff800134be: 83 f9 57 cmp $0x57,%ecx -ffffffff800134c1: 0f 87 69 07 00 00 ja ffffffff80013c30 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7f0> -ffffffff800134c7: ba 03 00 00 00 mov $0x3,%edx -ffffffff800134cc: 48 8d 35 a9 19 01 00 lea 0x119a9(%rip),%rsi # ffffffff80024e7c -ffffffff800134d3: 48 63 0c 8e movslq (%rsi,%rcx,4),%rcx -ffffffff800134d7: 48 01 f1 add %rsi,%rcx -ffffffff800134da: ff e1 jmp *%rcx -ffffffff800134dc: 48 8d 0d 17 1b 01 00 lea 0x11b17(%rip),%rcx # ffffffff80024ffa -ffffffff800134e3: ba 01 00 00 00 mov $0x1,%edx -ffffffff800134e8: be 2d 00 00 00 mov $0x2d,%esi -ffffffff800134ed: e9 13 07 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff800134f2: 48 8d 0d f4 1a 01 00 lea 0x11af4(%rip),%rcx # ffffffff80024fed -ffffffff800134f9: be 1b 00 00 00 mov $0x1b,%esi -ffffffff800134fe: e9 02 07 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff80013503: 48 8d 0d e6 1a 01 00 lea 0x11ae6(%rip),%rcx # ffffffff80024ff0 -ffffffff8001350a: ba 01 00 00 00 mov $0x1,%edx -ffffffff8001350f: be 31 00 00 00 mov $0x31,%esi -ffffffff80013514: e9 ec 06 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff80013519: 48 8d 0d d1 1a 01 00 lea 0x11ad1(%rip),%rcx # ffffffff80024ff1 -ffffffff80013520: ba 01 00 00 00 mov $0x1,%edx -ffffffff80013525: be 32 00 00 00 mov $0x32,%esi -ffffffff8001352a: e9 d6 06 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff8001352f: 48 8d 0d bc 1a 01 00 lea 0x11abc(%rip),%rcx # ffffffff80024ff2 -ffffffff80013536: ba 01 00 00 00 mov $0x1,%edx -ffffffff8001353b: be 33 00 00 00 mov $0x33,%esi -ffffffff80013540: e9 c0 06 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff80013545: 48 8d 0d a7 1a 01 00 lea 0x11aa7(%rip),%rcx # ffffffff80024ff3 -ffffffff8001354c: ba 01 00 00 00 mov $0x1,%edx -ffffffff80013551: be 34 00 00 00 mov $0x34,%esi -ffffffff80013556: e9 aa 06 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff8001355b: 48 8d 0d 92 1a 01 00 lea 0x11a92(%rip),%rcx # ffffffff80024ff4 -ffffffff80013562: ba 01 00 00 00 mov $0x1,%edx -ffffffff80013567: be 35 00 00 00 mov $0x35,%esi -ffffffff8001356c: e9 94 06 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff80013571: 48 8d 0d 7d 1a 01 00 lea 0x11a7d(%rip),%rcx # ffffffff80024ff5 -ffffffff80013578: ba 01 00 00 00 mov $0x1,%edx -ffffffff8001357d: be 36 00 00 00 mov $0x36,%esi -ffffffff80013582: e9 7e 06 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff80013587: 48 8d 0d 68 1a 01 00 lea 0x11a68(%rip),%rcx # ffffffff80024ff6 -ffffffff8001358e: ba 01 00 00 00 mov $0x1,%edx -ffffffff80013593: be 37 00 00 00 mov $0x37,%esi -ffffffff80013598: e9 68 06 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff8001359d: 48 8d 0d 53 1a 01 00 lea 0x11a53(%rip),%rcx # ffffffff80024ff7 -ffffffff800135a4: ba 01 00 00 00 mov $0x1,%edx -ffffffff800135a9: be 38 00 00 00 mov $0x38,%esi -ffffffff800135ae: e9 52 06 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff800135b3: 48 8d 0d 3e 1a 01 00 lea 0x11a3e(%rip),%rcx # ffffffff80024ff8 -ffffffff800135ba: ba 01 00 00 00 mov $0x1,%edx -ffffffff800135bf: be 39 00 00 00 mov $0x39,%esi -ffffffff800135c4: e9 3c 06 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff800135c9: 48 8d 0d 29 1a 01 00 lea 0x11a29(%rip),%rcx # ffffffff80024ff9 -ffffffff800135d0: ba 01 00 00 00 mov $0x1,%edx -ffffffff800135d5: be 30 00 00 00 mov $0x30,%esi -ffffffff800135da: e9 26 06 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff800135df: 48 8d 0d 15 1a 01 00 lea 0x11a15(%rip),%rcx # ffffffff80024ffb -ffffffff800135e6: ba 01 00 00 00 mov $0x1,%edx -ffffffff800135eb: be 3d 00 00 00 mov $0x3d,%esi -ffffffff800135f0: e9 10 06 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff800135f5: 48 8d 0d 00 1a 01 00 lea 0x11a00(%rip),%rcx # ffffffff80024ffc -ffffffff800135fc: ba 09 00 00 00 mov $0x9,%edx -ffffffff80013601: be 08 00 00 00 mov $0x8,%esi -ffffffff80013606: e9 fa 05 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff8001360b: 48 8d 0d f3 19 01 00 lea 0x119f3(%rip),%rcx # ffffffff80025005 -ffffffff80013612: be 09 00 00 00 mov $0x9,%esi -ffffffff80013617: e9 e9 05 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff8001361c: 48 8d 0d e5 19 01 00 lea 0x119e5(%rip),%rcx # ffffffff80025008 -ffffffff80013623: ba 01 00 00 00 mov $0x1,%edx -ffffffff80013628: be 71 00 00 00 mov $0x71,%esi -ffffffff8001362d: e9 d3 05 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff80013632: 48 8d 0d d0 19 01 00 lea 0x119d0(%rip),%rcx # ffffffff80025009 -ffffffff80013639: ba 01 00 00 00 mov $0x1,%edx -ffffffff8001363e: be 77 00 00 00 mov $0x77,%esi -ffffffff80013643: e9 bd 05 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff80013648: 48 8d 0d bb 19 01 00 lea 0x119bb(%rip),%rcx # ffffffff8002500a -ffffffff8001364f: ba 01 00 00 00 mov $0x1,%edx -ffffffff80013654: be 65 00 00 00 mov $0x65,%esi -ffffffff80013659: e9 a7 05 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff8001365e: 48 8d 0d a6 19 01 00 lea 0x119a6(%rip),%rcx # ffffffff8002500b -ffffffff80013665: ba 01 00 00 00 mov $0x1,%edx -ffffffff8001366a: be 72 00 00 00 mov $0x72,%esi -ffffffff8001366f: e9 91 05 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff80013674: 48 8d 0d 91 19 01 00 lea 0x11991(%rip),%rcx # ffffffff8002500c -ffffffff8001367b: ba 01 00 00 00 mov $0x1,%edx -ffffffff80013680: be 74 00 00 00 mov $0x74,%esi -ffffffff80013685: e9 7b 05 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff8001368a: 48 8d 0d 7c 19 01 00 lea 0x1197c(%rip),%rcx # ffffffff8002500d -ffffffff80013691: ba 01 00 00 00 mov $0x1,%edx -ffffffff80013696: be 79 00 00 00 mov $0x79,%esi -ffffffff8001369b: e9 65 05 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff800136a0: 48 8d 0d 67 19 01 00 lea 0x11967(%rip),%rcx # ffffffff8002500e -ffffffff800136a7: ba 01 00 00 00 mov $0x1,%edx -ffffffff800136ac: be 75 00 00 00 mov $0x75,%esi -ffffffff800136b1: e9 4f 05 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff800136b6: 48 8d 0d 52 19 01 00 lea 0x11952(%rip),%rcx # ffffffff8002500f -ffffffff800136bd: ba 01 00 00 00 mov $0x1,%edx -ffffffff800136c2: be 69 00 00 00 mov $0x69,%esi -ffffffff800136c7: e9 39 05 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff800136cc: 48 8d 0d 3d 19 01 00 lea 0x1193d(%rip),%rcx # ffffffff80025010 -ffffffff800136d3: ba 01 00 00 00 mov $0x1,%edx -ffffffff800136d8: be 6f 00 00 00 mov $0x6f,%esi -ffffffff800136dd: e9 23 05 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff800136e2: 48 8d 0d 28 19 01 00 lea 0x11928(%rip),%rcx # ffffffff80025011 -ffffffff800136e9: ba 01 00 00 00 mov $0x1,%edx -ffffffff800136ee: be 70 00 00 00 mov $0x70,%esi -ffffffff800136f3: e9 0d 05 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff800136f8: 48 8d 0d 13 19 01 00 lea 0x11913(%rip),%rcx # ffffffff80025012 -ffffffff800136ff: ba 01 00 00 00 mov $0x1,%edx -ffffffff80013704: be 5b 00 00 00 mov $0x5b,%esi -ffffffff80013709: e9 f7 04 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff8001370e: 48 8d 0d fe 18 01 00 lea 0x118fe(%rip),%rcx # ffffffff80025013 -ffffffff80013715: ba 01 00 00 00 mov $0x1,%edx -ffffffff8001371a: be 5d 00 00 00 mov $0x5d,%esi -ffffffff8001371f: e9 e1 04 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff80013724: 48 8d 0d e9 18 01 00 lea 0x118e9(%rip),%rcx # ffffffff80025014 -ffffffff8001372b: ba 05 00 00 00 mov $0x5,%edx -ffffffff80013730: be 0a 00 00 00 mov $0xa,%esi -ffffffff80013735: e9 cb 04 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff8001373a: 0f b6 0d cf 84 01 00 movzbl 0x184cf(%rip),%ecx # ffffffff8002bc10 <_ZN11CappuccinOS7drivers8keyboard12EXTENDED_KEY17hc55369a9d138a28cE.0> -ffffffff80013741: 84 c9 test %cl,%cl -ffffffff80013743: 48 8d 15 cf 18 01 00 lea 0x118cf(%rip),%rdx # ffffffff80025019 -ffffffff8001374a: 48 8d 0d cd 18 01 00 lea 0x118cd(%rip),%rcx # ffffffff8002501e -ffffffff80013751: 48 0f 44 ca cmove %rdx,%rcx -ffffffff80013755: ba 05 00 00 00 mov $0x5,%edx -ffffffff8001375a: e9 a1 04 00 00 jmp ffffffff80013c00 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c0> -ffffffff8001375f: 48 8d 0d bd 18 01 00 lea 0x118bd(%rip),%rcx # ffffffff80025023 -ffffffff80013766: ba 01 00 00 00 mov $0x1,%edx -ffffffff8001376b: be 61 00 00 00 mov $0x61,%esi -ffffffff80013770: e9 90 04 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff80013775: 48 8d 0d a8 18 01 00 lea 0x118a8(%rip),%rcx # ffffffff80025024 -ffffffff8001377c: ba 01 00 00 00 mov $0x1,%edx -ffffffff80013781: be 73 00 00 00 mov $0x73,%esi -ffffffff80013786: e9 7a 04 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff8001378b: 48 8d 0d 93 18 01 00 lea 0x11893(%rip),%rcx # ffffffff80025025 -ffffffff80013792: ba 01 00 00 00 mov $0x1,%edx -ffffffff80013797: be 64 00 00 00 mov $0x64,%esi -ffffffff8001379c: e9 64 04 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff800137a1: 48 8d 0d 7e 18 01 00 lea 0x1187e(%rip),%rcx # ffffffff80025026 -ffffffff800137a8: ba 01 00 00 00 mov $0x1,%edx -ffffffff800137ad: be 66 00 00 00 mov $0x66,%esi -ffffffff800137b2: e9 4e 04 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff800137b7: 48 8d 0d 69 18 01 00 lea 0x11869(%rip),%rcx # ffffffff80025027 -ffffffff800137be: ba 01 00 00 00 mov $0x1,%edx -ffffffff800137c3: be 67 00 00 00 mov $0x67,%esi -ffffffff800137c8: e9 38 04 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff800137cd: 48 8d 0d 54 18 01 00 lea 0x11854(%rip),%rcx # ffffffff80025028 -ffffffff800137d4: ba 01 00 00 00 mov $0x1,%edx -ffffffff800137d9: be 68 00 00 00 mov $0x68,%esi -ffffffff800137de: e9 22 04 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff800137e3: 48 8d 0d 3f 18 01 00 lea 0x1183f(%rip),%rcx # ffffffff80025029 -ffffffff800137ea: ba 01 00 00 00 mov $0x1,%edx -ffffffff800137ef: be 6a 00 00 00 mov $0x6a,%esi -ffffffff800137f4: e9 0c 04 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff800137f9: 48 8d 0d 2a 18 01 00 lea 0x1182a(%rip),%rcx # ffffffff8002502a -ffffffff80013800: ba 01 00 00 00 mov $0x1,%edx -ffffffff80013805: be 6b 00 00 00 mov $0x6b,%esi -ffffffff8001380a: e9 f6 03 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff8001380f: 48 8d 0d 15 18 01 00 lea 0x11815(%rip),%rcx # ffffffff8002502b -ffffffff80013816: ba 01 00 00 00 mov $0x1,%edx -ffffffff8001381b: be 6c 00 00 00 mov $0x6c,%esi -ffffffff80013820: e9 e0 03 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff80013825: 48 8d 0d 00 18 01 00 lea 0x11800(%rip),%rcx # ffffffff8002502c -ffffffff8001382c: ba 01 00 00 00 mov $0x1,%edx -ffffffff80013831: be 3b 00 00 00 mov $0x3b,%esi -ffffffff80013836: e9 ca 03 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff8001383b: 48 8d 0d eb 17 01 00 lea 0x117eb(%rip),%rcx # ffffffff8002502d -ffffffff80013842: ba 01 00 00 00 mov $0x1,%edx -ffffffff80013847: be 27 00 00 00 mov $0x27,%esi -ffffffff8001384c: e9 b4 03 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff80013851: 48 8d 0d d6 17 01 00 lea 0x117d6(%rip),%rcx # ffffffff8002502e -ffffffff80013858: ba 01 00 00 00 mov $0x1,%edx -ffffffff8001385d: be 60 00 00 00 mov $0x60,%esi -ffffffff80013862: e9 9e 03 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff80013867: 48 8d 0d c1 17 01 00 lea 0x117c1(%rip),%rcx # ffffffff8002502f -ffffffff8001386e: ba 06 00 00 00 mov $0x6,%edx -ffffffff80013873: e9 88 03 00 00 jmp ffffffff80013c00 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c0> -ffffffff80013878: 48 8d 0d b6 17 01 00 lea 0x117b6(%rip),%rcx # ffffffff80025035 -ffffffff8001387f: ba 01 00 00 00 mov $0x1,%edx -ffffffff80013884: be 5c 00 00 00 mov $0x5c,%esi -ffffffff80013889: e9 77 03 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff8001388e: 48 8d 0d a1 17 01 00 lea 0x117a1(%rip),%rcx # ffffffff80025036 -ffffffff80013895: ba 01 00 00 00 mov $0x1,%edx -ffffffff8001389a: be 7a 00 00 00 mov $0x7a,%esi -ffffffff8001389f: e9 61 03 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff800138a4: 48 8d 0d 8c 17 01 00 lea 0x1178c(%rip),%rcx # ffffffff80025037 -ffffffff800138ab: ba 01 00 00 00 mov $0x1,%edx -ffffffff800138b0: be 78 00 00 00 mov $0x78,%esi -ffffffff800138b5: e9 4b 03 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff800138ba: 48 8d 0d 77 17 01 00 lea 0x11777(%rip),%rcx # ffffffff80025038 -ffffffff800138c1: ba 01 00 00 00 mov $0x1,%edx -ffffffff800138c6: be 63 00 00 00 mov $0x63,%esi -ffffffff800138cb: e9 35 03 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff800138d0: 48 8d 0d 62 17 01 00 lea 0x11762(%rip),%rcx # ffffffff80025039 -ffffffff800138d7: ba 01 00 00 00 mov $0x1,%edx -ffffffff800138dc: be 76 00 00 00 mov $0x76,%esi -ffffffff800138e1: e9 1f 03 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff800138e6: 48 8d 0d 4d 17 01 00 lea 0x1174d(%rip),%rcx # ffffffff8002503a -ffffffff800138ed: ba 01 00 00 00 mov $0x1,%edx -ffffffff800138f2: be 62 00 00 00 mov $0x62,%esi -ffffffff800138f7: e9 09 03 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff800138fc: 48 8d 0d 38 17 01 00 lea 0x11738(%rip),%rcx # ffffffff8002503b -ffffffff80013903: ba 01 00 00 00 mov $0x1,%edx -ffffffff80013908: be 6e 00 00 00 mov $0x6e,%esi -ffffffff8001390d: e9 f3 02 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff80013912: 48 8d 0d 23 17 01 00 lea 0x11723(%rip),%rcx # ffffffff8002503c -ffffffff80013919: ba 01 00 00 00 mov $0x1,%edx -ffffffff8001391e: be 6d 00 00 00 mov $0x6d,%esi -ffffffff80013923: e9 dd 02 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff80013928: 48 8d 0d 0e 17 01 00 lea 0x1170e(%rip),%rcx # ffffffff8002503d -ffffffff8001392f: ba 01 00 00 00 mov $0x1,%edx -ffffffff80013934: be 2c 00 00 00 mov $0x2c,%esi -ffffffff80013939: e9 c7 02 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff8001393e: 48 8d 0d f9 16 01 00 lea 0x116f9(%rip),%rcx # ffffffff8002503e -ffffffff80013945: ba 01 00 00 00 mov $0x1,%edx -ffffffff8001394a: be 2e 00 00 00 mov $0x2e,%esi -ffffffff8001394f: e9 b1 02 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff80013954: 48 8d 0d e4 16 01 00 lea 0x116e4(%rip),%rcx # ffffffff8002503f -ffffffff8001395b: ba 01 00 00 00 mov $0x1,%edx -ffffffff80013960: be 2f 00 00 00 mov $0x2f,%esi -ffffffff80013965: e9 9b 02 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff8001396a: 48 8d 0d cf 16 01 00 lea 0x116cf(%rip),%rcx # ffffffff80025040 -ffffffff80013971: ba 06 00 00 00 mov $0x6,%edx -ffffffff80013976: e9 85 02 00 00 jmp ffffffff80013c00 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c0> -ffffffff8001397b: 48 8d 0d c4 16 01 00 lea 0x116c4(%rip),%rcx # ffffffff80025046 -ffffffff80013982: ba 01 00 00 00 mov $0x1,%edx -ffffffff80013987: be 2a 00 00 00 mov $0x2a,%esi -ffffffff8001398c: e9 74 02 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff80013991: 48 8d 0d af 16 01 00 lea 0x116af(%rip),%rcx # ffffffff80025047 -ffffffff80013998: e9 63 02 00 00 jmp ffffffff80013c00 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c0> -ffffffff8001399d: 48 8d 0d a6 16 01 00 lea 0x116a6(%rip),%rcx # ffffffff8002504a -ffffffff800139a4: ba 01 00 00 00 mov $0x1,%edx -ffffffff800139a9: be 20 00 00 00 mov $0x20,%esi -ffffffff800139ae: e9 52 02 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff800139b3: 48 8d 0d e7 08 01 00 lea 0x108e7(%rip),%rcx # ffffffff800242a1 -ffffffff800139ba: ba 08 00 00 00 mov $0x8,%edx -ffffffff800139bf: e9 3c 02 00 00 jmp ffffffff80013c00 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c0> -ffffffff800139c4: 48 8d 0d 80 16 01 00 lea 0x11680(%rip),%rcx # ffffffff8002504b -ffffffff800139cb: ba 02 00 00 00 mov $0x2,%edx -ffffffff800139d0: e9 2b 02 00 00 jmp ffffffff80013c00 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c0> -ffffffff800139d5: 48 8d 0d 71 16 01 00 lea 0x11671(%rip),%rcx # ffffffff8002504d -ffffffff800139dc: ba 02 00 00 00 mov $0x2,%edx -ffffffff800139e1: e9 1a 02 00 00 jmp ffffffff80013c00 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c0> -ffffffff800139e6: 48 8d 0d 62 16 01 00 lea 0x11662(%rip),%rcx # ffffffff8002504f -ffffffff800139ed: ba 02 00 00 00 mov $0x2,%edx -ffffffff800139f2: e9 09 02 00 00 jmp ffffffff80013c00 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c0> -ffffffff800139f7: 48 8d 0d 53 16 01 00 lea 0x11653(%rip),%rcx # ffffffff80025051 -ffffffff800139fe: ba 02 00 00 00 mov $0x2,%edx -ffffffff80013a03: e9 f8 01 00 00 jmp ffffffff80013c00 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c0> -ffffffff80013a08: 48 8d 0d 44 16 01 00 lea 0x11644(%rip),%rcx # ffffffff80025053 -ffffffff80013a0f: ba 02 00 00 00 mov $0x2,%edx -ffffffff80013a14: e9 e7 01 00 00 jmp ffffffff80013c00 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c0> -ffffffff80013a19: 48 8d 0d 35 16 01 00 lea 0x11635(%rip),%rcx # ffffffff80025055 -ffffffff80013a20: ba 02 00 00 00 mov $0x2,%edx -ffffffff80013a25: e9 d6 01 00 00 jmp ffffffff80013c00 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c0> -ffffffff80013a2a: 48 8d 0d 26 16 01 00 lea 0x11626(%rip),%rcx # ffffffff80025057 -ffffffff80013a31: ba 02 00 00 00 mov $0x2,%edx -ffffffff80013a36: e9 c5 01 00 00 jmp ffffffff80013c00 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c0> -ffffffff80013a3b: 48 8d 0d 17 16 01 00 lea 0x11617(%rip),%rcx # ffffffff80025059 -ffffffff80013a42: ba 02 00 00 00 mov $0x2,%edx -ffffffff80013a47: e9 b4 01 00 00 jmp ffffffff80013c00 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c0> -ffffffff80013a4c: 48 8d 0d 08 16 01 00 lea 0x11608(%rip),%rcx # ffffffff8002505b -ffffffff80013a53: ba 02 00 00 00 mov $0x2,%edx -ffffffff80013a58: e9 a3 01 00 00 jmp ffffffff80013c00 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c0> -ffffffff80013a5d: 48 8d 0d f9 15 01 00 lea 0x115f9(%rip),%rcx # ffffffff8002505d -ffffffff80013a64: e9 97 01 00 00 jmp ffffffff80013c00 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c0> -ffffffff80013a69: 48 8d 0d f0 15 01 00 lea 0x115f0(%rip),%rcx # ffffffff80025060 -ffffffff80013a70: ba 07 00 00 00 mov $0x7,%edx -ffffffff80013a75: e9 86 01 00 00 jmp ffffffff80013c00 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c0> -ffffffff80013a7a: 48 8d 0d e6 15 01 00 lea 0x115e6(%rip),%rcx # ffffffff80025067 -ffffffff80013a81: ba 07 00 00 00 mov $0x7,%edx -ffffffff80013a86: e9 75 01 00 00 jmp ffffffff80013c00 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c0> -ffffffff80013a8b: 0f b6 0d 7e 81 01 00 movzbl 0x1817e(%rip),%ecx # ffffffff8002bc10 <_ZN11CappuccinOS7drivers8keyboard12EXTENDED_KEY17hc55369a9d138a28cE.0> -ffffffff80013a92: 84 c9 test %cl,%cl -ffffffff80013a94: 0f 84 aa 01 00 00 je ffffffff80013c44 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x804> -ffffffff80013a9a: 48 8d 0d a8 01 01 00 lea 0x101a8(%rip),%rcx # ffffffff80023c49 <_ZN17compiler_builtins3mem6strlen17ha67bf7541695cb1bE+0x12c9> -ffffffff80013aa1: ba 04 00 00 00 mov $0x4,%edx -ffffffff80013aa6: e9 55 01 00 00 jmp ffffffff80013c00 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c0> -ffffffff80013aab: 0f b6 0d 5e 81 01 00 movzbl 0x1815e(%rip),%ecx # ffffffff8002bc10 <_ZN11CappuccinOS7drivers8keyboard12EXTENDED_KEY17hc55369a9d138a28cE.0> -ffffffff80013ab2: 84 c9 test %cl,%cl -ffffffff80013ab4: 0f 84 9d 01 00 00 je ffffffff80013c57 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x817> -ffffffff80013aba: 48 8d 0d ad 15 01 00 lea 0x115ad(%rip),%rcx # ffffffff8002506e -ffffffff80013ac1: ba 05 00 00 00 mov $0x5,%edx -ffffffff80013ac6: e9 35 01 00 00 jmp ffffffff80013c00 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c0> -ffffffff80013acb: 0f b6 0d 3e 81 01 00 movzbl 0x1813e(%rip),%ecx # ffffffff8002bc10 <_ZN11CappuccinOS7drivers8keyboard12EXTENDED_KEY17hc55369a9d138a28cE.0> -ffffffff80013ad2: 84 c9 test %cl,%cl -ffffffff80013ad4: 0f 84 90 01 00 00 je ffffffff80013c6a <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x82a> -ffffffff80013ada: 48 8d 0d 6c 01 01 00 lea 0x1016c(%rip),%rcx # ffffffff80023c4d <_ZN17compiler_builtins3mem6strlen17ha67bf7541695cb1bE+0x12cd> -ffffffff80013ae1: ba 04 00 00 00 mov $0x4,%edx -ffffffff80013ae6: e9 15 01 00 00 jmp ffffffff80013c00 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c0> -ffffffff80013aeb: 0f b6 0d 1e 81 01 00 movzbl 0x1811e(%rip),%ecx # ffffffff8002bc10 <_ZN11CappuccinOS7drivers8keyboard12EXTENDED_KEY17hc55369a9d138a28cE.0> -ffffffff80013af2: 84 c9 test %cl,%cl -ffffffff80013af4: 0f 84 83 01 00 00 je ffffffff80013c7d <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x83d> -ffffffff80013afa: 48 8d 0d 72 15 01 00 lea 0x11572(%rip),%rcx # ffffffff80025073 -ffffffff80013b01: ba 07 00 00 00 mov $0x7,%edx -ffffffff80013b06: e9 f5 00 00 00 jmp ffffffff80013c00 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c0> -ffffffff80013b0b: 48 8d 0d b7 07 01 00 lea 0x107b7(%rip),%rcx # ffffffff800242c9 -ffffffff80013b12: ba 08 00 00 00 mov $0x8,%edx -ffffffff80013b17: be 35 00 00 00 mov $0x35,%esi -ffffffff80013b1c: e9 e4 00 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff80013b21: 0f b6 0d e8 80 01 00 movzbl 0x180e8(%rip),%ecx # ffffffff8002bc10 <_ZN11CappuccinOS7drivers8keyboard12EXTENDED_KEY17hc55369a9d138a28cE.0> -ffffffff80013b28: 84 c9 test %cl,%cl -ffffffff80013b2a: b9 36 00 00 00 mov $0x36,%ecx -ffffffff80013b2f: be 00 00 11 00 mov $0x110000,%esi -ffffffff80013b34: 0f 44 f1 cmove %ecx,%esi -ffffffff80013b37: 48 8d 15 93 07 01 00 lea 0x10793(%rip),%rdx # ffffffff800242d1 -ffffffff80013b3e: 48 8d 0d 94 07 01 00 lea 0x10794(%rip),%rcx # ffffffff800242d9 -ffffffff80013b45: 48 0f 44 ca cmove %rdx,%rcx -ffffffff80013b49: ba 08 00 00 00 mov $0x8,%edx -ffffffff80013b4e: e9 b2 00 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff80013b53: 48 8d 0d 20 15 01 00 lea 0x11520(%rip),%rcx # ffffffff8002507a -ffffffff80013b5a: ba 01 00 00 00 mov $0x1,%edx -ffffffff80013b5f: be 2b 00 00 00 mov $0x2b,%esi -ffffffff80013b64: e9 9c 00 00 00 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff80013b69: 0f b6 0d a0 80 01 00 movzbl 0x180a0(%rip),%ecx # ffffffff8002bc10 <_ZN11CappuccinOS7drivers8keyboard12EXTENDED_KEY17hc55369a9d138a28cE.0> -ffffffff80013b70: 84 c9 test %cl,%cl -ffffffff80013b72: 0f 84 1b 01 00 00 je ffffffff80013c93 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x853> -ffffffff80013b78: 48 8d 0d fc 14 01 00 lea 0x114fc(%rip),%rcx # ffffffff8002507b -ffffffff80013b7f: eb 7f jmp ffffffff80013c00 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c0> -ffffffff80013b81: 0f b6 0d 88 80 01 00 movzbl 0x18088(%rip),%ecx # ffffffff8002bc10 <_ZN11CappuccinOS7drivers8keyboard12EXTENDED_KEY17hc55369a9d138a28cE.0> -ffffffff80013b88: 84 c9 test %cl,%cl -ffffffff80013b8a: 0f 84 19 01 00 00 je ffffffff80013ca9 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x869> -ffffffff80013b90: 48 8d 0d e7 14 01 00 lea 0x114e7(%rip),%rcx # ffffffff8002507e -ffffffff80013b97: ba 07 00 00 00 mov $0x7,%edx -ffffffff80013b9c: eb 62 jmp ffffffff80013c00 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c0> -ffffffff80013b9e: 0f b6 0d 6b 80 01 00 movzbl 0x1806b(%rip),%ecx # ffffffff8002bc10 <_ZN11CappuccinOS7drivers8keyboard12EXTENDED_KEY17hc55369a9d138a28cE.0> -ffffffff80013ba5: 84 c9 test %cl,%cl -ffffffff80013ba7: 0f 84 12 01 00 00 je ffffffff80013cbf <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x87f> -ffffffff80013bad: 48 8d 0d 9d 00 01 00 lea 0x1009d(%rip),%rcx # ffffffff80023c51 <_ZN17compiler_builtins3mem6strlen17ha67bf7541695cb1bE+0x12d1> -ffffffff80013bb4: ba 04 00 00 00 mov $0x4,%edx -ffffffff80013bb9: eb 45 jmp ffffffff80013c00 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c0> -ffffffff80013bbb: 0f b6 0d 4e 80 01 00 movzbl 0x1804e(%rip),%ecx # ffffffff8002bc10 <_ZN11CappuccinOS7drivers8keyboard12EXTENDED_KEY17hc55369a9d138a28cE.0> -ffffffff80013bc2: 84 c9 test %cl,%cl -ffffffff80013bc4: 0f 84 0b 01 00 00 je ffffffff80013cd5 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x895> -ffffffff80013bca: 48 8d 0d b4 14 01 00 lea 0x114b4(%rip),%rcx # ffffffff80025085 -ffffffff80013bd1: ba 06 00 00 00 mov $0x6,%edx -ffffffff80013bd6: eb 28 jmp ffffffff80013c00 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c0> -ffffffff80013bd8: 0f b6 0d 31 80 01 00 movzbl 0x18031(%rip),%ecx # ffffffff8002bc10 <_ZN11CappuccinOS7drivers8keyboard12EXTENDED_KEY17hc55369a9d138a28cE.0> -ffffffff80013bdf: 84 c9 test %cl,%cl -ffffffff80013be1: 0f 84 04 01 00 00 je ffffffff80013ceb <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x8ab> -ffffffff80013be7: 48 8d 0d 9d 14 01 00 lea 0x1149d(%rip),%rcx # ffffffff8002508b -ffffffff80013bee: eb 10 jmp ffffffff80013c00 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c0> -ffffffff80013bf0: 48 8d 0d 97 14 01 00 lea 0x11497(%rip),%rcx # ffffffff8002508e -ffffffff80013bf7: eb 07 jmp ffffffff80013c00 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c0> -ffffffff80013bf9: 48 8d 0d 91 14 01 00 lea 0x11491(%rip),%rcx # ffffffff80025091 -ffffffff80013c00: be 00 00 11 00 mov $0x110000,%esi -ffffffff80013c05: f6 d0 not %al -ffffffff80013c07: c0 e8 07 shr $0x7,%al -ffffffff80013c0a: 48 89 4d 98 mov %rcx,-0x68(%rbp) -ffffffff80013c0e: 48 89 55 a0 mov %rdx,-0x60(%rbp) -ffffffff80013c12: 89 75 a8 mov %esi,-0x58(%rbp) -ffffffff80013c15: 88 45 ac mov %al,-0x54(%rbp) -ffffffff80013c18: 0f b7 45 b5 movzwl -0x4b(%rbp),%eax -ffffffff80013c1c: 66 89 45 ad mov %ax,-0x53(%rbp) -ffffffff80013c20: 0f b6 45 b7 movzbl -0x49(%rbp),%eax -ffffffff80013c24: 88 45 af mov %al,-0x51(%rbp) -ffffffff80013c27: 48 8d 7d 98 lea -0x68(%rbp),%rdi -ffffffff80013c2b: e8 70 7c 00 00 call ffffffff8001b8a0 <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E> -ffffffff80013c30: 48 83 c4 28 add $0x28,%rsp -ffffffff80013c34: 58 pop %rax -ffffffff80013c35: 59 pop %rcx -ffffffff80013c36: 5a pop %rdx -ffffffff80013c37: 5e pop %rsi -ffffffff80013c38: 5f pop %rdi -ffffffff80013c39: 41 58 pop %r8 -ffffffff80013c3b: 41 59 pop %r9 -ffffffff80013c3d: 41 5a pop %r10 -ffffffff80013c3f: 41 5b pop %r11 -ffffffff80013c41: 5d pop %rbp -ffffffff80013c42: 48 cf iretq -ffffffff80013c44: 48 8d 0d 5e 06 01 00 lea 0x1065e(%rip),%rcx # ffffffff800242a9 -ffffffff80013c4b: ba 08 00 00 00 mov $0x8,%edx -ffffffff80013c50: be 37 00 00 00 mov $0x37,%esi -ffffffff80013c55: eb ae jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff80013c57: 48 8d 0d 53 06 01 00 lea 0x10653(%rip),%rcx # ffffffff800242b1 -ffffffff80013c5e: ba 08 00 00 00 mov $0x8,%edx -ffffffff80013c63: be 38 00 00 00 mov $0x38,%esi -ffffffff80013c68: eb 9b jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff80013c6a: 48 8d 0d 48 06 01 00 lea 0x10648(%rip),%rcx # ffffffff800242b9 -ffffffff80013c71: ba 08 00 00 00 mov $0x8,%edx -ffffffff80013c76: be 39 00 00 00 mov $0x39,%esi -ffffffff80013c7b: eb 88 jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff80013c7d: 48 8d 0d 3d 06 01 00 lea 0x1063d(%rip),%rcx # ffffffff800242c1 -ffffffff80013c84: ba 08 00 00 00 mov $0x8,%edx -ffffffff80013c89: be 34 00 00 00 mov $0x34,%esi -ffffffff80013c8e: e9 72 ff ff ff jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff80013c93: 48 8d 0d 47 06 01 00 lea 0x10647(%rip),%rcx # ffffffff800242e1 -ffffffff80013c9a: ba 08 00 00 00 mov $0x8,%edx -ffffffff80013c9f: be 31 00 00 00 mov $0x31,%esi -ffffffff80013ca4: e9 5c ff ff ff jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff80013ca9: 48 8d 0d 39 06 01 00 lea 0x10639(%rip),%rcx # ffffffff800242e9 -ffffffff80013cb0: ba 08 00 00 00 mov $0x8,%edx -ffffffff80013cb5: be 32 00 00 00 mov $0x32,%esi -ffffffff80013cba: e9 46 ff ff ff jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff80013cbf: 48 8d 0d 2b 06 01 00 lea 0x1062b(%rip),%rcx # ffffffff800242f1 -ffffffff80013cc6: ba 08 00 00 00 mov $0x8,%edx -ffffffff80013ccb: be 33 00 00 00 mov $0x33,%esi -ffffffff80013cd0: e9 30 ff ff ff jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff80013cd5: 48 8d 0d 1d 06 01 00 lea 0x1061d(%rip),%rcx # ffffffff800242f9 -ffffffff80013cdc: ba 08 00 00 00 mov $0x8,%edx -ffffffff80013ce1: be 30 00 00 00 mov $0x30,%esi -ffffffff80013ce6: e9 1a ff ff ff jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff80013ceb: 48 8d 0d 0f 06 01 00 lea 0x1060f(%rip),%rcx # ffffffff80024301 -ffffffff80013cf2: ba 08 00 00 00 mov $0x8,%edx -ffffffff80013cf7: be 2e 00 00 00 mov $0x2e,%esi -ffffffff80013cfc: e9 04 ff ff ff jmp ffffffff80013c05 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367+0x7c5> -ffffffff80013d01: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff80013d08: 00 00 00 -ffffffff80013d0b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) - -ffffffff80013d10 <_ZN11CappuccinOS7drivers8keyboard4init17hd23bd00af839bb00E>: -ffffffff80013d10: 55 push %rbp -ffffffff80013d11: 48 89 e5 mov %rsp,%rbp -ffffffff80013d14: 41 57 push %r15 -ffffffff80013d16: 41 56 push %r14 -ffffffff80013d18: 41 54 push %r12 -ffffffff80013d1a: 53 push %rbx -ffffffff80013d1b: 48 81 ec 00 01 00 00 sub $0x100,%rsp -ffffffff80013d22: 66 ba 64 00 mov $0x64,%dx -ffffffff80013d26: ec in (%dx),%al -ffffffff80013d27: a8 01 test $0x1,%al -ffffffff80013d29: 74 13 je ffffffff80013d3e <_ZN11CappuccinOS7drivers8keyboard4init17hd23bd00af839bb00E+0x2e> -ffffffff80013d2b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) -ffffffff80013d30: 66 ba 60 00 mov $0x60,%dx -ffffffff80013d34: ec in (%dx),%al -ffffffff80013d35: 66 ba 64 00 mov $0x64,%dx -ffffffff80013d39: ec in (%dx),%al -ffffffff80013d3a: a8 01 test $0x1,%al -ffffffff80013d3c: 75 f2 jne ffffffff80013d30 <_ZN11CappuccinOS7drivers8keyboard4init17hd23bd00af839bb00E+0x20> -ffffffff80013d3e: b0 a7 mov $0xa7,%al -ffffffff80013d40: ee out %al,(%dx) -ffffffff80013d41: b0 ad mov $0xad,%al -ffffffff80013d43: ee out %al,(%dx) -ffffffff80013d44: b0 ff mov $0xff,%al -ffffffff80013d46: ee out %al,(%dx) -ffffffff80013d47: ec in (%dx),%al -ffffffff80013d48: a8 40 test $0x40,%al -ffffffff80013d4a: 0f 85 b6 00 00 00 jne ffffffff80013e06 <_ZN11CappuccinOS7drivers8keyboard4init17hd23bd00af839bb00E+0xf6> -ffffffff80013d50: 84 c0 test %al,%al -ffffffff80013d52: 0f 88 b5 00 00 00 js ffffffff80013e0d <_ZN11CappuccinOS7drivers8keyboard4init17hd23bd00af839bb00E+0xfd> -ffffffff80013d58: b0 aa mov $0xaa,%al -ffffffff80013d5a: ee out %al,(%dx) -ffffffff80013d5b: 66 ba 60 00 mov $0x60,%dx -ffffffff80013d5f: ec in (%dx),%al -ffffffff80013d60: 88 45 df mov %al,-0x21(%rbp) -ffffffff80013d63: 3c 55 cmp $0x55,%al -ffffffff80013d65: 0f 85 a9 00 00 00 jne ffffffff80013e14 <_ZN11CappuccinOS7drivers8keyboard4init17hd23bd00af839bb00E+0x104> -ffffffff80013d6b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) -ffffffff80013d70: b0 01 mov $0x1,%al -ffffffff80013d72: 86 05 99 7e 01 00 xchg %al,0x17e99(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff80013d78: 84 c0 test %al,%al -ffffffff80013d7a: 75 f4 jne ffffffff80013d70 <_ZN11CappuccinOS7drivers8keyboard4init17hd23bd00af839bb00E+0x60> -ffffffff80013d7c: 48 8d 05 bd f6 ff ff lea -0x943(%rip),%rax # ffffffff80013440 <_ZN11CappuccinOS7drivers8keyboard26keyboard_interrupt_handler17h7d686ce0a3122eb6E.llvm.10934901773984994367> -ffffffff80013d83: 66 89 05 98 80 01 00 mov %ax,0x18098(%rip) # ffffffff8002be22 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x211> -ffffffff80013d8a: c7 05 90 80 01 00 28 movl $0xee000028,0x18090(%rip) # ffffffff8002be24 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x213> -ffffffff80013d91: 00 00 ee -ffffffff80013d94: 89 c1 mov %eax,%ecx -ffffffff80013d96: c1 e9 10 shr $0x10,%ecx -ffffffff80013d99: 66 89 0d 88 80 01 00 mov %cx,0x18088(%rip) # ffffffff8002be28 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x217> -ffffffff80013da0: 48 c1 e8 20 shr $0x20,%rax -ffffffff80013da4: 89 05 80 80 01 00 mov %eax,0x18080(%rip) # ffffffff8002be2a <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x219> -ffffffff80013daa: c7 05 7a 80 01 00 00 movl $0x0,0x1807a(%rip) # ffffffff8002be2e <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x21d> -ffffffff80013db1: 00 00 00 -ffffffff80013db4: c6 05 56 7e 01 00 00 movb $0x0,0x17e56(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff80013dbb: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) -ffffffff80013dc0: b0 01 mov $0x1,%al -ffffffff80013dc2: 86 05 c0 71 01 00 xchg %al,0x171c0(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80013dc8: 84 c0 test %al,%al -ffffffff80013dca: 75 f4 jne ffffffff80013dc0 <_ZN11CappuccinOS7drivers8keyboard4init17hd23bd00af839bb00E+0xb0> -ffffffff80013dcc: 0f b6 05 b9 71 01 00 movzbl 0x171b9(%rip),%eax # ffffffff8002af8c <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x4> -ffffffff80013dd3: 04 e6 add $0xe6,%al -ffffffff80013dd5: 3c 07 cmp $0x7,%al -ffffffff80013dd7: 77 0a ja ffffffff80013de3 <_ZN11CappuccinOS7drivers8keyboard4init17hd23bd00af839bb00E+0xd3> -ffffffff80013dd9: 0f b6 15 ad 71 01 00 movzbl 0x171ad(%rip),%edx # ffffffff8002af8d <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x5> -ffffffff80013de0: b0 20 mov $0x20,%al -ffffffff80013de2: ee out %al,(%dx) -ffffffff80013de3: 0f b6 15 a0 71 01 00 movzbl 0x171a0(%rip),%edx # ffffffff8002af8a <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x2> -ffffffff80013dea: b0 20 mov $0x20,%al -ffffffff80013dec: ee out %al,(%dx) -ffffffff80013ded: c6 05 94 71 01 00 00 movb $0x0,0x17194(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80013df4: 66 ba 64 00 mov $0x64,%dx -ffffffff80013df8: b0 a8 mov $0xa8,%al -ffffffff80013dfa: ee out %al,(%dx) -ffffffff80013dfb: b0 ae mov $0xae,%al -ffffffff80013dfd: ee out %al,(%dx) -ffffffff80013dfe: ec in (%dx),%al -ffffffff80013dff: b3 03 mov $0x3,%bl -ffffffff80013e01: e9 2f 02 00 00 jmp ffffffff80014035 <_ZN11CappuccinOS7drivers8keyboard4init17hd23bd00af839bb00E+0x325> -ffffffff80013e06: 31 db xor %ebx,%ebx -ffffffff80013e08: e9 28 02 00 00 jmp ffffffff80014035 <_ZN11CappuccinOS7drivers8keyboard4init17hd23bd00af839bb00E+0x325> -ffffffff80013e0d: b3 01 mov $0x1,%bl -ffffffff80013e0f: e9 21 02 00 00 jmp ffffffff80014035 <_ZN11CappuccinOS7drivers8keyboard4init17hd23bd00af839bb00E+0x325> -ffffffff80013e14: 0f b6 05 95 59 01 00 movzbl 0x15995(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80013e1b: 84 c0 test %al,%al -ffffffff80013e1d: 74 0f je ffffffff80013e2e <_ZN11CappuccinOS7drivers8keyboard4init17hd23bd00af839bb00E+0x11e> -ffffffff80013e1f: 48 83 3d 31 59 01 00 cmpq $0x0,0x15931(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80013e26: 00 -ffffffff80013e27: 75 39 jne ffffffff80013e62 <_ZN11CappuccinOS7drivers8keyboard4init17hd23bd00af839bb00E+0x152> -ffffffff80013e29: e9 a0 01 00 00 jmp ffffffff80013fce <_ZN11CappuccinOS7drivers8keyboard4init17hd23bd00af839bb00E+0x2be> -ffffffff80013e2e: 48 8d 9d e8 fe ff ff lea -0x118(%rbp),%rbx -ffffffff80013e35: 48 89 df mov %rbx,%rdi -ffffffff80013e38: ff 15 12 59 01 00 call *0x15912(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff80013e3e: 48 c7 05 0f 59 01 00 movq $0x1,0x1590f(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80013e45: 01 00 00 00 -ffffffff80013e49: 48 8d 3d 10 59 01 00 lea 0x15910(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80013e50: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff80013e55: 48 89 de mov %rbx,%rsi -ffffffff80013e58: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff80013e5b: c6 05 4e 59 01 00 01 movb $0x1,0x1594e(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80013e62: 48 8d 45 df lea -0x21(%rbp),%rax -ffffffff80013e66: 48 89 45 c0 mov %rax,-0x40(%rbp) -ffffffff80013e6a: 48 8d 05 8f df 00 00 lea 0xdf8f(%rip),%rax # ffffffff80021e00 <_ZN4core3fmt3num3imp51_$LT$impl$u20$core..fmt..Display$u20$for$u20$u8$GT$3fmt17h7f1094c63e6bd735E> -ffffffff80013e71: 48 89 45 c8 mov %rax,-0x38(%rbp) -ffffffff80013e75: 48 8d 05 54 6f 01 00 lea 0x16f54(%rip),%rax # ffffffff8002add0 -ffffffff80013e7c: 48 89 85 e8 fe ff ff mov %rax,-0x118(%rbp) -ffffffff80013e83: 48 c7 85 f0 fe ff ff movq $0x1,-0x110(%rbp) -ffffffff80013e8a: 01 00 00 00 -ffffffff80013e8e: 48 c7 85 08 ff ff ff movq $0x0,-0xf8(%rbp) -ffffffff80013e95: 00 00 00 00 -ffffffff80013e99: 48 8d 45 c0 lea -0x40(%rbp),%rax -ffffffff80013e9d: 48 89 85 f8 fe ff ff mov %rax,-0x108(%rbp) -ffffffff80013ea4: 48 c7 85 00 ff ff ff movq $0x1,-0x100(%rbp) -ffffffff80013eab: 01 00 00 00 -ffffffff80013eaf: 48 8d 5d 90 lea -0x70(%rbp),%rbx -ffffffff80013eb3: 48 8d b5 e8 fe ff ff lea -0x118(%rbp),%rsi -ffffffff80013eba: 48 89 df mov %rbx,%rdi -ffffffff80013ebd: e8 ce 90 00 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff80013ec2: 48 89 5d b8 mov %rbx,-0x48(%rbp) -ffffffff80013ec6: 48 8d 45 b8 lea -0x48(%rbp),%rax -ffffffff80013eca: 48 89 45 a8 mov %rax,-0x58(%rbp) -ffffffff80013ece: 48 8d 05 7b 28 00 00 lea 0x287b(%rip),%rax # ffffffff80016750 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h42ee6215a9c421d0E> -ffffffff80013ed5: 48 89 45 b0 mov %rax,-0x50(%rbp) -ffffffff80013ed9: 48 8d 05 d0 6e 01 00 lea 0x16ed0(%rip),%rax # ffffffff8002adb0 -ffffffff80013ee0: 48 89 85 e8 fe ff ff mov %rax,-0x118(%rbp) -ffffffff80013ee7: 48 c7 85 f0 fe ff ff movq $0x2,-0x110(%rbp) -ffffffff80013eee: 02 00 00 00 -ffffffff80013ef2: 48 c7 85 08 ff ff ff movq $0x0,-0xf8(%rbp) -ffffffff80013ef9: 00 00 00 00 -ffffffff80013efd: 48 8d 45 a8 lea -0x58(%rbp),%rax -ffffffff80013f01: 48 89 85 f8 fe ff ff mov %rax,-0x108(%rbp) -ffffffff80013f08: 48 c7 85 00 ff ff ff movq $0x1,-0x100(%rbp) -ffffffff80013f0f: 01 00 00 00 -ffffffff80013f13: 48 8d 7d c0 lea -0x40(%rbp),%rdi -ffffffff80013f17: 48 8d b5 e8 fe ff ff lea -0x118(%rbp),%rsi -ffffffff80013f1e: e8 6d 90 00 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff80013f23: 48 8b 5d 98 mov -0x68(%rbp),%rbx -ffffffff80013f27: 48 85 db test %rbx,%rbx -ffffffff80013f2a: 74 6b je ffffffff80013f97 <_ZN11CappuccinOS7drivers8keyboard4init17hd23bd00af839bb00E+0x287> -ffffffff80013f2c: 4c 8b 75 90 mov -0x70(%rbp),%r14 -ffffffff80013f30: 0f b6 05 61 74 01 00 movzbl 0x17461(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80013f37: 84 c0 test %al,%al -ffffffff80013f39: 74 0f je ffffffff80013f4a <_ZN11CappuccinOS7drivers8keyboard4init17hd23bd00af839bb00E+0x23a> -ffffffff80013f3b: 48 83 3d a5 73 01 00 cmpq $0x0,0x173a5(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80013f42: 00 -ffffffff80013f43: 75 3b jne ffffffff80013f80 <_ZN11CappuccinOS7drivers8keyboard4init17hd23bd00af839bb00E+0x270> -ffffffff80013f45: e9 84 00 00 00 jmp ffffffff80013fce <_ZN11CappuccinOS7drivers8keyboard4init17hd23bd00af839bb00E+0x2be> -ffffffff80013f4a: 4c 8d bd e8 fe ff ff lea -0x118(%rbp),%r15 -ffffffff80013f51: 4c 89 ff mov %r15,%rdi -ffffffff80013f54: ff 15 86 73 01 00 call *0x17386(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80013f5a: 48 c7 05 83 73 01 00 movq $0x1,0x17383(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80013f61: 01 00 00 00 -ffffffff80013f65: 48 8d 3d 84 73 01 00 lea 0x17384(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80013f6c: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80013f71: 4c 89 fe mov %r15,%rsi -ffffffff80013f74: e8 07 e7 00 00 call ffffffff80022680 -ffffffff80013f79: c6 05 18 74 01 00 01 movb $0x1,0x17418(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80013f80: 48 8d 3d 69 73 01 00 lea 0x17369(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80013f87: ba 01 00 00 00 mov $0x1,%edx -ffffffff80013f8c: 4c 89 f6 mov %r14,%rsi -ffffffff80013f8f: 48 89 d9 mov %rbx,%rcx -ffffffff80013f92: e8 b9 02 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80013f97: 4c 8b 75 c0 mov -0x40(%rbp),%r14 -ffffffff80013f9b: 4c 8b 7d c8 mov -0x38(%rbp),%r15 -ffffffff80013f9f: 48 8b 55 d0 mov -0x30(%rbp),%rdx -ffffffff80013fa3: 48 8d 3d b6 57 01 00 lea 0x157b6(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80013faa: 4c 89 f6 mov %r14,%rsi -ffffffff80013fad: e8 ee c6 fe ff call ffffffff800006a0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E> -ffffffff80013fb2: b3 02 mov $0x2,%bl -ffffffff80013fb4: 4d 85 ff test %r15,%r15 -ffffffff80013fb7: 74 7c je ffffffff80014035 <_ZN11CappuccinOS7drivers8keyboard4init17hd23bd00af839bb00E+0x325> -ffffffff80013fb9: 0f b6 05 d8 73 01 00 movzbl 0x173d8(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80013fc0: 84 c0 test %al,%al -ffffffff80013fc2: 74 24 je ffffffff80013fe8 <_ZN11CappuccinOS7drivers8keyboard4init17hd23bd00af839bb00E+0x2d8> -ffffffff80013fc4: 48 83 3d 1c 73 01 00 cmpq $0x0,0x1731c(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80013fcb: 00 -ffffffff80013fcc: 75 50 jne ffffffff8001401e <_ZN11CappuccinOS7drivers8keyboard4init17hd23bd00af839bb00E+0x30e> -ffffffff80013fce: 48 8d 3d 0b 28 01 00 lea 0x1280b(%rip),%rdi # ffffffff800267e0 -ffffffff80013fd5: 48 8d 15 44 75 01 00 lea 0x17544(%rip),%rdx # ffffffff8002b520 -ffffffff80013fdc: be 1e 00 00 00 mov $0x1e,%esi -ffffffff80013fe1: e8 3a dd 00 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff80013fe6: 0f 0b ud2 -ffffffff80013fe8: 4c 8d a5 e8 fe ff ff lea -0x118(%rbp),%r12 -ffffffff80013fef: 4c 89 e7 mov %r12,%rdi -ffffffff80013ff2: ff 15 e8 72 01 00 call *0x172e8(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80013ff8: 48 c7 05 e5 72 01 00 movq $0x1,0x172e5(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80013fff: 01 00 00 00 -ffffffff80014003: 48 8d 3d e6 72 01 00 lea 0x172e6(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001400a: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8001400f: 4c 89 e6 mov %r12,%rsi -ffffffff80014012: e8 69 e6 00 00 call ffffffff80022680 -ffffffff80014017: c6 05 7a 73 01 00 01 movb $0x1,0x1737a(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001401e: 48 8d 3d cb 72 01 00 lea 0x172cb(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80014025: ba 01 00 00 00 mov $0x1,%edx -ffffffff8001402a: 4c 89 f6 mov %r14,%rsi -ffffffff8001402d: 4c 89 f9 mov %r15,%rcx -ffffffff80014030: e8 1b 02 00 00 call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80014035: 89 d8 mov %ebx,%eax -ffffffff80014037: 48 81 c4 00 01 00 00 add $0x100,%rsp -ffffffff8001403e: 5b pop %rbx -ffffffff8001403f: 41 5c pop %r12 -ffffffff80014041: 41 5e pop %r14 -ffffffff80014043: 41 5f pop %r15 -ffffffff80014045: 5d pop %rbp -ffffffff80014046: c3 ret -ffffffff80014047: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1) -ffffffff8001404e: 00 00 - -ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E>: -ffffffff80014050: 31 c0 xor %eax,%eax -ffffffff80014052: 48 81 fe 00 10 00 00 cmp $0x1000,%rsi -ffffffff80014059: 0f 87 23 01 00 00 ja ffffffff80014182 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E+0x132> -ffffffff8001405f: 48 89 f1 mov %rsi,%rcx -ffffffff80014062: 48 d1 e9 shr %rcx -ffffffff80014065: 49 b8 55 55 55 55 55 movabs $0x5555555555555555,%r8 -ffffffff8001406c: 55 55 55 -ffffffff8001406f: 49 21 c8 and %rcx,%r8 -ffffffff80014072: 48 89 f1 mov %rsi,%rcx -ffffffff80014075: 4c 29 c1 sub %r8,%rcx -ffffffff80014078: 49 b8 33 33 33 33 33 movabs $0x3333333333333333,%r8 -ffffffff8001407f: 33 33 33 -ffffffff80014082: 49 89 c9 mov %rcx,%r9 -ffffffff80014085: 4d 21 c1 and %r8,%r9 -ffffffff80014088: 48 c1 e9 02 shr $0x2,%rcx -ffffffff8001408c: 4c 21 c1 and %r8,%rcx -ffffffff8001408f: 4c 01 c9 add %r9,%rcx -ffffffff80014092: 49 89 c8 mov %rcx,%r8 -ffffffff80014095: 49 c1 e8 04 shr $0x4,%r8 -ffffffff80014099: 49 01 c8 add %rcx,%r8 -ffffffff8001409c: 48 b9 0f 0f 0f 0f 0f movabs $0xf0f0f0f0f0f0f0f,%rcx -ffffffff800140a3: 0f 0f 0f -ffffffff800140a6: 4c 21 c1 and %r8,%rcx -ffffffff800140a9: 49 b8 01 01 01 01 01 movabs $0x101010101010101,%r8 -ffffffff800140b0: 01 01 01 -ffffffff800140b3: 4c 0f af c1 imul %rcx,%r8 -ffffffff800140b7: 49 c1 e8 38 shr $0x38,%r8 -ffffffff800140bb: 41 83 f8 01 cmp $0x1,%r8d -ffffffff800140bf: 0f 85 bd 00 00 00 jne ffffffff80014182 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E+0x132> -ffffffff800140c5: 48 39 d6 cmp %rdx,%rsi -ffffffff800140c8: 48 0f 47 d6 cmova %rsi,%rdx -ffffffff800140cc: 48 8b 87 98 00 00 00 mov 0x98(%rdi),%rax -ffffffff800140d3: 48 39 c2 cmp %rax,%rdx -ffffffff800140d6: 48 0f 46 d0 cmovbe %rax,%rdx -ffffffff800140da: 48 8d 42 ff lea -0x1(%rdx),%rax -ffffffff800140de: 48 0f bd c8 bsr %rax,%rcx -ffffffff800140e2: f7 d1 not %ecx -ffffffff800140e4: 48 c7 c6 ff ff ff ff mov $0xffffffffffffffff,%rsi -ffffffff800140eb: 48 d3 ee shr %cl,%rsi -ffffffff800140ee: 48 ff c6 inc %rsi -ffffffff800140f1: 48 83 fa 02 cmp $0x2,%rdx -ffffffff800140f5: b8 01 00 00 00 mov $0x1,%eax -ffffffff800140fa: 48 0f 43 c6 cmovae %rsi,%rax -ffffffff800140fe: 48 8b 4f 08 mov 0x8(%rdi),%rcx -ffffffff80014102: 48 39 c8 cmp %rcx,%rax -ffffffff80014105: 77 79 ja ffffffff80014180 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E+0x130> -ffffffff80014107: 48 83 f8 02 cmp $0x2,%rax -ffffffff8001410b: 73 04 jae ffffffff80014111 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E+0xc1> -ffffffff8001410d: 31 c0 xor %eax,%eax -ffffffff8001410f: eb 1d jmp ffffffff8001412e <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E+0xde> -ffffffff80014111: 31 c0 xor %eax,%eax -ffffffff80014113: 48 89 f1 mov %rsi,%rcx -ffffffff80014116: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001411d: 00 00 00 -ffffffff80014120: 48 d1 e9 shr %rcx -ffffffff80014123: fe c0 inc %al -ffffffff80014125: 48 83 fe 03 cmp $0x3,%rsi -ffffffff80014129: 48 89 ce mov %rcx,%rsi -ffffffff8001412c: 77 f2 ja ffffffff80014120 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E+0xd0> -ffffffff8001412e: 0f b6 8f a0 00 00 00 movzbl 0xa0(%rdi),%ecx -ffffffff80014135: 28 c8 sub %cl,%al -ffffffff80014137: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1) -ffffffff8001413e: 00 00 -ffffffff80014140: b1 01 mov $0x1,%cl -ffffffff80014142: 86 4f 10 xchg %cl,0x10(%rdi) -ffffffff80014145: 84 c9 test %cl,%cl -ffffffff80014147: 75 f7 jne ffffffff80014140 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E+0xf0> -ffffffff80014149: c6 47 10 00 movb $0x0,0x10(%rdi) -ffffffff8001414d: 3c 0f cmp $0xf,%al -ffffffff8001414f: 77 2f ja ffffffff80014180 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E+0x130> -ffffffff80014151: 0f b6 d0 movzbl %al,%edx -ffffffff80014154: 48 89 d6 mov %rdx,%rsi -ffffffff80014157: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1) -ffffffff8001415e: 00 00 -ffffffff80014160: b0 01 mov $0x1,%al -ffffffff80014162: 86 47 10 xchg %al,0x10(%rdi) -ffffffff80014165: 84 c0 test %al,%al -ffffffff80014167: 75 f7 jne ffffffff80014160 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E+0x110> -ffffffff80014169: c6 47 10 00 movb $0x0,0x10(%rdi) -ffffffff8001416d: 48 8b 44 f7 18 mov 0x18(%rdi,%rsi,8),%rax -ffffffff80014172: 48 85 c0 test %rax,%rax -ffffffff80014175: 75 19 jne ffffffff80014190 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E+0x140> -ffffffff80014177: 48 ff c6 inc %rsi -ffffffff8001417a: 48 83 fe 10 cmp $0x10,%rsi -ffffffff8001417e: 75 e0 jne ffffffff80014160 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E+0x110> -ffffffff80014180: 31 c0 xor %eax,%eax -ffffffff80014182: c3 ret -ffffffff80014183: 66 66 66 66 2e 0f 1f data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8001418a: 84 00 00 00 00 00 -ffffffff80014190: b1 01 mov $0x1,%cl -ffffffff80014192: 86 4f 10 xchg %cl,0x10(%rdi) -ffffffff80014195: 84 c9 test %cl,%cl -ffffffff80014197: 75 f7 jne ffffffff80014190 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E+0x140> -ffffffff80014199: 55 push %rbp -ffffffff8001419a: 48 89 e5 mov %rsp,%rbp -ffffffff8001419d: c6 47 10 00 movb $0x0,0x10(%rdi) -ffffffff800141a1: 48 83 fe 0f cmp $0xf,%rsi -ffffffff800141a5: 75 1f jne ffffffff800141c6 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E+0x176> -ffffffff800141a7: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1) -ffffffff800141ae: 00 00 -ffffffff800141b0: b1 01 mov $0x1,%cl -ffffffff800141b2: 86 4f 10 xchg %cl,0x10(%rdi) -ffffffff800141b5: 84 c9 test %cl,%cl -ffffffff800141b7: 75 f7 jne ffffffff800141b0 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E+0x160> -ffffffff800141b9: 48 c7 87 90 00 00 00 movq $0x0,0x90(%rdi) -ffffffff800141c0: 00 00 00 00 -ffffffff800141c4: eb 1b jmp ffffffff800141e1 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E+0x191> -ffffffff800141c6: 48 8b 08 mov (%rax),%rcx -ffffffff800141c9: 0f 1f 80 00 00 00 00 nopl 0x0(%rax) -ffffffff800141d0: 41 b0 01 mov $0x1,%r8b -ffffffff800141d3: 44 86 47 10 xchg %r8b,0x10(%rdi) -ffffffff800141d7: 45 84 c0 test %r8b,%r8b -ffffffff800141da: 75 f4 jne ffffffff800141d0 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E+0x180> -ffffffff800141dc: 48 89 4c f7 18 mov %rcx,0x18(%rdi,%rsi,8) -ffffffff800141e1: c6 47 10 00 movb $0x0,0x10(%rdi) -ffffffff800141e5: 48 39 d6 cmp %rdx,%rsi -ffffffff800141e8: 76 60 jbe ffffffff8001424a <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E+0x1fa> -ffffffff800141ea: 0f b6 8f a0 00 00 00 movzbl 0xa0(%rdi),%ecx -ffffffff800141f1: 0f b6 c9 movzbl %cl,%ecx -ffffffff800141f4: 01 f1 add %esi,%ecx -ffffffff800141f6: 41 b8 01 00 00 00 mov $0x1,%r8d -ffffffff800141fc: 49 d3 e0 shl %cl,%r8 -ffffffff800141ff: 90 nop -ffffffff80014200: 48 ff ce dec %rsi -ffffffff80014203: 66 66 66 66 2e 0f 1f data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8001420a: 84 00 00 00 00 00 -ffffffff80014210: b1 01 mov $0x1,%cl -ffffffff80014212: 86 4f 10 xchg %cl,0x10(%rdi) -ffffffff80014215: 84 c9 test %cl,%cl -ffffffff80014217: 75 f7 jne ffffffff80014210 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E+0x1c0> -ffffffff80014219: 49 d1 e8 shr %r8 -ffffffff8001421c: 4a 8d 0c 00 lea (%rax,%r8,1),%rcx -ffffffff80014220: c6 47 10 00 movb $0x0,0x10(%rdi) -ffffffff80014224: 4c 8b 4c f7 18 mov 0x18(%rdi,%rsi,8),%r9 -ffffffff80014229: 4e 89 0c 00 mov %r9,(%rax,%r8,1) -ffffffff8001422d: 0f 1f 00 nopl (%rax) -ffffffff80014230: 41 b1 01 mov $0x1,%r9b -ffffffff80014233: 44 86 4f 10 xchg %r9b,0x10(%rdi) -ffffffff80014237: 45 84 c9 test %r9b,%r9b -ffffffff8001423a: 75 f4 jne ffffffff80014230 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E+0x1e0> -ffffffff8001423c: 48 89 4c f7 18 mov %rcx,0x18(%rdi,%rsi,8) -ffffffff80014241: c6 47 10 00 movb $0x0,0x10(%rdi) -ffffffff80014245: 48 39 d6 cmp %rdx,%rsi -ffffffff80014248: 77 b6 ja ffffffff80014200 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E+0x1b0> -ffffffff8001424a: 5d pop %rbp -ffffffff8001424b: c3 ret -ffffffff8001424c: 0f 1f 40 00 nopl 0x0(%rax) - -ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE>: -ffffffff80014250: 55 push %rbp -ffffffff80014251: 48 89 e5 mov %rsp,%rbp -ffffffff80014254: 48 81 fa 00 10 00 00 cmp $0x1000,%rdx -ffffffff8001425b: 0f 87 c3 01 00 00 ja ffffffff80014424 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE+0x1d4> -ffffffff80014261: 48 89 c8 mov %rcx,%rax -ffffffff80014264: 48 89 d1 mov %rdx,%rcx -ffffffff80014267: 48 d1 e9 shr %rcx -ffffffff8001426a: 49 b8 55 55 55 55 55 movabs $0x5555555555555555,%r8 -ffffffff80014271: 55 55 55 -ffffffff80014274: 49 21 c8 and %rcx,%r8 -ffffffff80014277: 48 89 d1 mov %rdx,%rcx -ffffffff8001427a: 4c 29 c1 sub %r8,%rcx -ffffffff8001427d: 49 b8 33 33 33 33 33 movabs $0x3333333333333333,%r8 -ffffffff80014284: 33 33 33 -ffffffff80014287: 49 89 c9 mov %rcx,%r9 -ffffffff8001428a: 4d 21 c1 and %r8,%r9 -ffffffff8001428d: 48 c1 e9 02 shr $0x2,%rcx -ffffffff80014291: 4c 21 c1 and %r8,%rcx -ffffffff80014294: 4c 01 c9 add %r9,%rcx -ffffffff80014297: 49 89 c8 mov %rcx,%r8 -ffffffff8001429a: 49 c1 e8 04 shr $0x4,%r8 -ffffffff8001429e: 49 01 c8 add %rcx,%r8 -ffffffff800142a1: 48 b9 0f 0f 0f 0f 0f movabs $0xf0f0f0f0f0f0f0f,%rcx -ffffffff800142a8: 0f 0f 0f -ffffffff800142ab: 4c 21 c1 and %r8,%rcx -ffffffff800142ae: 49 b8 01 01 01 01 01 movabs $0x101010101010101,%r8 -ffffffff800142b5: 01 01 01 -ffffffff800142b8: 4c 0f af c1 imul %rcx,%r8 -ffffffff800142bc: 49 c1 e8 38 shr $0x38,%r8 -ffffffff800142c0: 41 83 f8 01 cmp $0x1,%r8d -ffffffff800142c4: 0f 85 5a 01 00 00 jne ffffffff80014424 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE+0x1d4> -ffffffff800142ca: 48 39 c2 cmp %rax,%rdx -ffffffff800142cd: 48 0f 47 c2 cmova %rdx,%rax -ffffffff800142d1: 48 8b 8f 98 00 00 00 mov 0x98(%rdi),%rcx -ffffffff800142d8: 48 39 c8 cmp %rcx,%rax -ffffffff800142db: 48 0f 46 c1 cmovbe %rcx,%rax -ffffffff800142df: 48 8d 48 ff lea -0x1(%rax),%rcx -ffffffff800142e3: 48 0f bd c9 bsr %rcx,%rcx -ffffffff800142e7: f7 d1 not %ecx -ffffffff800142e9: 48 c7 c2 ff ff ff ff mov $0xffffffffffffffff,%rdx -ffffffff800142f0: 48 d3 ea shr %cl,%rdx -ffffffff800142f3: 48 ff c2 inc %rdx -ffffffff800142f6: 48 83 f8 02 cmp $0x2,%rax -ffffffff800142fa: b8 01 00 00 00 mov $0x1,%eax -ffffffff800142ff: 48 0f 43 c2 cmovae %rdx,%rax -ffffffff80014303: 48 8b 4f 08 mov 0x8(%rdi),%rcx -ffffffff80014307: 48 39 c8 cmp %rcx,%rax -ffffffff8001430a: 0f 87 14 01 00 00 ja ffffffff80014424 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE+0x1d4> -ffffffff80014310: 48 83 f8 02 cmp $0x2,%rax -ffffffff80014314: 73 04 jae ffffffff8001431a <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE+0xca> -ffffffff80014316: 31 c0 xor %eax,%eax -ffffffff80014318: eb 14 jmp ffffffff8001432e <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE+0xde> -ffffffff8001431a: 31 c0 xor %eax,%eax -ffffffff8001431c: 48 89 d1 mov %rdx,%rcx -ffffffff8001431f: 90 nop -ffffffff80014320: 48 d1 e9 shr %rcx -ffffffff80014323: fe c0 inc %al -ffffffff80014325: 48 83 fa 04 cmp $0x4,%rdx -ffffffff80014329: 48 89 ca mov %rcx,%rdx -ffffffff8001432c: 73 f2 jae ffffffff80014320 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE+0xd0> -ffffffff8001432e: 0f b6 8f a0 00 00 00 movzbl 0xa0(%rdi),%ecx -ffffffff80014335: 66 66 2e 0f 1f 84 00 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8001433c: 00 00 00 00 -ffffffff80014340: b2 01 mov $0x1,%dl -ffffffff80014342: 86 57 10 xchg %dl,0x10(%rdi) -ffffffff80014345: 84 d2 test %dl,%dl -ffffffff80014347: 75 f7 jne ffffffff80014340 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE+0xf0> -ffffffff80014349: 28 c8 sub %cl,%al -ffffffff8001434b: c6 47 10 00 movb $0x0,0x10(%rdi) -ffffffff8001434f: 3c 0f cmp $0xf,%al -ffffffff80014351: 0f 87 cb 00 00 00 ja ffffffff80014422 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE+0x1d2> -ffffffff80014357: 0f b6 c0 movzbl %al,%eax -ffffffff8001435a: 48 8d 57 18 lea 0x18(%rdi),%rdx -ffffffff8001435e: 48 8b 0f mov (%rdi),%rcx -ffffffff80014361: 48 39 ce cmp %rcx,%rsi -ffffffff80014364: 0f 82 d4 00 00 00 jb ffffffff8001443e <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE+0x1ee> -ffffffff8001436a: 4c 8b 07 mov (%rdi),%r8 -ffffffff8001436d: 0f b6 8f a0 00 00 00 movzbl 0xa0(%rdi),%ecx -ffffffff80014374: 0f b6 c9 movzbl %cl,%ecx -ffffffff80014377: 01 c1 add %eax,%ecx -ffffffff80014379: 41 b9 01 00 00 00 mov $0x1,%r9d -ffffffff8001437f: 49 d3 e1 shl %cl,%r9 -ffffffff80014382: 48 8b 4f 08 mov 0x8(%rdi),%rcx -ffffffff80014386: 49 39 c9 cmp %rcx,%r9 -ffffffff80014389: 73 65 jae ffffffff800143f0 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE+0x1a0> -ffffffff8001438b: 48 8d 48 01 lea 0x1(%rax),%rcx -ffffffff8001438f: 49 89 f2 mov %rsi,%r10 -ffffffff80014392: 4d 29 c2 sub %r8,%r10 -ffffffff80014395: 4c 8b 07 mov (%rdi),%r8 -ffffffff80014398: 4d 31 d1 xor %r10,%r9 -ffffffff8001439b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) -ffffffff800143a0: 41 b2 01 mov $0x1,%r10b -ffffffff800143a3: 44 86 57 10 xchg %r10b,0x10(%rdi) -ffffffff800143a7: 45 84 d2 test %r10b,%r10b -ffffffff800143aa: 75 f4 jne ffffffff800143a0 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE+0x150> -ffffffff800143ac: 4d 01 c8 add %r9,%r8 -ffffffff800143af: 4c 8d 14 c2 lea (%rdx,%rax,8),%r10 -ffffffff800143b3: c6 47 10 00 movb $0x0,0x10(%rdi) -ffffffff800143b7: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1) -ffffffff800143be: 00 00 -ffffffff800143c0: 4d 89 d1 mov %r10,%r9 -ffffffff800143c3: 4d 8b 12 mov (%r10),%r10 -ffffffff800143c6: 4d 85 d2 test %r10,%r10 -ffffffff800143c9: 74 25 je ffffffff800143f0 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE+0x1a0> -ffffffff800143cb: 49 39 f2 cmp %rsi,%r10 -ffffffff800143ce: 75 f0 jne ffffffff800143c0 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE+0x170> -ffffffff800143d0: 48 8b 06 mov (%rsi),%rax -ffffffff800143d3: 4c 39 c6 cmp %r8,%rsi -ffffffff800143d6: 49 0f 47 f0 cmova %r8,%rsi -ffffffff800143da: 49 89 01 mov %rax,(%r9) -ffffffff800143dd: 48 89 c8 mov %rcx,%rax -ffffffff800143e0: 48 83 f9 10 cmp $0x10,%rcx -ffffffff800143e4: 0f 85 74 ff ff ff jne ffffffff8001435e <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE+0x10e> -ffffffff800143ea: eb 36 jmp ffffffff80014422 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE+0x1d2> -ffffffff800143ec: 0f 1f 40 00 nopl 0x0(%rax) -ffffffff800143f0: b1 01 mov $0x1,%cl -ffffffff800143f2: 86 4f 10 xchg %cl,0x10(%rdi) -ffffffff800143f5: 84 c9 test %cl,%cl -ffffffff800143f7: 75 f7 jne ffffffff800143f0 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE+0x1a0> -ffffffff800143f9: c6 47 10 00 movb $0x0,0x10(%rdi) -ffffffff800143fd: 48 8b 4c c7 18 mov 0x18(%rdi,%rax,8),%rcx -ffffffff80014402: 48 89 0e mov %rcx,(%rsi) -ffffffff80014405: 66 66 2e 0f 1f 84 00 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8001440c: 00 00 00 00 -ffffffff80014410: b1 01 mov $0x1,%cl -ffffffff80014412: 86 4f 10 xchg %cl,0x10(%rdi) -ffffffff80014415: 84 c9 test %cl,%cl -ffffffff80014417: 75 f7 jne ffffffff80014410 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE+0x1c0> -ffffffff80014419: 48 89 74 c7 18 mov %rsi,0x18(%rdi,%rax,8) -ffffffff8001441e: c6 47 10 00 movb $0x0,0x10(%rdi) -ffffffff80014422: 5d pop %rbp -ffffffff80014423: c3 ret -ffffffff80014424: 48 8d 3d b4 0c 01 00 lea 0x10cb4(%rip),%rdi # ffffffff800250df -ffffffff8001442b: 48 8d 15 c6 69 01 00 lea 0x169c6(%rip),%rdx # ffffffff8002adf8 -ffffffff80014432: be 21 00 00 00 mov $0x21,%esi -ffffffff80014437: e8 e4 d8 00 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff8001443c: 0f 0b ud2 -ffffffff8001443e: 48 8d 3d 63 0c 01 00 lea 0x10c63(%rip),%rdi # ffffffff800250a8 -ffffffff80014445: 48 8d 15 94 69 01 00 lea 0x16994(%rip),%rdx # ffffffff8002ade0 -ffffffff8001444c: be 37 00 00 00 mov $0x37,%esi -ffffffff80014451: e8 4a d3 00 00 call ffffffff800217a0 <_ZN4core9panicking5panic17h5954f42149c26846E> -ffffffff80014456: 0f 0b ud2 -ffffffff80014458: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff8001445f: 00 - -ffffffff80014460 <_ZN86_$LT$alloc..vec..into_iter..IntoIter$LT$T$C$A$GT$$u20$as$u20$core..ops..drop..Drop$GT$4drop17hdc934edd66bd8247E>: -ffffffff80014460: 55 push %rbp -ffffffff80014461: 48 89 e5 mov %rsp,%rbp -ffffffff80014464: 41 57 push %r15 -ffffffff80014466: 41 56 push %r14 -ffffffff80014468: 41 55 push %r13 -ffffffff8001446a: 41 54 push %r12 -ffffffff8001446c: 53 push %rbx -ffffffff8001446d: 48 81 ec b8 00 00 00 sub $0xb8,%rsp -ffffffff80014474: 4c 8b 7f 10 mov 0x10(%rdi),%r15 -ffffffff80014478: 48 89 7d d0 mov %rdi,-0x30(%rbp) -ffffffff8001447c: 48 8b 4f 18 mov 0x18(%rdi),%rcx -ffffffff80014480: 48 89 c8 mov %rcx,%rax -ffffffff80014483: 4c 29 f8 sub %r15,%rax -ffffffff80014486: 48 ba ab aa aa aa aa movabs $0xaaaaaaaaaaaaaaab,%rdx -ffffffff8001448d: aa aa aa -ffffffff80014490: 48 f7 e2 mul %rdx -ffffffff80014493: 4c 39 f9 cmp %r15,%rcx -ffffffff80014496: 0f 84 a8 00 00 00 je ffffffff80014544 <_ZN86_$LT$alloc..vec..into_iter..IntoIter$LT$T$C$A$GT$$u20$as$u20$core..ops..drop..Drop$GT$4drop17hdc934edd66bd8247E+0xe4> -ffffffff8001449c: 49 89 d6 mov %rdx,%r14 -ffffffff8001449f: 49 c1 ee 04 shr $0x4,%r14 -ffffffff800144a3: 49 83 c7 08 add $0x8,%r15 -ffffffff800144a7: 4c 8d 25 42 6e 01 00 lea 0x16e42(%rip),%r12 # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff800144ae: eb 59 jmp ffffffff80014509 <_ZN86_$LT$alloc..vec..into_iter..IntoIter$LT$T$C$A$GT$$u20$as$u20$core..ops..drop..Drop$GT$4drop17hdc934edd66bd8247E+0xa9> -ffffffff800144b0: 4c 8d a5 28 ff ff ff lea -0xd8(%rbp),%r12 -ffffffff800144b7: 4c 89 e7 mov %r12,%rdi -ffffffff800144ba: ff 15 20 6e 01 00 call *0x16e20(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff800144c0: 48 c7 05 1d 6e 01 00 movq $0x1,0x16e1d(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff800144c7: 01 00 00 00 -ffffffff800144cb: ba a8 00 00 00 mov $0xa8,%edx -ffffffff800144d0: 48 8d 3d 19 6e 01 00 lea 0x16e19(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff800144d7: 4c 89 e6 mov %r12,%rsi -ffffffff800144da: 4c 8d 25 0f 6e 01 00 lea 0x16e0f(%rip),%r12 # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff800144e1: e8 9a e1 00 00 call ffffffff80022680 -ffffffff800144e6: c6 05 ab 6e 01 00 01 movb $0x1,0x16eab(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff800144ed: ba 01 00 00 00 mov $0x1,%edx -ffffffff800144f2: 4c 89 e7 mov %r12,%rdi -ffffffff800144f5: 48 89 de mov %rbx,%rsi -ffffffff800144f8: 4c 89 e9 mov %r13,%rcx -ffffffff800144fb: e8 50 fd ff ff call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80014500: 49 83 c7 18 add $0x18,%r15 -ffffffff80014504: 49 ff ce dec %r14 -ffffffff80014507: 74 3b je ffffffff80014544 <_ZN86_$LT$alloc..vec..into_iter..IntoIter$LT$T$C$A$GT$$u20$as$u20$core..ops..drop..Drop$GT$4drop17hdc934edd66bd8247E+0xe4> -ffffffff80014509: 4d 8b 2f mov (%r15),%r13 -ffffffff8001450c: 4d 85 ed test %r13,%r13 -ffffffff8001450f: 74 ef je ffffffff80014500 <_ZN86_$LT$alloc..vec..into_iter..IntoIter$LT$T$C$A$GT$$u20$as$u20$core..ops..drop..Drop$GT$4drop17hdc934edd66bd8247E+0xa0> -ffffffff80014511: 49 8b 5f f8 mov -0x8(%r15),%rbx -ffffffff80014515: 0f b6 05 7c 6e 01 00 movzbl 0x16e7c(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001451c: 84 c0 test %al,%al -ffffffff8001451e: 74 90 je ffffffff800144b0 <_ZN86_$LT$alloc..vec..into_iter..IntoIter$LT$T$C$A$GT$$u20$as$u20$core..ops..drop..Drop$GT$4drop17hdc934edd66bd8247E+0x50> -ffffffff80014520: 48 83 3d c0 6d 01 00 cmpq $0x0,0x16dc0(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80014527: 00 -ffffffff80014528: 75 c3 jne ffffffff800144ed <_ZN86_$LT$alloc..vec..into_iter..IntoIter$LT$T$C$A$GT$$u20$as$u20$core..ops..drop..Drop$GT$4drop17hdc934edd66bd8247E+0x8d> -ffffffff8001452a: 48 8d 3d af 22 01 00 lea 0x122af(%rip),%rdi # ffffffff800267e0 -ffffffff80014531: 48 8d 15 e8 6f 01 00 lea 0x16fe8(%rip),%rdx # ffffffff8002b520 -ffffffff80014538: be 1e 00 00 00 mov $0x1e,%esi -ffffffff8001453d: e8 de d7 00 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff80014542: 0f 0b ud2 -ffffffff80014544: 48 8b 45 d0 mov -0x30(%rbp),%rax -ffffffff80014548: 4c 8b 78 08 mov 0x8(%rax),%r15 -ffffffff8001454c: 4d 85 ff test %r15,%r15 -ffffffff8001454f: 74 1a je ffffffff8001456b <_ZN86_$LT$alloc..vec..into_iter..IntoIter$LT$T$C$A$GT$$u20$as$u20$core..ops..drop..Drop$GT$4drop17hdc934edd66bd8247E+0x10b> -ffffffff80014551: 48 8b 18 mov (%rax),%rbx -ffffffff80014554: 0f b6 05 3d 6e 01 00 movzbl 0x16e3d(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001455b: 84 c0 test %al,%al -ffffffff8001455d: 74 1e je ffffffff8001457d <_ZN86_$LT$alloc..vec..into_iter..IntoIter$LT$T$C$A$GT$$u20$as$u20$core..ops..drop..Drop$GT$4drop17hdc934edd66bd8247E+0x11d> -ffffffff8001455f: 48 83 3d 81 6d 01 00 cmpq $0x0,0x16d81(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80014566: 00 -ffffffff80014567: 75 4a jne ffffffff800145b3 <_ZN86_$LT$alloc..vec..into_iter..IntoIter$LT$T$C$A$GT$$u20$as$u20$core..ops..drop..Drop$GT$4drop17hdc934edd66bd8247E+0x153> -ffffffff80014569: eb bf jmp ffffffff8001452a <_ZN86_$LT$alloc..vec..into_iter..IntoIter$LT$T$C$A$GT$$u20$as$u20$core..ops..drop..Drop$GT$4drop17hdc934edd66bd8247E+0xca> -ffffffff8001456b: 48 81 c4 b8 00 00 00 add $0xb8,%rsp -ffffffff80014572: 5b pop %rbx -ffffffff80014573: 41 5c pop %r12 -ffffffff80014575: 41 5d pop %r13 -ffffffff80014577: 41 5e pop %r14 -ffffffff80014579: 41 5f pop %r15 -ffffffff8001457b: 5d pop %rbp -ffffffff8001457c: c3 ret -ffffffff8001457d: 4c 8d b5 28 ff ff ff lea -0xd8(%rbp),%r14 -ffffffff80014584: 4c 89 f7 mov %r14,%rdi -ffffffff80014587: ff 15 53 6d 01 00 call *0x16d53(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8001458d: 48 c7 05 50 6d 01 00 movq $0x1,0x16d50(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80014594: 01 00 00 00 -ffffffff80014598: 48 8d 3d 51 6d 01 00 lea 0x16d51(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001459f: ba a8 00 00 00 mov $0xa8,%edx -ffffffff800145a4: 4c 89 f6 mov %r14,%rsi -ffffffff800145a7: e8 d4 e0 00 00 call ffffffff80022680 -ffffffff800145ac: c6 05 e5 6d 01 00 01 movb $0x1,0x16de5(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff800145b3: 49 c1 e7 03 shl $0x3,%r15 -ffffffff800145b7: 4b 8d 0c 7f lea (%r15,%r15,2),%rcx -ffffffff800145bb: 48 8d 3d 2e 6d 01 00 lea 0x16d2e(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff800145c2: ba 08 00 00 00 mov $0x8,%edx -ffffffff800145c7: 48 89 de mov %rbx,%rsi -ffffffff800145ca: 48 81 c4 b8 00 00 00 add $0xb8,%rsp -ffffffff800145d1: 5b pop %rbx -ffffffff800145d2: 41 5c pop %r12 -ffffffff800145d4: 41 5d pop %r13 -ffffffff800145d6: 41 5e pop %r14 -ffffffff800145d8: 41 5f pop %r15 -ffffffff800145da: 5d pop %rbp -ffffffff800145db: e9 70 fc ff ff jmp ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> - -ffffffff800145e0 : -ffffffff800145e0: 55 push %rbp -ffffffff800145e1: 48 89 e5 mov %rsp,%rbp -ffffffff800145e4: 41 57 push %r15 -ffffffff800145e6: 41 56 push %r14 -ffffffff800145e8: 41 55 push %r13 -ffffffff800145ea: 41 54 push %r12 -ffffffff800145ec: 53 push %rbx -ffffffff800145ed: 48 81 ec 28 01 00 00 sub $0x128,%rsp -ffffffff800145f4: 48 89 bd c8 fe ff ff mov %rdi,-0x138(%rbp) -ffffffff800145fb: 48 89 b5 c0 fe ff ff mov %rsi,-0x140(%rbp) -ffffffff80014602: 48 89 95 b8 fe ff ff mov %rdx,-0x148(%rbp) -ffffffff80014609: 48 89 8d b0 fe ff ff mov %rcx,-0x150(%rbp) -ffffffff80014610: 48 83 ff 0f cmp $0xf,%rdi -ffffffff80014614: 77 32 ja ffffffff80014648 -ffffffff80014616: 48 8d 05 13 0b 01 00 lea 0x10b13(%rip),%rax # ffffffff80025130 -ffffffff8001461d: 48 63 0c b8 movslq (%rax,%rdi,4),%rcx -ffffffff80014621: 48 01 c1 add %rax,%rcx -ffffffff80014624: ff e1 jmp *%rcx -ffffffff80014626: 0f b6 05 83 51 01 00 movzbl 0x15183(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff8001462d: 84 c0 test %al,%al -ffffffff8001462f: 0f 84 c2 01 00 00 je ffffffff800147f7 -ffffffff80014635: 48 83 3d 1b 51 01 00 cmpq $0x0,0x1511b(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff8001463c: 00 -ffffffff8001463d: 0f 85 e8 01 00 00 jne ffffffff8001482b -ffffffff80014643: e9 51 0c 00 00 jmp ffffffff80015299 -ffffffff80014648: 48 81 ff ff 00 00 00 cmp $0xff,%rdi -ffffffff8001464f: 0f b6 05 5a 51 01 00 movzbl 0x1515a(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80014656: 84 c0 test %al,%al -ffffffff80014658: 0f 84 bd 00 00 00 je ffffffff8001471b -ffffffff8001465e: 48 83 3d f2 50 01 00 cmpq $0x0,0x150f2(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80014665: 00 -ffffffff80014666: 0f 85 e3 00 00 00 jne ffffffff8001474f -ffffffff8001466c: e9 28 0c 00 00 jmp ffffffff80015299 -ffffffff80014671: 0f b6 05 38 51 01 00 movzbl 0x15138(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80014678: 84 c0 test %al,%al -ffffffff8001467a: 0f 84 d7 01 00 00 je ffffffff80014857 -ffffffff80014680: 48 83 3d d0 50 01 00 cmpq $0x0,0x150d0(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80014687: 00 -ffffffff80014688: 0f 85 fd 01 00 00 jne ffffffff8001488b -ffffffff8001468e: e9 06 0c 00 00 jmp ffffffff80015299 -ffffffff80014693: 0f b6 05 16 51 01 00 movzbl 0x15116(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff8001469a: 84 c0 test %al,%al -ffffffff8001469c: 0f 84 15 02 00 00 je ffffffff800148b7 -ffffffff800146a2: 48 83 3d ae 50 01 00 cmpq $0x0,0x150ae(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff800146a9: 00 -ffffffff800146aa: 0f 85 3b 02 00 00 jne ffffffff800148eb -ffffffff800146b0: e9 e4 0b 00 00 jmp ffffffff80015299 -ffffffff800146b5: 0f b6 05 f4 50 01 00 movzbl 0x150f4(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff800146bc: 84 c0 test %al,%al -ffffffff800146be: 0f 84 53 02 00 00 je ffffffff80014917 -ffffffff800146c4: 48 83 3d 8c 50 01 00 cmpq $0x0,0x1508c(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff800146cb: 00 -ffffffff800146cc: 0f 85 79 02 00 00 jne ffffffff8001494b -ffffffff800146d2: e9 c2 0b 00 00 jmp ffffffff80015299 -ffffffff800146d7: 0f b6 05 d2 50 01 00 movzbl 0x150d2(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff800146de: 84 c0 test %al,%al -ffffffff800146e0: 0f 84 91 02 00 00 je ffffffff80014977 -ffffffff800146e6: 48 83 3d 6a 50 01 00 cmpq $0x0,0x1506a(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff800146ed: 00 -ffffffff800146ee: 0f 85 b7 02 00 00 jne ffffffff800149ab -ffffffff800146f4: e9 a0 0b 00 00 jmp ffffffff80015299 -ffffffff800146f9: 0f b6 05 b0 50 01 00 movzbl 0x150b0(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80014700: 84 c0 test %al,%al -ffffffff80014702: 0f 84 cf 02 00 00 je ffffffff800149d7 -ffffffff80014708: 48 83 3d 48 50 01 00 cmpq $0x0,0x15048(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff8001470f: 00 -ffffffff80014710: 0f 85 f5 02 00 00 jne ffffffff80014a0b -ffffffff80014716: e9 7e 0b 00 00 jmp ffffffff80015299 -ffffffff8001471b: 48 8d 9d d0 fe ff ff lea -0x130(%rbp),%rbx -ffffffff80014722: 48 89 df mov %rbx,%rdi -ffffffff80014725: ff 15 25 50 01 00 call *0x15025(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff8001472b: 48 c7 05 22 50 01 00 movq $0x1,0x15022(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80014732: 01 00 00 00 -ffffffff80014736: 48 8d 3d 23 50 01 00 lea 0x15023(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff8001473d: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff80014742: 48 89 de mov %rbx,%rsi -ffffffff80014745: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff80014748: c6 05 61 50 01 00 01 movb $0x1,0x15061(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff8001474f: 48 8d 05 c0 84 01 00 lea 0x184c0(%rip),%rax # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff80014756: 0f b6 00 movzbl (%rax),%eax -ffffffff80014759: 0f b6 05 38 6c 01 00 movzbl 0x16c38(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80014760: 84 c0 test %al,%al -ffffffff80014762: 74 0f je ffffffff80014773 -ffffffff80014764: 48 83 3d 7c 6b 01 00 cmpq $0x0,0x16b7c(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001476b: 00 -ffffffff8001476c: 75 3b jne ffffffff800147a9 -ffffffff8001476e: e9 26 0b 00 00 jmp ffffffff80015299 -ffffffff80014773: 48 8d 9d d0 fe ff ff lea -0x130(%rbp),%rbx -ffffffff8001477a: 48 89 df mov %rbx,%rdi -ffffffff8001477d: ff 15 5d 6b 01 00 call *0x16b5d(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80014783: 48 c7 05 5a 6b 01 00 movq $0x1,0x16b5a(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001478a: 01 00 00 00 -ffffffff8001478e: 48 8d 3d 5b 6b 01 00 lea 0x16b5b(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80014795: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8001479a: 48 89 de mov %rbx,%rsi -ffffffff8001479d: e8 de de 00 00 call ffffffff80022680 -ffffffff800147a2: c6 05 ef 6b 01 00 01 movb $0x1,0x16bef(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff800147a9: 48 8d 3d 40 6b 01 00 lea 0x16b40(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff800147b0: be 01 00 00 00 mov $0x1,%esi -ffffffff800147b5: ba 0a 00 00 00 mov $0xa,%edx -ffffffff800147ba: e8 91 f8 ff ff call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff800147bf: 48 85 c0 test %rax,%rax -ffffffff800147c2: 0f 84 5c 0b 00 00 je ffffffff80015324 -ffffffff800147c8: 48 b9 45 58 43 45 50 movabs $0x4f49545045435845,%rcx -ffffffff800147cf: 54 49 4f -ffffffff800147d2: 48 89 08 mov %rcx,(%rax) -ffffffff800147d5: 66 c7 40 08 4e 21 movw $0x214e,0x8(%rax) -ffffffff800147db: 48 89 85 78 ff ff ff mov %rax,-0x88(%rbp) -ffffffff800147e2: 48 c7 45 80 0a 00 00 movq $0xa,-0x80(%rbp) -ffffffff800147e9: 00 -ffffffff800147ea: 48 c7 45 88 0a 00 00 movq $0xa,-0x78(%rbp) -ffffffff800147f1: 00 -ffffffff800147f2: e9 5c 05 00 00 jmp ffffffff80014d53 -ffffffff800147f7: 48 8d 9d d0 fe ff ff lea -0x130(%rbp),%rbx -ffffffff800147fe: 48 89 df mov %rbx,%rdi -ffffffff80014801: ff 15 49 4f 01 00 call *0x14f49(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff80014807: 48 c7 05 46 4f 01 00 movq $0x1,0x14f46(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff8001480e: 01 00 00 00 -ffffffff80014812: 48 8d 3d 47 4f 01 00 lea 0x14f47(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80014819: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff8001481e: 48 89 de mov %rbx,%rsi -ffffffff80014821: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff80014824: c6 05 85 4f 01 00 01 movb $0x1,0x14f85(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff8001482b: 48 8d 05 e4 83 01 00 lea 0x183e4(%rip),%rax # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff80014832: 0f b6 00 movzbl (%rax),%eax -ffffffff80014835: 0f b6 05 5c 6b 01 00 movzbl 0x16b5c(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001483c: 84 c0 test %al,%al -ffffffff8001483e: 0f 84 f3 01 00 00 je ffffffff80014a37 -ffffffff80014844: 48 83 3d 9c 6a 01 00 cmpq $0x0,0x16a9c(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001484b: 00 -ffffffff8001484c: 0f 85 1b 02 00 00 jne ffffffff80014a6d -ffffffff80014852: e9 42 0a 00 00 jmp ffffffff80015299 -ffffffff80014857: 48 8d 9d d0 fe ff ff lea -0x130(%rbp),%rbx -ffffffff8001485e: 48 89 df mov %rbx,%rdi -ffffffff80014861: ff 15 e9 4e 01 00 call *0x14ee9(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff80014867: 48 c7 05 e6 4e 01 00 movq $0x1,0x14ee6(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff8001486e: 01 00 00 00 -ffffffff80014872: 48 8d 3d e7 4e 01 00 lea 0x14ee7(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80014879: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff8001487e: 48 89 de mov %rbx,%rsi -ffffffff80014881: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff80014884: c6 05 25 4f 01 00 01 movb $0x1,0x14f25(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff8001488b: 48 8d 05 84 83 01 00 lea 0x18384(%rip),%rax # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff80014892: 0f b6 00 movzbl (%rax),%eax -ffffffff80014895: 0f b6 05 fc 6a 01 00 movzbl 0x16afc(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001489c: 84 c0 test %al,%al -ffffffff8001489e: 0f 84 02 02 00 00 je ffffffff80014aa6 -ffffffff800148a4: 48 83 3d 3c 6a 01 00 cmpq $0x0,0x16a3c(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff800148ab: 00 -ffffffff800148ac: 0f 85 2a 02 00 00 jne ffffffff80014adc -ffffffff800148b2: e9 e2 09 00 00 jmp ffffffff80015299 -ffffffff800148b7: 48 8d 9d d0 fe ff ff lea -0x130(%rbp),%rbx -ffffffff800148be: 48 89 df mov %rbx,%rdi -ffffffff800148c1: ff 15 89 4e 01 00 call *0x14e89(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff800148c7: 48 c7 05 86 4e 01 00 movq $0x1,0x14e86(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff800148ce: 01 00 00 00 -ffffffff800148d2: 48 8d 3d 87 4e 01 00 lea 0x14e87(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff800148d9: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff800148de: 48 89 de mov %rbx,%rsi -ffffffff800148e1: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff800148e4: c6 05 c5 4e 01 00 01 movb $0x1,0x14ec5(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff800148eb: 48 8d 05 24 83 01 00 lea 0x18324(%rip),%rax # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff800148f2: 0f b6 00 movzbl (%rax),%eax -ffffffff800148f5: 0f b6 05 9c 6a 01 00 movzbl 0x16a9c(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff800148fc: 84 c0 test %al,%al -ffffffff800148fe: 0f 84 2e 02 00 00 je ffffffff80014b32 -ffffffff80014904: 48 83 3d dc 69 01 00 cmpq $0x0,0x169dc(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001490b: 00 -ffffffff8001490c: 0f 85 56 02 00 00 jne ffffffff80014b68 -ffffffff80014912: e9 82 09 00 00 jmp ffffffff80015299 -ffffffff80014917: 48 8d 9d d0 fe ff ff lea -0x130(%rbp),%rbx -ffffffff8001491e: 48 89 df mov %rbx,%rdi -ffffffff80014921: ff 15 29 4e 01 00 call *0x14e29(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff80014927: 48 c7 05 26 4e 01 00 movq $0x1,0x14e26(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff8001492e: 01 00 00 00 -ffffffff80014932: 48 8d 3d 27 4e 01 00 lea 0x14e27(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80014939: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff8001493e: 48 89 de mov %rbx,%rsi -ffffffff80014941: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff80014944: c6 05 65 4e 01 00 01 movb $0x1,0x14e65(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff8001494b: 48 8d 05 c4 82 01 00 lea 0x182c4(%rip),%rax # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff80014952: 0f b6 00 movzbl (%rax),%eax -ffffffff80014955: 0f b6 05 3c 6a 01 00 movzbl 0x16a3c(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001495c: 84 c0 test %al,%al -ffffffff8001495e: 0f 84 5a 02 00 00 je ffffffff80014bbe -ffffffff80014964: 48 83 3d 7c 69 01 00 cmpq $0x0,0x1697c(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001496b: 00 -ffffffff8001496c: 0f 85 82 02 00 00 jne ffffffff80014bf4 -ffffffff80014972: e9 22 09 00 00 jmp ffffffff80015299 -ffffffff80014977: 48 8d 9d d0 fe ff ff lea -0x130(%rbp),%rbx -ffffffff8001497e: 48 89 df mov %rbx,%rdi -ffffffff80014981: ff 15 c9 4d 01 00 call *0x14dc9(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff80014987: 48 c7 05 c6 4d 01 00 movq $0x1,0x14dc6(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff8001498e: 01 00 00 00 -ffffffff80014992: 48 8d 3d c7 4d 01 00 lea 0x14dc7(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80014999: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff8001499e: 48 89 de mov %rbx,%rsi -ffffffff800149a1: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff800149a4: c6 05 05 4e 01 00 01 movb $0x1,0x14e05(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff800149ab: 48 8d 05 64 82 01 00 lea 0x18264(%rip),%rax # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff800149b2: 0f b6 00 movzbl (%rax),%eax -ffffffff800149b5: 0f b6 05 dc 69 01 00 movzbl 0x169dc(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff800149bc: 84 c0 test %al,%al -ffffffff800149be: 0f 84 98 02 00 00 je ffffffff80014c5c -ffffffff800149c4: 48 83 3d 1c 69 01 00 cmpq $0x0,0x1691c(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff800149cb: 00 -ffffffff800149cc: 0f 85 c0 02 00 00 jne ffffffff80014c92 -ffffffff800149d2: e9 c2 08 00 00 jmp ffffffff80015299 -ffffffff800149d7: 48 8d 9d d0 fe ff ff lea -0x130(%rbp),%rbx -ffffffff800149de: 48 89 df mov %rbx,%rdi -ffffffff800149e1: ff 15 69 4d 01 00 call *0x14d69(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff800149e7: 48 c7 05 66 4d 01 00 movq $0x1,0x14d66(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff800149ee: 01 00 00 00 -ffffffff800149f2: 48 8d 3d 67 4d 01 00 lea 0x14d67(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff800149f9: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff800149fe: 48 89 de mov %rbx,%rsi -ffffffff80014a01: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff80014a04: c6 05 a5 4d 01 00 01 movb $0x1,0x14da5(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80014a0b: 48 8d 05 04 82 01 00 lea 0x18204(%rip),%rax # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff80014a12: 0f b6 00 movzbl (%rax),%eax -ffffffff80014a15: 0f b6 05 7c 69 01 00 movzbl 0x1697c(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80014a1c: 84 c0 test %al,%al -ffffffff80014a1e: 0f 84 ba 02 00 00 je ffffffff80014cde -ffffffff80014a24: 48 83 3d bc 68 01 00 cmpq $0x0,0x168bc(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80014a2b: 00 -ffffffff80014a2c: 0f 85 e2 02 00 00 jne ffffffff80014d14 -ffffffff80014a32: e9 62 08 00 00 jmp ffffffff80015299 -ffffffff80014a37: 48 8d 9d d0 fe ff ff lea -0x130(%rbp),%rbx -ffffffff80014a3e: 48 89 df mov %rbx,%rdi -ffffffff80014a41: ff 15 99 68 01 00 call *0x16899(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80014a47: 48 c7 05 96 68 01 00 movq $0x1,0x16896(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80014a4e: 01 00 00 00 -ffffffff80014a52: 48 8d 3d 97 68 01 00 lea 0x16897(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80014a59: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80014a5e: 48 89 de mov %rbx,%rsi -ffffffff80014a61: e8 1a dc 00 00 call ffffffff80022680 -ffffffff80014a66: c6 05 2b 69 01 00 01 movb $0x1,0x1692b(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80014a6d: 48 8d 3d 7c 68 01 00 lea 0x1687c(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80014a74: be 01 00 00 00 mov $0x1,%esi -ffffffff80014a79: ba 0f 00 00 00 mov $0xf,%edx -ffffffff80014a7e: e8 cd f5 ff ff call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff80014a83: 48 85 c0 test %rax,%rax -ffffffff80014a86: 0f 84 87 08 00 00 je ffffffff80015313 -ffffffff80014a8c: 48 b9 4e 20 45 52 52 movabs $0x21524f525245204e,%rcx -ffffffff80014a93: 4f 52 21 -ffffffff80014a96: 48 89 48 07 mov %rcx,0x7(%rax) -ffffffff80014a9a: 48 b9 44 49 56 49 53 movabs $0x4e4f495349564944,%rcx -ffffffff80014aa1: 49 4f 4e -ffffffff80014aa4: eb 6d jmp ffffffff80014b13 -ffffffff80014aa6: 48 8d 9d d0 fe ff ff lea -0x130(%rbp),%rbx -ffffffff80014aad: 48 89 df mov %rbx,%rdi -ffffffff80014ab0: ff 15 2a 68 01 00 call *0x1682a(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80014ab6: 48 c7 05 27 68 01 00 movq $0x1,0x16827(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80014abd: 01 00 00 00 -ffffffff80014ac1: 48 8d 3d 28 68 01 00 lea 0x16828(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80014ac8: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80014acd: 48 89 de mov %rbx,%rsi -ffffffff80014ad0: e8 ab db 00 00 call ffffffff80022680 -ffffffff80014ad5: c6 05 bc 68 01 00 01 movb $0x1,0x168bc(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80014adc: 48 8d 3d 0d 68 01 00 lea 0x1680d(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80014ae3: be 01 00 00 00 mov $0x1,%esi -ffffffff80014ae8: ba 0f 00 00 00 mov $0xf,%edx -ffffffff80014aed: e8 5e f5 ff ff call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff80014af2: 48 85 c0 test %rax,%rax -ffffffff80014af5: 0f 84 18 08 00 00 je ffffffff80015313 -ffffffff80014afb: 48 b9 20 4f 50 43 4f movabs $0x2145444f43504f20,%rcx -ffffffff80014b02: 44 45 21 -ffffffff80014b05: 48 89 48 07 mov %rcx,0x7(%rax) -ffffffff80014b09: 48 b9 49 4e 56 41 4c movabs $0x2044494c41564e49,%rcx -ffffffff80014b10: 49 44 20 -ffffffff80014b13: 48 89 08 mov %rcx,(%rax) -ffffffff80014b16: 48 89 85 78 ff ff ff mov %rax,-0x88(%rbp) -ffffffff80014b1d: 48 c7 45 80 0f 00 00 movq $0xf,-0x80(%rbp) -ffffffff80014b24: 00 -ffffffff80014b25: 48 c7 45 88 0f 00 00 movq $0xf,-0x78(%rbp) -ffffffff80014b2c: 00 -ffffffff80014b2d: e9 21 02 00 00 jmp ffffffff80014d53 -ffffffff80014b32: 48 8d 9d d0 fe ff ff lea -0x130(%rbp),%rbx -ffffffff80014b39: 48 89 df mov %rbx,%rdi -ffffffff80014b3c: ff 15 9e 67 01 00 call *0x1679e(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80014b42: 48 c7 05 9b 67 01 00 movq $0x1,0x1679b(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80014b49: 01 00 00 00 -ffffffff80014b4d: 48 8d 3d 9c 67 01 00 lea 0x1679c(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80014b54: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80014b59: 48 89 de mov %rbx,%rsi -ffffffff80014b5c: e8 1f db 00 00 call ffffffff80022680 -ffffffff80014b61: c6 05 30 68 01 00 01 movb $0x1,0x16830(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80014b68: 48 8d 3d 81 67 01 00 lea 0x16781(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80014b6f: be 01 00 00 00 mov $0x1,%esi -ffffffff80014b74: ba 0d 00 00 00 mov $0xd,%edx -ffffffff80014b79: e8 d2 f4 ff ff call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff80014b7e: 48 85 c0 test %rax,%rax -ffffffff80014b81: 0f 84 ae 07 00 00 je ffffffff80015335 -ffffffff80014b87: 48 b9 45 20 46 41 55 movabs $0x21544c5541462045,%rcx -ffffffff80014b8e: 4c 54 21 -ffffffff80014b91: 48 89 48 05 mov %rcx,0x5(%rax) -ffffffff80014b95: 48 b9 44 4f 55 42 4c movabs $0x4620454c42554f44,%rcx -ffffffff80014b9c: 45 20 46 -ffffffff80014b9f: 48 89 08 mov %rcx,(%rax) -ffffffff80014ba2: 48 89 85 78 ff ff ff mov %rax,-0x88(%rbp) -ffffffff80014ba9: 48 c7 45 80 0d 00 00 movq $0xd,-0x80(%rbp) -ffffffff80014bb0: 00 -ffffffff80014bb1: 48 c7 45 88 0d 00 00 movq $0xd,-0x78(%rbp) -ffffffff80014bb8: 00 -ffffffff80014bb9: e9 95 01 00 00 jmp ffffffff80014d53 -ffffffff80014bbe: 48 8d 9d d0 fe ff ff lea -0x130(%rbp),%rbx -ffffffff80014bc5: 48 89 df mov %rbx,%rdi -ffffffff80014bc8: ff 15 12 67 01 00 call *0x16712(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80014bce: 48 c7 05 0f 67 01 00 movq $0x1,0x1670f(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80014bd5: 01 00 00 00 -ffffffff80014bd9: 48 8d 3d 10 67 01 00 lea 0x16710(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80014be0: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80014be5: 48 89 de mov %rbx,%rsi -ffffffff80014be8: e8 93 da 00 00 call ffffffff80022680 -ffffffff80014bed: c6 05 a4 67 01 00 01 movb $0x1,0x167a4(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80014bf4: 48 8d 3d f5 66 01 00 lea 0x166f5(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80014bfb: be 01 00 00 00 mov $0x1,%esi -ffffffff80014c00: ba 19 00 00 00 mov $0x19,%edx -ffffffff80014c05: e8 46 f4 ff ff call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff80014c0a: 48 85 c0 test %rax,%rax -ffffffff80014c0d: 0f 84 33 07 00 00 je ffffffff80015346 -ffffffff80014c13: 48 b9 4f 4e 20 46 41 movabs $0x544c554146204e4f,%rcx -ffffffff80014c1a: 55 4c 54 -ffffffff80014c1d: 48 89 48 10 mov %rcx,0x10(%rax) -ffffffff80014c21: 48 b9 50 52 4f 54 45 movabs $0x49544345544f5250,%rcx -ffffffff80014c28: 43 54 49 -ffffffff80014c2b: 48 89 48 08 mov %rcx,0x8(%rax) -ffffffff80014c2f: 48 b9 47 45 4e 45 52 movabs $0x204c4152454e4547,%rcx -ffffffff80014c36: 41 4c 20 -ffffffff80014c39: 48 89 08 mov %rcx,(%rax) -ffffffff80014c3c: c6 40 18 21 movb $0x21,0x18(%rax) -ffffffff80014c40: 48 89 85 78 ff ff ff mov %rax,-0x88(%rbp) -ffffffff80014c47: 48 c7 45 80 19 00 00 movq $0x19,-0x80(%rbp) -ffffffff80014c4e: 00 -ffffffff80014c4f: 48 c7 45 88 19 00 00 movq $0x19,-0x78(%rbp) -ffffffff80014c56: 00 -ffffffff80014c57: e9 f7 00 00 00 jmp ffffffff80014d53 -ffffffff80014c5c: 48 8d 9d d0 fe ff ff lea -0x130(%rbp),%rbx -ffffffff80014c63: 48 89 df mov %rbx,%rdi -ffffffff80014c66: ff 15 74 66 01 00 call *0x16674(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80014c6c: 48 c7 05 71 66 01 00 movq $0x1,0x16671(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80014c73: 01 00 00 00 -ffffffff80014c77: 48 8d 3d 72 66 01 00 lea 0x16672(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80014c7e: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80014c83: 48 89 de mov %rbx,%rsi -ffffffff80014c86: e8 f5 d9 00 00 call ffffffff80022680 -ffffffff80014c8b: c6 05 06 67 01 00 01 movb $0x1,0x16706(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80014c92: 48 8d 3d 57 66 01 00 lea 0x16657(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80014c99: be 01 00 00 00 mov $0x1,%esi -ffffffff80014c9e: ba 0b 00 00 00 mov $0xb,%edx -ffffffff80014ca3: e8 a8 f3 ff ff call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff80014ca8: 48 85 c0 test %rax,%rax -ffffffff80014cab: 0f 84 a6 06 00 00 je ffffffff80015357 -ffffffff80014cb1: 48 b9 50 41 47 45 20 movabs $0x5541462045474150,%rcx -ffffffff80014cb8: 46 41 55 -ffffffff80014cbb: 48 89 08 mov %rcx,(%rax) -ffffffff80014cbe: c7 40 07 55 4c 54 21 movl $0x21544c55,0x7(%rax) -ffffffff80014cc5: 48 89 85 78 ff ff ff mov %rax,-0x88(%rbp) -ffffffff80014ccc: 48 c7 45 80 0b 00 00 movq $0xb,-0x80(%rbp) -ffffffff80014cd3: 00 -ffffffff80014cd4: 48 c7 45 88 0b 00 00 movq $0xb,-0x78(%rbp) -ffffffff80014cdb: 00 -ffffffff80014cdc: eb 75 jmp ffffffff80014d53 -ffffffff80014cde: 48 8d 9d d0 fe ff ff lea -0x130(%rbp),%rbx -ffffffff80014ce5: 48 89 df mov %rbx,%rdi -ffffffff80014ce8: ff 15 f2 65 01 00 call *0x165f2(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80014cee: 48 c7 05 ef 65 01 00 movq $0x1,0x165ef(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80014cf5: 01 00 00 00 -ffffffff80014cf9: 48 8d 3d f0 65 01 00 lea 0x165f0(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80014d00: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80014d05: 48 89 de mov %rbx,%rsi -ffffffff80014d08: e8 73 d9 00 00 call ffffffff80022680 -ffffffff80014d0d: c6 05 84 66 01 00 01 movb $0x1,0x16684(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80014d14: 48 8d 3d d5 65 01 00 lea 0x165d5(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80014d1b: be 01 00 00 00 mov $0x1,%esi -ffffffff80014d20: ba 03 00 00 00 mov $0x3,%edx -ffffffff80014d25: e8 26 f3 ff ff call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff80014d2a: 48 85 c0 test %rax,%rax -ffffffff80014d2d: 0f 84 35 06 00 00 je ffffffff80015368 -ffffffff80014d33: c6 40 02 45 movb $0x45,0x2(%rax) -ffffffff80014d37: 66 c7 00 49 44 movw $0x4449,(%rax) -ffffffff80014d3c: 48 89 85 78 ff ff ff mov %rax,-0x88(%rbp) -ffffffff80014d43: 48 c7 45 80 03 00 00 movq $0x3,-0x80(%rbp) -ffffffff80014d4a: 00 -ffffffff80014d4b: 48 c7 45 88 03 00 00 movq $0x3,-0x78(%rbp) -ffffffff80014d52: 00 -ffffffff80014d53: 4c 8d b5 78 ff ff ff lea -0x88(%rbp),%r14 -ffffffff80014d5a: 4c 89 75 d0 mov %r14,-0x30(%rbp) -ffffffff80014d5e: 4c 8d 6d d0 lea -0x30(%rbp),%r13 -ffffffff80014d62: 4c 89 6d a8 mov %r13,-0x58(%rbp) -ffffffff80014d66: 4c 8d 3d e3 19 00 00 lea 0x19e3(%rip),%r15 # ffffffff80016750 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h42ee6215a9c421d0E> -ffffffff80014d6d: 4c 89 7d b0 mov %r15,-0x50(%rbp) -ffffffff80014d71: 48 8d 05 b8 60 01 00 lea 0x160b8(%rip),%rax # ffffffff8002ae30 -ffffffff80014d78: 48 89 85 d0 fe ff ff mov %rax,-0x130(%rbp) -ffffffff80014d7f: 48 c7 85 d8 fe ff ff movq $0x1,-0x128(%rbp) -ffffffff80014d86: 01 00 00 00 -ffffffff80014d8a: 48 c7 85 f0 fe ff ff movq $0x0,-0x110(%rbp) -ffffffff80014d91: 00 00 00 00 -ffffffff80014d95: 4c 8d 65 a8 lea -0x58(%rbp),%r12 -ffffffff80014d99: 4c 89 a5 e0 fe ff ff mov %r12,-0x120(%rbp) -ffffffff80014da0: 48 c7 85 e8 fe ff ff movq $0x1,-0x118(%rbp) -ffffffff80014da7: 01 00 00 00 -ffffffff80014dab: 48 8d 7d b8 lea -0x48(%rbp),%rdi -ffffffff80014daf: 48 8d b5 d0 fe ff ff lea -0x130(%rbp),%rsi -ffffffff80014db6: e8 d5 81 00 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff80014dbb: 48 8b 5d 80 mov -0x80(%rbp),%rbx -ffffffff80014dbf: 48 85 db test %rbx,%rbx -ffffffff80014dc2: 74 76 je ffffffff80014e3a -ffffffff80014dc4: 4c 8b b5 78 ff ff ff mov -0x88(%rbp),%r14 -ffffffff80014dcb: 0f b6 05 c6 65 01 00 movzbl 0x165c6(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80014dd2: 84 c0 test %al,%al -ffffffff80014dd4: 74 0f je ffffffff80014de5 -ffffffff80014dd6: 48 83 3d 0a 65 01 00 cmpq $0x0,0x1650a(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80014ddd: 00 -ffffffff80014dde: 75 3c jne ffffffff80014e1c -ffffffff80014de0: e9 b4 04 00 00 jmp ffffffff80015299 -ffffffff80014de5: 48 8d bd d0 fe ff ff lea -0x130(%rbp),%rdi -ffffffff80014dec: ff 15 ee 64 01 00 call *0x164ee(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80014df2: 48 c7 05 eb 64 01 00 movq $0x1,0x164eb(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80014df9: 01 00 00 00 -ffffffff80014dfd: 48 8d 3d ec 64 01 00 lea 0x164ec(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80014e04: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80014e09: 48 8d b5 d0 fe ff ff lea -0x130(%rbp),%rsi -ffffffff80014e10: e8 6b d8 00 00 call ffffffff80022680 -ffffffff80014e15: c6 05 7c 65 01 00 01 movb $0x1,0x1657c(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80014e1c: 48 8d 3d cd 64 01 00 lea 0x164cd(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80014e23: ba 01 00 00 00 mov $0x1,%edx -ffffffff80014e28: 4c 89 f6 mov %r14,%rsi -ffffffff80014e2b: 48 89 d9 mov %rbx,%rcx -ffffffff80014e2e: e8 1d f4 ff ff call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80014e33: 4c 8d b5 78 ff ff ff lea -0x88(%rbp),%r14 -ffffffff80014e3a: 48 8b 45 b8 mov -0x48(%rbp),%rax -ffffffff80014e3e: 48 8b 4d c0 mov -0x40(%rbp),%rcx -ffffffff80014e42: 48 89 85 78 ff ff ff mov %rax,-0x88(%rbp) -ffffffff80014e49: 48 89 4d 80 mov %rcx,-0x80(%rbp) -ffffffff80014e4d: 48 8b 45 c8 mov -0x38(%rbp),%rax -ffffffff80014e51: 48 89 45 88 mov %rax,-0x78(%rbp) -ffffffff80014e55: 4c 89 75 d0 mov %r14,-0x30(%rbp) -ffffffff80014e59: 4c 89 6d a8 mov %r13,-0x58(%rbp) -ffffffff80014e5d: 4c 89 7d b0 mov %r15,-0x50(%rbp) -ffffffff80014e61: 48 8d 05 a8 5f 01 00 lea 0x15fa8(%rip),%rax # ffffffff8002ae10 -ffffffff80014e68: 48 89 85 d0 fe ff ff mov %rax,-0x130(%rbp) -ffffffff80014e6f: 48 c7 85 d8 fe ff ff movq $0x2,-0x128(%rbp) -ffffffff80014e76: 02 00 00 00 -ffffffff80014e7a: 48 c7 85 f0 fe ff ff movq $0x0,-0x110(%rbp) -ffffffff80014e81: 00 00 00 00 -ffffffff80014e85: 4c 89 a5 e0 fe ff ff mov %r12,-0x120(%rbp) -ffffffff80014e8c: 48 c7 85 e8 fe ff ff movq $0x1,-0x118(%rbp) -ffffffff80014e93: 01 00 00 00 -ffffffff80014e97: 48 8d 7d b8 lea -0x48(%rbp),%rdi -ffffffff80014e9b: 48 8d b5 d0 fe ff ff lea -0x130(%rbp),%rsi -ffffffff80014ea2: e8 e9 80 00 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff80014ea7: 48 8b 5d 80 mov -0x80(%rbp),%rbx -ffffffff80014eab: 48 85 db test %rbx,%rbx -ffffffff80014eae: 74 6e je ffffffff80014f1e -ffffffff80014eb0: 4c 8b b5 78 ff ff ff mov -0x88(%rbp),%r14 -ffffffff80014eb7: 0f b6 05 da 64 01 00 movzbl 0x164da(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80014ebe: 84 c0 test %al,%al -ffffffff80014ec0: 74 0f je ffffffff80014ed1 -ffffffff80014ec2: 48 83 3d 1e 64 01 00 cmpq $0x0,0x1641e(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80014ec9: 00 -ffffffff80014eca: 75 3b jne ffffffff80014f07 -ffffffff80014ecc: e9 c8 03 00 00 jmp ffffffff80015299 -ffffffff80014ed1: 4c 8d bd d0 fe ff ff lea -0x130(%rbp),%r15 -ffffffff80014ed8: 4c 89 ff mov %r15,%rdi -ffffffff80014edb: ff 15 ff 63 01 00 call *0x163ff(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80014ee1: 48 c7 05 fc 63 01 00 movq $0x1,0x163fc(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80014ee8: 01 00 00 00 -ffffffff80014eec: 48 8d 3d fd 63 01 00 lea 0x163fd(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80014ef3: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80014ef8: 4c 89 fe mov %r15,%rsi -ffffffff80014efb: e8 80 d7 00 00 call ffffffff80022680 -ffffffff80014f00: c6 05 91 64 01 00 01 movb $0x1,0x16491(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80014f07: 48 8d 3d e2 63 01 00 lea 0x163e2(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80014f0e: ba 01 00 00 00 mov $0x1,%edx -ffffffff80014f13: 4c 89 f6 mov %r14,%rsi -ffffffff80014f16: 48 89 d9 mov %rbx,%rcx -ffffffff80014f19: e8 32 f3 ff ff call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80014f1e: 48 8b 5d b8 mov -0x48(%rbp),%rbx -ffffffff80014f22: 4c 8b 75 c0 mov -0x40(%rbp),%r14 -ffffffff80014f26: 48 8b 55 c8 mov -0x38(%rbp),%rdx -ffffffff80014f2a: 48 8d 3d 2f 48 01 00 lea 0x1482f(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80014f31: 48 89 de mov %rbx,%rsi -ffffffff80014f34: e8 67 b7 fe ff call ffffffff800006a0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E> -ffffffff80014f39: 4d 85 f6 test %r14,%r14 -ffffffff80014f3c: 74 67 je ffffffff80014fa5 -ffffffff80014f3e: 0f b6 05 53 64 01 00 movzbl 0x16453(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80014f45: 84 c0 test %al,%al -ffffffff80014f47: 74 0f je ffffffff80014f58 -ffffffff80014f49: 48 83 3d 97 63 01 00 cmpq $0x0,0x16397(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80014f50: 00 -ffffffff80014f51: 75 3b jne ffffffff80014f8e -ffffffff80014f53: e9 41 03 00 00 jmp ffffffff80015299 -ffffffff80014f58: 4c 8d bd d0 fe ff ff lea -0x130(%rbp),%r15 -ffffffff80014f5f: 4c 89 ff mov %r15,%rdi -ffffffff80014f62: ff 15 78 63 01 00 call *0x16378(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80014f68: 48 c7 05 75 63 01 00 movq $0x1,0x16375(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80014f6f: 01 00 00 00 -ffffffff80014f73: 48 8d 3d 76 63 01 00 lea 0x16376(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80014f7a: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80014f7f: 4c 89 fe mov %r15,%rsi -ffffffff80014f82: e8 f9 d6 00 00 call ffffffff80022680 -ffffffff80014f87: c6 05 0a 64 01 00 01 movb $0x1,0x1640a(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80014f8e: 48 8d 3d 5b 63 01 00 lea 0x1635b(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80014f95: ba 01 00 00 00 mov $0x1,%edx -ffffffff80014f9a: 48 89 de mov %rbx,%rsi -ffffffff80014f9d: 4c 89 f1 mov %r14,%rcx -ffffffff80014fa0: e8 ab f2 ff ff call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80014fa5: 0f b6 05 04 48 01 00 movzbl 0x14804(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80014fac: 84 c0 test %al,%al -ffffffff80014fae: 74 0f je ffffffff80014fbf -ffffffff80014fb0: 48 83 3d a0 47 01 00 cmpq $0x0,0x147a0(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80014fb7: 00 -ffffffff80014fb8: 75 39 jne ffffffff80014ff3 -ffffffff80014fba: e9 da 02 00 00 jmp ffffffff80015299 -ffffffff80014fbf: 48 8d 9d d0 fe ff ff lea -0x130(%rbp),%rbx -ffffffff80014fc6: 48 89 df mov %rbx,%rdi -ffffffff80014fc9: ff 15 81 47 01 00 call *0x14781(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff80014fcf: 48 c7 05 7e 47 01 00 movq $0x1,0x1477e(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80014fd6: 01 00 00 00 -ffffffff80014fda: 48 8d 3d 7f 47 01 00 lea 0x1477f(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80014fe1: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff80014fe6: 48 89 de mov %rbx,%rsi -ffffffff80014fe9: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff80014fec: c6 05 bd 47 01 00 01 movb $0x1,0x147bd(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80014ff3: 48 8d 85 c8 fe ff ff lea -0x138(%rbp),%rax -ffffffff80014ffa: 48 89 85 d0 fe ff ff mov %rax,-0x130(%rbp) -ffffffff80015001: 48 8d 05 f8 8c 00 00 lea 0x8cf8(%rip),%rax # ffffffff8001dd00 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..LowerHex$u20$for$u20$i64$GT$3fmt17h8be0ad20e8af3692E> -ffffffff80015008: 48 89 85 d8 fe ff ff mov %rax,-0x128(%rbp) -ffffffff8001500f: 48 8d 85 c0 fe ff ff lea -0x140(%rbp),%rax -ffffffff80015016: 48 89 85 e0 fe ff ff mov %rax,-0x120(%rbp) -ffffffff8001501d: 48 8d 05 7c 8d 00 00 lea 0x8d7c(%rip),%rax # ffffffff8001dda0 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..UpperHex$u20$for$u20$i64$GT$3fmt17hb815251c2be6fbeaE> -ffffffff80015024: 48 89 85 e8 fe ff ff mov %rax,-0x118(%rbp) -ffffffff8001502b: 48 8d 8d b8 fe ff ff lea -0x148(%rbp),%rcx -ffffffff80015032: 48 89 8d f0 fe ff ff mov %rcx,-0x110(%rbp) -ffffffff80015039: 48 89 85 f8 fe ff ff mov %rax,-0x108(%rbp) -ffffffff80015040: 48 8d 85 b0 fe ff ff lea -0x150(%rbp),%rax -ffffffff80015047: 48 89 85 00 ff ff ff mov %rax,-0x100(%rbp) -ffffffff8001504e: 48 8d 05 1b 8c 00 00 lea 0x8c1b(%rip),%rax # ffffffff8001dc70 <_ZN4core3fmt3num51_$LT$impl$u20$core..fmt..Binary$u20$for$u20$i64$GT$3fmt17h3e59e42d01f21fc1E> -ffffffff80015055: 48 89 85 08 ff ff ff mov %rax,-0xf8(%rbp) -ffffffff8001505c: 48 8d 05 ed 5d 01 00 lea 0x15ded(%rip),%rax # ffffffff8002ae50 -ffffffff80015063: 48 89 85 78 ff ff ff mov %rax,-0x88(%rbp) -ffffffff8001506a: 48 c7 45 80 04 00 00 movq $0x4,-0x80(%rbp) -ffffffff80015071: 00 -ffffffff80015072: 48 c7 45 98 00 00 00 movq $0x0,-0x68(%rbp) -ffffffff80015079: 00 -ffffffff8001507a: 48 8d 85 d0 fe ff ff lea -0x130(%rbp),%rax -ffffffff80015081: 48 89 45 88 mov %rax,-0x78(%rbp) -ffffffff80015085: 48 c7 45 90 04 00 00 movq $0x4,-0x70(%rbp) -ffffffff8001508c: 00 -ffffffff8001508d: 48 8d 5d b8 lea -0x48(%rbp),%rbx -ffffffff80015091: 48 8d b5 78 ff ff ff lea -0x88(%rbp),%rsi -ffffffff80015098: 48 89 df mov %rbx,%rdi -ffffffff8001509b: e8 f0 7e 00 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff800150a0: 48 89 5d d0 mov %rbx,-0x30(%rbp) -ffffffff800150a4: 4c 8d 7d d0 lea -0x30(%rbp),%r15 -ffffffff800150a8: 4c 89 7d a8 mov %r15,-0x58(%rbp) -ffffffff800150ac: 4c 8d 25 9d 16 00 00 lea 0x169d(%rip),%r12 # ffffffff80016750 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h42ee6215a9c421d0E> -ffffffff800150b3: 4c 89 65 b0 mov %r12,-0x50(%rbp) -ffffffff800150b7: 48 8d 05 82 5d 01 00 lea 0x15d82(%rip),%rax # ffffffff8002ae40 -ffffffff800150be: 48 89 85 d0 fe ff ff mov %rax,-0x130(%rbp) -ffffffff800150c5: 48 c7 85 d8 fe ff ff movq $0x1,-0x128(%rbp) -ffffffff800150cc: 01 00 00 00 -ffffffff800150d0: 48 c7 85 f0 fe ff ff movq $0x0,-0x110(%rbp) -ffffffff800150d7: 00 00 00 00 -ffffffff800150db: 4c 8d 6d a8 lea -0x58(%rbp),%r13 -ffffffff800150df: 4c 89 ad e0 fe ff ff mov %r13,-0x120(%rbp) -ffffffff800150e6: 48 c7 85 e8 fe ff ff movq $0x1,-0x118(%rbp) -ffffffff800150ed: 01 00 00 00 -ffffffff800150f1: 48 8d bd 78 ff ff ff lea -0x88(%rbp),%rdi -ffffffff800150f8: 48 8d b5 d0 fe ff ff lea -0x130(%rbp),%rsi -ffffffff800150ff: e8 8c 7e 00 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff80015104: 4c 8b 75 c0 mov -0x40(%rbp),%r14 -ffffffff80015108: 4d 85 f6 test %r14,%r14 -ffffffff8001510b: 74 70 je ffffffff8001517d -ffffffff8001510d: 4c 8b 7d b8 mov -0x48(%rbp),%r15 -ffffffff80015111: 0f b6 05 80 62 01 00 movzbl 0x16280(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80015118: 84 c0 test %al,%al -ffffffff8001511a: 74 0f je ffffffff8001512b -ffffffff8001511c: 48 83 3d c4 61 01 00 cmpq $0x0,0x161c4(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80015123: 00 -ffffffff80015124: 75 3c jne ffffffff80015162 -ffffffff80015126: e9 6e 01 00 00 jmp ffffffff80015299 -ffffffff8001512b: 48 8d bd d0 fe ff ff lea -0x130(%rbp),%rdi -ffffffff80015132: ff 15 a8 61 01 00 call *0x161a8(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80015138: 48 c7 05 a5 61 01 00 movq $0x1,0x161a5(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001513f: 01 00 00 00 -ffffffff80015143: 48 8d 3d a6 61 01 00 lea 0x161a6(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001514a: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8001514f: 48 8d b5 d0 fe ff ff lea -0x130(%rbp),%rsi -ffffffff80015156: e8 25 d5 00 00 call ffffffff80022680 -ffffffff8001515b: c6 05 36 62 01 00 01 movb $0x1,0x16236(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80015162: 48 8d 3d 87 61 01 00 lea 0x16187(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80015169: ba 01 00 00 00 mov $0x1,%edx -ffffffff8001516e: 4c 89 fe mov %r15,%rsi -ffffffff80015171: 4c 89 f1 mov %r14,%rcx -ffffffff80015174: e8 d7 f0 ff ff call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80015179: 4c 8d 7d d0 lea -0x30(%rbp),%r15 -ffffffff8001517d: 48 8b 85 78 ff ff ff mov -0x88(%rbp),%rax -ffffffff80015184: 48 8b 4d 80 mov -0x80(%rbp),%rcx -ffffffff80015188: 48 89 45 b8 mov %rax,-0x48(%rbp) -ffffffff8001518c: 48 89 4d c0 mov %rcx,-0x40(%rbp) -ffffffff80015190: 48 8b 45 88 mov -0x78(%rbp),%rax -ffffffff80015194: 48 89 45 c8 mov %rax,-0x38(%rbp) -ffffffff80015198: 48 89 5d d0 mov %rbx,-0x30(%rbp) -ffffffff8001519c: 4c 89 7d a8 mov %r15,-0x58(%rbp) -ffffffff800151a0: 4c 89 65 b0 mov %r12,-0x50(%rbp) -ffffffff800151a4: 48 8d 05 65 5c 01 00 lea 0x15c65(%rip),%rax # ffffffff8002ae10 -ffffffff800151ab: 48 89 85 d0 fe ff ff mov %rax,-0x130(%rbp) -ffffffff800151b2: 48 c7 85 d8 fe ff ff movq $0x2,-0x128(%rbp) -ffffffff800151b9: 02 00 00 00 -ffffffff800151bd: 48 c7 85 f0 fe ff ff movq $0x0,-0x110(%rbp) -ffffffff800151c4: 00 00 00 00 -ffffffff800151c8: 4c 89 ad e0 fe ff ff mov %r13,-0x120(%rbp) -ffffffff800151cf: 48 c7 85 e8 fe ff ff movq $0x1,-0x118(%rbp) -ffffffff800151d6: 01 00 00 00 -ffffffff800151da: 48 8d bd 78 ff ff ff lea -0x88(%rbp),%rdi -ffffffff800151e1: 48 8d b5 d0 fe ff ff lea -0x130(%rbp),%rsi -ffffffff800151e8: e8 a3 7d 00 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff800151ed: 48 8b 5d c0 mov -0x40(%rbp),%rbx -ffffffff800151f1: 48 85 db test %rbx,%rbx -ffffffff800151f4: 74 6b je ffffffff80015261 -ffffffff800151f6: 4c 8b 75 b8 mov -0x48(%rbp),%r14 -ffffffff800151fa: 0f b6 05 97 61 01 00 movzbl 0x16197(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80015201: 84 c0 test %al,%al -ffffffff80015203: 74 0f je ffffffff80015214 -ffffffff80015205: 48 83 3d db 60 01 00 cmpq $0x0,0x160db(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001520c: 00 -ffffffff8001520d: 75 3b jne ffffffff8001524a -ffffffff8001520f: e9 85 00 00 00 jmp ffffffff80015299 -ffffffff80015214: 4c 8d bd d0 fe ff ff lea -0x130(%rbp),%r15 -ffffffff8001521b: 4c 89 ff mov %r15,%rdi -ffffffff8001521e: ff 15 bc 60 01 00 call *0x160bc(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80015224: 48 c7 05 b9 60 01 00 movq $0x1,0x160b9(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001522b: 01 00 00 00 -ffffffff8001522f: 48 8d 3d ba 60 01 00 lea 0x160ba(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80015236: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8001523b: 4c 89 fe mov %r15,%rsi -ffffffff8001523e: e8 3d d4 00 00 call ffffffff80022680 -ffffffff80015243: c6 05 4e 61 01 00 01 movb $0x1,0x1614e(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001524a: 48 8d 3d 9f 60 01 00 lea 0x1609f(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80015251: ba 01 00 00 00 mov $0x1,%edx -ffffffff80015256: 4c 89 f6 mov %r14,%rsi -ffffffff80015259: 48 89 d9 mov %rbx,%rcx -ffffffff8001525c: e8 ef ef ff ff call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80015261: 48 8b 9d 78 ff ff ff mov -0x88(%rbp),%rbx -ffffffff80015268: 4c 8b 75 80 mov -0x80(%rbp),%r14 -ffffffff8001526c: 48 8b 55 88 mov -0x78(%rbp),%rdx -ffffffff80015270: 48 8d 3d e9 44 01 00 lea 0x144e9(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80015277: 48 89 de mov %rbx,%rsi -ffffffff8001527a: e8 21 b4 fe ff call ffffffff800006a0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E> -ffffffff8001527f: 4d 85 f6 test %r14,%r14 -ffffffff80015282: 74 7c je ffffffff80015300 -ffffffff80015284: 0f b6 05 0d 61 01 00 movzbl 0x1610d(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001528b: 84 c0 test %al,%al -ffffffff8001528d: 74 24 je ffffffff800152b3 -ffffffff8001528f: 48 83 3d 51 60 01 00 cmpq $0x0,0x16051(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80015296: 00 -ffffffff80015297: 75 50 jne ffffffff800152e9 -ffffffff80015299: 48 8d 3d 40 15 01 00 lea 0x11540(%rip),%rdi # ffffffff800267e0 -ffffffff800152a0: 48 8d 15 79 62 01 00 lea 0x16279(%rip),%rdx # ffffffff8002b520 -ffffffff800152a7: be 1e 00 00 00 mov $0x1e,%esi -ffffffff800152ac: e8 6f ca 00 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff800152b1: 0f 0b ud2 -ffffffff800152b3: 4c 8d bd d0 fe ff ff lea -0x130(%rbp),%r15 -ffffffff800152ba: 4c 89 ff mov %r15,%rdi -ffffffff800152bd: ff 15 1d 60 01 00 call *0x1601d(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff800152c3: 48 c7 05 1a 60 01 00 movq $0x1,0x1601a(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff800152ca: 01 00 00 00 -ffffffff800152ce: 48 8d 3d 1b 60 01 00 lea 0x1601b(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff800152d5: ba a8 00 00 00 mov $0xa8,%edx -ffffffff800152da: 4c 89 fe mov %r15,%rsi -ffffffff800152dd: e8 9e d3 00 00 call ffffffff80022680 -ffffffff800152e2: c6 05 af 60 01 00 01 movb $0x1,0x160af(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff800152e9: 48 8d 3d 00 60 01 00 lea 0x16000(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff800152f0: ba 01 00 00 00 mov $0x1,%edx -ffffffff800152f5: 48 89 de mov %rbx,%rsi -ffffffff800152f8: 4c 89 f1 mov %r14,%rcx -ffffffff800152fb: e8 50 ef ff ff call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80015300: bf 06 00 00 00 mov $0x6,%edi -ffffffff80015305: e8 86 14 00 00 call ffffffff80016790 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E> -ffffffff8001530a: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1) -ffffffff80015310: f4 hlt -ffffffff80015311: eb fd jmp ffffffff80015310 -ffffffff80015313: bf 01 00 00 00 mov $0x1,%edi -ffffffff80015318: be 0f 00 00 00 mov $0xf,%esi -ffffffff8001531d: e8 9e 7f 00 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff80015322: 0f 0b ud2 -ffffffff80015324: bf 01 00 00 00 mov $0x1,%edi -ffffffff80015329: be 0a 00 00 00 mov $0xa,%esi -ffffffff8001532e: e8 8d 7f 00 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff80015333: 0f 0b ud2 -ffffffff80015335: bf 01 00 00 00 mov $0x1,%edi -ffffffff8001533a: be 0d 00 00 00 mov $0xd,%esi -ffffffff8001533f: e8 7c 7f 00 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff80015344: 0f 0b ud2 -ffffffff80015346: bf 01 00 00 00 mov $0x1,%edi -ffffffff8001534b: be 19 00 00 00 mov $0x19,%esi -ffffffff80015350: e8 6b 7f 00 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff80015355: 0f 0b ud2 -ffffffff80015357: bf 01 00 00 00 mov $0x1,%edi -ffffffff8001535c: be 0b 00 00 00 mov $0xb,%esi -ffffffff80015361: e8 5a 7f 00 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff80015366: 0f 0b ud2 -ffffffff80015368: bf 01 00 00 00 mov $0x1,%edi -ffffffff8001536d: be 03 00 00 00 mov $0x3,%esi -ffffffff80015372: e8 49 7f 00 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff80015377: 0f 0b ud2 -ffffffff80015379: 0f 1f 80 00 00 00 00 nopl 0x0(%rax) - -ffffffff80015380 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions9div_error17h42101c3bfe9ebeecE.llvm.4593924413325815724>: -ffffffff80015380: 48 c7 c7 00 00 00 00 mov $0x0,%rdi -ffffffff80015387: e8 54 f2 ff ff call ffffffff800145e0 -ffffffff8001538c: 83 c4 04 add $0x4,%esp -ffffffff8001538f: 48 cf iretq -ffffffff80015391: 0f 0b ud2 -ffffffff80015393: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001539a: 00 00 00 -ffffffff8001539d: 0f 1f 00 nopl (%rax) - -ffffffff800153a0 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14invalid_opcode17hfff54ff18e6ac638E.llvm.4593924413325815724>: -ffffffff800153a0: 48 c7 c7 06 00 00 00 mov $0x6,%rdi -ffffffff800153a7: e8 34 f2 ff ff call ffffffff800145e0 -ffffffff800153ac: 83 c4 04 add $0x4,%esp -ffffffff800153af: 48 cf iretq -ffffffff800153b1: 0f 0b ud2 -ffffffff800153b3: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff800153ba: 00 00 00 -ffffffff800153bd: 0f 1f 00 nopl (%rax) - -ffffffff800153c0 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions12double_fault17h973955a98273e5aaE.llvm.4593924413325815724>: -ffffffff800153c0: 48 c7 c7 08 00 00 00 mov $0x8,%rdi -ffffffff800153c7: e8 14 f2 ff ff call ffffffff800145e0 -ffffffff800153cc: 83 c4 04 add $0x4,%esp -ffffffff800153cf: 48 cf iretq -ffffffff800153d1: 0f 0b ud2 -ffffffff800153d3: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff800153da: 00 00 00 -ffffffff800153dd: 0f 1f 00 nopl (%rax) - -ffffffff800153e0 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions24general_protection_fault17hf3d59799f18ba64cE.llvm.4593924413325815724>: -ffffffff800153e0: 48 c7 c7 0d 00 00 00 mov $0xd,%rdi -ffffffff800153e7: e8 f4 f1 ff ff call ffffffff800145e0 -ffffffff800153ec: 83 c4 04 add $0x4,%esp -ffffffff800153ef: 48 cf iretq -ffffffff800153f1: 0f 0b ud2 -ffffffff800153f3: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff800153fa: 00 00 00 -ffffffff800153fd: 0f 1f 00 nopl (%rax) - -ffffffff80015400 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions10page_fault17hb492b676a48a5982E.llvm.4593924413325815724>: -ffffffff80015400: 48 c7 c7 0e 00 00 00 mov $0xe,%rdi -ffffffff80015407: e8 d4 f1 ff ff call ffffffff800145e0 -ffffffff8001540c: 83 c4 04 add $0x4,%esp -ffffffff8001540f: 48 cf iretq -ffffffff80015411: 0f 0b ud2 -ffffffff80015413: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001541a: 00 00 00 -ffffffff8001541d: 0f 1f 00 nopl (%rax) - -ffffffff80015420 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions15generic_handler17h23b78593734fad8eE.llvm.4593924413325815724>: -ffffffff80015420: 48 c7 c7 ff 00 00 00 mov $0xff,%rdi -ffffffff80015427: e8 b4 f1 ff ff call ffffffff800145e0 -ffffffff8001542c: 83 c4 04 add $0x4,%esp -ffffffff8001542f: 48 cf iretq -ffffffff80015431: 0f 0b ud2 -ffffffff80015433: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001543a: 00 00 00 -ffffffff8001543d: 0f 1f 00 nopl (%rax) - -ffffffff80015440 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E>: -ffffffff80015440: 55 push %rbp -ffffffff80015441: 48 89 e5 mov %rsp,%rbp -ffffffff80015444: 66 66 66 2e 0f 1f 84 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8001544b: 00 00 00 00 00 -ffffffff80015450: b0 01 mov $0x1,%al -ffffffff80015452: 86 05 b9 67 01 00 xchg %al,0x167b9(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff80015458: 84 c0 test %al,%al -ffffffff8001545a: 75 f4 jne ffffffff80015450 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x10> -ffffffff8001545c: 48 8d 0d bd ff ff ff lea -0x43(%rip),%rcx # ffffffff80015420 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions15generic_handler17h23b78593734fad8eE.llvm.4593924413325815724> -ffffffff80015463: 66 89 0d a8 67 01 00 mov %cx,0x167a8(%rip) # ffffffff8002bc12 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x1> -ffffffff8001546a: c7 05 a0 67 01 00 28 movl $0xee000028,0x167a0(%rip) # ffffffff8002bc14 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x3> -ffffffff80015471: 00 00 ee -ffffffff80015474: 89 c8 mov %ecx,%eax -ffffffff80015476: c1 e8 10 shr $0x10,%eax -ffffffff80015479: 66 89 05 98 67 01 00 mov %ax,0x16798(%rip) # ffffffff8002bc18 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x7> -ffffffff80015480: 48 89 ce mov %rcx,%rsi -ffffffff80015483: 48 c1 ee 20 shr $0x20,%rsi -ffffffff80015487: 89 35 8d 67 01 00 mov %esi,0x1678d(%rip) # ffffffff8002bc1a <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x9> -ffffffff8001548d: c7 05 87 67 01 00 00 movl $0x0,0x16787(%rip) # ffffffff8002bc1e <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0xd> -ffffffff80015494: 00 00 00 -ffffffff80015497: c6 05 73 67 01 00 00 movb $0x0,0x16773(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff8001549e: 66 90 xchg %ax,%ax -ffffffff800154a0: b0 01 mov $0x1,%al -ffffffff800154a2: 86 05 e0 5a 01 00 xchg %al,0x15ae0(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff800154a8: 84 c0 test %al,%al -ffffffff800154aa: 75 f4 jne ffffffff800154a0 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x60> -ffffffff800154ac: 80 3d d6 5a 01 00 00 cmpb $0x0,0x15ad6(%rip) # ffffffff8002af89 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x1> -ffffffff800154b3: 0f b6 05 d2 5a 01 00 movzbl 0x15ad2(%rip),%eax # ffffffff8002af8c <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x4> -ffffffff800154ba: 74 0c je ffffffff800154c8 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x88> -ffffffff800154bc: 84 c0 test %al,%al -ffffffff800154be: 75 1d jne ffffffff800154dd <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x9d> -ffffffff800154c0: b2 08 mov $0x8,%dl -ffffffff800154c2: 84 c0 test %al,%al -ffffffff800154c4: 74 09 je ffffffff800154cf <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x8f> -ffffffff800154c6: eb 15 jmp ffffffff800154dd <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x9d> -ffffffff800154c8: 8d 50 08 lea 0x8(%rax),%edx -ffffffff800154cb: 84 c0 test %al,%al -ffffffff800154cd: 75 0e jne ffffffff800154dd <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x9d> -ffffffff800154cf: 84 d2 test %dl,%dl -ffffffff800154d1: 74 0a je ffffffff800154dd <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x9d> -ffffffff800154d3: 0f b6 15 b3 5a 01 00 movzbl 0x15ab3(%rip),%edx # ffffffff8002af8d <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x5> -ffffffff800154da: b0 20 mov $0x20,%al -ffffffff800154dc: ee out %al,(%dx) -ffffffff800154dd: 0f b6 15 a6 5a 01 00 movzbl 0x15aa6(%rip),%edx # ffffffff8002af8a <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x2> -ffffffff800154e4: b0 20 mov $0x20,%al -ffffffff800154e6: ee out %al,(%dx) -ffffffff800154e7: c6 05 9a 5a 01 00 00 movb $0x0,0x15a9a(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff800154ee: 66 90 xchg %ax,%ax -ffffffff800154f0: b0 01 mov $0x1,%al -ffffffff800154f2: 86 05 19 67 01 00 xchg %al,0x16719(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff800154f8: 84 c0 test %al,%al -ffffffff800154fa: 75 f4 jne ffffffff800154f0 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0xb0> -ffffffff800154fc: 66 89 0d 1f 67 01 00 mov %cx,0x1671f(%rip) # ffffffff8002bc22 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x11> -ffffffff80015503: c7 05 17 67 01 00 28 movl $0xee000028,0x16717(%rip) # ffffffff8002bc24 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x13> -ffffffff8001550a: 00 00 ee -ffffffff8001550d: 89 c8 mov %ecx,%eax -ffffffff8001550f: c1 e8 10 shr $0x10,%eax -ffffffff80015512: 66 89 05 0f 67 01 00 mov %ax,0x1670f(%rip) # ffffffff8002bc28 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x17> -ffffffff80015519: 89 35 0b 67 01 00 mov %esi,0x1670b(%rip) # ffffffff8002bc2a <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x19> -ffffffff8001551f: c7 05 05 67 01 00 00 movl $0x0,0x16705(%rip) # ffffffff8002bc2e <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x1d> -ffffffff80015526: 00 00 00 -ffffffff80015529: c6 05 e1 66 01 00 00 movb $0x0,0x166e1(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff80015530: b0 01 mov $0x1,%al -ffffffff80015532: 86 05 50 5a 01 00 xchg %al,0x15a50(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80015538: 84 c0 test %al,%al -ffffffff8001553a: 75 f4 jne ffffffff80015530 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0xf0> -ffffffff8001553c: 0f b6 05 46 5a 01 00 movzbl 0x15a46(%rip),%eax # ffffffff8002af89 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x1> -ffffffff80015543: 3c 02 cmp $0x2,%al -ffffffff80015545: 0f 92 c2 setb %dl -ffffffff80015548: 24 fe and $0xfe,%al -ffffffff8001554a: 3c f8 cmp $0xf8,%al -ffffffff8001554c: 40 0f 95 c7 setne %dil -ffffffff80015550: 0f b6 05 35 5a 01 00 movzbl 0x15a35(%rip),%eax # ffffffff8002af8c <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x4> -ffffffff80015557: 40 84 fa test %dil,%dl -ffffffff8001555a: 75 04 jne ffffffff80015560 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x120> -ffffffff8001555c: 3c 01 cmp $0x1,%al -ffffffff8001555e: 77 14 ja ffffffff80015574 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x134> -ffffffff80015560: 3c 01 cmp $0x1,%al -ffffffff80015562: 77 10 ja ffffffff80015574 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x134> -ffffffff80015564: 24 fe and $0xfe,%al -ffffffff80015566: 3c f8 cmp $0xf8,%al -ffffffff80015568: 74 0a je ffffffff80015574 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x134> -ffffffff8001556a: 0f b6 15 1c 5a 01 00 movzbl 0x15a1c(%rip),%edx # ffffffff8002af8d <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x5> -ffffffff80015571: b0 20 mov $0x20,%al -ffffffff80015573: ee out %al,(%dx) -ffffffff80015574: 0f b6 15 0f 5a 01 00 movzbl 0x15a0f(%rip),%edx # ffffffff8002af8a <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x2> -ffffffff8001557b: b0 20 mov $0x20,%al -ffffffff8001557d: ee out %al,(%dx) -ffffffff8001557e: c6 05 03 5a 01 00 00 movb $0x0,0x15a03(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80015585: 66 66 2e 0f 1f 84 00 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8001558c: 00 00 00 00 -ffffffff80015590: b0 01 mov $0x1,%al -ffffffff80015592: 86 05 79 66 01 00 xchg %al,0x16679(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff80015598: 84 c0 test %al,%al -ffffffff8001559a: 75 f4 jne ffffffff80015590 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x150> -ffffffff8001559c: 66 89 0d 8f 66 01 00 mov %cx,0x1668f(%rip) # ffffffff8002bc32 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x21> -ffffffff800155a3: c7 05 87 66 01 00 28 movl $0xee000028,0x16687(%rip) # ffffffff8002bc34 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x23> -ffffffff800155aa: 00 00 ee -ffffffff800155ad: 89 c8 mov %ecx,%eax -ffffffff800155af: c1 e8 10 shr $0x10,%eax -ffffffff800155b2: 66 89 05 7f 66 01 00 mov %ax,0x1667f(%rip) # ffffffff8002bc38 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x27> -ffffffff800155b9: 89 35 7b 66 01 00 mov %esi,0x1667b(%rip) # ffffffff8002bc3a <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x29> -ffffffff800155bf: c7 05 75 66 01 00 00 movl $0x0,0x16675(%rip) # ffffffff8002bc3e <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x2d> -ffffffff800155c6: 00 00 00 -ffffffff800155c9: c6 05 41 66 01 00 00 movb $0x0,0x16641(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff800155d0: b0 01 mov $0x1,%al -ffffffff800155d2: 86 05 b0 59 01 00 xchg %al,0x159b0(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff800155d8: 84 c0 test %al,%al -ffffffff800155da: 75 f4 jne ffffffff800155d0 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x190> -ffffffff800155dc: 80 3d a9 59 01 00 02 cmpb $0x2,0x159a9(%rip) # ffffffff8002af8c <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x4> -ffffffff800155e3: 77 0a ja ffffffff800155ef <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x1af> -ffffffff800155e5: 0f b6 15 a1 59 01 00 movzbl 0x159a1(%rip),%edx # ffffffff8002af8d <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x5> -ffffffff800155ec: b0 20 mov $0x20,%al -ffffffff800155ee: ee out %al,(%dx) -ffffffff800155ef: 0f b6 15 94 59 01 00 movzbl 0x15994(%rip),%edx # ffffffff8002af8a <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x2> -ffffffff800155f6: b0 20 mov $0x20,%al -ffffffff800155f8: ee out %al,(%dx) -ffffffff800155f9: c6 05 88 59 01 00 00 movb $0x0,0x15988(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80015600: b0 01 mov $0x1,%al -ffffffff80015602: 86 05 09 66 01 00 xchg %al,0x16609(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff80015608: 84 c0 test %al,%al -ffffffff8001560a: 75 f4 jne ffffffff80015600 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x1c0> -ffffffff8001560c: 66 89 0d 2f 66 01 00 mov %cx,0x1662f(%rip) # ffffffff8002bc42 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x31> -ffffffff80015613: c7 05 27 66 01 00 28 movl $0xee000028,0x16627(%rip) # ffffffff8002bc44 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x33> -ffffffff8001561a: 00 00 ee -ffffffff8001561d: 89 c8 mov %ecx,%eax -ffffffff8001561f: c1 e8 10 shr $0x10,%eax -ffffffff80015622: 66 89 05 1f 66 01 00 mov %ax,0x1661f(%rip) # ffffffff8002bc48 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x37> -ffffffff80015629: 89 35 1b 66 01 00 mov %esi,0x1661b(%rip) # ffffffff8002bc4a <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x39> -ffffffff8001562f: c7 05 15 66 01 00 00 movl $0x0,0x16615(%rip) # ffffffff8002bc4e <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x3d> -ffffffff80015636: 00 00 00 -ffffffff80015639: c6 05 d1 65 01 00 00 movb $0x0,0x165d1(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff80015640: b0 01 mov $0x1,%al -ffffffff80015642: 86 05 40 59 01 00 xchg %al,0x15940(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80015648: 84 c0 test %al,%al -ffffffff8001564a: 75 f4 jne ffffffff80015640 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x200> -ffffffff8001564c: 0f b6 05 36 59 01 00 movzbl 0x15936(%rip),%eax # ffffffff8002af89 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x1> -ffffffff80015653: 3c 04 cmp $0x4,%al -ffffffff80015655: 0f 92 c2 setb %dl -ffffffff80015658: 24 fc and $0xfc,%al -ffffffff8001565a: 3c f8 cmp $0xf8,%al -ffffffff8001565c: 40 0f 95 c7 setne %dil -ffffffff80015660: 0f b6 05 25 59 01 00 movzbl 0x15925(%rip),%eax # ffffffff8002af8c <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x4> -ffffffff80015667: 40 84 fa test %dil,%dl -ffffffff8001566a: 75 04 jne ffffffff80015670 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x230> -ffffffff8001566c: 3c 03 cmp $0x3,%al -ffffffff8001566e: 77 14 ja ffffffff80015684 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x244> -ffffffff80015670: 3c 03 cmp $0x3,%al -ffffffff80015672: 77 10 ja ffffffff80015684 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x244> -ffffffff80015674: 24 fc and $0xfc,%al -ffffffff80015676: 3c f8 cmp $0xf8,%al -ffffffff80015678: 74 0a je ffffffff80015684 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x244> -ffffffff8001567a: 0f b6 15 0c 59 01 00 movzbl 0x1590c(%rip),%edx # ffffffff8002af8d <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x5> -ffffffff80015681: b0 20 mov $0x20,%al -ffffffff80015683: ee out %al,(%dx) -ffffffff80015684: 0f b6 15 ff 58 01 00 movzbl 0x158ff(%rip),%edx # ffffffff8002af8a <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x2> -ffffffff8001568b: b0 20 mov $0x20,%al -ffffffff8001568d: ee out %al,(%dx) -ffffffff8001568e: c6 05 f3 58 01 00 00 movb $0x0,0x158f3(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80015695: 66 66 2e 0f 1f 84 00 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8001569c: 00 00 00 00 -ffffffff800156a0: b0 01 mov $0x1,%al -ffffffff800156a2: 86 05 69 65 01 00 xchg %al,0x16569(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff800156a8: 84 c0 test %al,%al -ffffffff800156aa: 75 f4 jne ffffffff800156a0 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x260> -ffffffff800156ac: 66 89 0d 9f 65 01 00 mov %cx,0x1659f(%rip) # ffffffff8002bc52 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x41> -ffffffff800156b3: c7 05 97 65 01 00 28 movl $0xee000028,0x16597(%rip) # ffffffff8002bc54 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x43> -ffffffff800156ba: 00 00 ee -ffffffff800156bd: 89 c8 mov %ecx,%eax -ffffffff800156bf: c1 e8 10 shr $0x10,%eax -ffffffff800156c2: 66 89 05 8f 65 01 00 mov %ax,0x1658f(%rip) # ffffffff8002bc58 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x47> -ffffffff800156c9: 89 35 8b 65 01 00 mov %esi,0x1658b(%rip) # ffffffff8002bc5a <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x49> -ffffffff800156cf: c7 05 85 65 01 00 00 movl $0x0,0x16585(%rip) # ffffffff8002bc5e <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x4d> -ffffffff800156d6: 00 00 00 -ffffffff800156d9: c6 05 31 65 01 00 00 movb $0x0,0x16531(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff800156e0: b0 01 mov $0x1,%al -ffffffff800156e2: 86 05 a0 58 01 00 xchg %al,0x158a0(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff800156e8: 84 c0 test %al,%al -ffffffff800156ea: 75 f4 jne ffffffff800156e0 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x2a0> -ffffffff800156ec: 80 3d 99 58 01 00 04 cmpb $0x4,0x15899(%rip) # ffffffff8002af8c <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x4> -ffffffff800156f3: 77 0a ja ffffffff800156ff <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x2bf> -ffffffff800156f5: 0f b6 15 91 58 01 00 movzbl 0x15891(%rip),%edx # ffffffff8002af8d <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x5> -ffffffff800156fc: b0 20 mov $0x20,%al -ffffffff800156fe: ee out %al,(%dx) -ffffffff800156ff: 0f b6 15 84 58 01 00 movzbl 0x15884(%rip),%edx # ffffffff8002af8a <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x2> -ffffffff80015706: b0 20 mov $0x20,%al -ffffffff80015708: ee out %al,(%dx) -ffffffff80015709: c6 05 78 58 01 00 00 movb $0x0,0x15878(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80015710: b0 01 mov $0x1,%al -ffffffff80015712: 86 05 f9 64 01 00 xchg %al,0x164f9(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff80015718: 84 c0 test %al,%al -ffffffff8001571a: 75 f4 jne ffffffff80015710 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x2d0> -ffffffff8001571c: 66 89 0d 3f 65 01 00 mov %cx,0x1653f(%rip) # ffffffff8002bc62 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x51> -ffffffff80015723: c7 05 37 65 01 00 28 movl $0xee000028,0x16537(%rip) # ffffffff8002bc64 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x53> -ffffffff8001572a: 00 00 ee -ffffffff8001572d: 89 c8 mov %ecx,%eax -ffffffff8001572f: c1 e8 10 shr $0x10,%eax -ffffffff80015732: 66 89 05 2f 65 01 00 mov %ax,0x1652f(%rip) # ffffffff8002bc68 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x57> -ffffffff80015739: 89 35 2b 65 01 00 mov %esi,0x1652b(%rip) # ffffffff8002bc6a <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x59> -ffffffff8001573f: c7 05 25 65 01 00 00 movl $0x0,0x16525(%rip) # ffffffff8002bc6e <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x5d> -ffffffff80015746: 00 00 00 -ffffffff80015749: c6 05 c1 64 01 00 00 movb $0x0,0x164c1(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff80015750: b0 01 mov $0x1,%al -ffffffff80015752: 86 05 30 58 01 00 xchg %al,0x15830(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80015758: 84 c0 test %al,%al -ffffffff8001575a: 75 f4 jne ffffffff80015750 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x310> -ffffffff8001575c: 80 3d 29 58 01 00 05 cmpb $0x5,0x15829(%rip) # ffffffff8002af8c <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x4> -ffffffff80015763: 77 0a ja ffffffff8001576f <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x32f> -ffffffff80015765: 0f b6 15 21 58 01 00 movzbl 0x15821(%rip),%edx # ffffffff8002af8d <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x5> -ffffffff8001576c: b0 20 mov $0x20,%al -ffffffff8001576e: ee out %al,(%dx) -ffffffff8001576f: 0f b6 15 14 58 01 00 movzbl 0x15814(%rip),%edx # ffffffff8002af8a <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x2> -ffffffff80015776: b0 20 mov $0x20,%al -ffffffff80015778: ee out %al,(%dx) -ffffffff80015779: c6 05 08 58 01 00 00 movb $0x0,0x15808(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80015780: b0 01 mov $0x1,%al -ffffffff80015782: 86 05 89 64 01 00 xchg %al,0x16489(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff80015788: 84 c0 test %al,%al -ffffffff8001578a: 75 f4 jne ffffffff80015780 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x340> -ffffffff8001578c: 66 89 0d df 64 01 00 mov %cx,0x164df(%rip) # ffffffff8002bc72 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x61> -ffffffff80015793: c7 05 d7 64 01 00 28 movl $0xee000028,0x164d7(%rip) # ffffffff8002bc74 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x63> -ffffffff8001579a: 00 00 ee -ffffffff8001579d: 89 c8 mov %ecx,%eax -ffffffff8001579f: c1 e8 10 shr $0x10,%eax -ffffffff800157a2: 66 89 05 cf 64 01 00 mov %ax,0x164cf(%rip) # ffffffff8002bc78 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x67> -ffffffff800157a9: 89 35 cb 64 01 00 mov %esi,0x164cb(%rip) # ffffffff8002bc7a <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x69> -ffffffff800157af: c7 05 c5 64 01 00 00 movl $0x0,0x164c5(%rip) # ffffffff8002bc7e <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x6d> -ffffffff800157b6: 00 00 00 -ffffffff800157b9: c6 05 51 64 01 00 00 movb $0x0,0x16451(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff800157c0: b0 01 mov $0x1,%al -ffffffff800157c2: 86 05 c0 57 01 00 xchg %al,0x157c0(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff800157c8: 84 c0 test %al,%al -ffffffff800157ca: 75 f4 jne ffffffff800157c0 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x380> -ffffffff800157cc: 80 3d b9 57 01 00 06 cmpb $0x6,0x157b9(%rip) # ffffffff8002af8c <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x4> -ffffffff800157d3: 77 0a ja ffffffff800157df <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x39f> -ffffffff800157d5: 0f b6 15 b1 57 01 00 movzbl 0x157b1(%rip),%edx # ffffffff8002af8d <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x5> -ffffffff800157dc: b0 20 mov $0x20,%al -ffffffff800157de: ee out %al,(%dx) -ffffffff800157df: 0f b6 15 a4 57 01 00 movzbl 0x157a4(%rip),%edx # ffffffff8002af8a <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x2> -ffffffff800157e6: b0 20 mov $0x20,%al -ffffffff800157e8: ee out %al,(%dx) -ffffffff800157e9: c6 05 98 57 01 00 00 movb $0x0,0x15798(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff800157f0: b0 01 mov $0x1,%al -ffffffff800157f2: 86 05 19 64 01 00 xchg %al,0x16419(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff800157f8: 84 c0 test %al,%al -ffffffff800157fa: 75 f4 jne ffffffff800157f0 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x3b0> -ffffffff800157fc: 66 89 0d 7f 64 01 00 mov %cx,0x1647f(%rip) # ffffffff8002bc82 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x71> -ffffffff80015803: c7 05 77 64 01 00 28 movl $0xee000028,0x16477(%rip) # ffffffff8002bc84 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x73> -ffffffff8001580a: 00 00 ee -ffffffff8001580d: 89 c8 mov %ecx,%eax -ffffffff8001580f: c1 e8 10 shr $0x10,%eax -ffffffff80015812: 66 89 05 6f 64 01 00 mov %ax,0x1646f(%rip) # ffffffff8002bc88 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x77> -ffffffff80015819: 89 35 6b 64 01 00 mov %esi,0x1646b(%rip) # ffffffff8002bc8a <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x79> -ffffffff8001581f: c7 05 65 64 01 00 00 movl $0x0,0x16465(%rip) # ffffffff8002bc8e <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x7d> -ffffffff80015826: 00 00 00 -ffffffff80015829: c6 05 e1 63 01 00 00 movb $0x0,0x163e1(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff80015830: b0 01 mov $0x1,%al -ffffffff80015832: 86 05 50 57 01 00 xchg %al,0x15750(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80015838: 84 c0 test %al,%al -ffffffff8001583a: 75 f4 jne ffffffff80015830 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x3f0> -ffffffff8001583c: 80 3d 49 57 01 00 07 cmpb $0x7,0x15749(%rip) # ffffffff8002af8c <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x4> -ffffffff80015843: 77 0a ja ffffffff8001584f <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x40f> -ffffffff80015845: 0f b6 15 41 57 01 00 movzbl 0x15741(%rip),%edx # ffffffff8002af8d <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x5> -ffffffff8001584c: b0 20 mov $0x20,%al -ffffffff8001584e: ee out %al,(%dx) -ffffffff8001584f: 0f b6 15 34 57 01 00 movzbl 0x15734(%rip),%edx # ffffffff8002af8a <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x2> -ffffffff80015856: b0 20 mov $0x20,%al -ffffffff80015858: ee out %al,(%dx) -ffffffff80015859: c6 05 28 57 01 00 00 movb $0x0,0x15728(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80015860: b0 01 mov $0x1,%al -ffffffff80015862: 86 05 a9 63 01 00 xchg %al,0x163a9(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff80015868: 84 c0 test %al,%al -ffffffff8001586a: 75 f4 jne ffffffff80015860 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x420> -ffffffff8001586c: 66 89 0d 1f 64 01 00 mov %cx,0x1641f(%rip) # ffffffff8002bc92 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x81> -ffffffff80015873: c7 05 17 64 01 00 28 movl $0xee000028,0x16417(%rip) # ffffffff8002bc94 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x83> -ffffffff8001587a: 00 00 ee -ffffffff8001587d: 89 c8 mov %ecx,%eax -ffffffff8001587f: c1 e8 10 shr $0x10,%eax -ffffffff80015882: 66 89 05 0f 64 01 00 mov %ax,0x1640f(%rip) # ffffffff8002bc98 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x87> -ffffffff80015889: 89 35 0b 64 01 00 mov %esi,0x1640b(%rip) # ffffffff8002bc9a <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x89> -ffffffff8001588f: c7 05 05 64 01 00 00 movl $0x0,0x16405(%rip) # ffffffff8002bc9e <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x8d> -ffffffff80015896: 00 00 00 -ffffffff80015899: c6 05 71 63 01 00 00 movb $0x0,0x16371(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff800158a0: b0 01 mov $0x1,%al -ffffffff800158a2: 86 05 e0 56 01 00 xchg %al,0x156e0(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff800158a8: 84 c0 test %al,%al -ffffffff800158aa: 75 f4 jne ffffffff800158a0 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x460> -ffffffff800158ac: 0f b6 05 d9 56 01 00 movzbl 0x156d9(%rip),%eax # ffffffff8002af8c <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x4> -ffffffff800158b3: fe c8 dec %al -ffffffff800158b5: 3c 07 cmp $0x7,%al -ffffffff800158b7: 77 0a ja ffffffff800158c3 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x483> -ffffffff800158b9: 0f b6 15 cd 56 01 00 movzbl 0x156cd(%rip),%edx # ffffffff8002af8d <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x5> -ffffffff800158c0: b0 20 mov $0x20,%al -ffffffff800158c2: ee out %al,(%dx) -ffffffff800158c3: 0f b6 15 c0 56 01 00 movzbl 0x156c0(%rip),%edx # ffffffff8002af8a <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x2> -ffffffff800158ca: b0 20 mov $0x20,%al -ffffffff800158cc: ee out %al,(%dx) -ffffffff800158cd: c6 05 b4 56 01 00 00 movb $0x0,0x156b4(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff800158d4: 66 66 66 2e 0f 1f 84 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff800158db: 00 00 00 00 00 -ffffffff800158e0: b0 01 mov $0x1,%al -ffffffff800158e2: 86 05 29 63 01 00 xchg %al,0x16329(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff800158e8: 84 c0 test %al,%al -ffffffff800158ea: 75 f4 jne ffffffff800158e0 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x4a0> -ffffffff800158ec: 66 89 0d af 63 01 00 mov %cx,0x163af(%rip) # ffffffff8002bca2 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x91> -ffffffff800158f3: c7 05 a7 63 01 00 28 movl $0xee000028,0x163a7(%rip) # ffffffff8002bca4 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x93> -ffffffff800158fa: 00 00 ee -ffffffff800158fd: 89 c8 mov %ecx,%eax -ffffffff800158ff: c1 e8 10 shr $0x10,%eax -ffffffff80015902: 66 89 05 9f 63 01 00 mov %ax,0x1639f(%rip) # ffffffff8002bca8 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x97> -ffffffff80015909: 89 35 9b 63 01 00 mov %esi,0x1639b(%rip) # ffffffff8002bcaa <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x99> -ffffffff8001590f: c7 05 95 63 01 00 00 movl $0x0,0x16395(%rip) # ffffffff8002bcae <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x9d> -ffffffff80015916: 00 00 00 -ffffffff80015919: c6 05 f1 62 01 00 00 movb $0x0,0x162f1(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff80015920: b0 01 mov $0x1,%al -ffffffff80015922: 86 05 60 56 01 00 xchg %al,0x15660(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80015928: 84 c0 test %al,%al -ffffffff8001592a: 75 f4 jne ffffffff80015920 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x4e0> -ffffffff8001592c: 0f b6 05 59 56 01 00 movzbl 0x15659(%rip),%eax # ffffffff8002af8c <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x4> -ffffffff80015933: 04 fe add $0xfe,%al -ffffffff80015935: 3c 07 cmp $0x7,%al -ffffffff80015937: 77 0a ja ffffffff80015943 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x503> -ffffffff80015939: 0f b6 15 4d 56 01 00 movzbl 0x1564d(%rip),%edx # ffffffff8002af8d <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x5> -ffffffff80015940: b0 20 mov $0x20,%al -ffffffff80015942: ee out %al,(%dx) -ffffffff80015943: 0f b6 15 40 56 01 00 movzbl 0x15640(%rip),%edx # ffffffff8002af8a <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x2> -ffffffff8001594a: b0 20 mov $0x20,%al -ffffffff8001594c: ee out %al,(%dx) -ffffffff8001594d: c6 05 34 56 01 00 00 movb $0x0,0x15634(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80015954: 66 66 66 2e 0f 1f 84 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8001595b: 00 00 00 00 00 -ffffffff80015960: b0 01 mov $0x1,%al -ffffffff80015962: 86 05 a9 62 01 00 xchg %al,0x162a9(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff80015968: 84 c0 test %al,%al -ffffffff8001596a: 75 f4 jne ffffffff80015960 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x520> -ffffffff8001596c: 66 89 0d 3f 63 01 00 mov %cx,0x1633f(%rip) # ffffffff8002bcb2 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0xa1> -ffffffff80015973: c7 05 37 63 01 00 28 movl $0xee000028,0x16337(%rip) # ffffffff8002bcb4 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0xa3> -ffffffff8001597a: 00 00 ee -ffffffff8001597d: 89 c8 mov %ecx,%eax -ffffffff8001597f: c1 e8 10 shr $0x10,%eax -ffffffff80015982: 66 89 05 2f 63 01 00 mov %ax,0x1632f(%rip) # ffffffff8002bcb8 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0xa7> -ffffffff80015989: 89 35 2b 63 01 00 mov %esi,0x1632b(%rip) # ffffffff8002bcba <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0xa9> -ffffffff8001598f: c7 05 25 63 01 00 00 movl $0x0,0x16325(%rip) # ffffffff8002bcbe <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0xad> -ffffffff80015996: 00 00 00 -ffffffff80015999: c6 05 71 62 01 00 00 movb $0x0,0x16271(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff800159a0: b0 01 mov $0x1,%al -ffffffff800159a2: 86 05 e0 55 01 00 xchg %al,0x155e0(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff800159a8: 84 c0 test %al,%al -ffffffff800159aa: 75 f4 jne ffffffff800159a0 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x560> -ffffffff800159ac: 0f b6 05 d9 55 01 00 movzbl 0x155d9(%rip),%eax # ffffffff8002af8c <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x4> -ffffffff800159b3: 04 fd add $0xfd,%al -ffffffff800159b5: 3c 07 cmp $0x7,%al -ffffffff800159b7: 77 0a ja ffffffff800159c3 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x583> -ffffffff800159b9: 0f b6 15 cd 55 01 00 movzbl 0x155cd(%rip),%edx # ffffffff8002af8d <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x5> -ffffffff800159c0: b0 20 mov $0x20,%al -ffffffff800159c2: ee out %al,(%dx) -ffffffff800159c3: 0f b6 15 c0 55 01 00 movzbl 0x155c0(%rip),%edx # ffffffff8002af8a <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x2> -ffffffff800159ca: b0 20 mov $0x20,%al -ffffffff800159cc: ee out %al,(%dx) -ffffffff800159cd: c6 05 b4 55 01 00 00 movb $0x0,0x155b4(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff800159d4: 66 66 66 2e 0f 1f 84 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff800159db: 00 00 00 00 00 -ffffffff800159e0: b0 01 mov $0x1,%al -ffffffff800159e2: 86 05 29 62 01 00 xchg %al,0x16229(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff800159e8: 84 c0 test %al,%al -ffffffff800159ea: 75 f4 jne ffffffff800159e0 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x5a0> -ffffffff800159ec: 66 89 0d cf 62 01 00 mov %cx,0x162cf(%rip) # ffffffff8002bcc2 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0xb1> -ffffffff800159f3: c7 05 c7 62 01 00 28 movl $0xee000028,0x162c7(%rip) # ffffffff8002bcc4 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0xb3> -ffffffff800159fa: 00 00 ee -ffffffff800159fd: 89 c8 mov %ecx,%eax -ffffffff800159ff: c1 e8 10 shr $0x10,%eax -ffffffff80015a02: 66 89 05 bf 62 01 00 mov %ax,0x162bf(%rip) # ffffffff8002bcc8 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0xb7> -ffffffff80015a09: 89 35 bb 62 01 00 mov %esi,0x162bb(%rip) # ffffffff8002bcca <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0xb9> -ffffffff80015a0f: c7 05 b5 62 01 00 00 movl $0x0,0x162b5(%rip) # ffffffff8002bcce <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0xbd> -ffffffff80015a16: 00 00 00 -ffffffff80015a19: c6 05 f1 61 01 00 00 movb $0x0,0x161f1(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff80015a20: b0 01 mov $0x1,%al -ffffffff80015a22: 86 05 60 55 01 00 xchg %al,0x15560(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80015a28: 84 c0 test %al,%al -ffffffff80015a2a: 75 f4 jne ffffffff80015a20 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x5e0> -ffffffff80015a2c: 0f b6 05 59 55 01 00 movzbl 0x15559(%rip),%eax # ffffffff8002af8c <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x4> -ffffffff80015a33: 04 fc add $0xfc,%al -ffffffff80015a35: 3c 07 cmp $0x7,%al -ffffffff80015a37: 77 0a ja ffffffff80015a43 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x603> -ffffffff80015a39: 0f b6 15 4d 55 01 00 movzbl 0x1554d(%rip),%edx # ffffffff8002af8d <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x5> -ffffffff80015a40: b0 20 mov $0x20,%al -ffffffff80015a42: ee out %al,(%dx) -ffffffff80015a43: 0f b6 15 40 55 01 00 movzbl 0x15540(%rip),%edx # ffffffff8002af8a <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x2> -ffffffff80015a4a: b0 20 mov $0x20,%al -ffffffff80015a4c: ee out %al,(%dx) -ffffffff80015a4d: c6 05 34 55 01 00 00 movb $0x0,0x15534(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80015a54: 66 66 66 2e 0f 1f 84 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff80015a5b: 00 00 00 00 00 -ffffffff80015a60: b0 01 mov $0x1,%al -ffffffff80015a62: 86 05 a9 61 01 00 xchg %al,0x161a9(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff80015a68: 84 c0 test %al,%al -ffffffff80015a6a: 75 f4 jne ffffffff80015a60 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x620> -ffffffff80015a6c: 66 89 0d 5f 62 01 00 mov %cx,0x1625f(%rip) # ffffffff8002bcd2 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0xc1> -ffffffff80015a73: c7 05 57 62 01 00 28 movl $0xee000028,0x16257(%rip) # ffffffff8002bcd4 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0xc3> -ffffffff80015a7a: 00 00 ee -ffffffff80015a7d: 89 c8 mov %ecx,%eax -ffffffff80015a7f: c1 e8 10 shr $0x10,%eax -ffffffff80015a82: 66 89 05 4f 62 01 00 mov %ax,0x1624f(%rip) # ffffffff8002bcd8 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0xc7> -ffffffff80015a89: 89 35 4b 62 01 00 mov %esi,0x1624b(%rip) # ffffffff8002bcda <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0xc9> -ffffffff80015a8f: c7 05 45 62 01 00 00 movl $0x0,0x16245(%rip) # ffffffff8002bcde <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0xcd> -ffffffff80015a96: 00 00 00 -ffffffff80015a99: c6 05 71 61 01 00 00 movb $0x0,0x16171(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff80015aa0: b0 01 mov $0x1,%al -ffffffff80015aa2: 86 05 e0 54 01 00 xchg %al,0x154e0(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80015aa8: 84 c0 test %al,%al -ffffffff80015aaa: 75 f4 jne ffffffff80015aa0 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x660> -ffffffff80015aac: 0f b6 05 d9 54 01 00 movzbl 0x154d9(%rip),%eax # ffffffff8002af8c <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x4> -ffffffff80015ab3: 04 fb add $0xfb,%al -ffffffff80015ab5: 3c 07 cmp $0x7,%al -ffffffff80015ab7: 77 0a ja ffffffff80015ac3 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x683> -ffffffff80015ab9: 0f b6 15 cd 54 01 00 movzbl 0x154cd(%rip),%edx # ffffffff8002af8d <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x5> -ffffffff80015ac0: b0 20 mov $0x20,%al -ffffffff80015ac2: ee out %al,(%dx) -ffffffff80015ac3: 0f b6 15 c0 54 01 00 movzbl 0x154c0(%rip),%edx # ffffffff8002af8a <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x2> -ffffffff80015aca: b0 20 mov $0x20,%al -ffffffff80015acc: ee out %al,(%dx) -ffffffff80015acd: c6 05 b4 54 01 00 00 movb $0x0,0x154b4(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80015ad4: 66 66 66 2e 0f 1f 84 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff80015adb: 00 00 00 00 00 -ffffffff80015ae0: b0 01 mov $0x1,%al -ffffffff80015ae2: 86 05 29 61 01 00 xchg %al,0x16129(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff80015ae8: 84 c0 test %al,%al -ffffffff80015aea: 75 f4 jne ffffffff80015ae0 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x6a0> -ffffffff80015aec: 66 89 0d ef 61 01 00 mov %cx,0x161ef(%rip) # ffffffff8002bce2 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0xd1> -ffffffff80015af3: c7 05 e7 61 01 00 28 movl $0xee000028,0x161e7(%rip) # ffffffff8002bce4 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0xd3> -ffffffff80015afa: 00 00 ee -ffffffff80015afd: 89 c8 mov %ecx,%eax -ffffffff80015aff: c1 e8 10 shr $0x10,%eax -ffffffff80015b02: 66 89 05 df 61 01 00 mov %ax,0x161df(%rip) # ffffffff8002bce8 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0xd7> -ffffffff80015b09: 89 35 db 61 01 00 mov %esi,0x161db(%rip) # ffffffff8002bcea <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0xd9> -ffffffff80015b0f: c7 05 d5 61 01 00 00 movl $0x0,0x161d5(%rip) # ffffffff8002bcee <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0xdd> -ffffffff80015b16: 00 00 00 -ffffffff80015b19: c6 05 f1 60 01 00 00 movb $0x0,0x160f1(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff80015b20: b0 01 mov $0x1,%al -ffffffff80015b22: 86 05 60 54 01 00 xchg %al,0x15460(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80015b28: 84 c0 test %al,%al -ffffffff80015b2a: 75 f4 jne ffffffff80015b20 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x6e0> -ffffffff80015b2c: 0f b6 05 59 54 01 00 movzbl 0x15459(%rip),%eax # ffffffff8002af8c <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x4> -ffffffff80015b33: 04 fa add $0xfa,%al -ffffffff80015b35: 3c 07 cmp $0x7,%al -ffffffff80015b37: 77 0a ja ffffffff80015b43 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x703> -ffffffff80015b39: 0f b6 15 4d 54 01 00 movzbl 0x1544d(%rip),%edx # ffffffff8002af8d <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x5> -ffffffff80015b40: b0 20 mov $0x20,%al -ffffffff80015b42: ee out %al,(%dx) -ffffffff80015b43: 0f b6 15 40 54 01 00 movzbl 0x15440(%rip),%edx # ffffffff8002af8a <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x2> -ffffffff80015b4a: b0 20 mov $0x20,%al -ffffffff80015b4c: ee out %al,(%dx) -ffffffff80015b4d: c6 05 34 54 01 00 00 movb $0x0,0x15434(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80015b54: 66 66 66 2e 0f 1f 84 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff80015b5b: 00 00 00 00 00 -ffffffff80015b60: b0 01 mov $0x1,%al -ffffffff80015b62: 86 05 a9 60 01 00 xchg %al,0x160a9(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff80015b68: 84 c0 test %al,%al -ffffffff80015b6a: 75 f4 jne ffffffff80015b60 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x720> -ffffffff80015b6c: 66 89 0d 7f 61 01 00 mov %cx,0x1617f(%rip) # ffffffff8002bcf2 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0xe1> -ffffffff80015b73: c7 05 77 61 01 00 28 movl $0xee000028,0x16177(%rip) # ffffffff8002bcf4 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0xe3> -ffffffff80015b7a: 00 00 ee -ffffffff80015b7d: 89 c8 mov %ecx,%eax -ffffffff80015b7f: c1 e8 10 shr $0x10,%eax -ffffffff80015b82: 66 89 05 6f 61 01 00 mov %ax,0x1616f(%rip) # ffffffff8002bcf8 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0xe7> -ffffffff80015b89: 89 35 6b 61 01 00 mov %esi,0x1616b(%rip) # ffffffff8002bcfa <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0xe9> -ffffffff80015b8f: c7 05 65 61 01 00 00 movl $0x0,0x16165(%rip) # ffffffff8002bcfe <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0xed> -ffffffff80015b96: 00 00 00 -ffffffff80015b99: c6 05 71 60 01 00 00 movb $0x0,0x16071(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff80015ba0: b0 01 mov $0x1,%al -ffffffff80015ba2: 86 05 e0 53 01 00 xchg %al,0x153e0(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80015ba8: 84 c0 test %al,%al -ffffffff80015baa: 75 f4 jne ffffffff80015ba0 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x760> -ffffffff80015bac: 0f b6 05 d9 53 01 00 movzbl 0x153d9(%rip),%eax # ffffffff8002af8c <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x4> -ffffffff80015bb3: 04 f9 add $0xf9,%al -ffffffff80015bb5: 3c 07 cmp $0x7,%al -ffffffff80015bb7: 77 0a ja ffffffff80015bc3 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x783> -ffffffff80015bb9: 0f b6 15 cd 53 01 00 movzbl 0x153cd(%rip),%edx # ffffffff8002af8d <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x5> -ffffffff80015bc0: b0 20 mov $0x20,%al -ffffffff80015bc2: ee out %al,(%dx) -ffffffff80015bc3: 0f b6 15 c0 53 01 00 movzbl 0x153c0(%rip),%edx # ffffffff8002af8a <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x2> -ffffffff80015bca: b0 20 mov $0x20,%al -ffffffff80015bcc: ee out %al,(%dx) -ffffffff80015bcd: c6 05 b4 53 01 00 00 movb $0x0,0x153b4(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80015bd4: 66 66 66 2e 0f 1f 84 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff80015bdb: 00 00 00 00 00 -ffffffff80015be0: b0 01 mov $0x1,%al -ffffffff80015be2: 86 05 29 60 01 00 xchg %al,0x16029(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff80015be8: 84 c0 test %al,%al -ffffffff80015bea: 75 f4 jne ffffffff80015be0 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x7a0> -ffffffff80015bec: 66 89 0d 0f 61 01 00 mov %cx,0x1610f(%rip) # ffffffff8002bd02 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0xf1> -ffffffff80015bf3: c7 05 07 61 01 00 28 movl $0xee000028,0x16107(%rip) # ffffffff8002bd04 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0xf3> -ffffffff80015bfa: 00 00 ee -ffffffff80015bfd: 89 c8 mov %ecx,%eax -ffffffff80015bff: c1 e8 10 shr $0x10,%eax -ffffffff80015c02: 66 89 05 ff 60 01 00 mov %ax,0x160ff(%rip) # ffffffff8002bd08 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0xf7> -ffffffff80015c09: 89 35 fb 60 01 00 mov %esi,0x160fb(%rip) # ffffffff8002bd0a <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0xf9> -ffffffff80015c0f: c7 05 f5 60 01 00 00 movl $0x0,0x160f5(%rip) # ffffffff8002bd0e <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0xfd> -ffffffff80015c16: 00 00 00 -ffffffff80015c19: c6 05 f1 5f 01 00 00 movb $0x0,0x15ff1(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff80015c20: b0 01 mov $0x1,%al -ffffffff80015c22: 86 05 60 53 01 00 xchg %al,0x15360(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80015c28: 84 c0 test %al,%al -ffffffff80015c2a: 75 f4 jne ffffffff80015c20 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x7e0> -ffffffff80015c2c: 0f b6 05 59 53 01 00 movzbl 0x15359(%rip),%eax # ffffffff8002af8c <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x4> -ffffffff80015c33: 24 f8 and $0xf8,%al -ffffffff80015c35: 3c 08 cmp $0x8,%al -ffffffff80015c37: 75 0a jne ffffffff80015c43 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x803> -ffffffff80015c39: 0f b6 15 4d 53 01 00 movzbl 0x1534d(%rip),%edx # ffffffff8002af8d <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x5> -ffffffff80015c40: b0 20 mov $0x20,%al -ffffffff80015c42: ee out %al,(%dx) -ffffffff80015c43: 0f b6 15 40 53 01 00 movzbl 0x15340(%rip),%edx # ffffffff8002af8a <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x2> -ffffffff80015c4a: b0 20 mov $0x20,%al -ffffffff80015c4c: ee out %al,(%dx) -ffffffff80015c4d: c6 05 34 53 01 00 00 movb $0x0,0x15334(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80015c54: 66 66 66 2e 0f 1f 84 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff80015c5b: 00 00 00 00 00 -ffffffff80015c60: b0 01 mov $0x1,%al -ffffffff80015c62: 86 05 a9 5f 01 00 xchg %al,0x15fa9(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff80015c68: 84 c0 test %al,%al -ffffffff80015c6a: 75 f4 jne ffffffff80015c60 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x820> -ffffffff80015c6c: 66 89 0d 9f 60 01 00 mov %cx,0x1609f(%rip) # ffffffff8002bd12 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x101> -ffffffff80015c73: c7 05 97 60 01 00 28 movl $0xee000028,0x16097(%rip) # ffffffff8002bd14 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x103> -ffffffff80015c7a: 00 00 ee -ffffffff80015c7d: 89 c8 mov %ecx,%eax -ffffffff80015c7f: c1 e8 10 shr $0x10,%eax -ffffffff80015c82: 66 89 05 8f 60 01 00 mov %ax,0x1608f(%rip) # ffffffff8002bd18 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x107> -ffffffff80015c89: 89 35 8b 60 01 00 mov %esi,0x1608b(%rip) # ffffffff8002bd1a <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x109> -ffffffff80015c8f: c7 05 85 60 01 00 00 movl $0x0,0x16085(%rip) # ffffffff8002bd1e <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x10d> -ffffffff80015c96: 00 00 00 -ffffffff80015c99: c6 05 71 5f 01 00 00 movb $0x0,0x15f71(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff80015ca0: b0 01 mov $0x1,%al -ffffffff80015ca2: 86 05 e0 52 01 00 xchg %al,0x152e0(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80015ca8: 84 c0 test %al,%al -ffffffff80015caa: 75 f4 jne ffffffff80015ca0 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x860> -ffffffff80015cac: 0f b6 05 d9 52 01 00 movzbl 0x152d9(%rip),%eax # ffffffff8002af8c <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x4> -ffffffff80015cb3: 04 f7 add $0xf7,%al -ffffffff80015cb5: 3c 07 cmp $0x7,%al -ffffffff80015cb7: 77 0a ja ffffffff80015cc3 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x883> -ffffffff80015cb9: 0f b6 15 cd 52 01 00 movzbl 0x152cd(%rip),%edx # ffffffff8002af8d <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x5> -ffffffff80015cc0: b0 20 mov $0x20,%al -ffffffff80015cc2: ee out %al,(%dx) -ffffffff80015cc3: 0f b6 15 c0 52 01 00 movzbl 0x152c0(%rip),%edx # ffffffff8002af8a <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x2> -ffffffff80015cca: b0 20 mov $0x20,%al -ffffffff80015ccc: ee out %al,(%dx) -ffffffff80015ccd: c6 05 b4 52 01 00 00 movb $0x0,0x152b4(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80015cd4: 66 66 66 2e 0f 1f 84 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff80015cdb: 00 00 00 00 00 -ffffffff80015ce0: b0 01 mov $0x1,%al -ffffffff80015ce2: 86 05 29 5f 01 00 xchg %al,0x15f29(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff80015ce8: 84 c0 test %al,%al -ffffffff80015cea: 75 f4 jne ffffffff80015ce0 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x8a0> -ffffffff80015cec: 66 89 0d 2f 60 01 00 mov %cx,0x1602f(%rip) # ffffffff8002bd22 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x111> -ffffffff80015cf3: c7 05 27 60 01 00 28 movl $0xee000028,0x16027(%rip) # ffffffff8002bd24 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x113> -ffffffff80015cfa: 00 00 ee -ffffffff80015cfd: 89 c8 mov %ecx,%eax -ffffffff80015cff: c1 e8 10 shr $0x10,%eax -ffffffff80015d02: 66 89 05 1f 60 01 00 mov %ax,0x1601f(%rip) # ffffffff8002bd28 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x117> -ffffffff80015d09: 89 35 1b 60 01 00 mov %esi,0x1601b(%rip) # ffffffff8002bd2a <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x119> -ffffffff80015d0f: c7 05 15 60 01 00 00 movl $0x0,0x16015(%rip) # ffffffff8002bd2e <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x11d> -ffffffff80015d16: 00 00 00 -ffffffff80015d19: c6 05 f1 5e 01 00 00 movb $0x0,0x15ef1(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff80015d20: b0 01 mov $0x1,%al -ffffffff80015d22: 86 05 60 52 01 00 xchg %al,0x15260(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80015d28: 84 c0 test %al,%al -ffffffff80015d2a: 75 f4 jne ffffffff80015d20 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x8e0> -ffffffff80015d2c: 0f b6 05 59 52 01 00 movzbl 0x15259(%rip),%eax # ffffffff8002af8c <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x4> -ffffffff80015d33: 04 f6 add $0xf6,%al -ffffffff80015d35: 3c 07 cmp $0x7,%al -ffffffff80015d37: 77 0a ja ffffffff80015d43 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x903> -ffffffff80015d39: 0f b6 15 4d 52 01 00 movzbl 0x1524d(%rip),%edx # ffffffff8002af8d <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x5> -ffffffff80015d40: b0 20 mov $0x20,%al -ffffffff80015d42: ee out %al,(%dx) -ffffffff80015d43: 0f b6 15 40 52 01 00 movzbl 0x15240(%rip),%edx # ffffffff8002af8a <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x2> -ffffffff80015d4a: b0 20 mov $0x20,%al -ffffffff80015d4c: ee out %al,(%dx) -ffffffff80015d4d: c6 05 34 52 01 00 00 movb $0x0,0x15234(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80015d54: 66 66 66 2e 0f 1f 84 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff80015d5b: 00 00 00 00 00 -ffffffff80015d60: b0 01 mov $0x1,%al -ffffffff80015d62: 86 05 a9 5e 01 00 xchg %al,0x15ea9(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff80015d68: 84 c0 test %al,%al -ffffffff80015d6a: 75 f4 jne ffffffff80015d60 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x920> -ffffffff80015d6c: 66 89 0d bf 5f 01 00 mov %cx,0x15fbf(%rip) # ffffffff8002bd32 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x121> -ffffffff80015d73: c7 05 b7 5f 01 00 28 movl $0xee000028,0x15fb7(%rip) # ffffffff8002bd34 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x123> -ffffffff80015d7a: 00 00 ee -ffffffff80015d7d: 89 c8 mov %ecx,%eax -ffffffff80015d7f: c1 e8 10 shr $0x10,%eax -ffffffff80015d82: 66 89 05 af 5f 01 00 mov %ax,0x15faf(%rip) # ffffffff8002bd38 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x127> -ffffffff80015d89: 89 35 ab 5f 01 00 mov %esi,0x15fab(%rip) # ffffffff8002bd3a <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x129> -ffffffff80015d8f: c7 05 a5 5f 01 00 00 movl $0x0,0x15fa5(%rip) # ffffffff8002bd3e <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x12d> -ffffffff80015d96: 00 00 00 -ffffffff80015d99: c6 05 71 5e 01 00 00 movb $0x0,0x15e71(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff80015da0: b0 01 mov $0x1,%al -ffffffff80015da2: 86 05 e0 51 01 00 xchg %al,0x151e0(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80015da8: 84 c0 test %al,%al -ffffffff80015daa: 75 f4 jne ffffffff80015da0 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x960> -ffffffff80015dac: 0f b6 05 d9 51 01 00 movzbl 0x151d9(%rip),%eax # ffffffff8002af8c <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x4> -ffffffff80015db3: 04 f5 add $0xf5,%al -ffffffff80015db5: 3c 07 cmp $0x7,%al -ffffffff80015db7: 77 0a ja ffffffff80015dc3 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x983> -ffffffff80015db9: 0f b6 15 cd 51 01 00 movzbl 0x151cd(%rip),%edx # ffffffff8002af8d <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x5> -ffffffff80015dc0: b0 20 mov $0x20,%al -ffffffff80015dc2: ee out %al,(%dx) -ffffffff80015dc3: 0f b6 15 c0 51 01 00 movzbl 0x151c0(%rip),%edx # ffffffff8002af8a <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x2> -ffffffff80015dca: b0 20 mov $0x20,%al -ffffffff80015dcc: ee out %al,(%dx) -ffffffff80015dcd: c6 05 b4 51 01 00 00 movb $0x0,0x151b4(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80015dd4: 66 66 66 2e 0f 1f 84 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff80015ddb: 00 00 00 00 00 -ffffffff80015de0: b0 01 mov $0x1,%al -ffffffff80015de2: 86 05 29 5e 01 00 xchg %al,0x15e29(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff80015de8: 84 c0 test %al,%al -ffffffff80015dea: 75 f4 jne ffffffff80015de0 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x9a0> -ffffffff80015dec: 66 89 0d 4f 5f 01 00 mov %cx,0x15f4f(%rip) # ffffffff8002bd42 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x131> -ffffffff80015df3: c7 05 47 5f 01 00 28 movl $0xee000028,0x15f47(%rip) # ffffffff8002bd44 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x133> -ffffffff80015dfa: 00 00 ee -ffffffff80015dfd: 89 c8 mov %ecx,%eax -ffffffff80015dff: c1 e8 10 shr $0x10,%eax -ffffffff80015e02: 66 89 05 3f 5f 01 00 mov %ax,0x15f3f(%rip) # ffffffff8002bd48 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x137> -ffffffff80015e09: 89 35 3b 5f 01 00 mov %esi,0x15f3b(%rip) # ffffffff8002bd4a <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x139> -ffffffff80015e0f: c7 05 35 5f 01 00 00 movl $0x0,0x15f35(%rip) # ffffffff8002bd4e <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x13d> -ffffffff80015e16: 00 00 00 -ffffffff80015e19: c6 05 f1 5d 01 00 00 movb $0x0,0x15df1(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff80015e20: b0 01 mov $0x1,%al -ffffffff80015e22: 86 05 60 51 01 00 xchg %al,0x15160(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80015e28: 84 c0 test %al,%al -ffffffff80015e2a: 75 f4 jne ffffffff80015e20 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x9e0> -ffffffff80015e2c: 0f b6 05 59 51 01 00 movzbl 0x15159(%rip),%eax # ffffffff8002af8c <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x4> -ffffffff80015e33: 04 f4 add $0xf4,%al -ffffffff80015e35: 3c 07 cmp $0x7,%al -ffffffff80015e37: 77 0a ja ffffffff80015e43 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0xa03> -ffffffff80015e39: 0f b6 15 4d 51 01 00 movzbl 0x1514d(%rip),%edx # ffffffff8002af8d <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x5> -ffffffff80015e40: b0 20 mov $0x20,%al -ffffffff80015e42: ee out %al,(%dx) -ffffffff80015e43: 0f b6 15 40 51 01 00 movzbl 0x15140(%rip),%edx # ffffffff8002af8a <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x2> -ffffffff80015e4a: b0 20 mov $0x20,%al -ffffffff80015e4c: ee out %al,(%dx) -ffffffff80015e4d: c6 05 34 51 01 00 00 movb $0x0,0x15134(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80015e54: 66 66 66 2e 0f 1f 84 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff80015e5b: 00 00 00 00 00 -ffffffff80015e60: b0 01 mov $0x1,%al -ffffffff80015e62: 86 05 a9 5d 01 00 xchg %al,0x15da9(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff80015e68: 84 c0 test %al,%al -ffffffff80015e6a: 75 f4 jne ffffffff80015e60 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0xa20> -ffffffff80015e6c: 66 89 0d df 5e 01 00 mov %cx,0x15edf(%rip) # ffffffff8002bd52 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x141> -ffffffff80015e73: c7 05 d7 5e 01 00 28 movl $0xee000028,0x15ed7(%rip) # ffffffff8002bd54 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x143> -ffffffff80015e7a: 00 00 ee -ffffffff80015e7d: 89 c8 mov %ecx,%eax -ffffffff80015e7f: c1 e8 10 shr $0x10,%eax -ffffffff80015e82: 66 89 05 cf 5e 01 00 mov %ax,0x15ecf(%rip) # ffffffff8002bd58 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x147> -ffffffff80015e89: 89 35 cb 5e 01 00 mov %esi,0x15ecb(%rip) # ffffffff8002bd5a <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x149> -ffffffff80015e8f: c7 05 c5 5e 01 00 00 movl $0x0,0x15ec5(%rip) # ffffffff8002bd5e <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x14d> -ffffffff80015e96: 00 00 00 -ffffffff80015e99: c6 05 71 5d 01 00 00 movb $0x0,0x15d71(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff80015ea0: b0 01 mov $0x1,%al -ffffffff80015ea2: 86 05 e0 50 01 00 xchg %al,0x150e0(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80015ea8: 84 c0 test %al,%al -ffffffff80015eaa: 75 f4 jne ffffffff80015ea0 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0xa60> -ffffffff80015eac: 0f b6 05 d9 50 01 00 movzbl 0x150d9(%rip),%eax # ffffffff8002af8c <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x4> -ffffffff80015eb3: 04 f3 add $0xf3,%al -ffffffff80015eb5: 3c 07 cmp $0x7,%al -ffffffff80015eb7: 77 0a ja ffffffff80015ec3 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0xa83> -ffffffff80015eb9: 0f b6 15 cd 50 01 00 movzbl 0x150cd(%rip),%edx # ffffffff8002af8d <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x5> -ffffffff80015ec0: b0 20 mov $0x20,%al -ffffffff80015ec2: ee out %al,(%dx) -ffffffff80015ec3: 0f b6 15 c0 50 01 00 movzbl 0x150c0(%rip),%edx # ffffffff8002af8a <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x2> -ffffffff80015eca: b0 20 mov $0x20,%al -ffffffff80015ecc: ee out %al,(%dx) -ffffffff80015ecd: c6 05 b4 50 01 00 00 movb $0x0,0x150b4(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80015ed4: 66 66 66 2e 0f 1f 84 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff80015edb: 00 00 00 00 00 -ffffffff80015ee0: b0 01 mov $0x1,%al -ffffffff80015ee2: 86 05 29 5d 01 00 xchg %al,0x15d29(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff80015ee8: 84 c0 test %al,%al -ffffffff80015eea: 75 f4 jne ffffffff80015ee0 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0xaa0> -ffffffff80015eec: 66 89 0d 6f 5e 01 00 mov %cx,0x15e6f(%rip) # ffffffff8002bd62 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x151> -ffffffff80015ef3: c7 05 67 5e 01 00 28 movl $0xee000028,0x15e67(%rip) # ffffffff8002bd64 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x153> -ffffffff80015efa: 00 00 ee -ffffffff80015efd: 89 c8 mov %ecx,%eax -ffffffff80015eff: c1 e8 10 shr $0x10,%eax -ffffffff80015f02: 66 89 05 5f 5e 01 00 mov %ax,0x15e5f(%rip) # ffffffff8002bd68 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x157> -ffffffff80015f09: 89 35 5b 5e 01 00 mov %esi,0x15e5b(%rip) # ffffffff8002bd6a <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x159> -ffffffff80015f0f: c7 05 55 5e 01 00 00 movl $0x0,0x15e55(%rip) # ffffffff8002bd6e <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x15d> -ffffffff80015f16: 00 00 00 -ffffffff80015f19: c6 05 f1 5c 01 00 00 movb $0x0,0x15cf1(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff80015f20: b0 01 mov $0x1,%al -ffffffff80015f22: 86 05 60 50 01 00 xchg %al,0x15060(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80015f28: 84 c0 test %al,%al -ffffffff80015f2a: 75 f4 jne ffffffff80015f20 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0xae0> -ffffffff80015f2c: 0f b6 05 59 50 01 00 movzbl 0x15059(%rip),%eax # ffffffff8002af8c <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x4> -ffffffff80015f33: 04 f2 add $0xf2,%al -ffffffff80015f35: 3c 07 cmp $0x7,%al -ffffffff80015f37: 77 0a ja ffffffff80015f43 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0xb03> -ffffffff80015f39: 0f b6 15 4d 50 01 00 movzbl 0x1504d(%rip),%edx # ffffffff8002af8d <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x5> -ffffffff80015f40: b0 20 mov $0x20,%al -ffffffff80015f42: ee out %al,(%dx) -ffffffff80015f43: 0f b6 15 40 50 01 00 movzbl 0x15040(%rip),%edx # ffffffff8002af8a <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x2> -ffffffff80015f4a: b0 20 mov $0x20,%al -ffffffff80015f4c: ee out %al,(%dx) -ffffffff80015f4d: c6 05 34 50 01 00 00 movb $0x0,0x15034(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80015f54: 66 66 66 2e 0f 1f 84 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff80015f5b: 00 00 00 00 00 -ffffffff80015f60: b0 01 mov $0x1,%al -ffffffff80015f62: 86 05 a9 5c 01 00 xchg %al,0x15ca9(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff80015f68: 84 c0 test %al,%al -ffffffff80015f6a: 75 f4 jne ffffffff80015f60 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0xb20> -ffffffff80015f6c: 66 89 0d ff 5d 01 00 mov %cx,0x15dff(%rip) # ffffffff8002bd72 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x161> -ffffffff80015f73: c7 05 f7 5d 01 00 28 movl $0xee000028,0x15df7(%rip) # ffffffff8002bd74 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x163> -ffffffff80015f7a: 00 00 ee -ffffffff80015f7d: 89 c8 mov %ecx,%eax -ffffffff80015f7f: c1 e8 10 shr $0x10,%eax -ffffffff80015f82: 66 89 05 ef 5d 01 00 mov %ax,0x15def(%rip) # ffffffff8002bd78 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x167> -ffffffff80015f89: 89 35 eb 5d 01 00 mov %esi,0x15deb(%rip) # ffffffff8002bd7a <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x169> -ffffffff80015f8f: c7 05 e5 5d 01 00 00 movl $0x0,0x15de5(%rip) # ffffffff8002bd7e <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x16d> -ffffffff80015f96: 00 00 00 -ffffffff80015f99: c6 05 71 5c 01 00 00 movb $0x0,0x15c71(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff80015fa0: b0 01 mov $0x1,%al -ffffffff80015fa2: 86 05 e0 4f 01 00 xchg %al,0x14fe0(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80015fa8: 84 c0 test %al,%al -ffffffff80015faa: 75 f4 jne ffffffff80015fa0 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0xb60> -ffffffff80015fac: 0f b6 05 d9 4f 01 00 movzbl 0x14fd9(%rip),%eax # ffffffff8002af8c <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x4> -ffffffff80015fb3: 04 f1 add $0xf1,%al -ffffffff80015fb5: 3c 07 cmp $0x7,%al -ffffffff80015fb7: 77 0a ja ffffffff80015fc3 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0xb83> -ffffffff80015fb9: 0f b6 15 cd 4f 01 00 movzbl 0x14fcd(%rip),%edx # ffffffff8002af8d <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x5> -ffffffff80015fc0: b0 20 mov $0x20,%al -ffffffff80015fc2: ee out %al,(%dx) -ffffffff80015fc3: 0f b6 15 c0 4f 01 00 movzbl 0x14fc0(%rip),%edx # ffffffff8002af8a <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x2> -ffffffff80015fca: b0 20 mov $0x20,%al -ffffffff80015fcc: ee out %al,(%dx) -ffffffff80015fcd: c6 05 b4 4f 01 00 00 movb $0x0,0x14fb4(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80015fd4: 66 66 66 2e 0f 1f 84 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff80015fdb: 00 00 00 00 00 -ffffffff80015fe0: b0 01 mov $0x1,%al -ffffffff80015fe2: 86 05 29 5c 01 00 xchg %al,0x15c29(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff80015fe8: 84 c0 test %al,%al -ffffffff80015fea: 75 f4 jne ffffffff80015fe0 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0xba0> -ffffffff80015fec: 66 89 0d 8f 5d 01 00 mov %cx,0x15d8f(%rip) # ffffffff8002bd82 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x171> -ffffffff80015ff3: c7 05 87 5d 01 00 28 movl $0xee000028,0x15d87(%rip) # ffffffff8002bd84 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x173> -ffffffff80015ffa: 00 00 ee -ffffffff80015ffd: 89 c8 mov %ecx,%eax -ffffffff80015fff: c1 e8 10 shr $0x10,%eax -ffffffff80016002: 66 89 05 7f 5d 01 00 mov %ax,0x15d7f(%rip) # ffffffff8002bd88 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x177> -ffffffff80016009: 89 35 7b 5d 01 00 mov %esi,0x15d7b(%rip) # ffffffff8002bd8a <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x179> -ffffffff8001600f: c7 05 75 5d 01 00 00 movl $0x0,0x15d75(%rip) # ffffffff8002bd8e <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x17d> -ffffffff80016016: 00 00 00 -ffffffff80016019: c6 05 f1 5b 01 00 00 movb $0x0,0x15bf1(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff80016020: b0 01 mov $0x1,%al -ffffffff80016022: 86 05 60 4f 01 00 xchg %al,0x14f60(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80016028: 84 c0 test %al,%al -ffffffff8001602a: 75 f4 jne ffffffff80016020 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0xbe0> -ffffffff8001602c: 0f b6 05 59 4f 01 00 movzbl 0x14f59(%rip),%eax # ffffffff8002af8c <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x4> -ffffffff80016033: 24 f8 and $0xf8,%al -ffffffff80016035: 3c 10 cmp $0x10,%al -ffffffff80016037: 75 0a jne ffffffff80016043 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0xc03> -ffffffff80016039: 0f b6 15 4d 4f 01 00 movzbl 0x14f4d(%rip),%edx # ffffffff8002af8d <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x5> -ffffffff80016040: b0 20 mov $0x20,%al -ffffffff80016042: ee out %al,(%dx) -ffffffff80016043: 0f b6 15 40 4f 01 00 movzbl 0x14f40(%rip),%edx # ffffffff8002af8a <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x2> -ffffffff8001604a: b0 20 mov $0x20,%al -ffffffff8001604c: ee out %al,(%dx) -ffffffff8001604d: c6 05 34 4f 01 00 00 movb $0x0,0x14f34(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80016054: 66 66 66 2e 0f 1f 84 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8001605b: 00 00 00 00 00 -ffffffff80016060: b0 01 mov $0x1,%al -ffffffff80016062: 86 05 a9 5b 01 00 xchg %al,0x15ba9(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff80016068: 84 c0 test %al,%al -ffffffff8001606a: 75 f4 jne ffffffff80016060 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0xc20> -ffffffff8001606c: 66 89 0d 1f 5d 01 00 mov %cx,0x15d1f(%rip) # ffffffff8002bd92 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x181> -ffffffff80016073: c7 05 17 5d 01 00 28 movl $0xee000028,0x15d17(%rip) # ffffffff8002bd94 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x183> -ffffffff8001607a: 00 00 ee -ffffffff8001607d: 89 c8 mov %ecx,%eax -ffffffff8001607f: c1 e8 10 shr $0x10,%eax -ffffffff80016082: 66 89 05 0f 5d 01 00 mov %ax,0x15d0f(%rip) # ffffffff8002bd98 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x187> -ffffffff80016089: 89 35 0b 5d 01 00 mov %esi,0x15d0b(%rip) # ffffffff8002bd9a <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x189> -ffffffff8001608f: c7 05 05 5d 01 00 00 movl $0x0,0x15d05(%rip) # ffffffff8002bd9e <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x18d> -ffffffff80016096: 00 00 00 -ffffffff80016099: c6 05 71 5b 01 00 00 movb $0x0,0x15b71(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff800160a0: b0 01 mov $0x1,%al -ffffffff800160a2: 86 05 e0 4e 01 00 xchg %al,0x14ee0(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff800160a8: 84 c0 test %al,%al -ffffffff800160aa: 75 f4 jne ffffffff800160a0 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0xc60> -ffffffff800160ac: 0f b6 05 d9 4e 01 00 movzbl 0x14ed9(%rip),%eax # ffffffff8002af8c <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x4> -ffffffff800160b3: 04 ef add $0xef,%al -ffffffff800160b5: 3c 07 cmp $0x7,%al -ffffffff800160b7: 77 0a ja ffffffff800160c3 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0xc83> -ffffffff800160b9: 0f b6 15 cd 4e 01 00 movzbl 0x14ecd(%rip),%edx # ffffffff8002af8d <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x5> -ffffffff800160c0: b0 20 mov $0x20,%al -ffffffff800160c2: ee out %al,(%dx) -ffffffff800160c3: 0f b6 15 c0 4e 01 00 movzbl 0x14ec0(%rip),%edx # ffffffff8002af8a <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x2> -ffffffff800160ca: b0 20 mov $0x20,%al -ffffffff800160cc: ee out %al,(%dx) -ffffffff800160cd: c6 05 b4 4e 01 00 00 movb $0x0,0x14eb4(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff800160d4: 66 66 66 2e 0f 1f 84 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff800160db: 00 00 00 00 00 -ffffffff800160e0: b0 01 mov $0x1,%al -ffffffff800160e2: 86 05 29 5b 01 00 xchg %al,0x15b29(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff800160e8: 84 c0 test %al,%al -ffffffff800160ea: 75 f4 jne ffffffff800160e0 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0xca0> -ffffffff800160ec: 66 89 0d af 5c 01 00 mov %cx,0x15caf(%rip) # ffffffff8002bda2 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x191> -ffffffff800160f3: c7 05 a7 5c 01 00 28 movl $0xee000028,0x15ca7(%rip) # ffffffff8002bda4 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x193> -ffffffff800160fa: 00 00 ee -ffffffff800160fd: 89 c8 mov %ecx,%eax -ffffffff800160ff: c1 e8 10 shr $0x10,%eax -ffffffff80016102: 66 89 05 9f 5c 01 00 mov %ax,0x15c9f(%rip) # ffffffff8002bda8 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x197> -ffffffff80016109: 89 35 9b 5c 01 00 mov %esi,0x15c9b(%rip) # ffffffff8002bdaa <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x199> -ffffffff8001610f: c7 05 95 5c 01 00 00 movl $0x0,0x15c95(%rip) # ffffffff8002bdae <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x19d> -ffffffff80016116: 00 00 00 -ffffffff80016119: c6 05 f1 5a 01 00 00 movb $0x0,0x15af1(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff80016120: b0 01 mov $0x1,%al -ffffffff80016122: 86 05 60 4e 01 00 xchg %al,0x14e60(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80016128: 84 c0 test %al,%al -ffffffff8001612a: 75 f4 jne ffffffff80016120 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0xce0> -ffffffff8001612c: 0f b6 05 59 4e 01 00 movzbl 0x14e59(%rip),%eax # ffffffff8002af8c <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x4> -ffffffff80016133: 04 ee add $0xee,%al -ffffffff80016135: 3c 07 cmp $0x7,%al -ffffffff80016137: 77 0a ja ffffffff80016143 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0xd03> -ffffffff80016139: 0f b6 15 4d 4e 01 00 movzbl 0x14e4d(%rip),%edx # ffffffff8002af8d <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x5> -ffffffff80016140: b0 20 mov $0x20,%al -ffffffff80016142: ee out %al,(%dx) -ffffffff80016143: 0f b6 15 40 4e 01 00 movzbl 0x14e40(%rip),%edx # ffffffff8002af8a <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x2> -ffffffff8001614a: b0 20 mov $0x20,%al -ffffffff8001614c: ee out %al,(%dx) -ffffffff8001614d: c6 05 34 4e 01 00 00 movb $0x0,0x14e34(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80016154: 66 66 66 2e 0f 1f 84 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8001615b: 00 00 00 00 00 -ffffffff80016160: b0 01 mov $0x1,%al -ffffffff80016162: 86 05 a9 5a 01 00 xchg %al,0x15aa9(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff80016168: 84 c0 test %al,%al -ffffffff8001616a: 75 f4 jne ffffffff80016160 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0xd20> -ffffffff8001616c: 66 89 0d 3f 5c 01 00 mov %cx,0x15c3f(%rip) # ffffffff8002bdb2 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x1a1> -ffffffff80016173: c7 05 37 5c 01 00 28 movl $0xee000028,0x15c37(%rip) # ffffffff8002bdb4 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x1a3> -ffffffff8001617a: 00 00 ee -ffffffff8001617d: 89 c8 mov %ecx,%eax -ffffffff8001617f: c1 e8 10 shr $0x10,%eax -ffffffff80016182: 66 89 05 2f 5c 01 00 mov %ax,0x15c2f(%rip) # ffffffff8002bdb8 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x1a7> -ffffffff80016189: 89 35 2b 5c 01 00 mov %esi,0x15c2b(%rip) # ffffffff8002bdba <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x1a9> -ffffffff8001618f: c7 05 25 5c 01 00 00 movl $0x0,0x15c25(%rip) # ffffffff8002bdbe <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x1ad> -ffffffff80016196: 00 00 00 -ffffffff80016199: c6 05 71 5a 01 00 00 movb $0x0,0x15a71(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff800161a0: b0 01 mov $0x1,%al -ffffffff800161a2: 86 05 e0 4d 01 00 xchg %al,0x14de0(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff800161a8: 84 c0 test %al,%al -ffffffff800161aa: 75 f4 jne ffffffff800161a0 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0xd60> -ffffffff800161ac: 0f b6 05 d9 4d 01 00 movzbl 0x14dd9(%rip),%eax # ffffffff8002af8c <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x4> -ffffffff800161b3: 04 ed add $0xed,%al -ffffffff800161b5: 3c 07 cmp $0x7,%al -ffffffff800161b7: 77 0a ja ffffffff800161c3 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0xd83> -ffffffff800161b9: 0f b6 15 cd 4d 01 00 movzbl 0x14dcd(%rip),%edx # ffffffff8002af8d <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x5> -ffffffff800161c0: b0 20 mov $0x20,%al -ffffffff800161c2: ee out %al,(%dx) -ffffffff800161c3: 0f b6 15 c0 4d 01 00 movzbl 0x14dc0(%rip),%edx # ffffffff8002af8a <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x2> -ffffffff800161ca: b0 20 mov $0x20,%al -ffffffff800161cc: ee out %al,(%dx) -ffffffff800161cd: c6 05 b4 4d 01 00 00 movb $0x0,0x14db4(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff800161d4: 66 66 66 2e 0f 1f 84 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff800161db: 00 00 00 00 00 -ffffffff800161e0: b0 01 mov $0x1,%al -ffffffff800161e2: 86 05 29 5a 01 00 xchg %al,0x15a29(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff800161e8: 84 c0 test %al,%al -ffffffff800161ea: 75 f4 jne ffffffff800161e0 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0xda0> -ffffffff800161ec: 66 89 0d cf 5b 01 00 mov %cx,0x15bcf(%rip) # ffffffff8002bdc2 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x1b1> -ffffffff800161f3: c7 05 c7 5b 01 00 28 movl $0xee000028,0x15bc7(%rip) # ffffffff8002bdc4 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x1b3> -ffffffff800161fa: 00 00 ee -ffffffff800161fd: 89 c8 mov %ecx,%eax -ffffffff800161ff: c1 e8 10 shr $0x10,%eax -ffffffff80016202: 66 89 05 bf 5b 01 00 mov %ax,0x15bbf(%rip) # ffffffff8002bdc8 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x1b7> -ffffffff80016209: 89 35 bb 5b 01 00 mov %esi,0x15bbb(%rip) # ffffffff8002bdca <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x1b9> -ffffffff8001620f: c7 05 b5 5b 01 00 00 movl $0x0,0x15bb5(%rip) # ffffffff8002bdce <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x1bd> -ffffffff80016216: 00 00 00 -ffffffff80016219: c6 05 f1 59 01 00 00 movb $0x0,0x159f1(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff80016220: b0 01 mov $0x1,%al -ffffffff80016222: 86 05 60 4d 01 00 xchg %al,0x14d60(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80016228: 84 c0 test %al,%al -ffffffff8001622a: 75 f4 jne ffffffff80016220 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0xde0> -ffffffff8001622c: 0f b6 05 59 4d 01 00 movzbl 0x14d59(%rip),%eax # ffffffff8002af8c <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x4> -ffffffff80016233: 04 ec add $0xec,%al -ffffffff80016235: 3c 07 cmp $0x7,%al -ffffffff80016237: 77 0a ja ffffffff80016243 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0xe03> -ffffffff80016239: 0f b6 15 4d 4d 01 00 movzbl 0x14d4d(%rip),%edx # ffffffff8002af8d <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x5> -ffffffff80016240: b0 20 mov $0x20,%al -ffffffff80016242: ee out %al,(%dx) -ffffffff80016243: 0f b6 15 40 4d 01 00 movzbl 0x14d40(%rip),%edx # ffffffff8002af8a <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x2> -ffffffff8001624a: b0 20 mov $0x20,%al -ffffffff8001624c: ee out %al,(%dx) -ffffffff8001624d: c6 05 34 4d 01 00 00 movb $0x0,0x14d34(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80016254: 66 66 66 2e 0f 1f 84 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8001625b: 00 00 00 00 00 -ffffffff80016260: b0 01 mov $0x1,%al -ffffffff80016262: 86 05 a9 59 01 00 xchg %al,0x159a9(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff80016268: 84 c0 test %al,%al -ffffffff8001626a: 75 f4 jne ffffffff80016260 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0xe20> -ffffffff8001626c: 66 89 0d 5f 5b 01 00 mov %cx,0x15b5f(%rip) # ffffffff8002bdd2 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x1c1> -ffffffff80016273: c7 05 57 5b 01 00 28 movl $0xee000028,0x15b57(%rip) # ffffffff8002bdd4 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x1c3> -ffffffff8001627a: 00 00 ee -ffffffff8001627d: 89 c8 mov %ecx,%eax -ffffffff8001627f: c1 e8 10 shr $0x10,%eax -ffffffff80016282: 66 89 05 4f 5b 01 00 mov %ax,0x15b4f(%rip) # ffffffff8002bdd8 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x1c7> -ffffffff80016289: 89 35 4b 5b 01 00 mov %esi,0x15b4b(%rip) # ffffffff8002bdda <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x1c9> -ffffffff8001628f: c7 05 45 5b 01 00 00 movl $0x0,0x15b45(%rip) # ffffffff8002bdde <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x1cd> -ffffffff80016296: 00 00 00 -ffffffff80016299: c6 05 71 59 01 00 00 movb $0x0,0x15971(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff800162a0: b0 01 mov $0x1,%al -ffffffff800162a2: 86 05 e0 4c 01 00 xchg %al,0x14ce0(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff800162a8: 84 c0 test %al,%al -ffffffff800162aa: 75 f4 jne ffffffff800162a0 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0xe60> -ffffffff800162ac: 0f b6 05 d9 4c 01 00 movzbl 0x14cd9(%rip),%eax # ffffffff8002af8c <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x4> -ffffffff800162b3: 04 eb add $0xeb,%al -ffffffff800162b5: 3c 07 cmp $0x7,%al -ffffffff800162b7: 77 0a ja ffffffff800162c3 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0xe83> -ffffffff800162b9: 0f b6 15 cd 4c 01 00 movzbl 0x14ccd(%rip),%edx # ffffffff8002af8d <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x5> -ffffffff800162c0: b0 20 mov $0x20,%al -ffffffff800162c2: ee out %al,(%dx) -ffffffff800162c3: 0f b6 15 c0 4c 01 00 movzbl 0x14cc0(%rip),%edx # ffffffff8002af8a <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x2> -ffffffff800162ca: b0 20 mov $0x20,%al -ffffffff800162cc: ee out %al,(%dx) -ffffffff800162cd: c6 05 b4 4c 01 00 00 movb $0x0,0x14cb4(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff800162d4: 66 66 66 2e 0f 1f 84 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff800162db: 00 00 00 00 00 -ffffffff800162e0: b0 01 mov $0x1,%al -ffffffff800162e2: 86 05 29 59 01 00 xchg %al,0x15929(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff800162e8: 84 c0 test %al,%al -ffffffff800162ea: 75 f4 jne ffffffff800162e0 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0xea0> -ffffffff800162ec: 66 89 0d ef 5a 01 00 mov %cx,0x15aef(%rip) # ffffffff8002bde2 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x1d1> -ffffffff800162f3: c7 05 e7 5a 01 00 28 movl $0xee000028,0x15ae7(%rip) # ffffffff8002bde4 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x1d3> -ffffffff800162fa: 00 00 ee -ffffffff800162fd: 89 c8 mov %ecx,%eax -ffffffff800162ff: c1 e8 10 shr $0x10,%eax -ffffffff80016302: 66 89 05 df 5a 01 00 mov %ax,0x15adf(%rip) # ffffffff8002bde8 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x1d7> -ffffffff80016309: 89 35 db 5a 01 00 mov %esi,0x15adb(%rip) # ffffffff8002bdea <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x1d9> -ffffffff8001630f: c7 05 d5 5a 01 00 00 movl $0x0,0x15ad5(%rip) # ffffffff8002bdee <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x1dd> -ffffffff80016316: 00 00 00 -ffffffff80016319: c6 05 f1 58 01 00 00 movb $0x0,0x158f1(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff80016320: b0 01 mov $0x1,%al -ffffffff80016322: 86 05 60 4c 01 00 xchg %al,0x14c60(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80016328: 84 c0 test %al,%al -ffffffff8001632a: 75 f4 jne ffffffff80016320 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0xee0> -ffffffff8001632c: 0f b6 05 59 4c 01 00 movzbl 0x14c59(%rip),%eax # ffffffff8002af8c <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x4> -ffffffff80016333: 04 ea add $0xea,%al -ffffffff80016335: 3c 07 cmp $0x7,%al -ffffffff80016337: 77 0a ja ffffffff80016343 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0xf03> -ffffffff80016339: 0f b6 15 4d 4c 01 00 movzbl 0x14c4d(%rip),%edx # ffffffff8002af8d <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x5> -ffffffff80016340: b0 20 mov $0x20,%al -ffffffff80016342: ee out %al,(%dx) -ffffffff80016343: 0f b6 15 40 4c 01 00 movzbl 0x14c40(%rip),%edx # ffffffff8002af8a <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x2> -ffffffff8001634a: b0 20 mov $0x20,%al -ffffffff8001634c: ee out %al,(%dx) -ffffffff8001634d: c6 05 34 4c 01 00 00 movb $0x0,0x14c34(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80016354: 66 66 66 2e 0f 1f 84 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8001635b: 00 00 00 00 00 -ffffffff80016360: b0 01 mov $0x1,%al -ffffffff80016362: 86 05 a9 58 01 00 xchg %al,0x158a9(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff80016368: 84 c0 test %al,%al -ffffffff8001636a: 75 f4 jne ffffffff80016360 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0xf20> -ffffffff8001636c: 66 89 0d 7f 5a 01 00 mov %cx,0x15a7f(%rip) # ffffffff8002bdf2 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x1e1> -ffffffff80016373: c7 05 77 5a 01 00 28 movl $0xee000028,0x15a77(%rip) # ffffffff8002bdf4 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x1e3> -ffffffff8001637a: 00 00 ee -ffffffff8001637d: 89 c8 mov %ecx,%eax -ffffffff8001637f: c1 e8 10 shr $0x10,%eax -ffffffff80016382: 66 89 05 6f 5a 01 00 mov %ax,0x15a6f(%rip) # ffffffff8002bdf8 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x1e7> -ffffffff80016389: 89 35 6b 5a 01 00 mov %esi,0x15a6b(%rip) # ffffffff8002bdfa <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x1e9> -ffffffff8001638f: c7 05 65 5a 01 00 00 movl $0x0,0x15a65(%rip) # ffffffff8002bdfe <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x1ed> -ffffffff80016396: 00 00 00 -ffffffff80016399: c6 05 71 58 01 00 00 movb $0x0,0x15871(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff800163a0: b0 01 mov $0x1,%al -ffffffff800163a2: 86 05 e0 4b 01 00 xchg %al,0x14be0(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff800163a8: 84 c0 test %al,%al -ffffffff800163aa: 75 f4 jne ffffffff800163a0 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0xf60> -ffffffff800163ac: 0f b6 05 d9 4b 01 00 movzbl 0x14bd9(%rip),%eax # ffffffff8002af8c <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x4> -ffffffff800163b3: 04 e9 add $0xe9,%al -ffffffff800163b5: 3c 07 cmp $0x7,%al -ffffffff800163b7: 77 0a ja ffffffff800163c3 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0xf83> -ffffffff800163b9: 0f b6 15 cd 4b 01 00 movzbl 0x14bcd(%rip),%edx # ffffffff8002af8d <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x5> -ffffffff800163c0: b0 20 mov $0x20,%al -ffffffff800163c2: ee out %al,(%dx) -ffffffff800163c3: 0f b6 15 c0 4b 01 00 movzbl 0x14bc0(%rip),%edx # ffffffff8002af8a <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x2> -ffffffff800163ca: b0 20 mov $0x20,%al -ffffffff800163cc: ee out %al,(%dx) -ffffffff800163cd: c6 05 b4 4b 01 00 00 movb $0x0,0x14bb4(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff800163d4: 66 66 66 2e 0f 1f 84 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff800163db: 00 00 00 00 00 -ffffffff800163e0: b0 01 mov $0x1,%al -ffffffff800163e2: 86 05 29 58 01 00 xchg %al,0x15829(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff800163e8: 84 c0 test %al,%al -ffffffff800163ea: 75 f4 jne ffffffff800163e0 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0xfa0> -ffffffff800163ec: 66 89 0d 0f 5a 01 00 mov %cx,0x15a0f(%rip) # ffffffff8002be02 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x1f1> -ffffffff800163f3: c7 05 07 5a 01 00 28 movl $0xee000028,0x15a07(%rip) # ffffffff8002be04 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x1f3> -ffffffff800163fa: 00 00 ee -ffffffff800163fd: c1 e9 10 shr $0x10,%ecx -ffffffff80016400: 66 89 0d 01 5a 01 00 mov %cx,0x15a01(%rip) # ffffffff8002be08 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x1f7> -ffffffff80016407: 89 35 fd 59 01 00 mov %esi,0x159fd(%rip) # ffffffff8002be0a <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x1f9> -ffffffff8001640d: c7 05 f7 59 01 00 00 movl $0x0,0x159f7(%rip) # ffffffff8002be0e <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x1fd> -ffffffff80016414: 00 00 00 -ffffffff80016417: c6 05 f3 57 01 00 00 movb $0x0,0x157f3(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff8001641e: 66 90 xchg %ax,%ax -ffffffff80016420: b0 01 mov $0x1,%al -ffffffff80016422: 86 05 60 4b 01 00 xchg %al,0x14b60(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80016428: 84 c0 test %al,%al -ffffffff8001642a: 75 f4 jne ffffffff80016420 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0xfe0> -ffffffff8001642c: 0f b6 05 59 4b 01 00 movzbl 0x14b59(%rip),%eax # ffffffff8002af8c <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x4> -ffffffff80016433: 24 f8 and $0xf8,%al -ffffffff80016435: 3c 18 cmp $0x18,%al -ffffffff80016437: 75 0a jne ffffffff80016443 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x1003> -ffffffff80016439: 0f b6 15 4d 4b 01 00 movzbl 0x14b4d(%rip),%edx # ffffffff8002af8d <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x5> -ffffffff80016440: b0 20 mov $0x20,%al -ffffffff80016442: ee out %al,(%dx) -ffffffff80016443: 0f b6 15 40 4b 01 00 movzbl 0x14b40(%rip),%edx # ffffffff8002af8a <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x2> -ffffffff8001644a: b0 20 mov $0x20,%al -ffffffff8001644c: ee out %al,(%dx) -ffffffff8001644d: c6 05 34 4b 01 00 00 movb $0x0,0x14b34(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80016454: 66 66 66 2e 0f 1f 84 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8001645b: 00 00 00 00 00 -ffffffff80016460: b0 01 mov $0x1,%al -ffffffff80016462: 86 05 a9 57 01 00 xchg %al,0x157a9(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff80016468: 84 c0 test %al,%al -ffffffff8001646a: 75 f4 jne ffffffff80016460 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x1020> -ffffffff8001646c: 48 8d 05 0d ef ff ff lea -0x10f3(%rip),%rax # ffffffff80015380 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions9div_error17h42101c3bfe9ebeecE.llvm.4593924413325815724> -ffffffff80016473: 66 89 05 98 57 01 00 mov %ax,0x15798(%rip) # ffffffff8002bc12 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x1> -ffffffff8001647a: c7 05 90 57 01 00 28 movl $0xee000028,0x15790(%rip) # ffffffff8002bc14 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x3> -ffffffff80016481: 00 00 ee -ffffffff80016484: 89 c1 mov %eax,%ecx -ffffffff80016486: c1 e9 10 shr $0x10,%ecx -ffffffff80016489: 66 89 0d 88 57 01 00 mov %cx,0x15788(%rip) # ffffffff8002bc18 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x7> -ffffffff80016490: 48 c1 e8 20 shr $0x20,%rax -ffffffff80016494: 89 05 80 57 01 00 mov %eax,0x15780(%rip) # ffffffff8002bc1a <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x9> -ffffffff8001649a: c7 05 7a 57 01 00 00 movl $0x0,0x1577a(%rip) # ffffffff8002bc1e <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0xd> -ffffffff800164a1: 00 00 00 -ffffffff800164a4: c6 05 66 57 01 00 00 movb $0x0,0x15766(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff800164ab: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) -ffffffff800164b0: b0 01 mov $0x1,%al -ffffffff800164b2: 86 05 d0 4a 01 00 xchg %al,0x14ad0(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff800164b8: 84 c0 test %al,%al -ffffffff800164ba: 75 f4 jne ffffffff800164b0 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x1070> -ffffffff800164bc: 80 3d c6 4a 01 00 00 cmpb $0x0,0x14ac6(%rip) # ffffffff8002af89 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x1> -ffffffff800164c3: 0f b6 05 c2 4a 01 00 movzbl 0x14ac2(%rip),%eax # ffffffff8002af8c <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x4> -ffffffff800164ca: 74 0c je ffffffff800164d8 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x1098> -ffffffff800164cc: 84 c0 test %al,%al -ffffffff800164ce: 75 1f jne ffffffff800164ef <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x10af> -ffffffff800164d0: b1 01 mov $0x1,%cl -ffffffff800164d2: 84 c0 test %al,%al -ffffffff800164d4: 74 0b je ffffffff800164e1 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x10a1> -ffffffff800164d6: eb 17 jmp ffffffff800164ef <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x10af> -ffffffff800164d8: 3c f8 cmp $0xf8,%al -ffffffff800164da: 0f 95 c1 setne %cl -ffffffff800164dd: 84 c0 test %al,%al -ffffffff800164df: 75 0e jne ffffffff800164ef <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x10af> -ffffffff800164e1: 84 c9 test %cl,%cl -ffffffff800164e3: 74 0a je ffffffff800164ef <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x10af> -ffffffff800164e5: 0f b6 15 a1 4a 01 00 movzbl 0x14aa1(%rip),%edx # ffffffff8002af8d <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x5> -ffffffff800164ec: b0 20 mov $0x20,%al -ffffffff800164ee: ee out %al,(%dx) -ffffffff800164ef: 0f b6 15 94 4a 01 00 movzbl 0x14a94(%rip),%edx # ffffffff8002af8a <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x2> -ffffffff800164f6: b0 20 mov $0x20,%al -ffffffff800164f8: ee out %al,(%dx) -ffffffff800164f9: c6 05 88 4a 01 00 00 movb $0x0,0x14a88(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80016500: b0 01 mov $0x1,%al -ffffffff80016502: 86 05 09 57 01 00 xchg %al,0x15709(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff80016508: 84 c0 test %al,%al -ffffffff8001650a: 75 f4 jne ffffffff80016500 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x10c0> -ffffffff8001650c: 48 8d 05 8d ee ff ff lea -0x1173(%rip),%rax # ffffffff800153a0 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14invalid_opcode17hfff54ff18e6ac638E.llvm.4593924413325815724> -ffffffff80016513: 66 89 05 58 57 01 00 mov %ax,0x15758(%rip) # ffffffff8002bc72 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x61> -ffffffff8001651a: c7 05 50 57 01 00 28 movl $0xee000028,0x15750(%rip) # ffffffff8002bc74 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x63> -ffffffff80016521: 00 00 ee -ffffffff80016524: 89 c1 mov %eax,%ecx -ffffffff80016526: c1 e9 10 shr $0x10,%ecx -ffffffff80016529: 66 89 0d 48 57 01 00 mov %cx,0x15748(%rip) # ffffffff8002bc78 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x67> -ffffffff80016530: 48 c1 e8 20 shr $0x20,%rax -ffffffff80016534: 89 05 40 57 01 00 mov %eax,0x15740(%rip) # ffffffff8002bc7a <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x69> -ffffffff8001653a: c7 05 3a 57 01 00 00 movl $0x0,0x1573a(%rip) # ffffffff8002bc7e <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x6d> -ffffffff80016541: 00 00 00 -ffffffff80016544: c6 05 c6 56 01 00 00 movb $0x0,0x156c6(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff8001654b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) -ffffffff80016550: b0 01 mov $0x1,%al -ffffffff80016552: 86 05 30 4a 01 00 xchg %al,0x14a30(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80016558: 84 c0 test %al,%al -ffffffff8001655a: 75 f4 jne ffffffff80016550 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x1110> -ffffffff8001655c: 80 3d 29 4a 01 00 06 cmpb $0x6,0x14a29(%rip) # ffffffff8002af8c <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x4> -ffffffff80016563: 77 0a ja ffffffff8001656f <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x112f> -ffffffff80016565: 0f b6 15 21 4a 01 00 movzbl 0x14a21(%rip),%edx # ffffffff8002af8d <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x5> -ffffffff8001656c: b0 20 mov $0x20,%al -ffffffff8001656e: ee out %al,(%dx) -ffffffff8001656f: 0f b6 15 14 4a 01 00 movzbl 0x14a14(%rip),%edx # ffffffff8002af8a <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x2> -ffffffff80016576: b0 20 mov $0x20,%al -ffffffff80016578: ee out %al,(%dx) -ffffffff80016579: c6 05 08 4a 01 00 00 movb $0x0,0x14a08(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80016580: b0 01 mov $0x1,%al -ffffffff80016582: 86 05 89 56 01 00 xchg %al,0x15689(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff80016588: 84 c0 test %al,%al -ffffffff8001658a: 75 f4 jne ffffffff80016580 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x1140> -ffffffff8001658c: 48 8d 05 2d ee ff ff lea -0x11d3(%rip),%rax # ffffffff800153c0 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions12double_fault17h973955a98273e5aaE.llvm.4593924413325815724> -ffffffff80016593: 66 89 05 f8 56 01 00 mov %ax,0x156f8(%rip) # ffffffff8002bc92 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x81> -ffffffff8001659a: c7 05 f0 56 01 00 28 movl $0xee000028,0x156f0(%rip) # ffffffff8002bc94 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x83> -ffffffff800165a1: 00 00 ee -ffffffff800165a4: 89 c1 mov %eax,%ecx -ffffffff800165a6: c1 e9 10 shr $0x10,%ecx -ffffffff800165a9: 66 89 0d e8 56 01 00 mov %cx,0x156e8(%rip) # ffffffff8002bc98 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x87> -ffffffff800165b0: 48 c1 e8 20 shr $0x20,%rax -ffffffff800165b4: 89 05 e0 56 01 00 mov %eax,0x156e0(%rip) # ffffffff8002bc9a <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x89> -ffffffff800165ba: c7 05 da 56 01 00 00 movl $0x0,0x156da(%rip) # ffffffff8002bc9e <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x8d> -ffffffff800165c1: 00 00 00 -ffffffff800165c4: c6 05 46 56 01 00 00 movb $0x0,0x15646(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff800165cb: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) -ffffffff800165d0: b0 01 mov $0x1,%al -ffffffff800165d2: 86 05 b0 49 01 00 xchg %al,0x149b0(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff800165d8: 84 c0 test %al,%al -ffffffff800165da: 75 f4 jne ffffffff800165d0 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x1190> -ffffffff800165dc: 0f b6 05 a9 49 01 00 movzbl 0x149a9(%rip),%eax # ffffffff8002af8c <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x4> -ffffffff800165e3: fe c8 dec %al -ffffffff800165e5: 3c 07 cmp $0x7,%al -ffffffff800165e7: 77 0a ja ffffffff800165f3 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x11b3> -ffffffff800165e9: 0f b6 15 9d 49 01 00 movzbl 0x1499d(%rip),%edx # ffffffff8002af8d <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x5> -ffffffff800165f0: b0 20 mov $0x20,%al -ffffffff800165f2: ee out %al,(%dx) -ffffffff800165f3: 0f b6 15 90 49 01 00 movzbl 0x14990(%rip),%edx # ffffffff8002af8a <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x2> -ffffffff800165fa: b0 20 mov $0x20,%al -ffffffff800165fc: ee out %al,(%dx) -ffffffff800165fd: c6 05 84 49 01 00 00 movb $0x0,0x14984(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80016604: 66 66 66 2e 0f 1f 84 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8001660b: 00 00 00 00 00 -ffffffff80016610: b0 01 mov $0x1,%al -ffffffff80016612: 86 05 f9 55 01 00 xchg %al,0x155f9(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff80016618: 84 c0 test %al,%al -ffffffff8001661a: 75 f4 jne ffffffff80016610 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x11d0> -ffffffff8001661c: 48 8d 05 bd ed ff ff lea -0x1243(%rip),%rax # ffffffff800153e0 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions24general_protection_fault17hf3d59799f18ba64cE.llvm.4593924413325815724> -ffffffff80016623: 66 89 05 b8 56 01 00 mov %ax,0x156b8(%rip) # ffffffff8002bce2 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0xd1> -ffffffff8001662a: c7 05 b0 56 01 00 28 movl $0xee000028,0x156b0(%rip) # ffffffff8002bce4 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0xd3> -ffffffff80016631: 00 00 ee -ffffffff80016634: 89 c1 mov %eax,%ecx -ffffffff80016636: c1 e9 10 shr $0x10,%ecx -ffffffff80016639: 66 89 0d a8 56 01 00 mov %cx,0x156a8(%rip) # ffffffff8002bce8 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0xd7> -ffffffff80016640: 48 c1 e8 20 shr $0x20,%rax -ffffffff80016644: 89 05 a0 56 01 00 mov %eax,0x156a0(%rip) # ffffffff8002bcea <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0xd9> -ffffffff8001664a: c7 05 9a 56 01 00 00 movl $0x0,0x1569a(%rip) # ffffffff8002bcee <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0xdd> -ffffffff80016651: 00 00 00 -ffffffff80016654: c6 05 b6 55 01 00 00 movb $0x0,0x155b6(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff8001665b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) -ffffffff80016660: b0 01 mov $0x1,%al -ffffffff80016662: 86 05 20 49 01 00 xchg %al,0x14920(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80016668: 84 c0 test %al,%al -ffffffff8001666a: 75 f4 jne ffffffff80016660 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x1220> -ffffffff8001666c: 0f b6 05 19 49 01 00 movzbl 0x14919(%rip),%eax # ffffffff8002af8c <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x4> -ffffffff80016673: 04 fa add $0xfa,%al -ffffffff80016675: 3c 07 cmp $0x7,%al -ffffffff80016677: 77 0a ja ffffffff80016683 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x1243> -ffffffff80016679: 0f b6 15 0d 49 01 00 movzbl 0x1490d(%rip),%edx # ffffffff8002af8d <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x5> -ffffffff80016680: b0 20 mov $0x20,%al -ffffffff80016682: ee out %al,(%dx) -ffffffff80016683: 0f b6 15 00 49 01 00 movzbl 0x14900(%rip),%edx # ffffffff8002af8a <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x2> -ffffffff8001668a: b0 20 mov $0x20,%al -ffffffff8001668c: ee out %al,(%dx) -ffffffff8001668d: c6 05 f4 48 01 00 00 movb $0x0,0x148f4(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80016694: 66 66 66 2e 0f 1f 84 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8001669b: 00 00 00 00 00 -ffffffff800166a0: b0 01 mov $0x1,%al -ffffffff800166a2: 86 05 69 55 01 00 xchg %al,0x15569(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff800166a8: 84 c0 test %al,%al -ffffffff800166aa: 75 f4 jne ffffffff800166a0 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x1260> -ffffffff800166ac: 48 8d 05 4d ed ff ff lea -0x12b3(%rip),%rax # ffffffff80015400 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions10page_fault17hb492b676a48a5982E.llvm.4593924413325815724> -ffffffff800166b3: 66 89 05 38 56 01 00 mov %ax,0x15638(%rip) # ffffffff8002bcf2 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0xe1> -ffffffff800166ba: c7 05 30 56 01 00 28 movl $0xee000028,0x15630(%rip) # ffffffff8002bcf4 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0xe3> -ffffffff800166c1: 00 00 ee -ffffffff800166c4: 89 c1 mov %eax,%ecx -ffffffff800166c6: c1 e9 10 shr $0x10,%ecx -ffffffff800166c9: 66 89 0d 28 56 01 00 mov %cx,0x15628(%rip) # ffffffff8002bcf8 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0xe7> -ffffffff800166d0: 48 c1 e8 20 shr $0x20,%rax -ffffffff800166d4: 89 05 20 56 01 00 mov %eax,0x15620(%rip) # ffffffff8002bcfa <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0xe9> -ffffffff800166da: c7 05 1a 56 01 00 00 movl $0x0,0x1561a(%rip) # ffffffff8002bcfe <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0xed> -ffffffff800166e1: 00 00 00 -ffffffff800166e4: c6 05 26 55 01 00 00 movb $0x0,0x15526(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff800166eb: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) -ffffffff800166f0: b0 01 mov $0x1,%al -ffffffff800166f2: 86 05 90 48 01 00 xchg %al,0x14890(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff800166f8: 84 c0 test %al,%al -ffffffff800166fa: 75 f4 jne ffffffff800166f0 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x12b0> -ffffffff800166fc: 0f b6 05 89 48 01 00 movzbl 0x14889(%rip),%eax # ffffffff8002af8c <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x4> -ffffffff80016703: 04 f9 add $0xf9,%al -ffffffff80016705: 3c 07 cmp $0x7,%al -ffffffff80016707: 77 0a ja ffffffff80016713 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E+0x12d3> -ffffffff80016709: 0f b6 15 7d 48 01 00 movzbl 0x1487d(%rip),%edx # ffffffff8002af8d <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x5> -ffffffff80016710: b0 20 mov $0x20,%al -ffffffff80016712: ee out %al,(%dx) -ffffffff80016713: 0f b6 15 70 48 01 00 movzbl 0x14870(%rip),%edx # ffffffff8002af8a <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x2> -ffffffff8001671a: b0 20 mov $0x20,%al -ffffffff8001671c: ee out %al,(%dx) -ffffffff8001671d: c6 05 64 48 01 00 00 movb $0x0,0x14864(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80016724: 5d pop %rbp -ffffffff80016725: c3 ret -ffffffff80016726: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001672d: 00 00 00 - -ffffffff80016730 <_ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17h7fbc3a84a0522253E>: -ffffffff80016730: 55 push %rbp -ffffffff80016731: 48 89 e5 mov %rsp,%rbp -ffffffff80016734: 48 89 f2 mov %rsi,%rdx -ffffffff80016737: 48 8b 07 mov (%rdi),%rax -ffffffff8001673a: 48 8b 38 mov (%rax),%rdi -ffffffff8001673d: 48 8b 70 10 mov 0x10(%rax),%rsi -ffffffff80016741: 5d pop %rbp -ffffffff80016742: e9 79 88 00 00 jmp ffffffff8001efc0 <_ZN40_$LT$str$u20$as$u20$core..fmt..Debug$GT$3fmt17h0313dc1fb719f401E> -ffffffff80016747: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1) -ffffffff8001674e: 00 00 - -ffffffff80016750 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h42ee6215a9c421d0E>: -ffffffff80016750: 55 push %rbp -ffffffff80016751: 48 89 e5 mov %rsp,%rbp -ffffffff80016754: 48 89 f2 mov %rsi,%rdx -ffffffff80016757: 48 8b 07 mov (%rdi),%rax -ffffffff8001675a: 48 8b 38 mov (%rax),%rdi -ffffffff8001675d: 48 8b 70 10 mov 0x10(%rax),%rsi -ffffffff80016761: 5d pop %rbp -ffffffff80016762: e9 b9 8b 00 00 jmp ffffffff8001f320 <_ZN42_$LT$str$u20$as$u20$core..fmt..Display$GT$3fmt17he638614914212881E> -ffffffff80016767: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1) -ffffffff8001676e: 00 00 - -ffffffff80016770 <_ZN60_$LT$alloc..string..String$u20$as$u20$core..fmt..Display$GT$3fmt17hfc6150a8fbdba1a5E>: -ffffffff80016770: 55 push %rbp -ffffffff80016771: 48 89 e5 mov %rsp,%rbp -ffffffff80016774: 48 89 f2 mov %rsi,%rdx -ffffffff80016777: 48 8b 07 mov (%rdi),%rax -ffffffff8001677a: 48 8b 77 10 mov 0x10(%rdi),%rsi -ffffffff8001677e: 48 89 c7 mov %rax,%rdi -ffffffff80016781: 5d pop %rbp -ffffffff80016782: e9 99 8b 00 00 jmp ffffffff8001f320 <_ZN42_$LT$str$u20$as$u20$core..fmt..Display$GT$3fmt17he638614914212881E> -ffffffff80016787: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1) -ffffffff8001678e: 00 00 - -ffffffff80016790 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E>: -ffffffff80016790: 55 push %rbp -ffffffff80016791: 48 89 e5 mov %rsp,%rbp -ffffffff80016794: 41 57 push %r15 -ffffffff80016796: 41 56 push %r14 -ffffffff80016798: 41 55 push %r13 -ffffffff8001679a: 41 54 push %r12 -ffffffff8001679c: 53 push %rbx -ffffffff8001679d: 48 81 ec 18 02 00 00 sub $0x218,%rsp -ffffffff800167a4: 48 89 bd e0 fe ff ff mov %rdi,-0x120(%rbp) -ffffffff800167ab: 49 89 ec mov %rbp,%r12 -ffffffff800167ae: 0f b6 05 fb 2f 01 00 movzbl 0x12ffb(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff800167b5: 84 c0 test %al,%al -ffffffff800167b7: 74 0f je ffffffff800167c8 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x38> -ffffffff800167b9: 48 83 3d 97 2f 01 00 cmpq $0x0,0x12f97(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff800167c0: 00 -ffffffff800167c1: 75 39 jne ffffffff800167fc <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x6c> -ffffffff800167c3: e9 11 02 00 00 jmp ffffffff800169d9 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x249> -ffffffff800167c8: 48 8d 9d e8 fd ff ff lea -0x218(%rbp),%rbx -ffffffff800167cf: 48 89 df mov %rbx,%rdi -ffffffff800167d2: ff 15 78 2f 01 00 call *0x12f78(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff800167d8: 48 c7 05 75 2f 01 00 movq $0x1,0x12f75(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff800167df: 01 00 00 00 -ffffffff800167e3: 48 8d 3d 76 2f 01 00 lea 0x12f76(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff800167ea: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff800167ef: 48 89 de mov %rbx,%rsi -ffffffff800167f2: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff800167f5: c6 05 b4 2f 01 00 01 movb $0x1,0x12fb4(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff800167fc: 48 8d 05 13 64 01 00 lea 0x16413(%rip),%rax # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff80016803: 0f b6 00 movzbl (%rax),%eax -ffffffff80016806: 0f b6 05 8b 4b 01 00 movzbl 0x14b8b(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001680d: 84 c0 test %al,%al -ffffffff8001680f: 74 0f je ffffffff80016820 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x90> -ffffffff80016811: 48 83 3d cf 4a 01 00 cmpq $0x0,0x14acf(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80016818: 00 -ffffffff80016819: 75 3b jne ffffffff80016856 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0xc6> -ffffffff8001681b: e9 b9 01 00 00 jmp ffffffff800169d9 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x249> -ffffffff80016820: 48 8d 9d e8 fd ff ff lea -0x218(%rbp),%rbx -ffffffff80016827: 48 89 df mov %rbx,%rdi -ffffffff8001682a: ff 15 b0 4a 01 00 call *0x14ab0(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80016830: 48 c7 05 ad 4a 01 00 movq $0x1,0x14aad(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80016837: 01 00 00 00 -ffffffff8001683b: 48 8d 3d ae 4a 01 00 lea 0x14aae(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80016842: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80016847: 48 89 de mov %rbx,%rsi -ffffffff8001684a: e8 31 be 00 00 call ffffffff80022680 -ffffffff8001684f: c6 05 42 4b 01 00 01 movb $0x1,0x14b42(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80016856: 48 8d 3d 93 4a 01 00 lea 0x14a93(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001685d: be 01 00 00 00 mov $0x1,%esi -ffffffff80016862: ba 0c 00 00 00 mov $0xc,%edx -ffffffff80016867: e8 e4 d7 ff ff call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff8001686c: 48 85 c0 test %rax,%rax -ffffffff8001686f: 0f 84 c9 14 00 00 je ffffffff80017d3e <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x15ae> -ffffffff80016875: 48 b9 53 74 61 63 6b movabs $0x7254206b63617453,%rcx -ffffffff8001687c: 20 54 72 -ffffffff8001687f: 48 89 08 mov %rcx,(%rax) -ffffffff80016882: c7 40 08 61 63 65 3a movl $0x3a656361,0x8(%rax) -ffffffff80016889: 48 89 85 28 ff ff ff mov %rax,-0xd8(%rbp) -ffffffff80016890: 48 c7 85 30 ff ff ff movq $0xc,-0xd0(%rbp) -ffffffff80016897: 0c 00 00 00 -ffffffff8001689b: 48 c7 85 38 ff ff ff movq $0xc,-0xc8(%rbp) -ffffffff800168a2: 0c 00 00 00 -ffffffff800168a6: 48 8d 85 28 ff ff ff lea -0xd8(%rbp),%rax -ffffffff800168ad: 48 89 85 10 ff ff ff mov %rax,-0xf0(%rbp) -ffffffff800168b4: 48 8d 85 10 ff ff ff lea -0xf0(%rbp),%rax -ffffffff800168bb: 48 89 45 98 mov %rax,-0x68(%rbp) -ffffffff800168bf: 48 8d 05 8a fe ff ff lea -0x176(%rip),%rax # ffffffff80016750 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h42ee6215a9c421d0E> -ffffffff800168c6: 48 89 45 a0 mov %rax,-0x60(%rbp) -ffffffff800168ca: 48 8d 05 bf 45 01 00 lea 0x145bf(%rip),%rax # ffffffff8002ae90 -ffffffff800168d1: 48 89 85 e8 fd ff ff mov %rax,-0x218(%rbp) -ffffffff800168d8: 48 c7 85 f0 fd ff ff movq $0x2,-0x210(%rbp) -ffffffff800168df: 02 00 00 00 -ffffffff800168e3: 48 c7 85 08 fe ff ff movq $0x0,-0x1f8(%rbp) -ffffffff800168ea: 00 00 00 00 -ffffffff800168ee: 48 8d 45 98 lea -0x68(%rbp),%rax -ffffffff800168f2: 48 89 85 f8 fd ff ff mov %rax,-0x208(%rbp) -ffffffff800168f9: 48 c7 85 00 fe ff ff movq $0x1,-0x200(%rbp) -ffffffff80016900: 01 00 00 00 -ffffffff80016904: 48 8d bd 90 fe ff ff lea -0x170(%rbp),%rdi -ffffffff8001690b: 48 8d b5 e8 fd ff ff lea -0x218(%rbp),%rsi -ffffffff80016912: e8 79 66 00 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff80016917: 48 8b 9d 30 ff ff ff mov -0xd0(%rbp),%rbx -ffffffff8001691e: 48 85 db test %rbx,%rbx -ffffffff80016921: 74 74 je ffffffff80016997 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x207> -ffffffff80016923: 4c 8b b5 28 ff ff ff mov -0xd8(%rbp),%r14 -ffffffff8001692a: 0f b6 05 67 4a 01 00 movzbl 0x14a67(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80016931: 84 c0 test %al,%al -ffffffff80016933: 74 0f je ffffffff80016944 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x1b4> -ffffffff80016935: 48 83 3d ab 49 01 00 cmpq $0x0,0x149ab(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001693c: 00 -ffffffff8001693d: 75 41 jne ffffffff80016980 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x1f0> -ffffffff8001693f: e9 95 00 00 00 jmp ffffffff800169d9 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x249> -ffffffff80016944: 4d 89 e5 mov %r12,%r13 -ffffffff80016947: 4c 8d a5 e8 fd ff ff lea -0x218(%rbp),%r12 -ffffffff8001694e: 4c 89 e7 mov %r12,%rdi -ffffffff80016951: ff 15 89 49 01 00 call *0x14989(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80016957: 48 c7 05 86 49 01 00 movq $0x1,0x14986(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001695e: 01 00 00 00 -ffffffff80016962: 48 8d 3d 87 49 01 00 lea 0x14987(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80016969: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8001696e: 4c 89 e6 mov %r12,%rsi -ffffffff80016971: 4d 89 ec mov %r13,%r12 -ffffffff80016974: e8 07 bd 00 00 call ffffffff80022680 -ffffffff80016979: c6 05 18 4a 01 00 01 movb $0x1,0x14a18(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80016980: 48 8d 3d 69 49 01 00 lea 0x14969(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80016987: ba 01 00 00 00 mov $0x1,%edx -ffffffff8001698c: 4c 89 f6 mov %r14,%rsi -ffffffff8001698f: 48 89 d9 mov %rbx,%rcx -ffffffff80016992: e8 b9 d8 ff ff call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80016997: 48 8b 9d 90 fe ff ff mov -0x170(%rbp),%rbx -ffffffff8001699e: 4c 8b b5 98 fe ff ff mov -0x168(%rbp),%r14 -ffffffff800169a5: 48 8b 95 a0 fe ff ff mov -0x160(%rbp),%rdx -ffffffff800169ac: 48 8d 3d ad 2d 01 00 lea 0x12dad(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff800169b3: 48 89 de mov %rbx,%rsi -ffffffff800169b6: e8 e5 9c fe ff call ffffffff800006a0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E> -ffffffff800169bb: 4d 85 f6 test %r14,%r14 -ffffffff800169be: 0f 84 82 00 00 00 je ffffffff80016a46 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x2b6> -ffffffff800169c4: 0f b6 05 cd 49 01 00 movzbl 0x149cd(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff800169cb: 84 c0 test %al,%al -ffffffff800169cd: 74 24 je ffffffff800169f3 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x263> -ffffffff800169cf: 48 83 3d 11 49 01 00 cmpq $0x0,0x14911(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff800169d6: 00 -ffffffff800169d7: 75 56 jne ffffffff80016a2f <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x29f> -ffffffff800169d9: 48 8d 3d 00 fe 00 00 lea 0xfe00(%rip),%rdi # ffffffff800267e0 -ffffffff800169e0: 48 8d 15 39 4b 01 00 lea 0x14b39(%rip),%rdx # ffffffff8002b520 -ffffffff800169e7: be 1e 00 00 00 mov $0x1e,%esi -ffffffff800169ec: e8 2f b3 00 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff800169f1: 0f 0b ud2 -ffffffff800169f3: 4d 89 e5 mov %r12,%r13 -ffffffff800169f6: 4c 8d a5 e8 fd ff ff lea -0x218(%rbp),%r12 -ffffffff800169fd: 4c 89 e7 mov %r12,%rdi -ffffffff80016a00: ff 15 da 48 01 00 call *0x148da(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80016a06: 48 c7 05 d7 48 01 00 movq $0x1,0x148d7(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80016a0d: 01 00 00 00 -ffffffff80016a11: 48 8d 3d d8 48 01 00 lea 0x148d8(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80016a18: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80016a1d: 4c 89 e6 mov %r12,%rsi -ffffffff80016a20: 4d 89 ec mov %r13,%r12 -ffffffff80016a23: e8 58 bc 00 00 call ffffffff80022680 -ffffffff80016a28: c6 05 69 49 01 00 01 movb $0x1,0x14969(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80016a2f: 48 8d 3d ba 48 01 00 lea 0x148ba(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80016a36: ba 01 00 00 00 mov $0x1,%edx -ffffffff80016a3b: 48 89 de mov %rbx,%rsi -ffffffff80016a3e: 4c 89 f1 mov %r14,%rcx -ffffffff80016a41: e8 0a d8 ff ff call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80016a46: 48 83 bd e0 fe ff ff cmpq $0x0,-0x120(%rbp) -ffffffff80016a4d: 00 -ffffffff80016a4e: 4c 8d b5 e8 fd ff ff lea -0x218(%rbp),%r14 -ffffffff80016a55: 0f 84 7a 12 00 00 je ffffffff80017cd5 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x1545> -ffffffff80016a5b: 45 31 ff xor %r15d,%r15d -ffffffff80016a5e: 4c 8d 2d fb 2c 01 00 lea 0x12cfb(%rip),%r13 # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80016a65: eb 6c jmp ffffffff80016ad3 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x343> -ffffffff80016a67: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1) -ffffffff80016a6e: 00 00 -ffffffff80016a70: 4d 89 f4 mov %r14,%r12 -ffffffff80016a73: 4c 89 f7 mov %r14,%rdi -ffffffff80016a76: ff 15 64 48 01 00 call *0x14864(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80016a7c: 48 c7 05 61 48 01 00 movq $0x1,0x14861(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80016a83: 01 00 00 00 -ffffffff80016a87: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80016a8c: 4c 8d 3d 5d 48 01 00 lea 0x1485d(%rip),%r15 # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80016a93: 4c 89 ff mov %r15,%rdi -ffffffff80016a96: 4c 89 f6 mov %r14,%rsi -ffffffff80016a99: 4c 8b 65 c8 mov -0x38(%rbp),%r12 -ffffffff80016a9d: e8 de bb 00 00 call ffffffff80022680 -ffffffff80016aa2: c6 05 ef 48 01 00 01 movb $0x1,0x148ef(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80016aa9: ba 01 00 00 00 mov $0x1,%edx -ffffffff80016aae: b9 01 00 00 00 mov $0x1,%ecx -ffffffff80016ab3: 4c 89 ff mov %r15,%rdi -ffffffff80016ab6: 48 89 de mov %rbx,%rsi -ffffffff80016ab9: e8 92 d7 ff ff call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80016abe: 4c 8b 7d 80 mov -0x80(%rbp),%r15 -ffffffff80016ac2: 4d 8b 24 24 mov (%r12),%r12 -ffffffff80016ac6: 4c 3b bd e0 fe ff ff cmp -0x120(%rbp),%r15 -ffffffff80016acd: 0f 84 02 12 00 00 je ffffffff80017cd5 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x1545> -ffffffff80016ad3: 4d 85 e4 test %r12,%r12 -ffffffff80016ad6: 0f 84 f9 11 00 00 je ffffffff80017cd5 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x1545> -ffffffff80016adc: 49 83 3c 24 00 cmpq $0x0,(%r12) -ffffffff80016ae1: 0f 84 ee 11 00 00 je ffffffff80017cd5 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x1545> -ffffffff80016ae7: 49 8b 44 24 08 mov 0x8(%r12),%rax -ffffffff80016aec: 48 89 85 d8 fe ff ff mov %rax,-0x128(%rbp) -ffffffff80016af3: 0f b6 05 b6 2c 01 00 movzbl 0x12cb6(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80016afa: 84 c0 test %al,%al -ffffffff80016afc: 74 12 je ffffffff80016b10 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x380> -ffffffff80016afe: 48 83 3d 52 2c 01 00 cmpq $0x0,0x12c52(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80016b05: 00 -ffffffff80016b06: 75 31 jne ffffffff80016b39 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x3a9> -ffffffff80016b08: e9 cc fe ff ff jmp ffffffff800169d9 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x249> -ffffffff80016b0d: 0f 1f 00 nopl (%rax) -ffffffff80016b10: 4c 89 f7 mov %r14,%rdi -ffffffff80016b13: ff 15 37 2c 01 00 call *0x12c37(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff80016b19: 48 c7 05 34 2c 01 00 movq $0x1,0x12c34(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80016b20: 01 00 00 00 -ffffffff80016b24: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff80016b29: 4c 89 ef mov %r13,%rdi -ffffffff80016b2c: 4c 89 f6 mov %r14,%rsi -ffffffff80016b2f: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff80016b32: c6 05 77 2c 01 00 01 movb $0x1,0x12c77(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80016b39: 48 8d 85 d8 fe ff ff lea -0x128(%rbp),%rax -ffffffff80016b40: 48 89 45 98 mov %rax,-0x68(%rbp) -ffffffff80016b44: 48 8d 05 55 72 00 00 lea 0x7255(%rip),%rax # ffffffff8001dda0 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..UpperHex$u20$for$u20$i64$GT$3fmt17hb815251c2be6fbeaE> -ffffffff80016b4b: 48 89 45 a0 mov %rax,-0x60(%rbp) -ffffffff80016b4f: 48 c7 85 e8 fd ff ff movq $0x2,-0x218(%rbp) -ffffffff80016b56: 02 00 00 00 -ffffffff80016b5a: 48 c7 85 f8 fd ff ff movq $0x2,-0x208(%rbp) -ffffffff80016b61: 02 00 00 00 -ffffffff80016b65: 48 c7 85 08 fe ff ff movq $0x0,-0x1f8(%rbp) -ffffffff80016b6c: 00 00 00 00 -ffffffff80016b70: 48 b8 20 00 00 00 04 movabs $0x400000020,%rax -ffffffff80016b77: 00 00 00 -ffffffff80016b7a: 48 89 85 10 fe ff ff mov %rax,-0x1f0(%rbp) -ffffffff80016b81: c6 85 18 fe ff ff 03 movb $0x3,-0x1e8(%rbp) -ffffffff80016b88: 48 8d 05 21 43 01 00 lea 0x14321(%rip),%rax # ffffffff8002aeb0 -ffffffff80016b8f: 48 89 85 28 ff ff ff mov %rax,-0xd8(%rbp) -ffffffff80016b96: 48 c7 85 30 ff ff ff movq $0x2,-0xd0(%rbp) -ffffffff80016b9d: 02 00 00 00 -ffffffff80016ba1: 4c 89 b5 48 ff ff ff mov %r14,-0xb8(%rbp) -ffffffff80016ba8: 48 c7 85 50 ff ff ff movq $0x1,-0xb0(%rbp) -ffffffff80016baf: 01 00 00 00 -ffffffff80016bb3: 48 8d 45 98 lea -0x68(%rbp),%rax -ffffffff80016bb7: 48 89 85 38 ff ff ff mov %rax,-0xc8(%rbp) -ffffffff80016bbe: 48 c7 85 40 ff ff ff movq $0x1,-0xc0(%rbp) -ffffffff80016bc5: 01 00 00 00 -ffffffff80016bc9: 48 8d bd 90 fe ff ff lea -0x170(%rbp),%rdi -ffffffff80016bd0: 48 8d b5 28 ff ff ff lea -0xd8(%rbp),%rsi -ffffffff80016bd7: e8 b4 63 00 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff80016bdc: 48 8b 9d 90 fe ff ff mov -0x170(%rbp),%rbx -ffffffff80016be3: 4c 8b b5 98 fe ff ff mov -0x168(%rbp),%r14 -ffffffff80016bea: 48 8b 95 a0 fe ff ff mov -0x160(%rbp),%rdx -ffffffff80016bf1: 4c 89 ef mov %r13,%rdi -ffffffff80016bf4: 48 89 de mov %rbx,%rsi -ffffffff80016bf7: e8 a4 9a fe ff call ffffffff800006a0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E> -ffffffff80016bfc: 4d 85 f6 test %r14,%r14 -ffffffff80016bff: 4c 89 65 c8 mov %r12,-0x38(%rbp) -ffffffff80016c03: 0f 84 84 00 00 00 je ffffffff80016c8d <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x4fd> -ffffffff80016c09: 0f b6 05 88 47 01 00 movzbl 0x14788(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80016c10: 84 c0 test %al,%al -ffffffff80016c12: 74 1c je ffffffff80016c30 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x4a0> -ffffffff80016c14: 48 83 3d cc 46 01 00 cmpq $0x0,0x146cc(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80016c1b: 00 -ffffffff80016c1c: 4c 8d 25 cd 46 01 00 lea 0x146cd(%rip),%r12 # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80016c23: 75 51 jne ffffffff80016c76 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x4e6> -ffffffff80016c25: e9 af fd ff ff jmp ffffffff800169d9 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x249> -ffffffff80016c2a: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1) -ffffffff80016c30: 4d 89 fd mov %r15,%r13 -ffffffff80016c33: 4c 8d bd e8 fd ff ff lea -0x218(%rbp),%r15 -ffffffff80016c3a: 4c 89 ff mov %r15,%rdi -ffffffff80016c3d: ff 15 9d 46 01 00 call *0x1469d(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80016c43: 48 c7 05 9a 46 01 00 movq $0x1,0x1469a(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80016c4a: 01 00 00 00 -ffffffff80016c4e: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80016c53: 4c 8d 25 96 46 01 00 lea 0x14696(%rip),%r12 # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80016c5a: 4c 89 e7 mov %r12,%rdi -ffffffff80016c5d: 4c 89 fe mov %r15,%rsi -ffffffff80016c60: 4d 89 ef mov %r13,%r15 -ffffffff80016c63: 4c 8d 2d f6 2a 01 00 lea 0x12af6(%rip),%r13 # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80016c6a: e8 11 ba 00 00 call ffffffff80022680 -ffffffff80016c6f: c6 05 22 47 01 00 01 movb $0x1,0x14722(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80016c76: ba 01 00 00 00 mov $0x1,%edx -ffffffff80016c7b: 4c 89 e7 mov %r12,%rdi -ffffffff80016c7e: 48 89 de mov %rbx,%rsi -ffffffff80016c81: 4c 89 f1 mov %r14,%rcx -ffffffff80016c84: e8 c7 d5 ff ff call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80016c89: 4c 8b 65 c8 mov -0x38(%rbp),%r12 -ffffffff80016c8d: 49 ff c7 inc %r15 -ffffffff80016c90: 48 8b 85 d8 fe ff ff mov -0x128(%rbp),%rax -ffffffff80016c97: 48 89 45 90 mov %rax,-0x70(%rbp) -ffffffff80016c9b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) -ffffffff80016ca0: b0 01 mov $0x1,%al -ffffffff80016ca2: 86 05 58 48 01 00 xchg %al,0x14858(%rip) # ffffffff8002b500 <_ZN11CappuccinOS7drivers2fs3vfs13VFS_INSTANCES17hb404f7343d007619E> -ffffffff80016ca8: 84 c0 test %al,%al -ffffffff80016caa: 75 f4 jne ffffffff80016ca0 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x510> -ffffffff80016cac: c6 05 4d 48 01 00 00 movb $0x0,0x1484d(%rip) # ffffffff8002b500 <_ZN11CappuccinOS7drivers2fs3vfs13VFS_INSTANCES17hb404f7343d007619E> -ffffffff80016cb3: 48 83 3d 5d 48 01 00 cmpq $0x0,0x1485d(%rip) # ffffffff8002b518 <_ZN11CappuccinOS7drivers2fs3vfs13VFS_INSTANCES17hb404f7343d007619E+0x18> -ffffffff80016cba: 00 -ffffffff80016cbb: 4c 8d b5 e8 fd ff ff lea -0x218(%rbp),%r14 -ffffffff80016cc2: 4c 89 7d 80 mov %r15,-0x80(%rbp) -ffffffff80016cc6: 0f 84 24 04 00 00 je ffffffff800170f0 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x960> -ffffffff80016ccc: 0f 1f 40 00 nopl 0x0(%rax) -ffffffff80016cd0: b0 01 mov $0x1,%al -ffffffff80016cd2: 86 05 28 48 01 00 xchg %al,0x14828(%rip) # ffffffff8002b500 <_ZN11CappuccinOS7drivers2fs3vfs13VFS_INSTANCES17hb404f7343d007619E> -ffffffff80016cd8: 84 c0 test %al,%al -ffffffff80016cda: 75 f4 jne ffffffff80016cd0 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x540> -ffffffff80016cdc: c6 05 1d 48 01 00 00 movb $0x0,0x1481d(%rip) # ffffffff8002b500 <_ZN11CappuccinOS7drivers2fs3vfs13VFS_INSTANCES17hb404f7343d007619E> -ffffffff80016ce3: 48 83 3d 2d 48 01 00 cmpq $0x0,0x1482d(%rip) # ffffffff8002b518 <_ZN11CappuccinOS7drivers2fs3vfs13VFS_INSTANCES17hb404f7343d007619E+0x18> -ffffffff80016cea: 00 -ffffffff80016ceb: 0f 84 f6 0f 00 00 je ffffffff80017ce7 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x1557> -ffffffff80016cf1: 48 8b 05 10 48 01 00 mov 0x14810(%rip),%rax # ffffffff8002b508 <_ZN11CappuccinOS7drivers2fs3vfs13VFS_INSTANCES17hb404f7343d007619E+0x8> -ffffffff80016cf8: 48 8b 38 mov (%rax),%rdi -ffffffff80016cfb: 48 8b 40 08 mov 0x8(%rax),%rax -ffffffff80016cff: ba 13 00 00 00 mov $0x13,%edx -ffffffff80016d04: 48 8d 35 ee e4 00 00 lea 0xe4ee(%rip),%rsi # ffffffff800251f9 -ffffffff80016d0b: ff 50 18 call *0x18(%rax) -ffffffff80016d0e: 48 85 c0 test %rax,%rax -ffffffff80016d11: 0f 84 d9 03 00 00 je ffffffff800170f0 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x960> -ffffffff80016d17: 4c 89 f7 mov %r14,%rdi -ffffffff80016d1a: 48 89 45 c0 mov %rax,-0x40(%rbp) -ffffffff80016d1e: 48 89 c6 mov %rax,%rsi -ffffffff80016d21: 48 89 95 d8 fd ff ff mov %rdx,-0x228(%rbp) -ffffffff80016d28: ff 52 18 call *0x18(%rdx) -ffffffff80016d2b: 48 8b b5 e8 fd ff ff mov -0x218(%rbp),%rsi -ffffffff80016d32: 48 85 f6 test %rsi,%rsi -ffffffff80016d35: 74 7a je ffffffff80016db1 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x621> -ffffffff80016d37: 48 8b 85 f0 fd ff ff mov -0x210(%rbp),%rax -ffffffff80016d3e: 48 89 85 e8 fe ff ff mov %rax,-0x118(%rbp) -ffffffff80016d45: 48 8b 95 f8 fd ff ff mov -0x208(%rbp),%rdx -ffffffff80016d4c: 4c 89 f7 mov %r14,%rdi -ffffffff80016d4f: 48 89 b5 e0 fd ff ff mov %rsi,-0x220(%rbp) -ffffffff80016d56: e8 55 8f 00 00 call ffffffff8001fcb0 <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E> -ffffffff80016d5b: 48 83 bd e8 fd ff ff cmpq $0x0,-0x218(%rbp) -ffffffff80016d62: 00 -ffffffff80016d63: 74 5f je ffffffff80016dc4 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x634> -ffffffff80016d65: 4c 89 eb mov %r13,%rbx -ffffffff80016d68: 31 c0 xor %eax,%eax -ffffffff80016d6a: 48 89 45 b8 mov %rax,-0x48(%rbp) -ffffffff80016d6e: 48 8b 45 88 mov -0x78(%rbp),%rax -ffffffff80016d72: 48 89 45 d0 mov %rax,-0x30(%rbp) -ffffffff80016d76: 48 8b 7d c0 mov -0x40(%rbp),%rdi -ffffffff80016d7a: 48 83 bd e8 fe ff ff cmpq $0x0,-0x118(%rbp) -ffffffff80016d81: 00 -ffffffff80016d82: 0f 84 60 02 00 00 je ffffffff80016fe8 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x858> -ffffffff80016d88: 0f b6 05 09 46 01 00 movzbl 0x14609(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80016d8f: 84 c0 test %al,%al -ffffffff80016d91: 0f 84 84 01 00 00 je ffffffff80016f1b <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x78b> -ffffffff80016d97: 48 83 3d 49 45 01 00 cmpq $0x0,0x14549(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80016d9e: 00 -ffffffff80016d9f: 4c 8d 3d 4a 45 01 00 lea 0x1454a(%rip),%r15 # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80016da6: 0f 85 a1 01 00 00 jne ffffffff80016f4d <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x7bd> -ffffffff80016dac: e9 28 fc ff ff jmp ffffffff800169d9 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x249> -ffffffff80016db1: 31 c0 xor %eax,%eax -ffffffff80016db3: 48 89 45 b8 mov %rax,-0x48(%rbp) -ffffffff80016db7: 48 8b 45 88 mov -0x78(%rbp),%rax -ffffffff80016dbb: 48 89 45 d0 mov %rax,-0x30(%rbp) -ffffffff80016dbf: e9 a7 01 00 00 jmp ffffffff80016f6b <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x7db> -ffffffff80016dc4: 48 8b 85 f0 fd ff ff mov -0x210(%rbp),%rax -ffffffff80016dcb: 48 8b 8d f8 fd ff ff mov -0x208(%rbp),%rcx -ffffffff80016dd2: 48 c7 85 90 fe ff ff movq $0x0,-0x170(%rbp) -ffffffff80016dd9: 00 00 00 00 -ffffffff80016ddd: 48 89 8d 98 fe ff ff mov %rcx,-0x168(%rbp) -ffffffff80016de4: 48 89 85 a0 fe ff ff mov %rax,-0x160(%rbp) -ffffffff80016deb: 48 89 8d a8 fe ff ff mov %rcx,-0x158(%rbp) -ffffffff80016df2: 48 c7 85 b0 fe ff ff movq $0x0,-0x150(%rbp) -ffffffff80016df9: 00 00 00 00 -ffffffff80016dfd: 48 89 8d b8 fe ff ff mov %rcx,-0x148(%rbp) -ffffffff80016e04: 48 c7 85 c0 fe ff ff movq $0x1,-0x140(%rbp) -ffffffff80016e0b: 01 00 00 00 -ffffffff80016e0f: 48 b8 0a 00 00 00 0a movabs $0xa0000000a,%rax -ffffffff80016e16: 00 00 00 -ffffffff80016e19: 48 89 85 c8 fe ff ff mov %rax,-0x138(%rbp) -ffffffff80016e20: 66 c7 85 d0 fe ff ff movw $0x0,-0x130(%rbp) -ffffffff80016e27: 00 00 -ffffffff80016e29: 48 8d bd 10 ff ff ff lea -0xf0(%rbp),%rdi -ffffffff80016e30: 48 8d b5 90 fe ff ff lea -0x170(%rbp),%rsi -ffffffff80016e37: e8 14 63 ff ff call ffffffff8000d150 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17hca5d1b3179ed954eE> -ffffffff80016e3c: 48 8b 85 20 ff ff ff mov -0xe0(%rbp),%rax -ffffffff80016e43: 48 85 c0 test %rax,%rax -ffffffff80016e46: 0f 84 ad 0e 00 00 je ffffffff80017cf9 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x1569> -ffffffff80016e4c: 49 89 c5 mov %rax,%r13 -ffffffff80016e4f: 48 8b 8d 10 ff ff ff mov -0xf0(%rbp),%rcx -ffffffff80016e56: 48 8b 01 mov (%rcx),%rax -ffffffff80016e59: 48 89 4d b8 mov %rcx,-0x48(%rbp) -ffffffff80016e5d: 48 8b 49 08 mov 0x8(%rcx),%rcx -ffffffff80016e61: 48 c7 85 28 ff ff ff movq $0x2,-0xd8(%rbp) -ffffffff80016e68: 02 00 00 00 -ffffffff80016e6c: 48 c7 85 30 ff ff ff movq $0x0,-0xd0(%rbp) -ffffffff80016e73: 00 00 00 00 -ffffffff80016e77: 48 89 8d 38 ff ff ff mov %rcx,-0xc8(%rbp) -ffffffff80016e7e: 48 89 85 40 ff ff ff mov %rax,-0xc0(%rbp) -ffffffff80016e85: 48 89 8d 48 ff ff ff mov %rcx,-0xb8(%rbp) -ffffffff80016e8c: 48 c7 85 50 ff ff ff movq $0x0,-0xb0(%rbp) -ffffffff80016e93: 00 00 00 00 -ffffffff80016e97: 48 89 8d 58 ff ff ff mov %rcx,-0xa8(%rbp) -ffffffff80016e9e: 48 c7 85 60 ff ff ff movq $0x1,-0xa0(%rbp) -ffffffff80016ea5: 01 00 00 00 -ffffffff80016ea9: 48 b8 20 00 00 00 20 movabs $0x2000000020,%rax -ffffffff80016eb0: 00 00 00 -ffffffff80016eb3: 48 89 85 68 ff ff ff mov %rax,-0x98(%rbp) -ffffffff80016eba: 66 c7 85 70 ff ff ff movw $0x1,-0x90(%rbp) -ffffffff80016ec1: 01 00 -ffffffff80016ec3: 48 8d 7d 98 lea -0x68(%rbp),%rdi -ffffffff80016ec7: 48 8d b5 28 ff ff ff lea -0xd8(%rbp),%rsi -ffffffff80016ece: e8 5d 5f ff ff call ffffffff8000ce30 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17ha30b065d81d32c4cE> -ffffffff80016ed3: 48 83 7d a8 02 cmpq $0x2,-0x58(%rbp) -ffffffff80016ed8: 0f 83 93 00 00 00 jae ffffffff80016f71 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x7e1> -ffffffff80016ede: 45 31 e4 xor %r12d,%r12d -ffffffff80016ee1: 48 8b 5d a0 mov -0x60(%rbp),%rbx -ffffffff80016ee5: 48 85 db test %rbx,%rbx -ffffffff80016ee8: 0f 84 2e 07 00 00 je ffffffff8001761c <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0xe8c> -ffffffff80016eee: 48 8b 75 98 mov -0x68(%rbp),%rsi -ffffffff80016ef2: 0f b6 05 9f 44 01 00 movzbl 0x1449f(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80016ef9: 84 c0 test %al,%al -ffffffff80016efb: 0f 84 c6 06 00 00 je ffffffff800175c7 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0xe37> -ffffffff80016f01: 48 83 3d df 43 01 00 cmpq $0x0,0x143df(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80016f08: 00 -ffffffff80016f09: 48 8d 3d e0 43 01 00 lea 0x143e0(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80016f10: 0f 85 f5 06 00 00 jne ffffffff8001760b <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0xe7b> -ffffffff80016f16: e9 be fa ff ff jmp ffffffff800169d9 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x249> -ffffffff80016f1b: 4c 89 f7 mov %r14,%rdi -ffffffff80016f1e: ff 15 bc 43 01 00 call *0x143bc(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80016f24: 48 c7 05 b9 43 01 00 movq $0x1,0x143b9(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80016f2b: 01 00 00 00 -ffffffff80016f2f: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80016f34: 4c 8d 3d b5 43 01 00 lea 0x143b5(%rip),%r15 # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80016f3b: 4c 89 ff mov %r15,%rdi -ffffffff80016f3e: 4c 89 f6 mov %r14,%rsi -ffffffff80016f41: e8 3a b7 00 00 call ffffffff80022680 -ffffffff80016f46: c6 05 4b 44 01 00 01 movb $0x1,0x1444b(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80016f4d: ba 01 00 00 00 mov $0x1,%edx -ffffffff80016f52: 4c 89 ff mov %r15,%rdi -ffffffff80016f55: 48 8b b5 e0 fd ff ff mov -0x220(%rbp),%rsi -ffffffff80016f5c: 48 8b 8d e8 fe ff ff mov -0x118(%rbp),%rcx -ffffffff80016f63: e8 e8 d2 ff ff call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80016f68: 49 89 dd mov %rbx,%r13 -ffffffff80016f6b: 48 8b 7d c0 mov -0x40(%rbp),%rdi -ffffffff80016f6f: eb 7a jmp ffffffff80016feb <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x85b> -ffffffff80016f71: 48 8b 5d 98 mov -0x68(%rbp),%rbx -ffffffff80016f75: 48 8b 33 mov (%rbx),%rsi -ffffffff80016f78: 48 8b 53 08 mov 0x8(%rbx),%rdx -ffffffff80016f7c: 4c 89 f7 mov %r14,%rdi -ffffffff80016f7f: b9 10 00 00 00 mov $0x10,%ecx -ffffffff80016f84: e8 87 66 00 00 call ffffffff8001d610 <_ZN4core3num21_$LT$impl$u20$u64$GT$14from_str_radix17h72197dc34daa037fE> -ffffffff80016f89: 80 bd e8 fd ff ff 00 cmpb $0x0,-0x218(%rbp) -ffffffff80016f90: 0f 84 e5 05 00 00 je ffffffff8001757b <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0xdeb> -ffffffff80016f96: 31 c0 xor %eax,%eax -ffffffff80016f98: 48 89 45 b8 mov %rax,-0x48(%rbp) -ffffffff80016f9c: 48 8b 45 88 mov -0x78(%rbp),%rax -ffffffff80016fa0: 48 89 45 d0 mov %rax,-0x30(%rbp) -ffffffff80016fa4: 4c 8b 65 c8 mov -0x38(%rbp),%r12 -ffffffff80016fa8: 4c 8d 2d b1 27 01 00 lea 0x127b1(%rip),%r13 # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80016faf: 48 8b 7d c0 mov -0x40(%rbp),%rdi -ffffffff80016fb3: 4c 8b 75 a0 mov -0x60(%rbp),%r14 -ffffffff80016fb7: 4d 85 f6 test %r14,%r14 -ffffffff80016fba: 0f 85 e3 0b 00 00 jne ffffffff80017ba3 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x1413> -ffffffff80016fc0: 4c 89 eb mov %r13,%rbx -ffffffff80016fc3: 4c 8b b5 18 ff ff ff mov -0xe8(%rbp),%r14 -ffffffff80016fca: 4d 85 f6 test %r14,%r14 -ffffffff80016fcd: 0f 85 67 0c 00 00 jne ffffffff80017c3a <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x14aa> -ffffffff80016fd3: 4c 8d b5 e8 fd ff ff lea -0x218(%rbp),%r14 -ffffffff80016fda: 48 83 bd e8 fe ff ff cmpq $0x0,-0x118(%rbp) -ffffffff80016fe1: 00 -ffffffff80016fe2: 0f 85 a0 fd ff ff jne ffffffff80016d88 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x5f8> -ffffffff80016fe8: 49 89 dd mov %rbx,%r13 -ffffffff80016feb: 48 8b 9d d8 fd ff ff mov -0x228(%rbp),%rbx -ffffffff80016ff2: ff 13 call *(%rbx) -ffffffff80016ff4: 4c 8b 73 08 mov 0x8(%rbx),%r14 -ffffffff80016ff8: 4d 85 f6 test %r14,%r14 -ffffffff80016ffb: 74 7e je ffffffff8001707b <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x8eb> -ffffffff80016ffd: 48 89 d8 mov %rbx,%rax -ffffffff80017000: 4c 8b 6b 10 mov 0x10(%rbx),%r13 -ffffffff80017004: 0f b6 05 8d 43 01 00 movzbl 0x1438d(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001700b: 84 c0 test %al,%al -ffffffff8001700d: 74 16 je ffffffff80017025 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x895> -ffffffff8001700f: 48 83 3d d1 42 01 00 cmpq $0x0,0x142d1(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80017016: 00 -ffffffff80017017: 4c 8d 25 d2 42 01 00 lea 0x142d2(%rip),%r12 # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001701e: 75 3e jne ffffffff8001705e <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x8ce> -ffffffff80017020: e9 b4 f9 ff ff jmp ffffffff800169d9 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x249> -ffffffff80017025: 4c 8d bd e8 fd ff ff lea -0x218(%rbp),%r15 -ffffffff8001702c: 4c 89 ff mov %r15,%rdi -ffffffff8001702f: ff 15 ab 42 01 00 call *0x142ab(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80017035: 48 c7 05 a8 42 01 00 movq $0x1,0x142a8(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001703c: 01 00 00 00 -ffffffff80017040: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80017045: 4c 8d 25 a4 42 01 00 lea 0x142a4(%rip),%r12 # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001704c: 4c 89 e7 mov %r12,%rdi -ffffffff8001704f: 4c 89 fe mov %r15,%rsi -ffffffff80017052: e8 29 b6 00 00 call ffffffff80022680 -ffffffff80017057: c6 05 3a 43 01 00 01 movb $0x1,0x1433a(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001705e: 4c 89 e7 mov %r12,%rdi -ffffffff80017061: 48 8b 75 c0 mov -0x40(%rbp),%rsi -ffffffff80017065: 4c 89 ea mov %r13,%rdx -ffffffff80017068: 4c 89 f1 mov %r14,%rcx -ffffffff8001706b: e8 e0 d1 ff ff call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80017070: 4c 8d 2d e9 26 01 00 lea 0x126e9(%rip),%r13 # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80017077: 4c 8b 65 c8 mov -0x38(%rbp),%r12 -ffffffff8001707b: 48 8b 45 b8 mov -0x48(%rbp),%rax -ffffffff8001707f: 48 85 c0 test %rax,%rax -ffffffff80017082: 4c 8d b5 e8 fd ff ff lea -0x218(%rbp),%r14 -ffffffff80017089: 74 53 je ffffffff800170de <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x94e> -ffffffff8001708b: 48 89 85 10 ff ff ff mov %rax,-0xf0(%rbp) -ffffffff80017092: 48 8b 45 d0 mov -0x30(%rbp),%rax -ffffffff80017096: 48 89 85 18 ff ff ff mov %rax,-0xe8(%rbp) -ffffffff8001709d: 48 8b 85 00 ff ff ff mov -0x100(%rbp),%rax -ffffffff800170a4: 48 89 85 20 ff ff ff mov %rax,-0xe0(%rbp) -ffffffff800170ab: 48 8b 85 08 ff ff ff mov -0xf8(%rbp),%rax -ffffffff800170b2: 48 89 85 d0 fd ff ff mov %rax,-0x230(%rbp) -ffffffff800170b9: 0f b6 05 f0 26 01 00 movzbl 0x126f0(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff800170c0: 84 c0 test %al,%al -ffffffff800170c2: 0f 84 34 01 00 00 je ffffffff800171fc <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0xa6c> -ffffffff800170c8: 4d 89 ef mov %r13,%r15 -ffffffff800170cb: 48 83 3d 85 26 01 00 cmpq $0x0,0x12685(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff800170d2: 00 -ffffffff800170d3: 0f 85 4f 01 00 00 jne ffffffff80017228 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0xa98> -ffffffff800170d9: e9 fb f8 ff ff jmp ffffffff800169d9 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x249> -ffffffff800170de: 48 8b 45 d0 mov -0x30(%rbp),%rax -ffffffff800170e2: 48 89 45 88 mov %rax,-0x78(%rbp) -ffffffff800170e6: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff800170ed: 00 00 00 -ffffffff800170f0: 0f b6 05 b9 26 01 00 movzbl 0x126b9(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff800170f7: 84 c0 test %al,%al -ffffffff800170f9: 74 15 je ffffffff80017110 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x980> -ffffffff800170fb: 48 83 3d 55 26 01 00 cmpq $0x0,0x12655(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80017102: 00 -ffffffff80017103: 75 34 jne ffffffff80017139 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x9a9> -ffffffff80017105: e9 cf f8 ff ff jmp ffffffff800169d9 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x249> -ffffffff8001710a: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1) -ffffffff80017110: 4c 89 f7 mov %r14,%rdi -ffffffff80017113: ff 15 37 26 01 00 call *0x12637(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff80017119: 48 c7 05 34 26 01 00 movq $0x1,0x12634(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80017120: 01 00 00 00 -ffffffff80017124: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff80017129: 4c 89 ef mov %r13,%rdi -ffffffff8001712c: 4c 89 f6 mov %r14,%rsi -ffffffff8001712f: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff80017132: c6 05 77 26 01 00 01 movb $0x1,0x12677(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80017139: 48 8d 05 d6 5a 01 00 lea 0x15ad6(%rip),%rax # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff80017140: 0f b6 00 movzbl (%rax),%eax -ffffffff80017143: 0f b6 05 4e 42 01 00 movzbl 0x1424e(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001714a: 84 c0 test %al,%al -ffffffff8001714c: 74 22 je ffffffff80017170 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x9e0> -ffffffff8001714e: 48 83 3d 92 41 01 00 cmpq $0x0,0x14192(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80017155: 00 -ffffffff80017156: 48 8d 1d 93 41 01 00 lea 0x14193(%rip),%rbx # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001715d: 75 43 jne ffffffff800171a2 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0xa12> -ffffffff8001715f: e9 75 f8 ff ff jmp ffffffff800169d9 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x249> -ffffffff80017164: 66 66 66 2e 0f 1f 84 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8001716b: 00 00 00 00 00 -ffffffff80017170: 4c 89 f7 mov %r14,%rdi -ffffffff80017173: ff 15 67 41 01 00 call *0x14167(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80017179: 48 c7 05 64 41 01 00 movq $0x1,0x14164(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80017180: 01 00 00 00 -ffffffff80017184: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80017189: 48 8d 1d 60 41 01 00 lea 0x14160(%rip),%rbx # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80017190: 48 89 df mov %rbx,%rdi -ffffffff80017193: 4c 89 f6 mov %r14,%rsi -ffffffff80017196: e8 e5 b4 00 00 call ffffffff80022680 -ffffffff8001719b: c6 05 f6 41 01 00 01 movb $0x1,0x141f6(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff800171a2: be 01 00 00 00 mov $0x1,%esi -ffffffff800171a7: ba 01 00 00 00 mov $0x1,%edx -ffffffff800171ac: 48 89 df mov %rbx,%rdi -ffffffff800171af: e8 9c ce ff ff call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff800171b4: 48 85 c0 test %rax,%rax -ffffffff800171b7: 0f 84 56 0b 00 00 je ffffffff80017d13 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x1583> -ffffffff800171bd: 48 89 c3 mov %rax,%rbx -ffffffff800171c0: c6 00 0a movb $0xa,(%rax) -ffffffff800171c3: ba 01 00 00 00 mov $0x1,%edx -ffffffff800171c8: 4c 89 ef mov %r13,%rdi -ffffffff800171cb: 48 89 c6 mov %rax,%rsi -ffffffff800171ce: e8 cd 94 fe ff call ffffffff800006a0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E> -ffffffff800171d3: 0f b6 05 be 41 01 00 movzbl 0x141be(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff800171da: 84 c0 test %al,%al -ffffffff800171dc: 0f 84 8e f8 ff ff je ffffffff80016a70 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x2e0> -ffffffff800171e2: 48 83 3d fe 40 01 00 cmpq $0x0,0x140fe(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff800171e9: 00 -ffffffff800171ea: 4c 8d 3d ff 40 01 00 lea 0x140ff(%rip),%r15 # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff800171f1: 0f 85 b2 f8 ff ff jne ffffffff80016aa9 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x319> -ffffffff800171f7: e9 dd f7 ff ff jmp ffffffff800169d9 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x249> -ffffffff800171fc: 4c 89 f7 mov %r14,%rdi -ffffffff800171ff: ff 15 4b 25 01 00 call *0x1254b(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff80017205: 48 c7 05 48 25 01 00 movq $0x1,0x12548(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff8001720c: 01 00 00 00 -ffffffff80017210: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff80017215: 4d 89 ef mov %r13,%r15 -ffffffff80017218: 4c 89 ef mov %r13,%rdi -ffffffff8001721b: 4c 89 f6 mov %r14,%rsi -ffffffff8001721e: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff80017221: c6 05 88 25 01 00 01 movb $0x1,0x12588(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80017228: 48 8d 85 10 ff ff ff lea -0xf0(%rbp),%rax -ffffffff8001722f: 48 89 85 90 fe ff ff mov %rax,-0x170(%rbp) -ffffffff80017236: 48 8d 05 33 f5 ff ff lea -0xacd(%rip),%rax # ffffffff80016770 <_ZN60_$LT$alloc..string..String$u20$as$u20$core..fmt..Display$GT$3fmt17hfc6150a8fbdba1a5E> -ffffffff8001723d: 48 89 85 98 fe ff ff mov %rax,-0x168(%rbp) -ffffffff80017244: 48 8d 85 d0 fd ff ff lea -0x230(%rbp),%rax -ffffffff8001724b: 48 89 85 a0 fe ff ff mov %rax,-0x160(%rbp) -ffffffff80017252: 48 8d 05 47 6b 00 00 lea 0x6b47(%rip),%rax # ffffffff8001dda0 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..UpperHex$u20$for$u20$i64$GT$3fmt17hb815251c2be6fbeaE> -ffffffff80017259: 48 89 85 a8 fe ff ff mov %rax,-0x158(%rbp) -ffffffff80017260: 48 c7 85 e8 fd ff ff movq $0x2,-0x218(%rbp) -ffffffff80017267: 02 00 00 00 -ffffffff8001726b: 48 c7 85 f8 fd ff ff movq $0x2,-0x208(%rbp) -ffffffff80017272: 02 00 00 00 -ffffffff80017276: 48 c7 85 08 fe ff ff movq $0x0,-0x1f8(%rbp) -ffffffff8001727d: 00 00 00 00 -ffffffff80017281: 48 c7 85 10 fe ff ff movq $0x20,-0x1f0(%rbp) -ffffffff80017288: 20 00 00 00 -ffffffff8001728c: c6 85 18 fe ff ff 03 movb $0x3,-0x1e8(%rbp) -ffffffff80017293: 48 c7 85 20 fe ff ff movq $0x2,-0x1e0(%rbp) -ffffffff8001729a: 02 00 00 00 -ffffffff8001729e: 48 c7 85 30 fe ff ff movq $0x2,-0x1d0(%rbp) -ffffffff800172a5: 02 00 00 00 -ffffffff800172a9: 48 c7 85 40 fe ff ff movq $0x1,-0x1c0(%rbp) -ffffffff800172b0: 01 00 00 00 -ffffffff800172b4: 48 b8 20 00 00 00 04 movabs $0x400000020,%rax -ffffffff800172bb: 00 00 00 -ffffffff800172be: 48 89 85 48 fe ff ff mov %rax,-0x1b8(%rbp) -ffffffff800172c5: c6 85 50 fe ff ff 03 movb $0x3,-0x1b0(%rbp) -ffffffff800172cc: 48 8d 05 fd 3b 01 00 lea 0x13bfd(%rip),%rax # ffffffff8002aed0 -ffffffff800172d3: 48 89 85 28 ff ff ff mov %rax,-0xd8(%rbp) -ffffffff800172da: 48 c7 85 30 ff ff ff movq $0x3,-0xd0(%rbp) -ffffffff800172e1: 03 00 00 00 -ffffffff800172e5: 4c 89 b5 48 ff ff ff mov %r14,-0xb8(%rbp) -ffffffff800172ec: 48 c7 85 50 ff ff ff movq $0x2,-0xb0(%rbp) -ffffffff800172f3: 02 00 00 00 -ffffffff800172f7: 4c 8d ad 90 fe ff ff lea -0x170(%rbp),%r13 -ffffffff800172fe: 4c 89 ad 38 ff ff ff mov %r13,-0xc8(%rbp) -ffffffff80017305: 48 c7 85 40 ff ff ff movq $0x2,-0xc0(%rbp) -ffffffff8001730c: 02 00 00 00 -ffffffff80017310: 4c 8d 75 98 lea -0x68(%rbp),%r14 -ffffffff80017314: 4c 89 f7 mov %r14,%rdi -ffffffff80017317: 48 8d 9d 28 ff ff ff lea -0xd8(%rbp),%rbx -ffffffff8001731e: 48 89 de mov %rbx,%rsi -ffffffff80017321: e8 6a 5c 00 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff80017326: 48 8b 45 98 mov -0x68(%rbp),%rax -ffffffff8001732a: 48 8b 4d a0 mov -0x60(%rbp),%rcx -ffffffff8001732e: 48 89 85 28 ff ff ff mov %rax,-0xd8(%rbp) -ffffffff80017335: 48 89 8d 30 ff ff ff mov %rcx,-0xd0(%rbp) -ffffffff8001733c: 48 8b 45 a8 mov -0x58(%rbp),%rax -ffffffff80017340: 48 89 85 38 ff ff ff mov %rax,-0xc8(%rbp) -ffffffff80017347: 48 89 9d c8 fd ff ff mov %rbx,-0x238(%rbp) -ffffffff8001734e: 48 8d 85 c8 fd ff ff lea -0x238(%rbp),%rax -ffffffff80017355: 48 89 45 98 mov %rax,-0x68(%rbp) -ffffffff80017359: 48 8d 05 f0 f3 ff ff lea -0xc10(%rip),%rax # ffffffff80016750 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h42ee6215a9c421d0E> -ffffffff80017360: 48 89 45 a0 mov %rax,-0x60(%rbp) -ffffffff80017364: 48 8d 05 25 3b 01 00 lea 0x13b25(%rip),%rax # ffffffff8002ae90 -ffffffff8001736b: 48 89 85 e8 fd ff ff mov %rax,-0x218(%rbp) -ffffffff80017372: 48 c7 85 f0 fd ff ff movq $0x2,-0x210(%rbp) -ffffffff80017379: 02 00 00 00 -ffffffff8001737d: 48 c7 85 08 fe ff ff movq $0x0,-0x1f8(%rbp) -ffffffff80017384: 00 00 00 00 -ffffffff80017388: 4c 89 b5 f8 fd ff ff mov %r14,-0x208(%rbp) -ffffffff8001738f: 48 c7 85 00 fe ff ff movq $0x1,-0x200(%rbp) -ffffffff80017396: 01 00 00 00 -ffffffff8001739a: 4c 89 ef mov %r13,%rdi -ffffffff8001739d: 48 8d b5 e8 fd ff ff lea -0x218(%rbp),%rsi -ffffffff800173a4: e8 e7 5b 00 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff800173a9: 48 8b 9d 30 ff ff ff mov -0xd0(%rbp),%rbx -ffffffff800173b0: 48 85 db test %rbx,%rbx -ffffffff800173b3: 4d 89 fd mov %r15,%r13 -ffffffff800173b6: 74 78 je ffffffff80017430 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0xca0> -ffffffff800173b8: 4c 8b b5 28 ff ff ff mov -0xd8(%rbp),%r14 -ffffffff800173bf: 0f b6 05 d2 3f 01 00 movzbl 0x13fd2(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff800173c6: 84 c0 test %al,%al -ffffffff800173c8: 74 16 je ffffffff800173e0 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0xc50> -ffffffff800173ca: 48 83 3d 16 3f 01 00 cmpq $0x0,0x13f16(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff800173d1: 00 -ffffffff800173d2: 4c 8d 25 17 3f 01 00 lea 0x13f17(%rip),%r12 # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff800173d9: 75 3e jne ffffffff80017419 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0xc89> -ffffffff800173db: e9 f9 f5 ff ff jmp ffffffff800169d9 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x249> -ffffffff800173e0: 4c 8d bd e8 fd ff ff lea -0x218(%rbp),%r15 -ffffffff800173e7: 4c 89 ff mov %r15,%rdi -ffffffff800173ea: ff 15 f0 3e 01 00 call *0x13ef0(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff800173f0: 48 c7 05 ed 3e 01 00 movq $0x1,0x13eed(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff800173f7: 01 00 00 00 -ffffffff800173fb: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80017400: 4c 8d 25 e9 3e 01 00 lea 0x13ee9(%rip),%r12 # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80017407: 4c 89 e7 mov %r12,%rdi -ffffffff8001740a: 4c 89 fe mov %r15,%rsi -ffffffff8001740d: e8 6e b2 00 00 call ffffffff80022680 -ffffffff80017412: c6 05 7f 3f 01 00 01 movb $0x1,0x13f7f(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80017419: ba 01 00 00 00 mov $0x1,%edx -ffffffff8001741e: 4c 89 e7 mov %r12,%rdi -ffffffff80017421: 4c 89 f6 mov %r14,%rsi -ffffffff80017424: 48 89 d9 mov %rbx,%rcx -ffffffff80017427: e8 24 ce ff ff call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8001742c: 4c 8b 65 c8 mov -0x38(%rbp),%r12 -ffffffff80017430: 48 8b 9d 90 fe ff ff mov -0x170(%rbp),%rbx -ffffffff80017437: 4c 8b b5 98 fe ff ff mov -0x168(%rbp),%r14 -ffffffff8001743e: 48 8b 95 a0 fe ff ff mov -0x160(%rbp),%rdx -ffffffff80017445: 4c 89 ef mov %r13,%rdi -ffffffff80017448: 48 89 de mov %rbx,%rsi -ffffffff8001744b: e8 50 92 fe ff call ffffffff800006a0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E> -ffffffff80017450: 4d 85 f6 test %r14,%r14 -ffffffff80017453: 4c 8b 7d 80 mov -0x80(%rbp),%r15 -ffffffff80017457: 74 75 je ffffffff800174ce <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0xd3e> -ffffffff80017459: 0f b6 05 38 3f 01 00 movzbl 0x13f38(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80017460: 84 c0 test %al,%al -ffffffff80017462: 74 16 je ffffffff8001747a <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0xcea> -ffffffff80017464: 48 83 3d 7c 3e 01 00 cmpq $0x0,0x13e7c(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001746b: 00 -ffffffff8001746c: 4c 8d 25 7d 3e 01 00 lea 0x13e7d(%rip),%r12 # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80017473: 75 42 jne ffffffff800174b7 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0xd27> -ffffffff80017475: e9 5f f5 ff ff jmp ffffffff800169d9 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x249> -ffffffff8001747a: 4c 8d bd e8 fd ff ff lea -0x218(%rbp),%r15 -ffffffff80017481: 4c 89 ff mov %r15,%rdi -ffffffff80017484: ff 15 56 3e 01 00 call *0x13e56(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8001748a: 48 c7 05 53 3e 01 00 movq $0x1,0x13e53(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80017491: 01 00 00 00 -ffffffff80017495: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8001749a: 4c 8d 25 4f 3e 01 00 lea 0x13e4f(%rip),%r12 # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff800174a1: 4c 89 e7 mov %r12,%rdi -ffffffff800174a4: 4c 89 fe mov %r15,%rsi -ffffffff800174a7: 4c 8b 7d 80 mov -0x80(%rbp),%r15 -ffffffff800174ab: e8 d0 b1 00 00 call ffffffff80022680 -ffffffff800174b0: c6 05 e1 3e 01 00 01 movb $0x1,0x13ee1(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff800174b7: ba 01 00 00 00 mov $0x1,%edx -ffffffff800174bc: 4c 89 e7 mov %r12,%rdi -ffffffff800174bf: 48 89 de mov %rbx,%rsi -ffffffff800174c2: 4c 89 f1 mov %r14,%rcx -ffffffff800174c5: e8 86 cd ff ff call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff800174ca: 4c 8b 65 c8 mov -0x38(%rbp),%r12 -ffffffff800174ce: 48 8b 9d 18 ff ff ff mov -0xe8(%rbp),%rbx -ffffffff800174d5: 48 85 db test %rbx,%rbx -ffffffff800174d8: 74 7c je ffffffff80017556 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0xdc6> -ffffffff800174da: 4c 8b b5 10 ff ff ff mov -0xf0(%rbp),%r14 -ffffffff800174e1: 0f b6 05 b0 3e 01 00 movzbl 0x13eb0(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff800174e8: 84 c0 test %al,%al -ffffffff800174ea: 74 16 je ffffffff80017502 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0xd72> -ffffffff800174ec: 48 83 3d f4 3d 01 00 cmpq $0x0,0x13df4(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff800174f3: 00 -ffffffff800174f4: 4c 8d 25 f5 3d 01 00 lea 0x13df5(%rip),%r12 # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff800174fb: 75 42 jne ffffffff8001753f <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0xdaf> -ffffffff800174fd: e9 d7 f4 ff ff jmp ffffffff800169d9 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x249> -ffffffff80017502: 4c 8d bd e8 fd ff ff lea -0x218(%rbp),%r15 -ffffffff80017509: 4c 89 ff mov %r15,%rdi -ffffffff8001750c: ff 15 ce 3d 01 00 call *0x13dce(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80017512: 48 c7 05 cb 3d 01 00 movq $0x1,0x13dcb(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80017519: 01 00 00 00 -ffffffff8001751d: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80017522: 4c 8d 25 c7 3d 01 00 lea 0x13dc7(%rip),%r12 # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80017529: 4c 89 e7 mov %r12,%rdi -ffffffff8001752c: 4c 89 fe mov %r15,%rsi -ffffffff8001752f: 4c 8b 7d 80 mov -0x80(%rbp),%r15 -ffffffff80017533: e8 48 b1 00 00 call ffffffff80022680 -ffffffff80017538: c6 05 59 3e 01 00 01 movb $0x1,0x13e59(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001753f: ba 01 00 00 00 mov $0x1,%edx -ffffffff80017544: 4c 89 e7 mov %r12,%rdi -ffffffff80017547: 4c 89 f6 mov %r14,%rsi -ffffffff8001754a: 48 89 d9 mov %rbx,%rcx -ffffffff8001754d: e8 fe cc ff ff call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80017552: 4c 8b 65 c8 mov -0x38(%rbp),%r12 -ffffffff80017556: 48 8b 45 d0 mov -0x30(%rbp),%rax -ffffffff8001755a: 48 89 45 88 mov %rax,-0x78(%rbp) -ffffffff8001755e: 4c 8d b5 e8 fd ff ff lea -0x218(%rbp),%r14 -ffffffff80017565: 4d 8b 24 24 mov (%r12),%r12 -ffffffff80017569: 4c 3b bd e0 fe ff ff cmp -0x120(%rbp),%r15 -ffffffff80017570: 0f 85 5d f5 ff ff jne ffffffff80016ad3 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x343> -ffffffff80017576: e9 5a 07 00 00 jmp ffffffff80017cd5 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x1545> -ffffffff8001757b: 48 8b 95 f0 fd ff ff mov -0x210(%rbp),%rdx -ffffffff80017582: 4c 8b 63 10 mov 0x10(%rbx),%r12 -ffffffff80017586: 48 8b 43 18 mov 0x18(%rbx),%rax -ffffffff8001758a: 48 89 45 d0 mov %rax,-0x30(%rbp) -ffffffff8001758e: 48 8b 45 90 mov -0x70(%rbp),%rax -ffffffff80017592: 48 39 c2 cmp %rax,%rdx -ffffffff80017595: 0f 85 21 04 00 00 jne ffffffff800179bc <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x122c> -ffffffff8001759b: 4c 89 65 b0 mov %r12,-0x50(%rbp) -ffffffff8001759f: 4c 89 f1 mov %r14,%rcx -ffffffff800175a2: 4c 8b 75 d0 mov -0x30(%rbp),%r14 -ffffffff800175a6: 4d 85 f6 test %r14,%r14 -ffffffff800175a9: 4c 8b 65 c8 mov -0x38(%rbp),%r12 -ffffffff800175ad: 0f 85 11 03 00 00 jne ffffffff800178c4 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x1134> -ffffffff800175b3: b8 01 00 00 00 mov $0x1,%eax -ffffffff800175b8: 4c 89 f3 mov %r14,%rbx -ffffffff800175bb: 4c 8d 2d 9e 21 01 00 lea 0x1219e(%rip),%r13 # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff800175c2: e9 84 04 00 00 jmp ffffffff80017a4b <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x12bb> -ffffffff800175c7: 4c 89 f7 mov %r14,%rdi -ffffffff800175ca: 48 89 b5 f0 fe ff ff mov %rsi,-0x110(%rbp) -ffffffff800175d1: ff 15 09 3d 01 00 call *0x13d09(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff800175d7: 48 c7 05 06 3d 01 00 movq $0x1,0x13d06(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff800175de: 01 00 00 00 -ffffffff800175e2: ba a8 00 00 00 mov $0xa8,%edx -ffffffff800175e7: 48 8d 3d 02 3d 01 00 lea 0x13d02(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff800175ee: 4c 89 f6 mov %r14,%rsi -ffffffff800175f1: e8 8a b0 00 00 call ffffffff80022680 -ffffffff800175f6: 48 8d 3d f3 3c 01 00 lea 0x13cf3(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff800175fd: 48 8b b5 f0 fe ff ff mov -0x110(%rbp),%rsi -ffffffff80017604: c6 05 8d 3d 01 00 01 movb $0x1,0x13d8d(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001760b: 48 c1 e3 04 shl $0x4,%rbx -ffffffff8001760f: ba 08 00 00 00 mov $0x8,%edx -ffffffff80017614: 48 89 d9 mov %rbx,%rcx -ffffffff80017617: e8 34 cc ff ff call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8001761c: 49 83 fd 01 cmp $0x1,%r13 -ffffffff80017620: 48 8b 4d b8 mov -0x48(%rbp),%rcx -ffffffff80017624: 0f 84 cf 06 00 00 je ffffffff80017cf9 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x1569> -ffffffff8001762a: 4c 89 e8 mov %r13,%rax -ffffffff8001762d: 48 c1 e0 04 shl $0x4,%rax -ffffffff80017631: 48 01 c8 add %rcx,%rax -ffffffff80017634: 48 89 85 f0 fe ff ff mov %rax,-0x110(%rbp) -ffffffff8001763b: 48 83 c1 10 add $0x10,%rcx -ffffffff8001763f: 49 83 c5 fe add $0xfffffffffffffffe,%r13 -ffffffff80017643: e9 8d 00 00 00 jmp ffffffff800176d5 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0xf45> -ffffffff80017648: 48 8d bd e8 fd ff ff lea -0x218(%rbp),%rdi -ffffffff8001764f: ff 15 8b 3c 01 00 call *0x13c8b(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80017655: 48 c7 05 88 3c 01 00 movq $0x1,0x13c88(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001765c: 01 00 00 00 -ffffffff80017660: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80017665: 4c 8d 25 84 3c 01 00 lea 0x13c84(%rip),%r12 # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001766c: 4c 89 e7 mov %r12,%rdi -ffffffff8001766f: 48 8d b5 e8 fd ff ff lea -0x218(%rbp),%rsi -ffffffff80017676: e8 05 b0 00 00 call ffffffff80022680 -ffffffff8001767b: c6 05 16 3d 01 00 01 movb $0x1,0x13d16(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80017682: 49 c1 e6 04 shl $0x4,%r14 -ffffffff80017686: ba 08 00 00 00 mov $0x8,%edx -ffffffff8001768b: 4c 89 e7 mov %r12,%rdi -ffffffff8001768e: 48 89 de mov %rbx,%rsi -ffffffff80017691: 4c 89 f1 mov %r14,%rcx -ffffffff80017694: e8 b7 cb ff ff call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80017699: 48 8b 95 f8 fe ff ff mov -0x108(%rbp),%rdx -ffffffff800176a0: 48 8b 75 d0 mov -0x30(%rbp),%rsi -ffffffff800176a4: 4d 89 fc mov %r15,%r12 -ffffffff800176a7: 48 89 75 d0 mov %rsi,-0x30(%rbp) -ffffffff800176ab: 48 89 95 78 ff ff ff mov %rdx,-0x88(%rbp) -ffffffff800176b2: 4c 8d b5 e8 fd ff ff lea -0x218(%rbp),%r14 -ffffffff800176b9: 4c 8b 7d 80 mov -0x80(%rbp),%r15 -ffffffff800176bd: 49 ff cd dec %r13 -ffffffff800176c0: 48 8b 4d b8 mov -0x48(%rbp),%rcx -ffffffff800176c4: 48 83 c1 10 add $0x10,%rcx -ffffffff800176c8: 48 3b 8d f0 fe ff ff cmp -0x110(%rbp),%rcx -ffffffff800176cf: 0f 84 24 06 00 00 je ffffffff80017cf9 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x1569> -ffffffff800176d5: 48 8b 01 mov (%rcx),%rax -ffffffff800176d8: 48 89 4d b8 mov %rcx,-0x48(%rbp) -ffffffff800176dc: 48 8b 49 08 mov 0x8(%rcx),%rcx -ffffffff800176e0: 48 c7 85 28 ff ff ff movq $0x2,-0xd8(%rbp) -ffffffff800176e7: 02 00 00 00 -ffffffff800176eb: 48 c7 85 30 ff ff ff movq $0x0,-0xd0(%rbp) -ffffffff800176f2: 00 00 00 00 -ffffffff800176f6: 48 89 8d 38 ff ff ff mov %rcx,-0xc8(%rbp) -ffffffff800176fd: 48 89 85 40 ff ff ff mov %rax,-0xc0(%rbp) -ffffffff80017704: 48 89 8d 48 ff ff ff mov %rcx,-0xb8(%rbp) -ffffffff8001770b: 48 c7 85 50 ff ff ff movq $0x0,-0xb0(%rbp) -ffffffff80017712: 00 00 00 00 -ffffffff80017716: 48 89 8d 58 ff ff ff mov %rcx,-0xa8(%rbp) -ffffffff8001771d: 48 c7 85 60 ff ff ff movq $0x1,-0xa0(%rbp) -ffffffff80017724: 01 00 00 00 -ffffffff80017728: 48 b8 20 00 00 00 20 movabs $0x2000000020,%rax -ffffffff8001772f: 00 00 00 -ffffffff80017732: 48 89 85 68 ff ff ff mov %rax,-0x98(%rbp) -ffffffff80017739: 66 c7 85 70 ff ff ff movw $0x1,-0x90(%rbp) -ffffffff80017740: 01 00 -ffffffff80017742: 48 8d 7d 98 lea -0x68(%rbp),%rdi -ffffffff80017746: 48 8d b5 28 ff ff ff lea -0xd8(%rbp),%rsi -ffffffff8001774d: e8 de 56 ff ff call ffffffff8000ce30 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17ha30b065d81d32c4cE> -ffffffff80017752: 48 83 7d a8 02 cmpq $0x2,-0x58(%rbp) -ffffffff80017757: 73 47 jae ffffffff800177a0 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x1010> -ffffffff80017759: 48 8b 5d a0 mov -0x60(%rbp),%rbx -ffffffff8001775d: 48 85 db test %rbx,%rbx -ffffffff80017760: 0f 84 57 ff ff ff je ffffffff800176bd <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0xf2d> -ffffffff80017766: 4c 89 65 b0 mov %r12,-0x50(%rbp) -ffffffff8001776a: 4c 8b 75 98 mov -0x68(%rbp),%r14 -ffffffff8001776e: 0f b6 05 23 3c 01 00 movzbl 0x13c23(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80017775: 84 c0 test %al,%al -ffffffff80017777: 0f 84 c9 00 00 00 je ffffffff80017846 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x10b6> -ffffffff8001777d: 4d 89 fc mov %r15,%r12 -ffffffff80017780: 48 83 3d 60 3b 01 00 cmpq $0x0,0x13b60(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80017787: 00 -ffffffff80017788: 4c 8d 3d 61 3b 01 00 lea 0x13b61(%rip),%r15 # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001778f: 0f 85 ee 00 00 00 jne ffffffff80017883 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x10f3> -ffffffff80017795: e9 3f f2 ff ff jmp ffffffff800169d9 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x249> -ffffffff8001779a: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1) -ffffffff800177a0: 48 8b 5d 98 mov -0x68(%rbp),%rbx -ffffffff800177a4: 48 8b 33 mov (%rbx),%rsi -ffffffff800177a7: 48 8b 53 08 mov 0x8(%rbx),%rdx -ffffffff800177ab: 4c 89 f7 mov %r14,%rdi -ffffffff800177ae: b9 10 00 00 00 mov $0x10,%ecx -ffffffff800177b3: e8 58 5e 00 00 call ffffffff8001d610 <_ZN4core3num21_$LT$impl$u20$u64$GT$14from_str_radix17h72197dc34daa037fE> -ffffffff800177b8: 80 bd e8 fd ff ff 00 cmpb $0x0,-0x218(%rbp) -ffffffff800177bf: 0f 85 d1 f7 ff ff jne ffffffff80016f96 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x806> -ffffffff800177c5: 48 8b 95 f0 fd ff ff mov -0x210(%rbp),%rdx -ffffffff800177cc: 4c 8b 7b 10 mov 0x10(%rbx),%r15 -ffffffff800177d0: 48 8b 73 18 mov 0x18(%rbx),%rsi -ffffffff800177d4: 48 8b 45 90 mov -0x70(%rbp),%rax -ffffffff800177d8: 48 39 c2 cmp %rax,%rdx -ffffffff800177db: 0f 84 cc 00 00 00 je ffffffff800178ad <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x111d> -ffffffff800177e1: 4d 85 ed test %r13,%r13 -ffffffff800177e4: 0f 84 1a 01 00 00 je ffffffff80017904 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x1174> -ffffffff800177ea: 4d 85 e4 test %r12,%r12 -ffffffff800177ed: 0f 84 31 05 00 00 je ffffffff80017d24 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x1594> -ffffffff800177f3: 48 39 85 78 ff ff ff cmp %rax,-0x88(%rbp) -ffffffff800177fa: 73 09 jae ffffffff80017805 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x1075> -ffffffff800177fc: 48 39 c2 cmp %rax,%rdx -ffffffff800177ff: 0f 87 5d 01 00 00 ja ffffffff80017962 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x11d2> -ffffffff80017805: 4c 8b 75 a0 mov -0x60(%rbp),%r14 -ffffffff80017809: 4d 85 f6 test %r14,%r14 -ffffffff8001780c: 0f 84 92 fe ff ff je ffffffff800176a4 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0xf14> -ffffffff80017812: 48 89 75 d0 mov %rsi,-0x30(%rbp) -ffffffff80017816: 48 89 95 f8 fe ff ff mov %rdx,-0x108(%rbp) -ffffffff8001781d: 0f b6 05 74 3b 01 00 movzbl 0x13b74(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80017824: 84 c0 test %al,%al -ffffffff80017826: 0f 84 1c fe ff ff je ffffffff80017648 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0xeb8> -ffffffff8001782c: 48 83 3d b4 3a 01 00 cmpq $0x0,0x13ab4(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80017833: 00 -ffffffff80017834: 4c 8d 25 b5 3a 01 00 lea 0x13ab5(%rip),%r12 # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001783b: 0f 85 41 fe ff ff jne ffffffff80017682 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0xef2> -ffffffff80017841: e9 93 f1 ff ff jmp ffffffff800169d9 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x249> -ffffffff80017846: 4c 8d a5 e8 fd ff ff lea -0x218(%rbp),%r12 -ffffffff8001784d: 4c 89 e7 mov %r12,%rdi -ffffffff80017850: ff 15 8a 3a 01 00 call *0x13a8a(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80017856: 48 c7 05 87 3a 01 00 movq $0x1,0x13a87(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001785d: 01 00 00 00 -ffffffff80017861: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80017866: 4c 8d 3d 83 3a 01 00 lea 0x13a83(%rip),%r15 # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001786d: 4c 89 ff mov %r15,%rdi -ffffffff80017870: 4c 89 e6 mov %r12,%rsi -ffffffff80017873: 4c 8b 65 80 mov -0x80(%rbp),%r12 -ffffffff80017877: e8 04 ae 00 00 call ffffffff80022680 -ffffffff8001787c: c6 05 15 3b 01 00 01 movb $0x1,0x13b15(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80017883: 48 c1 e3 04 shl $0x4,%rbx -ffffffff80017887: ba 08 00 00 00 mov $0x8,%edx -ffffffff8001788c: 4c 89 ff mov %r15,%rdi -ffffffff8001788f: 4c 89 f6 mov %r14,%rsi -ffffffff80017892: 48 89 d9 mov %rbx,%rcx -ffffffff80017895: e8 b6 c9 ff ff call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8001789a: 4c 8d b5 e8 fd ff ff lea -0x218(%rbp),%r14 -ffffffff800178a1: 4d 89 e7 mov %r12,%r15 -ffffffff800178a4: 4c 8b 65 b0 mov -0x50(%rbp),%r12 -ffffffff800178a8: e9 10 fe ff ff jmp ffffffff800176bd <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0xf2d> -ffffffff800178ad: 4c 89 f1 mov %r14,%rcx -ffffffff800178b0: 4c 89 7d b0 mov %r15,-0x50(%rbp) -ffffffff800178b4: 49 89 f6 mov %rsi,%r14 -ffffffff800178b7: 4d 85 f6 test %r14,%r14 -ffffffff800178ba: 4c 8b 65 c8 mov -0x38(%rbp),%r12 -ffffffff800178be: 0f 84 ef fc ff ff je ffffffff800175b3 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0xe23> -ffffffff800178c4: 4c 8d 2d 95 1e 01 00 lea 0x11e95(%rip),%r13 # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff800178cb: 0f 88 7e 04 00 00 js ffffffff80017d4f <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x15bf> -ffffffff800178d1: 48 8d 05 3e 53 01 00 lea 0x1533e(%rip),%rax # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff800178d8: 0f b6 00 movzbl (%rax),%eax -ffffffff800178db: 0f b6 05 b6 3a 01 00 movzbl 0x13ab6(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff800178e2: 84 c0 test %al,%al -ffffffff800178e4: 0f 84 0f 01 00 00 je ffffffff800179f9 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x1269> -ffffffff800178ea: 48 83 3d f6 39 01 00 cmpq $0x0,0x139f6(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff800178f1: 00 -ffffffff800178f2: 48 8d 1d f7 39 01 00 lea 0x139f7(%rip),%rbx # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff800178f9: 0f 85 30 01 00 00 jne ffffffff80017a2f <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x129f> -ffffffff800178ff: e9 d5 f0 ff ff jmp ffffffff800169d9 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x249> -ffffffff80017904: 4c 89 f1 mov %r14,%rcx -ffffffff80017907: 4c 89 7d b0 mov %r15,-0x50(%rbp) -ffffffff8001790b: 49 89 f6 mov %rsi,%r14 -ffffffff8001790e: 4d 85 f6 test %r14,%r14 -ffffffff80017911: 4c 8b 65 c8 mov -0x38(%rbp),%r12 -ffffffff80017915: 48 89 95 78 ff ff ff mov %rdx,-0x88(%rbp) -ffffffff8001791c: 0f 84 c3 00 00 00 je ffffffff800179e5 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x1255> -ffffffff80017922: 4c 8d 2d 37 1e 01 00 lea 0x11e37(%rip),%r13 # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80017929: 0f 88 20 04 00 00 js ffffffff80017d4f <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x15bf> -ffffffff8001792f: 48 8d 05 e0 52 01 00 lea 0x152e0(%rip),%rax # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff80017936: 0f b6 00 movzbl (%rax),%eax -ffffffff80017939: 0f b6 05 58 3a 01 00 movzbl 0x13a58(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80017940: 84 c0 test %al,%al -ffffffff80017942: 0f 84 56 01 00 00 je ffffffff80017a9e <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x130e> -ffffffff80017948: 48 83 3d 98 39 01 00 cmpq $0x0,0x13998(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001794f: 00 -ffffffff80017950: 48 8d 1d 99 39 01 00 lea 0x13999(%rip),%rbx # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80017957: 0f 85 77 01 00 00 jne ffffffff80017ad4 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x1344> -ffffffff8001795d: e9 77 f0 ff ff jmp ffffffff800169d9 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x249> -ffffffff80017962: 4c 89 65 b0 mov %r12,-0x50(%rbp) -ffffffff80017966: 48 83 7d d0 00 cmpq $0x0,-0x30(%rbp) -ffffffff8001796b: 48 89 95 f8 fe ff ff mov %rdx,-0x108(%rbp) -ffffffff80017972: 0f 84 0d 01 00 00 je ffffffff80017a85 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x12f5> -ffffffff80017978: 4c 8b 65 c8 mov -0x38(%rbp),%r12 -ffffffff8001797c: 0f 88 cd 03 00 00 js ffffffff80017d4f <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x15bf> -ffffffff80017982: 48 8d 05 8d 52 01 00 lea 0x1528d(%rip),%rax # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff80017989: 0f b6 00 movzbl (%rax),%eax -ffffffff8001798c: 0f b6 05 05 3a 01 00 movzbl 0x13a05(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80017993: 84 c0 test %al,%al -ffffffff80017995: 4c 8d 2d c4 1d 01 00 lea 0x11dc4(%rip),%r13 # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff8001799c: 0f 84 72 01 00 00 je ffffffff80017b14 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x1384> -ffffffff800179a2: 48 83 3d 3e 39 01 00 cmpq $0x0,0x1393e(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff800179a9: 00 -ffffffff800179aa: 48 8d 1d 3f 39 01 00 lea 0x1393f(%rip),%rbx # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff800179b1: 0f 85 8f 01 00 00 jne ffffffff80017b46 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x13b6> -ffffffff800179b7: e9 1d f0 ff ff jmp ffffffff800169d9 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x249> -ffffffff800179bc: 49 83 fd 01 cmp $0x1,%r13 -ffffffff800179c0: 0f 85 aa 00 00 00 jne ffffffff80017a70 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x12e0> -ffffffff800179c6: 4c 89 65 b0 mov %r12,-0x50(%rbp) -ffffffff800179ca: 4c 89 f1 mov %r14,%rcx -ffffffff800179cd: 4c 8b 75 d0 mov -0x30(%rbp),%r14 -ffffffff800179d1: 4d 85 f6 test %r14,%r14 -ffffffff800179d4: 4c 8b 65 c8 mov -0x38(%rbp),%r12 -ffffffff800179d8: 48 89 95 78 ff ff ff mov %rdx,-0x88(%rbp) -ffffffff800179df: 0f 85 3d ff ff ff jne ffffffff80017922 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x1192> -ffffffff800179e5: b8 01 00 00 00 mov $0x1,%eax -ffffffff800179ea: 4c 89 f3 mov %r14,%rbx -ffffffff800179ed: 4c 8d 2d 6c 1d 01 00 lea 0x11d6c(%rip),%r13 # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff800179f4: e9 f7 00 00 00 jmp ffffffff80017af0 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x1360> -ffffffff800179f9: 48 89 cf mov %rcx,%rdi -ffffffff800179fc: ff 15 de 38 01 00 call *0x138de(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80017a02: 48 c7 05 db 38 01 00 movq $0x1,0x138db(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80017a09: 01 00 00 00 -ffffffff80017a0d: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80017a12: 48 8d 1d d7 38 01 00 lea 0x138d7(%rip),%rbx # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80017a19: 48 89 df mov %rbx,%rdi -ffffffff80017a1c: 48 8d b5 e8 fd ff ff lea -0x218(%rbp),%rsi -ffffffff80017a23: e8 58 ac 00 00 call ffffffff80022680 -ffffffff80017a28: c6 05 69 39 01 00 01 movb $0x1,0x13969(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80017a2f: be 01 00 00 00 mov $0x1,%esi -ffffffff80017a34: 48 89 df mov %rbx,%rdi -ffffffff80017a37: 4c 89 f3 mov %r14,%rbx -ffffffff80017a3a: 4c 89 f2 mov %r14,%rdx -ffffffff80017a3d: e8 0e c6 ff ff call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff80017a42: 48 85 c0 test %rax,%rax -ffffffff80017a45: 0f 84 0b 03 00 00 je ffffffff80017d56 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x15c6> -ffffffff80017a4b: 48 89 45 b8 mov %rax,-0x48(%rbp) -ffffffff80017a4f: 48 89 c7 mov %rax,%rdi -ffffffff80017a52: 48 8b 75 b0 mov -0x50(%rbp),%rsi -ffffffff80017a56: 48 89 da mov %rbx,%rdx -ffffffff80017a59: e8 22 ac 00 00 call ffffffff80022680 -ffffffff80017a5e: 48 89 5d d0 mov %rbx,-0x30(%rbp) -ffffffff80017a62: 48 89 9d 00 ff ff ff mov %rbx,-0x100(%rbp) -ffffffff80017a69: 31 c0 xor %eax,%eax -ffffffff80017a6b: e9 1b 01 00 00 jmp ffffffff80017b8b <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x13fb> -ffffffff80017a70: 48 89 95 78 ff ff ff mov %rdx,-0x88(%rbp) -ffffffff80017a77: 48 39 c2 cmp %rax,%rdx -ffffffff80017a7a: 0f 86 61 f4 ff ff jbe ffffffff80016ee1 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x751> -ffffffff80017a80: e9 11 f5 ff ff jmp ffffffff80016f96 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x806> -ffffffff80017a85: b8 01 00 00 00 mov $0x1,%eax -ffffffff80017a8a: 4c 8b 65 c8 mov -0x38(%rbp),%r12 -ffffffff80017a8e: 4c 8d 2d cb 1c 01 00 lea 0x11ccb(%rip),%r13 # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80017a95: 48 8b 5d d0 mov -0x30(%rbp),%rbx -ffffffff80017a99: e9 c5 00 00 00 jmp ffffffff80017b63 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x13d3> -ffffffff80017a9e: 48 89 cf mov %rcx,%rdi -ffffffff80017aa1: ff 15 39 38 01 00 call *0x13839(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80017aa7: 48 c7 05 36 38 01 00 movq $0x1,0x13836(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80017aae: 01 00 00 00 -ffffffff80017ab2: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80017ab7: 48 8d 1d 32 38 01 00 lea 0x13832(%rip),%rbx # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80017abe: 48 89 df mov %rbx,%rdi -ffffffff80017ac1: 48 8d b5 e8 fd ff ff lea -0x218(%rbp),%rsi -ffffffff80017ac8: e8 b3 ab 00 00 call ffffffff80022680 -ffffffff80017acd: c6 05 c4 38 01 00 01 movb $0x1,0x138c4(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80017ad4: be 01 00 00 00 mov $0x1,%esi -ffffffff80017ad9: 48 89 df mov %rbx,%rdi -ffffffff80017adc: 4c 89 f3 mov %r14,%rbx -ffffffff80017adf: 4c 89 f2 mov %r14,%rdx -ffffffff80017ae2: e8 69 c5 ff ff call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff80017ae7: 48 85 c0 test %rax,%rax -ffffffff80017aea: 0f 84 66 02 00 00 je ffffffff80017d56 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x15c6> -ffffffff80017af0: 48 89 45 b8 mov %rax,-0x48(%rbp) -ffffffff80017af4: 48 89 c7 mov %rax,%rdi -ffffffff80017af7: 48 8b 75 b0 mov -0x50(%rbp),%rsi -ffffffff80017afb: 48 89 da mov %rbx,%rdx -ffffffff80017afe: e8 7d ab 00 00 call ffffffff80022680 -ffffffff80017b03: 48 8b 45 90 mov -0x70(%rbp),%rax -ffffffff80017b07: 48 2b 85 78 ff ff ff sub -0x88(%rbp),%rax -ffffffff80017b0e: 48 89 5d d0 mov %rbx,-0x30(%rbp) -ffffffff80017b12: eb 70 jmp ffffffff80017b84 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x13f4> -ffffffff80017b14: 4c 89 f7 mov %r14,%rdi -ffffffff80017b17: ff 15 c3 37 01 00 call *0x137c3(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80017b1d: 48 c7 05 c0 37 01 00 movq $0x1,0x137c0(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80017b24: 01 00 00 00 -ffffffff80017b28: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80017b2d: 48 8d 1d bc 37 01 00 lea 0x137bc(%rip),%rbx # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80017b34: 48 89 df mov %rbx,%rdi -ffffffff80017b37: 4c 89 f6 mov %r14,%rsi -ffffffff80017b3a: e8 41 ab 00 00 call ffffffff80022680 -ffffffff80017b3f: c6 05 52 38 01 00 01 movb $0x1,0x13852(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80017b46: be 01 00 00 00 mov $0x1,%esi -ffffffff80017b4b: 48 89 df mov %rbx,%rdi -ffffffff80017b4e: 48 8b 5d d0 mov -0x30(%rbp),%rbx -ffffffff80017b52: 48 89 da mov %rbx,%rdx -ffffffff80017b55: e8 f6 c4 ff ff call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff80017b5a: 48 85 c0 test %rax,%rax -ffffffff80017b5d: 0f 84 f3 01 00 00 je ffffffff80017d56 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x15c6> -ffffffff80017b63: 48 89 45 b8 mov %rax,-0x48(%rbp) -ffffffff80017b67: 48 89 c7 mov %rax,%rdi -ffffffff80017b6a: 48 8b 75 b0 mov -0x50(%rbp),%rsi -ffffffff80017b6e: 48 89 da mov %rbx,%rdx -ffffffff80017b71: e8 0a ab 00 00 call ffffffff80022680 -ffffffff80017b76: 48 8b 85 f8 fe ff ff mov -0x108(%rbp),%rax -ffffffff80017b7d: 48 2b 85 78 ff ff ff sub -0x88(%rbp),%rax -ffffffff80017b84: 48 89 9d 00 ff ff ff mov %rbx,-0x100(%rbp) -ffffffff80017b8b: 48 89 85 08 ff ff ff mov %rax,-0xf8(%rbp) -ffffffff80017b92: 48 8b 7d c0 mov -0x40(%rbp),%rdi -ffffffff80017b96: 4c 8b 75 a0 mov -0x60(%rbp),%r14 -ffffffff80017b9a: 4d 85 f6 test %r14,%r14 -ffffffff80017b9d: 0f 84 1d f4 ff ff je ffffffff80016fc0 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x830> -ffffffff80017ba3: 4c 89 eb mov %r13,%rbx -ffffffff80017ba6: 48 8b 75 98 mov -0x68(%rbp),%rsi -ffffffff80017baa: 0f b6 05 e7 37 01 00 movzbl 0x137e7(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80017bb1: 84 c0 test %al,%al -ffffffff80017bb3: 74 16 je ffffffff80017bcb <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x143b> -ffffffff80017bb5: 48 83 3d 2b 37 01 00 cmpq $0x0,0x1372b(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80017bbc: 00 -ffffffff80017bbd: 4c 8d 3d 2c 37 01 00 lea 0x1372c(%rip),%r15 # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80017bc4: 75 46 jne ffffffff80017c0c <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x147c> -ffffffff80017bc6: e9 0e ee ff ff jmp ffffffff800169d9 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x249> -ffffffff80017bcb: 4c 8d ad e8 fd ff ff lea -0x218(%rbp),%r13 -ffffffff80017bd2: 4c 89 ef mov %r13,%rdi -ffffffff80017bd5: 48 89 75 90 mov %rsi,-0x70(%rbp) -ffffffff80017bd9: ff 15 01 37 01 00 call *0x13701(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80017bdf: 48 c7 05 fe 36 01 00 movq $0x1,0x136fe(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80017be6: 01 00 00 00 -ffffffff80017bea: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80017bef: 4c 8d 3d fa 36 01 00 lea 0x136fa(%rip),%r15 # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80017bf6: 4c 89 ff mov %r15,%rdi -ffffffff80017bf9: 4c 89 ee mov %r13,%rsi -ffffffff80017bfc: e8 7f aa 00 00 call ffffffff80022680 -ffffffff80017c01: 48 8b 75 90 mov -0x70(%rbp),%rsi -ffffffff80017c05: c6 05 8c 37 01 00 01 movb $0x1,0x1378c(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80017c0c: 49 c1 e6 04 shl $0x4,%r14 -ffffffff80017c10: ba 08 00 00 00 mov $0x8,%edx -ffffffff80017c15: 4c 89 ff mov %r15,%rdi -ffffffff80017c18: 4c 89 f1 mov %r14,%rcx -ffffffff80017c1b: e8 30 c6 ff ff call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80017c20: 49 89 dd mov %rbx,%r13 -ffffffff80017c23: 48 8b 7d c0 mov -0x40(%rbp),%rdi -ffffffff80017c27: 4c 89 eb mov %r13,%rbx -ffffffff80017c2a: 4c 8b b5 18 ff ff ff mov -0xe8(%rbp),%r14 -ffffffff80017c31: 4d 85 f6 test %r14,%r14 -ffffffff80017c34: 0f 84 99 f3 ff ff je ffffffff80016fd3 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x843> -ffffffff80017c3a: 48 8b b5 10 ff ff ff mov -0xf0(%rbp),%rsi -ffffffff80017c41: 0f b6 05 50 37 01 00 movzbl 0x13750(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80017c48: 84 c0 test %al,%al -ffffffff80017c4a: 74 16 je ffffffff80017c62 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x14d2> -ffffffff80017c4c: 48 83 3d 94 36 01 00 cmpq $0x0,0x13694(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80017c53: 00 -ffffffff80017c54: 4c 8d 3d 95 36 01 00 lea 0x13695(%rip),%r15 # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80017c5b: 75 46 jne ffffffff80017ca3 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x1513> -ffffffff80017c5d: e9 77 ed ff ff jmp ffffffff800169d9 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x249> -ffffffff80017c62: 4c 8d ad e8 fd ff ff lea -0x218(%rbp),%r13 -ffffffff80017c69: 4c 89 ef mov %r13,%rdi -ffffffff80017c6c: 48 89 75 90 mov %rsi,-0x70(%rbp) -ffffffff80017c70: ff 15 6a 36 01 00 call *0x1366a(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80017c76: 48 c7 05 67 36 01 00 movq $0x1,0x13667(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80017c7d: 01 00 00 00 -ffffffff80017c81: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80017c86: 4c 8d 3d 63 36 01 00 lea 0x13663(%rip),%r15 # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80017c8d: 4c 89 ff mov %r15,%rdi -ffffffff80017c90: 4c 89 ee mov %r13,%rsi -ffffffff80017c93: e8 e8 a9 00 00 call ffffffff80022680 -ffffffff80017c98: 48 8b 75 90 mov -0x70(%rbp),%rsi -ffffffff80017c9c: c6 05 f5 36 01 00 01 movb $0x1,0x136f5(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80017ca3: 49 c1 e6 04 shl $0x4,%r14 -ffffffff80017ca7: ba 08 00 00 00 mov $0x8,%edx -ffffffff80017cac: 4c 89 ff mov %r15,%rdi -ffffffff80017caf: 4c 89 f1 mov %r14,%rcx -ffffffff80017cb2: e8 99 c5 ff ff call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80017cb7: 48 8b 7d c0 mov -0x40(%rbp),%rdi -ffffffff80017cbb: 4c 8d b5 e8 fd ff ff lea -0x218(%rbp),%r14 -ffffffff80017cc2: 48 83 bd e8 fe ff ff cmpq $0x0,-0x118(%rbp) -ffffffff80017cc9: 00 -ffffffff80017cca: 0f 85 b8 f0 ff ff jne ffffffff80016d88 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x5f8> -ffffffff80017cd0: e9 13 f3 ff ff jmp ffffffff80016fe8 <_ZN11CappuccinOS4arch10x86_common11stack_trace17print_stack_trace17h7cd3328df494f7c7E+0x858> -ffffffff80017cd5: 48 81 c4 18 02 00 00 add $0x218,%rsp -ffffffff80017cdc: 5b pop %rbx -ffffffff80017cdd: 41 5c pop %r12 -ffffffff80017cdf: 41 5d pop %r13 -ffffffff80017ce1: 41 5e pop %r14 -ffffffff80017ce3: 41 5f pop %r15 -ffffffff80017ce5: 5d pop %rbp -ffffffff80017ce6: c3 ret -ffffffff80017ce7: 48 8d 15 12 32 01 00 lea 0x13212(%rip),%rdx # ffffffff8002af00 -ffffffff80017cee: 31 ff xor %edi,%edi -ffffffff80017cf0: 31 f6 xor %esi,%esi -ffffffff80017cf2: e8 f9 9a 00 00 call ffffffff800217f0 <_ZN4core9panicking18panic_bounds_check17h0aa7386a620f3834E> -ffffffff80017cf7: 0f 0b ud2 -ffffffff80017cf9: 48 8d 3d 0c d5 00 00 lea 0xd50c(%rip),%rdi # ffffffff8002520c -ffffffff80017d00: 48 8d 15 11 32 01 00 lea 0x13211(%rip),%rdx # ffffffff8002af18 -ffffffff80017d07: be 28 00 00 00 mov $0x28,%esi -ffffffff80017d0c: e8 8f 9a 00 00 call ffffffff800217a0 <_ZN4core9panicking5panic17h5954f42149c26846E> -ffffffff80017d11: 0f 0b ud2 -ffffffff80017d13: bf 01 00 00 00 mov $0x1,%edi -ffffffff80017d18: be 01 00 00 00 mov $0x1,%esi -ffffffff80017d1d: e8 9e 55 00 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff80017d22: 0f 0b ud2 -ffffffff80017d24: 48 8d 3d 09 d5 00 00 lea 0xd509(%rip),%rdi # ffffffff80025234 -ffffffff80017d2b: 48 8d 15 fe 31 01 00 lea 0x131fe(%rip),%rdx # ffffffff8002af30 -ffffffff80017d32: be 2b 00 00 00 mov $0x2b,%esi -ffffffff80017d37: e8 64 9a 00 00 call ffffffff800217a0 <_ZN4core9panicking5panic17h5954f42149c26846E> -ffffffff80017d3c: 0f 0b ud2 -ffffffff80017d3e: bf 01 00 00 00 mov $0x1,%edi -ffffffff80017d43: be 0c 00 00 00 mov $0xc,%esi -ffffffff80017d48: e8 73 55 00 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff80017d4d: 0f 0b ud2 -ffffffff80017d4f: e8 9c 51 00 00 call ffffffff8001cef0 <_ZN5alloc7raw_vec17capacity_overflow17h7464486241893bcbE> -ffffffff80017d54: 0f 0b ud2 -ffffffff80017d56: bf 01 00 00 00 mov $0x1,%edi -ffffffff80017d5b: 48 89 de mov %rbx,%rsi -ffffffff80017d5e: e8 5d 55 00 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff80017d63: 0f 0b ud2 -ffffffff80017d65: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff80017d6c: 00 00 00 -ffffffff80017d6f: 90 nop - -ffffffff80017d70 <_ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17h171a292a8cf92522E>: -ffffffff80017d70: 55 push %rbp -ffffffff80017d71: 48 89 e5 mov %rsp,%rbp -ffffffff80017d74: 41 57 push %r15 -ffffffff80017d76: 41 56 push %r14 -ffffffff80017d78: 41 55 push %r13 -ffffffff80017d7a: 41 54 push %r12 -ffffffff80017d7c: 53 push %rbx -ffffffff80017d7d: 48 83 ec 18 sub $0x18,%rsp -ffffffff80017d81: 4c 8b 27 mov (%rdi),%r12 -ffffffff80017d84: 4c 8b 6f 08 mov 0x8(%rdi),%r13 -ffffffff80017d88: 48 8d 7d c0 lea -0x40(%rbp),%rdi -ffffffff80017d8c: e8 af 71 00 00 call ffffffff8001ef40 <_ZN4core3fmt9Formatter10debug_list17hb5446d113a4a5c85E> -ffffffff80017d91: 4d 85 ed test %r13,%r13 -ffffffff80017d94: 74 34 je ffffffff80017dca <_ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17h171a292a8cf92522E+0x5a> -ffffffff80017d96: 48 8d 1d fb 37 01 00 lea 0x137fb(%rip),%rbx # ffffffff8002b598 -ffffffff80017d9d: 4c 8d 75 c0 lea -0x40(%rbp),%r14 -ffffffff80017da1: 4c 8d 7d d0 lea -0x30(%rbp),%r15 -ffffffff80017da5: 66 66 2e 0f 1f 84 00 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff80017dac: 00 00 00 00 -ffffffff80017db0: 4c 89 65 d0 mov %r12,-0x30(%rbp) -ffffffff80017db4: 49 ff c4 inc %r12 -ffffffff80017db7: 4c 89 f7 mov %r14,%rdi -ffffffff80017dba: 4c 89 fe mov %r15,%rsi -ffffffff80017dbd: 48 89 da mov %rbx,%rdx -ffffffff80017dc0: e8 cb 8d 00 00 call ffffffff80020b90 <_ZN4core3fmt8builders8DebugSet5entry17heb3636fc4c134120E> -ffffffff80017dc5: 49 ff cd dec %r13 -ffffffff80017dc8: 75 e6 jne ffffffff80017db0 <_ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17h171a292a8cf92522E+0x40> -ffffffff80017dca: 48 8d 7d c0 lea -0x40(%rbp),%rdi -ffffffff80017dce: e8 fd 8e 00 00 call ffffffff80020cd0 <_ZN4core3fmt8builders9DebugList6finish17h3d19d99ff7cde6f2E> -ffffffff80017dd3: 48 83 c4 18 add $0x18,%rsp -ffffffff80017dd7: 5b pop %rbx -ffffffff80017dd8: 41 5c pop %r12 -ffffffff80017dda: 41 5d pop %r13 -ffffffff80017ddc: 41 5e pop %r14 -ffffffff80017dde: 41 5f pop %r15 -ffffffff80017de0: 5d pop %rbp -ffffffff80017de1: c3 ret -ffffffff80017de2: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff80017de9: 00 00 00 -ffffffff80017dec: 0f 1f 40 00 nopl 0x0(%rax) - -ffffffff80017df0 <_ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17h3267844f2c3c44a4E>: -ffffffff80017df0: 55 push %rbp -ffffffff80017df1: 48 89 e5 mov %rsp,%rbp -ffffffff80017df4: 48 89 f7 mov %rsi,%rdi -ffffffff80017df7: 48 8d 35 61 d4 00 00 lea 0xd461(%rip),%rsi # ffffffff8002525f -ffffffff80017dfe: ba 02 00 00 00 mov $0x2,%edx -ffffffff80017e03: 5d pop %rbp -ffffffff80017e04: e9 87 67 00 00 jmp ffffffff8001e590 <_ZN4core3fmt9Formatter3pad17hfec64c705344ef8cE> -ffffffff80017e09: 0f 1f 80 00 00 00 00 nopl 0x0(%rax) - -ffffffff80017e10 <_ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17h357583f471db6949E>: -ffffffff80017e10: 55 push %rbp -ffffffff80017e11: 48 89 e5 mov %rsp,%rbp -ffffffff80017e14: 41 57 push %r15 -ffffffff80017e16: 41 56 push %r14 -ffffffff80017e18: 41 55 push %r13 -ffffffff80017e1a: 41 54 push %r12 -ffffffff80017e1c: 53 push %rbx -ffffffff80017e1d: 48 83 ec 18 sub $0x18,%rsp -ffffffff80017e21: 48 8b 07 mov (%rdi),%rax -ffffffff80017e24: 4c 8b 20 mov (%rax),%r12 -ffffffff80017e27: 4c 8b 68 08 mov 0x8(%rax),%r13 -ffffffff80017e2b: 48 8d 7d c0 lea -0x40(%rbp),%rdi -ffffffff80017e2f: e8 0c 71 00 00 call ffffffff8001ef40 <_ZN4core3fmt9Formatter10debug_list17hb5446d113a4a5c85E> -ffffffff80017e34: 4d 85 ed test %r13,%r13 -ffffffff80017e37: 74 31 je ffffffff80017e6a <_ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17h357583f471db6949E+0x5a> -ffffffff80017e39: 48 8d 1d 58 37 01 00 lea 0x13758(%rip),%rbx # ffffffff8002b598 -ffffffff80017e40: 4c 8d 75 c0 lea -0x40(%rbp),%r14 -ffffffff80017e44: 4c 8d 7d d0 lea -0x30(%rbp),%r15 -ffffffff80017e48: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff80017e4f: 00 -ffffffff80017e50: 4c 89 65 d0 mov %r12,-0x30(%rbp) -ffffffff80017e54: 49 ff c4 inc %r12 -ffffffff80017e57: 4c 89 f7 mov %r14,%rdi -ffffffff80017e5a: 4c 89 fe mov %r15,%rsi -ffffffff80017e5d: 48 89 da mov %rbx,%rdx -ffffffff80017e60: e8 2b 8d 00 00 call ffffffff80020b90 <_ZN4core3fmt8builders8DebugSet5entry17heb3636fc4c134120E> -ffffffff80017e65: 49 ff cd dec %r13 -ffffffff80017e68: 75 e6 jne ffffffff80017e50 <_ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17h357583f471db6949E+0x40> -ffffffff80017e6a: 48 8d 7d c0 lea -0x40(%rbp),%rdi -ffffffff80017e6e: e8 5d 8e 00 00 call ffffffff80020cd0 <_ZN4core3fmt8builders9DebugList6finish17h3d19d99ff7cde6f2E> -ffffffff80017e73: 48 83 c4 18 add $0x18,%rsp -ffffffff80017e77: 5b pop %rbx -ffffffff80017e78: 41 5c pop %r12 -ffffffff80017e7a: 41 5d pop %r13 -ffffffff80017e7c: 41 5e pop %r14 -ffffffff80017e7e: 41 5f pop %r15 -ffffffff80017e80: 5d pop %rbp -ffffffff80017e81: c3 ret -ffffffff80017e82: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff80017e89: 00 00 00 -ffffffff80017e8c: 0f 1f 40 00 nopl 0x0(%rax) - -ffffffff80017e90 <_ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17h67f35fd55f1ad3c7E>: -ffffffff80017e90: 55 push %rbp -ffffffff80017e91: 48 89 e5 mov %rsp,%rbp -ffffffff80017e94: 48 8b 3f mov (%rdi),%rdi -ffffffff80017e97: 8b 46 34 mov 0x34(%rsi),%eax -ffffffff80017e9a: a8 10 test $0x10,%al -ffffffff80017e9c: 75 0a jne ffffffff80017ea8 <_ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17h67f35fd55f1ad3c7E+0x18> -ffffffff80017e9e: a8 20 test $0x20,%al -ffffffff80017ea0: 75 0c jne ffffffff80017eae <_ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17h67f35fd55f1ad3c7E+0x1e> -ffffffff80017ea2: 5d pop %rbp -ffffffff80017ea3: e9 08 a2 00 00 jmp ffffffff800220b0 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u32$GT$3fmt17h075a1d797155bb92E> -ffffffff80017ea8: 5d pop %rbp -ffffffff80017ea9: e9 82 5c 00 00 jmp ffffffff8001db30 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..LowerHex$u20$for$u20$i32$GT$3fmt17hc3f7231e823d0335E> -ffffffff80017eae: 5d pop %rbp -ffffffff80017eaf: e9 1c 5d 00 00 jmp ffffffff8001dbd0 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..UpperHex$u20$for$u20$i32$GT$3fmt17hb545f5b1177c39baE> -ffffffff80017eb4: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff80017ebb: 00 00 00 -ffffffff80017ebe: 66 90 xchg %ax,%ax - -ffffffff80017ec0 <_ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17hb886b28fb4f42d45E>: -ffffffff80017ec0: 55 push %rbp -ffffffff80017ec1: 48 89 e5 mov %rsp,%rbp -ffffffff80017ec4: 48 8b 3f mov (%rdi),%rdi -ffffffff80017ec7: 8b 46 34 mov 0x34(%rsi),%eax -ffffffff80017eca: a8 10 test $0x10,%al -ffffffff80017ecc: 75 0a jne ffffffff80017ed8 <_ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17hb886b28fb4f42d45E+0x18> -ffffffff80017ece: a8 20 test $0x20,%al -ffffffff80017ed0: 75 0c jne ffffffff80017ede <_ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17hb886b28fb4f42d45E+0x1e> -ffffffff80017ed2: 5d pop %rbp -ffffffff80017ed3: e9 28 9f 00 00 jmp ffffffff80021e00 <_ZN4core3fmt3num3imp51_$LT$impl$u20$core..fmt..Display$u20$for$u20$u8$GT$3fmt17h7f1094c63e6bd735E> -ffffffff80017ed8: 5d pop %rbp -ffffffff80017ed9: e9 f2 59 00 00 jmp ffffffff8001d8d0 <_ZN4core3fmt3num52_$LT$impl$u20$core..fmt..LowerHex$u20$for$u20$i8$GT$3fmt17h26d9716fee318249E> -ffffffff80017ede: 5d pop %rbp -ffffffff80017edf: e9 7c 5a 00 00 jmp ffffffff8001d960 <_ZN4core3fmt3num52_$LT$impl$u20$core..fmt..UpperHex$u20$for$u20$i8$GT$3fmt17h9b3aa08c54f73787E> -ffffffff80017ee4: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff80017eeb: 00 00 00 -ffffffff80017eee: 66 90 xchg %ax,%ax - -ffffffff80017ef0 <_ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17hced8a2a0b2885521E>: -ffffffff80017ef0: 55 push %rbp -ffffffff80017ef1: 48 89 e5 mov %rsp,%rbp -ffffffff80017ef4: 48 8b 3f mov (%rdi),%rdi -ffffffff80017ef7: 8b 46 34 mov 0x34(%rsi),%eax -ffffffff80017efa: a8 10 test $0x10,%al -ffffffff80017efc: 75 0a jne ffffffff80017f08 <_ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17hced8a2a0b2885521E+0x18> -ffffffff80017efe: a8 20 test $0x20,%al -ffffffff80017f00: 75 0c jne ffffffff80017f0e <_ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17hced8a2a0b2885521E+0x1e> -ffffffff80017f02: 5d pop %rbp -ffffffff80017f03: e9 c8 a2 00 00 jmp ffffffff800221d0 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u64$GT$3fmt17hb9efc93793ab2de5E> -ffffffff80017f08: 5d pop %rbp -ffffffff80017f09: e9 f2 5d 00 00 jmp ffffffff8001dd00 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..LowerHex$u20$for$u20$i64$GT$3fmt17h8be0ad20e8af3692E> -ffffffff80017f0e: 5d pop %rbp -ffffffff80017f0f: e9 8c 5e 00 00 jmp ffffffff8001dda0 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..UpperHex$u20$for$u20$i64$GT$3fmt17hb815251c2be6fbeaE> -ffffffff80017f14: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff80017f1b: 00 00 00 -ffffffff80017f1e: 66 90 xchg %ax,%ax - -ffffffff80017f20 <_ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17he108d5a1a1d23084E>: -ffffffff80017f20: 55 push %rbp -ffffffff80017f21: 48 89 e5 mov %rsp,%rbp -ffffffff80017f24: 48 8b 3f mov (%rdi),%rdi -ffffffff80017f27: 8b 46 34 mov 0x34(%rsi),%eax -ffffffff80017f2a: a8 10 test $0x10,%al -ffffffff80017f2c: 75 0a jne ffffffff80017f38 <_ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17he108d5a1a1d23084E+0x18> -ffffffff80017f2e: a8 20 test $0x20,%al -ffffffff80017f30: 75 0c jne ffffffff80017f3e <_ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17he108d5a1a1d23084E+0x1e> -ffffffff80017f32: 5d pop %rbp -ffffffff80017f33: e9 58 9f 00 00 jmp ffffffff80021e90 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u16$GT$3fmt17h14337445acae25ffE> -ffffffff80017f38: 5d pop %rbp -ffffffff80017f39: e9 b2 5a 00 00 jmp ffffffff8001d9f0 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..LowerHex$u20$for$u20$i16$GT$3fmt17h3528c9b5053b1a19E> -ffffffff80017f3e: 5d pop %rbp -ffffffff80017f3f: e9 4c 5b 00 00 jmp ffffffff8001da90 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..UpperHex$u20$for$u20$i16$GT$3fmt17h625d0f2fe4b01bebE> -ffffffff80017f44: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff80017f4b: 00 00 00 -ffffffff80017f4e: 66 90 xchg %ax,%ax - -ffffffff80017f50 <_ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17hf7d49b51fa50c9afE>: -ffffffff80017f50: 55 push %rbp -ffffffff80017f51: 48 89 e5 mov %rsp,%rbp -ffffffff80017f54: 48 8b 3f mov (%rdi),%rdi -ffffffff80017f57: 5d pop %rbp -ffffffff80017f58: e9 23 70 00 00 jmp ffffffff8001ef80 <_ZN43_$LT$bool$u20$as$u20$core..fmt..Display$GT$3fmt17hb94e53b15c61e85aE> -ffffffff80017f5d: 0f 1f 00 nopl (%rax) - -ffffffff80017f60 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17ha01f5dc2f20350fdE>: -ffffffff80017f60: 55 push %rbp -ffffffff80017f61: 48 89 e5 mov %rsp,%rbp -ffffffff80017f64: 48 89 f2 mov %rsi,%rdx -ffffffff80017f67: 48 8b 07 mov (%rdi),%rax -ffffffff80017f6a: 48 8b 77 08 mov 0x8(%rdi),%rsi -ffffffff80017f6e: 48 89 c7 mov %rax,%rdi -ffffffff80017f71: 5d pop %rbp -ffffffff80017f72: e9 a9 73 00 00 jmp ffffffff8001f320 <_ZN42_$LT$str$u20$as$u20$core..fmt..Display$GT$3fmt17he638614914212881E> -ffffffff80017f77: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1) -ffffffff80017f7e: 00 00 - -ffffffff80017f80 <_ZN4core3fmt3num52_$LT$impl$u20$core..fmt..Debug$u20$for$u20$usize$GT$3fmt17hbe831d11aaa2bd69E>: -ffffffff80017f80: 55 push %rbp -ffffffff80017f81: 48 89 e5 mov %rsp,%rbp -ffffffff80017f84: 8b 46 34 mov 0x34(%rsi),%eax -ffffffff80017f87: a8 10 test $0x10,%al -ffffffff80017f89: 75 0a jne ffffffff80017f95 <_ZN4core3fmt3num52_$LT$impl$u20$core..fmt..Debug$u20$for$u20$usize$GT$3fmt17hbe831d11aaa2bd69E+0x15> -ffffffff80017f8b: a8 20 test $0x20,%al -ffffffff80017f8d: 75 0c jne ffffffff80017f9b <_ZN4core3fmt3num52_$LT$impl$u20$core..fmt..Debug$u20$for$u20$usize$GT$3fmt17hbe831d11aaa2bd69E+0x1b> -ffffffff80017f8f: 5d pop %rbp -ffffffff80017f90: e9 3b a2 00 00 jmp ffffffff800221d0 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u64$GT$3fmt17hb9efc93793ab2de5E> -ffffffff80017f95: 5d pop %rbp -ffffffff80017f96: e9 65 5d 00 00 jmp ffffffff8001dd00 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..LowerHex$u20$for$u20$i64$GT$3fmt17h8be0ad20e8af3692E> -ffffffff80017f9b: 5d pop %rbp -ffffffff80017f9c: e9 ff 5d 00 00 jmp ffffffff8001dda0 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..UpperHex$u20$for$u20$i64$GT$3fmt17hb815251c2be6fbeaE> -ffffffff80017fa1: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff80017fa8: 00 00 00 -ffffffff80017fab: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) - -ffffffff80017fb0 <_ZN4core3ptr26drop_in_place$LT$usize$GT$17h6868f6a3975bf9beE>: -ffffffff80017fb0: 55 push %rbp -ffffffff80017fb1: 48 89 e5 mov %rsp,%rbp -ffffffff80017fb4: 5d pop %rbp -ffffffff80017fb5: c3 ret -ffffffff80017fb6: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff80017fbd: 00 00 00 - -ffffffff80017fc0 <_ZN50_$LT$$BP$mut$u20$T$u20$as$u20$core..fmt..Debug$GT$3fmt17h736a8dcd3c42ad0fE>: -ffffffff80017fc0: 55 push %rbp -ffffffff80017fc1: 48 89 e5 mov %rsp,%rbp -ffffffff80017fc4: 48 8b 3f mov (%rdi),%rdi -ffffffff80017fc7: 5d pop %rbp -ffffffff80017fc8: e9 63 75 00 00 jmp ffffffff8001f530 <_ZN4core3fmt17pointer_fmt_inner17h045f84b406453d98E> -ffffffff80017fcd: 0f 1f 00 nopl (%rax) - -ffffffff80017fd0 <_ZN52_$LT$$BP$mut$u20$T$u20$as$u20$core..fmt..Pointer$GT$3fmt17h1b6a79159dacaea2E>: -ffffffff80017fd0: 55 push %rbp -ffffffff80017fd1: 48 89 e5 mov %rsp,%rbp -ffffffff80017fd4: 48 8b 3f mov (%rdi),%rdi -ffffffff80017fd7: 5d pop %rbp -ffffffff80017fd8: e9 53 75 00 00 jmp ffffffff8001f530 <_ZN4core3fmt17pointer_fmt_inner17h045f84b406453d98E> -ffffffff80017fdd: 0f 1f 00 nopl (%rax) - -ffffffff80017fe0 <_ZN64_$LT$core..str..error..Utf8Error$u20$as$u20$core..fmt..Debug$GT$3fmt17h3f288f3e9be6756dE>: -ffffffff80017fe0: 55 push %rbp -ffffffff80017fe1: 48 89 e5 mov %rsp,%rbp -ffffffff80017fe4: 41 56 push %r14 -ffffffff80017fe6: 53 push %rbx -ffffffff80017fe7: 48 83 ec 10 sub $0x10,%rsp -ffffffff80017feb: 48 89 f0 mov %rsi,%rax -ffffffff80017fee: 49 89 f9 mov %rdi,%r9 -ffffffff80017ff1: 48 8d 4f 08 lea 0x8(%rdi),%rcx -ffffffff80017ff5: 48 89 4d e8 mov %rcx,-0x18(%rbp) -ffffffff80017ff9: 48 83 ec 08 sub $0x8,%rsp -ffffffff80017ffd: 4c 8d 15 64 2f 01 00 lea 0x12f64(%rip),%r10 # ffffffff8002af68 -ffffffff80018004: 4c 8d 5d e8 lea -0x18(%rbp),%r11 -ffffffff80018008: 48 8d 1d 6d d2 00 00 lea 0xd26d(%rip),%rbx # ffffffff8002527c -ffffffff8001800f: 4c 8d 35 32 2f 01 00 lea 0x12f32(%rip),%r14 # ffffffff8002af48 -ffffffff80018016: 48 8d 35 4b d2 00 00 lea 0xd24b(%rip),%rsi # ffffffff80025268 -ffffffff8001801d: 48 8d 0d 4d d2 00 00 lea 0xd24d(%rip),%rcx # ffffffff80025271 -ffffffff80018024: ba 09 00 00 00 mov $0x9,%edx -ffffffff80018029: 41 b8 0b 00 00 00 mov $0xb,%r8d -ffffffff8001802f: 48 89 c7 mov %rax,%rdi -ffffffff80018032: 41 52 push %r10 -ffffffff80018034: 41 53 push %r11 -ffffffff80018036: 6a 09 push $0x9 -ffffffff80018038: 53 push %rbx -ffffffff80018039: 41 56 push %r14 -ffffffff8001803b: e8 60 69 00 00 call ffffffff8001e9a0 <_ZN4core3fmt9Formatter26debug_struct_field2_finish17hd85c2347e53e94f3E> -ffffffff80018040: 48 83 c4 40 add $0x40,%rsp -ffffffff80018044: 5b pop %rbx -ffffffff80018045: 41 5e pop %r14 -ffffffff80018047: 5d pop %rbp -ffffffff80018048: c3 ret -ffffffff80018049: 0f 1f 80 00 00 00 00 nopl 0x0(%rax) - -ffffffff80018050 <_ZN11CappuccinOS4arch3imp10interrupts22null_interrupt_handler17h9b4598fdd421d50aE>: -ffffffff80018050: 55 push %rbp -ffffffff80018051: 48 89 e5 mov %rsp,%rbp -ffffffff80018054: fc cld -ffffffff80018055: 5d pop %rbp -ffffffff80018056: 48 cf iretq -ffffffff80018058: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff8001805f: 00 - -ffffffff80018060 <_ZN11CappuccinOS4arch3imp10interrupts13timer_handler17h1f953ce5f2b86af2E>: -ffffffff80018060: 55 push %rbp -ffffffff80018061: 48 89 e5 mov %rsp,%rbp -ffffffff80018064: 52 push %rdx -ffffffff80018065: 50 push %rax -ffffffff80018066: fc cld -ffffffff80018067: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1) -ffffffff8001806e: 00 00 -ffffffff80018070: b0 01 mov $0x1,%al -ffffffff80018072: 86 05 10 2f 01 00 xchg %al,0x12f10(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80018078: 84 c0 test %al,%al -ffffffff8001807a: 75 f4 jne ffffffff80018070 <_ZN11CappuccinOS4arch3imp10interrupts13timer_handler17h1f953ce5f2b86af2E+0x10> -ffffffff8001807c: 0f b6 05 09 2f 01 00 movzbl 0x12f09(%rip),%eax # ffffffff8002af8c <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x4> -ffffffff80018083: 04 e7 add $0xe7,%al -ffffffff80018085: 3c 07 cmp $0x7,%al -ffffffff80018087: 77 0a ja ffffffff80018093 <_ZN11CappuccinOS4arch3imp10interrupts13timer_handler17h1f953ce5f2b86af2E+0x33> -ffffffff80018089: 0f b6 15 fd 2e 01 00 movzbl 0x12efd(%rip),%edx # ffffffff8002af8d <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x5> -ffffffff80018090: b0 20 mov $0x20,%al -ffffffff80018092: ee out %al,(%dx) -ffffffff80018093: 0f b6 15 f0 2e 01 00 movzbl 0x12ef0(%rip),%edx # ffffffff8002af8a <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x2> -ffffffff8001809a: b0 20 mov $0x20,%al -ffffffff8001809c: ee out %al,(%dx) -ffffffff8001809d: c6 05 e4 2e 01 00 00 movb $0x0,0x12ee4(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff800180a4: 58 pop %rax -ffffffff800180a5: 5a pop %rdx -ffffffff800180a6: 5d pop %rbp -ffffffff800180a7: 48 cf iretq -ffffffff800180a9: 0f 1f 80 00 00 00 00 nopl 0x0(%rax) - -ffffffff800180b0 <_ZN11CappuccinOS4arch3imp10interrupts7syscall17h5822d985a5cc4daaE>: -ffffffff800180b0: 57 push %rdi -ffffffff800180b1: 56 push %rsi -ffffffff800180b2: 52 push %rdx -ffffffff800180b3: 51 push %rcx -ffffffff800180b4: e8 17 00 00 00 call ffffffff800180d0 <_ZN11CappuccinOS4arch3imp10interrupts15syscall_handler17h78e5510898cd99fdE> -ffffffff800180b9: 5f pop %rdi -ffffffff800180ba: 5e pop %rsi -ffffffff800180bb: 5a pop %rdx -ffffffff800180bc: 59 pop %rcx -ffffffff800180bd: 48 cf iretq -ffffffff800180bf: 0f 0b ud2 -ffffffff800180c1: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff800180c8: 00 00 00 -ffffffff800180cb: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) - -ffffffff800180d0 <_ZN11CappuccinOS4arch3imp10interrupts15syscall_handler17h78e5510898cd99fdE>: -ffffffff800180d0: 55 push %rbp -ffffffff800180d1: 48 89 e5 mov %rsp,%rbp -ffffffff800180d4: 41 57 push %r15 -ffffffff800180d6: 41 56 push %r14 -ffffffff800180d8: 53 push %rbx -ffffffff800180d9: 48 81 ec e8 00 00 00 sub $0xe8,%rsp -ffffffff800180e0: 48 8d bd 08 ff ff ff lea -0xf8(%rbp),%rdi -ffffffff800180e7: 48 89 d6 mov %rdx,%rsi -ffffffff800180ea: 48 89 ca mov %rcx,%rdx -ffffffff800180ed: e8 be 7b 00 00 call ffffffff8001fcb0 <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E> -ffffffff800180f2: 48 83 bd 08 ff ff ff cmpq $0x0,-0xf8(%rbp) -ffffffff800180f9: 00 -ffffffff800180fa: 0f 85 6b 01 00 00 jne ffffffff8001826b <_ZN11CappuccinOS4arch3imp10interrupts15syscall_handler17h78e5510898cd99fdE+0x19b> -ffffffff80018100: 48 8b 85 10 ff ff ff mov -0xf0(%rbp),%rax -ffffffff80018107: 48 8b 8d 18 ff ff ff mov -0xe8(%rbp),%rcx -ffffffff8001810e: 48 89 45 c0 mov %rax,-0x40(%rbp) -ffffffff80018112: 48 89 4d c8 mov %rcx,-0x38(%rbp) -ffffffff80018116: 0f b6 05 93 16 01 00 movzbl 0x11693(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff8001811d: 84 c0 test %al,%al -ffffffff8001811f: 74 0f je ffffffff80018130 <_ZN11CappuccinOS4arch3imp10interrupts15syscall_handler17h78e5510898cd99fdE+0x60> -ffffffff80018121: 48 83 3d 2f 16 01 00 cmpq $0x0,0x1162f(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80018128: 00 -ffffffff80018129: 75 39 jne ffffffff80018164 <_ZN11CappuccinOS4arch3imp10interrupts15syscall_handler17h78e5510898cd99fdE+0x94> -ffffffff8001812b: e9 c6 00 00 00 jmp ffffffff800181f6 <_ZN11CappuccinOS4arch3imp10interrupts15syscall_handler17h78e5510898cd99fdE+0x126> -ffffffff80018130: 48 8d 9d 08 ff ff ff lea -0xf8(%rbp),%rbx -ffffffff80018137: 48 89 df mov %rbx,%rdi -ffffffff8001813a: ff 15 10 16 01 00 call *0x11610(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff80018140: 48 c7 05 0d 16 01 00 movq $0x1,0x1160d(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80018147: 01 00 00 00 -ffffffff8001814b: 48 8d 3d 0e 16 01 00 lea 0x1160e(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80018152: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff80018157: 48 89 de mov %rbx,%rsi -ffffffff8001815a: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff8001815d: c6 05 4c 16 01 00 01 movb $0x1,0x1164c(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80018164: 48 8d 45 c0 lea -0x40(%rbp),%rax -ffffffff80018168: 48 89 45 b0 mov %rax,-0x50(%rbp) -ffffffff8001816c: 48 8d 05 ed fd ff ff lea -0x213(%rip),%rax # ffffffff80017f60 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17ha01f5dc2f20350fdE> -ffffffff80018173: 48 89 45 b8 mov %rax,-0x48(%rbp) -ffffffff80018177: 48 8d 05 22 2e 01 00 lea 0x12e22(%rip),%rax # ffffffff8002afa0 <_ZN11CappuccinOS4arch3imp10interrupts7IDT_PTR17hf9b45bc82c63d983E+0x11> -ffffffff8001817e: 48 89 85 08 ff ff ff mov %rax,-0xf8(%rbp) -ffffffff80018185: 48 c7 85 10 ff ff ff movq $0x1,-0xf0(%rbp) -ffffffff8001818c: 01 00 00 00 -ffffffff80018190: 48 c7 85 28 ff ff ff movq $0x0,-0xd8(%rbp) -ffffffff80018197: 00 00 00 00 -ffffffff8001819b: 48 8d 45 b0 lea -0x50(%rbp),%rax -ffffffff8001819f: 48 89 85 18 ff ff ff mov %rax,-0xe8(%rbp) -ffffffff800181a6: 48 c7 85 20 ff ff ff movq $0x1,-0xe0(%rbp) -ffffffff800181ad: 01 00 00 00 -ffffffff800181b1: 48 8d 7d d0 lea -0x30(%rbp),%rdi -ffffffff800181b5: 48 8d b5 08 ff ff ff lea -0xf8(%rbp),%rsi -ffffffff800181bc: e8 cf 4d 00 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff800181c1: 48 8b 5d d0 mov -0x30(%rbp),%rbx -ffffffff800181c5: 48 8b 55 e0 mov -0x20(%rbp),%rdx -ffffffff800181c9: 48 8d 3d 90 15 01 00 lea 0x11590(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff800181d0: 48 89 de mov %rbx,%rsi -ffffffff800181d3: e8 c8 84 fe ff call ffffffff800006a0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E> -ffffffff800181d8: 4c 8b 75 d8 mov -0x28(%rbp),%r14 -ffffffff800181dc: 4d 85 f6 test %r14,%r14 -ffffffff800181df: 74 7c je ffffffff8001825d <_ZN11CappuccinOS4arch3imp10interrupts15syscall_handler17h78e5510898cd99fdE+0x18d> -ffffffff800181e1: 0f b6 05 b0 31 01 00 movzbl 0x131b0(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff800181e8: 84 c0 test %al,%al -ffffffff800181ea: 74 24 je ffffffff80018210 <_ZN11CappuccinOS4arch3imp10interrupts15syscall_handler17h78e5510898cd99fdE+0x140> -ffffffff800181ec: 48 83 3d f4 30 01 00 cmpq $0x0,0x130f4(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff800181f3: 00 -ffffffff800181f4: 75 50 jne ffffffff80018246 <_ZN11CappuccinOS4arch3imp10interrupts15syscall_handler17h78e5510898cd99fdE+0x176> -ffffffff800181f6: 48 8d 3d e3 e5 00 00 lea 0xe5e3(%rip),%rdi # ffffffff800267e0 -ffffffff800181fd: 48 8d 15 1c 33 01 00 lea 0x1331c(%rip),%rdx # ffffffff8002b520 -ffffffff80018204: be 1e 00 00 00 mov $0x1e,%esi -ffffffff80018209: e8 12 9b 00 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff8001820e: 0f 0b ud2 -ffffffff80018210: 4c 8d bd 08 ff ff ff lea -0xf8(%rbp),%r15 -ffffffff80018217: 4c 89 ff mov %r15,%rdi -ffffffff8001821a: ff 15 c0 30 01 00 call *0x130c0(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80018220: 48 c7 05 bd 30 01 00 movq $0x1,0x130bd(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80018227: 01 00 00 00 -ffffffff8001822b: 48 8d 3d be 30 01 00 lea 0x130be(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80018232: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80018237: 4c 89 fe mov %r15,%rsi -ffffffff8001823a: e8 41 a4 00 00 call ffffffff80022680 -ffffffff8001823f: c6 05 52 31 01 00 01 movb $0x1,0x13152(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80018246: 48 8d 3d a3 30 01 00 lea 0x130a3(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001824d: ba 01 00 00 00 mov $0x1,%edx -ffffffff80018252: 48 89 de mov %rbx,%rsi -ffffffff80018255: 4c 89 f1 mov %r14,%rcx -ffffffff80018258: e8 f3 bf ff ff call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8001825d: 48 81 c4 e8 00 00 00 add $0xe8,%rsp -ffffffff80018264: 5b pop %rbx -ffffffff80018265: 41 5e pop %r14 -ffffffff80018267: 41 5f pop %r15 -ffffffff80018269: 5d pop %rbp -ffffffff8001826a: c3 ret -ffffffff8001826b: 48 8b 85 10 ff ff ff mov -0xf0(%rbp),%rax -ffffffff80018272: 48 8b 8d 18 ff ff ff mov -0xe8(%rbp),%rcx -ffffffff80018279: 48 89 4d d8 mov %rcx,-0x28(%rbp) -ffffffff8001827d: 48 89 45 d0 mov %rax,-0x30(%rbp) -ffffffff80018281: 48 8d 3d 1e d0 00 00 lea 0xd01e(%rip),%rdi # ffffffff800252a6 -ffffffff80018288: 48 8d 0d 21 2d 01 00 lea 0x12d21(%rip),%rcx # ffffffff8002afb0 <_ZN11CappuccinOS4arch3imp10interrupts7IDT_PTR17hf9b45bc82c63d983E+0x21> -ffffffff8001828f: 4c 8d 05 3a 2d 01 00 lea 0x12d3a(%rip),%r8 # ffffffff8002afd0 <_ZN11CappuccinOS4arch3imp10interrupts7IDT_PTR17hf9b45bc82c63d983E+0x41> -ffffffff80018296: 48 8d 55 d0 lea -0x30(%rbp),%rdx -ffffffff8001829a: be 2b 00 00 00 mov $0x2b,%esi -ffffffff8001829f: e8 dc 9a 00 00 call ffffffff80021d80 <_ZN4core6result13unwrap_failed17h657510ce64ac5bccE> -ffffffff800182a4: 0f 0b ud2 -ffffffff800182a6: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff800182ad: 00 00 00 - -ffffffff800182b0 <_start>: -ffffffff800182b0: 55 push %rbp -ffffffff800182b1: 48 89 e5 mov %rsp,%rbp -ffffffff800182b4: 41 57 push %r15 -ffffffff800182b6: 41 56 push %r14 -ffffffff800182b8: 53 push %rbx -ffffffff800182b9: 48 81 ec f8 00 00 00 sub $0xf8,%rsp -ffffffff800182c0: b0 01 mov $0x1,%al -ffffffff800182c2: 86 05 49 39 01 00 xchg %al,0x13949(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff800182c8: 84 c0 test %al,%al -ffffffff800182ca: 75 f4 jne ffffffff800182c0 <_start+0x10> -ffffffff800182cc: c6 05 3e 39 01 00 00 movb $0x0,0x1393e(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff800182d3: 48 8d 05 38 39 01 00 lea 0x13938(%rip),%rax # ffffffff8002bc12 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x1> -ffffffff800182da: 48 89 05 b0 2c 01 00 mov %rax,0x12cb0(%rip) # ffffffff8002af91 <_ZN11CappuccinOS4arch3imp10interrupts7IDT_PTR17hf9b45bc82c63d983E+0x2> -ffffffff800182e1: 66 66 66 66 66 66 2e data16 data16 data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff800182e8: 0f 1f 84 00 00 00 00 -ffffffff800182ef: 00 -ffffffff800182f0: b0 01 mov $0x1,%al -ffffffff800182f2: 86 05 19 39 01 00 xchg %al,0x13919(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff800182f8: 84 c0 test %al,%al -ffffffff800182fa: 75 f4 jne ffffffff800182f0 <_start+0x40> -ffffffff800182fc: 48 8d 3d 0f 39 01 00 lea 0x1390f(%rip),%rdi # ffffffff8002bc12 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x1> -ffffffff80018303: 31 db xor %ebx,%ebx -ffffffff80018305: ba 00 10 00 00 mov $0x1000,%edx -ffffffff8001830a: 31 f6 xor %esi,%esi -ffffffff8001830c: e8 7f a3 00 00 call ffffffff80022690 -ffffffff80018311: c6 05 f9 38 01 00 00 movb $0x0,0x138f9(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff80018318: 48 8d 0d f2 38 01 00 lea 0x138f2(%rip),%rcx # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff8001831f: 48 8d 35 2a fd ff ff lea -0x2d6(%rip),%rsi # ffffffff80018050 <_ZN11CappuccinOS4arch3imp10interrupts22null_interrupt_handler17h9b4598fdd421d50aE> -ffffffff80018326: 48 89 f7 mov %rsi,%rdi -ffffffff80018329: 48 c1 ef 20 shr $0x20,%rdi -ffffffff8001832d: eb 31 jmp ffffffff80018360 <_start+0xb0> -ffffffff8001832f: 4c 8d 43 01 lea 0x1(%rbx),%r8 -ffffffff80018333: 0f b6 15 50 2c 01 00 movzbl 0x12c50(%rip),%edx # ffffffff8002af8a <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x2> -ffffffff8001833a: b0 20 mov $0x20,%al -ffffffff8001833c: ee out %al,(%dx) -ffffffff8001833d: c6 05 44 2c 01 00 00 movb $0x0,0x12c44(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80018344: 48 81 fb ff 00 00 00 cmp $0xff,%rbx -ffffffff8001834b: 4c 89 c3 mov %r8,%rbx -ffffffff8001834e: 0f 84 a8 00 00 00 je ffffffff800183fc <_start+0x14c> -ffffffff80018354: 66 66 66 2e 0f 1f 84 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8001835b: 00 00 00 00 00 -ffffffff80018360: b0 01 mov $0x1,%al -ffffffff80018362: 86 05 a9 38 01 00 xchg %al,0x138a9(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff80018368: 84 c0 test %al,%al -ffffffff8001836a: 75 f4 jne ffffffff80018360 <_start+0xb0> -ffffffff8001836c: 48 89 d8 mov %rbx,%rax -ffffffff8001836f: 48 c1 e0 04 shl $0x4,%rax -ffffffff80018373: 66 89 74 08 01 mov %si,0x1(%rax,%rcx,1) -ffffffff80018378: c7 44 08 03 28 00 00 movl $0xee000028,0x3(%rax,%rcx,1) -ffffffff8001837f: ee -ffffffff80018380: 89 f2 mov %esi,%edx -ffffffff80018382: c1 ea 10 shr $0x10,%edx -ffffffff80018385: 66 89 54 08 07 mov %dx,0x7(%rax,%rcx,1) -ffffffff8001838a: 89 7c 08 09 mov %edi,0x9(%rax,%rcx,1) -ffffffff8001838e: c7 44 08 0d 00 00 00 movl $0x0,0xd(%rax,%rcx,1) -ffffffff80018395: 00 -ffffffff80018396: c6 05 74 38 01 00 00 movb $0x0,0x13874(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff8001839d: 0f 1f 00 nopl (%rax) -ffffffff800183a0: b0 01 mov $0x1,%al -ffffffff800183a2: 86 05 e0 2b 01 00 xchg %al,0x12be0(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff800183a8: 84 c0 test %al,%al -ffffffff800183aa: 75 f4 jne ffffffff800183a0 <_start+0xf0> -ffffffff800183ac: 0f b6 15 d6 2b 01 00 movzbl 0x12bd6(%rip),%edx # ffffffff8002af89 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x1> -ffffffff800183b3: 0f b6 05 d2 2b 01 00 movzbl 0x12bd2(%rip),%eax # ffffffff8002af8c <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x4> -ffffffff800183ba: 38 da cmp %bl,%dl -ffffffff800183bc: 77 0c ja ffffffff800183ca <_start+0x11a> -ffffffff800183be: 80 c2 08 add $0x8,%dl -ffffffff800183c1: 38 da cmp %bl,%dl -ffffffff800183c3: 76 05 jbe ffffffff800183ca <_start+0x11a> -ffffffff800183c5: 8d 50 08 lea 0x8(%rax),%edx -ffffffff800183c8: eb 13 jmp ffffffff800183dd <_start+0x12d> -ffffffff800183ca: 38 d8 cmp %bl,%al -ffffffff800183cc: 0f 87 5d ff ff ff ja ffffffff8001832f <_start+0x7f> -ffffffff800183d2: 8d 50 08 lea 0x8(%rax),%edx -ffffffff800183d5: 38 da cmp %bl,%dl -ffffffff800183d7: 0f 86 52 ff ff ff jbe ffffffff8001832f <_start+0x7f> -ffffffff800183dd: 38 da cmp %bl,%dl -ffffffff800183df: 0f 86 4a ff ff ff jbe ffffffff8001832f <_start+0x7f> -ffffffff800183e5: 38 d8 cmp %bl,%al -ffffffff800183e7: 0f 87 42 ff ff ff ja ffffffff8001832f <_start+0x7f> -ffffffff800183ed: 0f b6 15 99 2b 01 00 movzbl 0x12b99(%rip),%edx # ffffffff8002af8d <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x5> -ffffffff800183f4: b0 20 mov $0x20,%al -ffffffff800183f6: ee out %al,(%dx) -ffffffff800183f7: e9 33 ff ff ff jmp ffffffff8001832f <_start+0x7f> -ffffffff800183fc: e8 3f d0 ff ff call ffffffff80015440 <_ZN11CappuccinOS4arch3imp10interrupts10exceptions14set_exceptions17h8921abb68c33fef1E> -ffffffff80018401: 66 66 66 66 66 66 2e data16 data16 data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff80018408: 0f 1f 84 00 00 00 00 -ffffffff8001840f: 00 -ffffffff80018410: b0 01 mov $0x1,%al -ffffffff80018412: 86 05 f9 37 01 00 xchg %al,0x137f9(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff80018418: 84 c0 test %al,%al -ffffffff8001841a: 75 f4 jne ffffffff80018410 <_start+0x160> -ffffffff8001841c: 48 8d 05 3d fc ff ff lea -0x3c3(%rip),%rax # ffffffff80018060 <_ZN11CappuccinOS4arch3imp10interrupts13timer_handler17h1f953ce5f2b86af2E> -ffffffff80018423: 66 89 05 e8 39 01 00 mov %ax,0x139e8(%rip) # ffffffff8002be12 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x201> -ffffffff8001842a: c7 05 e0 39 01 00 28 movl $0xee000028,0x139e0(%rip) # ffffffff8002be14 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x203> -ffffffff80018431: 00 00 ee -ffffffff80018434: 89 c1 mov %eax,%ecx -ffffffff80018436: c1 e9 10 shr $0x10,%ecx -ffffffff80018439: 66 89 0d d8 39 01 00 mov %cx,0x139d8(%rip) # ffffffff8002be18 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x207> -ffffffff80018440: 48 c1 e8 20 shr $0x20,%rax -ffffffff80018444: 89 05 d0 39 01 00 mov %eax,0x139d0(%rip) # ffffffff8002be1a <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x209> -ffffffff8001844a: c7 05 ca 39 01 00 00 movl $0x0,0x139ca(%rip) # ffffffff8002be1e <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x20d> -ffffffff80018451: 00 00 00 -ffffffff80018454: c6 05 b6 37 01 00 00 movb $0x0,0x137b6(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff8001845b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) -ffffffff80018460: b0 01 mov $0x1,%al -ffffffff80018462: 86 05 20 2b 01 00 xchg %al,0x12b20(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80018468: 84 c0 test %al,%al -ffffffff8001846a: 75 f4 jne ffffffff80018460 <_start+0x1b0> -ffffffff8001846c: 0f b6 05 19 2b 01 00 movzbl 0x12b19(%rip),%eax # ffffffff8002af8c <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x4> -ffffffff80018473: 04 e7 add $0xe7,%al -ffffffff80018475: 3c 07 cmp $0x7,%al -ffffffff80018477: 77 0a ja ffffffff80018483 <_start+0x1d3> -ffffffff80018479: 0f b6 15 0d 2b 01 00 movzbl 0x12b0d(%rip),%edx # ffffffff8002af8d <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x5> -ffffffff80018480: b0 20 mov $0x20,%al -ffffffff80018482: ee out %al,(%dx) -ffffffff80018483: 0f b6 15 00 2b 01 00 movzbl 0x12b00(%rip),%edx # ffffffff8002af8a <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x2> -ffffffff8001848a: b0 20 mov $0x20,%al -ffffffff8001848c: ee out %al,(%dx) -ffffffff8001848d: c6 05 f4 2a 01 00 00 movb $0x0,0x12af4(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80018494: 66 66 66 2e 0f 1f 84 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8001849b: 00 00 00 00 00 -ffffffff800184a0: b0 01 mov $0x1,%al -ffffffff800184a2: 86 05 69 37 01 00 xchg %al,0x13769(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff800184a8: 84 c0 test %al,%al -ffffffff800184aa: 75 f4 jne ffffffff800184a0 <_start+0x1f0> -ffffffff800184ac: 48 8d 05 fd fb ff ff lea -0x403(%rip),%rax # ffffffff800180b0 <_ZN11CappuccinOS4arch3imp10interrupts7syscall17h5822d985a5cc4daaE> -ffffffff800184b3: 66 89 05 58 3f 01 00 mov %ax,0x13f58(%rip) # ffffffff8002c412 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x801> -ffffffff800184ba: c7 05 50 3f 01 00 28 movl $0xee000028,0x13f50(%rip) # ffffffff8002c414 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x803> -ffffffff800184c1: 00 00 ee -ffffffff800184c4: 89 c1 mov %eax,%ecx -ffffffff800184c6: c1 e9 10 shr $0x10,%ecx -ffffffff800184c9: 66 89 0d 48 3f 01 00 mov %cx,0x13f48(%rip) # ffffffff8002c418 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x807> -ffffffff800184d0: 48 c1 e8 20 shr $0x20,%rax -ffffffff800184d4: 89 05 40 3f 01 00 mov %eax,0x13f40(%rip) # ffffffff8002c41a <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x809> -ffffffff800184da: c7 05 3a 3f 01 00 00 movl $0x0,0x13f3a(%rip) # ffffffff8002c41e <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807+0x80d> -ffffffff800184e1: 00 00 00 -ffffffff800184e4: c6 05 26 37 01 00 00 movb $0x0,0x13726(%rip) # ffffffff8002bc11 <_ZN11CappuccinOS4arch3imp10interrupts3IDT17hccad0bccb48705aeE.llvm.3615297380481949807> -ffffffff800184eb: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) -ffffffff800184f0: b0 01 mov $0x1,%al -ffffffff800184f2: 86 05 90 2a 01 00 xchg %al,0x12a90(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff800184f8: 84 c0 test %al,%al -ffffffff800184fa: 75 f4 jne ffffffff800184f0 <_start+0x240> -ffffffff800184fc: 0f b6 05 89 2a 01 00 movzbl 0x12a89(%rip),%eax # ffffffff8002af8c <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x4> -ffffffff80018503: 04 87 add $0x87,%al -ffffffff80018505: 3c 07 cmp $0x7,%al -ffffffff80018507: 77 0a ja ffffffff80018513 <_start+0x263> -ffffffff80018509: 0f b6 15 7d 2a 01 00 movzbl 0x12a7d(%rip),%edx # ffffffff8002af8d <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x5> -ffffffff80018510: b0 20 mov $0x20,%al -ffffffff80018512: ee out %al,(%dx) -ffffffff80018513: 0f b6 15 70 2a 01 00 movzbl 0x12a70(%rip),%edx # ffffffff8002af8a <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x2> -ffffffff8001851a: b0 20 mov $0x20,%al -ffffffff8001851c: ee out %al,(%dx) -ffffffff8001851d: c6 05 64 2a 01 00 00 movb $0x0,0x12a64(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80018524: 48 8d 05 64 2a 01 00 lea 0x12a64(%rip),%rax # ffffffff8002af8f <_ZN11CappuccinOS4arch3imp10interrupts7IDT_PTR17hf9b45bc82c63d983E> -ffffffff8001852b: 0f 01 18 lidt (%rax) -ffffffff8001852e: 66 90 xchg %ax,%ax -ffffffff80018530: b0 01 mov $0x1,%al -ffffffff80018532: 86 05 50 2a 01 00 xchg %al,0x12a50(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff80018538: 84 c0 test %al,%al -ffffffff8001853a: 75 f4 jne ffffffff80018530 <_start+0x280> -ffffffff8001853c: 0f b6 15 47 2a 01 00 movzbl 0x12a47(%rip),%edx # ffffffff8002af8a <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x2> -ffffffff80018543: b0 11 mov $0x11,%al -ffffffff80018545: ee out %al,(%dx) -ffffffff80018546: 66 ba 80 00 mov $0x80,%dx -ffffffff8001854a: 31 c0 xor %eax,%eax -ffffffff8001854c: ee out %al,(%dx) -ffffffff8001854d: 0f b6 15 39 2a 01 00 movzbl 0x12a39(%rip),%edx # ffffffff8002af8d <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x5> -ffffffff80018554: b0 11 mov $0x11,%al -ffffffff80018556: ee out %al,(%dx) -ffffffff80018557: 66 ba 80 00 mov $0x80,%dx -ffffffff8001855b: 31 c0 xor %eax,%eax -ffffffff8001855d: ee out %al,(%dx) -ffffffff8001855e: 0f b6 0d 26 2a 01 00 movzbl 0x12a26(%rip),%ecx # ffffffff8002af8b <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x3> -ffffffff80018565: 0f b6 05 1d 2a 01 00 movzbl 0x12a1d(%rip),%eax # ffffffff8002af89 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x1> -ffffffff8001856c: 89 ca mov %ecx,%edx -ffffffff8001856e: ee out %al,(%dx) -ffffffff8001856f: 66 ba 80 00 mov $0x80,%dx -ffffffff80018573: 31 c0 xor %eax,%eax -ffffffff80018575: ee out %al,(%dx) -ffffffff80018576: 0f b6 35 11 2a 01 00 movzbl 0x12a11(%rip),%esi # ffffffff8002af8e <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x6> -ffffffff8001857d: 0f b6 05 08 2a 01 00 movzbl 0x12a08(%rip),%eax # ffffffff8002af8c <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E+0x4> -ffffffff80018584: 89 f2 mov %esi,%edx -ffffffff80018586: ee out %al,(%dx) -ffffffff80018587: 66 ba 80 00 mov $0x80,%dx -ffffffff8001858b: 31 c0 xor %eax,%eax -ffffffff8001858d: ee out %al,(%dx) -ffffffff8001858e: 89 ca mov %ecx,%edx -ffffffff80018590: b0 04 mov $0x4,%al -ffffffff80018592: ee out %al,(%dx) -ffffffff80018593: 66 ba 80 00 mov $0x80,%dx -ffffffff80018597: 31 c0 xor %eax,%eax -ffffffff80018599: ee out %al,(%dx) -ffffffff8001859a: 89 f2 mov %esi,%edx -ffffffff8001859c: b0 02 mov $0x2,%al -ffffffff8001859e: ee out %al,(%dx) -ffffffff8001859f: 66 ba 80 00 mov $0x80,%dx -ffffffff800185a3: 31 c0 xor %eax,%eax -ffffffff800185a5: ee out %al,(%dx) -ffffffff800185a6: 89 ca mov %ecx,%edx -ffffffff800185a8: b0 01 mov $0x1,%al -ffffffff800185aa: ee out %al,(%dx) -ffffffff800185ab: 66 ba 80 00 mov $0x80,%dx -ffffffff800185af: 31 c0 xor %eax,%eax -ffffffff800185b1: ee out %al,(%dx) -ffffffff800185b2: 89 f2 mov %esi,%edx -ffffffff800185b4: b0 01 mov $0x1,%al -ffffffff800185b6: ee out %al,(%dx) -ffffffff800185b7: 66 ba 80 00 mov $0x80,%dx -ffffffff800185bb: 31 c0 xor %eax,%eax -ffffffff800185bd: ee out %al,(%dx) -ffffffff800185be: c6 05 c3 29 01 00 00 movb $0x0,0x129c3(%rip) # ffffffff8002af88 <_ZN11CappuccinOS4arch3imp10interrupts4PICS17heb6ea302546c1e99E> -ffffffff800185c5: fb sti -ffffffff800185c6: e8 b5 25 00 00 call ffffffff8001ab80 <_ZN11CappuccinOS7drivers6serial11init_serial17h66f61bc42d02c807E> -ffffffff800185cb: e8 d0 0e 00 00 call ffffffff800194a0 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E> -ffffffff800185d0: e8 8b c6 fe ff call ffffffff80004c60 <_ZN11CappuccinOS7drivers2fs9initramfs4init17h43d460d183f3e63dE> -ffffffff800185d5: e8 16 9c ff ff call ffffffff800121f0 <_ZN11CappuccinOS7drivers3pci17enumerate_pci_bus17h9fe4d0ad61a13320E> -ffffffff800185da: e8 11 50 ff ff call ffffffff8000d5f0 <_ZN11CappuccinOS7drivers7storage3ide4init17h498e646d147b16dbE> -ffffffff800185df: 0f b6 05 ca 11 01 00 movzbl 0x111ca(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff800185e6: 84 c0 test %al,%al -ffffffff800185e8: 74 6e je ffffffff80018658 <_start+0x3a8> -ffffffff800185ea: 48 83 3d 66 11 01 00 cmpq $0x0,0x11166(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff800185f1: 00 -ffffffff800185f2: 0f 84 cf 02 00 00 je ffffffff800188c7 <_start+0x617> -ffffffff800185f8: 0f b6 05 19 2e 01 00 movzbl 0x12e19(%rip),%eax # ffffffff8002b418 <_ZN11CappuccinOS3mem23PHYSICAL_MEMORY_MANAGER17h34ed8926d1874352E+0x38> -ffffffff800185ff: 84 c0 test %al,%al -ffffffff80018601: 0f 84 94 00 00 00 je ffffffff8001869b <_start+0x3eb> -ffffffff80018607: 48 83 3d d9 2d 01 00 cmpq $0x0,0x12dd9(%rip) # ffffffff8002b3e8 <_ZN11CappuccinOS3mem23PHYSICAL_MEMORY_MANAGER17h34ed8926d1874352E+0x8> -ffffffff8001860e: 00 -ffffffff8001860f: 0f 84 b2 02 00 00 je ffffffff800188c7 <_start+0x617> -ffffffff80018615: 48 8b 05 ec 2d 01 00 mov 0x12dec(%rip),%rax # ffffffff8002b408 <_ZN11CappuccinOS3mem23PHYSICAL_MEMORY_MANAGER17h34ed8926d1874352E+0x28> -ffffffff8001861c: 48 c1 e0 0c shl $0xc,%rax -ffffffff80018620: 48 3d ff ff ff 3f cmp $0x3fffffff,%rax -ffffffff80018626: 0f 87 eb 00 00 00 ja ffffffff80018717 <_start+0x467> -ffffffff8001862c: 48 3d 00 00 10 00 cmp $0x100000,%rax -ffffffff80018632: 0f 83 f3 00 00 00 jae ffffffff8001872b <_start+0x47b> -ffffffff80018638: 48 85 c0 test %rax,%rax -ffffffff8001863b: 0f 84 fe 00 00 00 je ffffffff8001873f <_start+0x48f> -ffffffff80018641: 48 c1 e8 0a shr $0xa,%rax -ffffffff80018645: 48 8d 0d 7c 2d 01 00 lea 0x12d7c(%rip),%rcx # ffffffff8002b3c8 <_ZN11CappuccinOS3mem11BYTE_LABELS17h21dbfca6d4b8d09bE+0x28> -ffffffff8001864c: 48 8d 15 6d 2d 01 00 lea 0x12d6d(%rip),%rdx # ffffffff8002b3c0 <_ZN11CappuccinOS3mem11BYTE_LABELS17h21dbfca6d4b8d09bE+0x20> -ffffffff80018653: e9 f7 00 00 00 jmp ffffffff8001874f <_start+0x49f> -ffffffff80018658: 48 8d 9d f8 fe ff ff lea -0x108(%rbp),%rbx -ffffffff8001865f: 48 89 df mov %rbx,%rdi -ffffffff80018662: ff 15 e8 10 01 00 call *0x110e8(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff80018668: 48 c7 05 e5 10 01 00 movq $0x1,0x110e5(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff8001866f: 01 00 00 00 -ffffffff80018673: 48 8d 3d e6 10 01 00 lea 0x110e6(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff8001867a: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff8001867f: 48 89 de mov %rbx,%rsi -ffffffff80018682: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff80018685: c6 05 24 11 01 00 01 movb $0x1,0x11124(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff8001868c: 0f b6 05 85 2d 01 00 movzbl 0x12d85(%rip),%eax # ffffffff8002b418 <_ZN11CappuccinOS3mem23PHYSICAL_MEMORY_MANAGER17h34ed8926d1874352E+0x38> -ffffffff80018693: 84 c0 test %al,%al -ffffffff80018695: 0f 85 6c ff ff ff jne ffffffff80018607 <_start+0x357> -ffffffff8001869b: 48 8d bd f8 fe ff ff lea -0x108(%rbp),%rdi -ffffffff800186a2: ff 15 38 2d 01 00 call *0x12d38(%rip) # ffffffff8002b3e0 <_ZN11CappuccinOS3mem23PHYSICAL_MEMORY_MANAGER17h34ed8926d1874352E> -ffffffff800186a8: 48 c7 05 35 2d 01 00 movq $0x1,0x12d35(%rip) # ffffffff8002b3e8 <_ZN11CappuccinOS3mem23PHYSICAL_MEMORY_MANAGER17h34ed8926d1874352E+0x8> -ffffffff800186af: 01 00 00 00 -ffffffff800186b3: 48 8b 85 f8 fe ff ff mov -0x108(%rbp),%rax -ffffffff800186ba: 48 8b 8d 00 ff ff ff mov -0x100(%rbp),%rcx -ffffffff800186c1: 48 89 05 28 2d 01 00 mov %rax,0x12d28(%rip) # ffffffff8002b3f0 <_ZN11CappuccinOS3mem23PHYSICAL_MEMORY_MANAGER17h34ed8926d1874352E+0x10> -ffffffff800186c8: 48 89 0d 29 2d 01 00 mov %rcx,0x12d29(%rip) # ffffffff8002b3f8 <_ZN11CappuccinOS3mem23PHYSICAL_MEMORY_MANAGER17h34ed8926d1874352E+0x18> -ffffffff800186cf: 48 8b 85 08 ff ff ff mov -0xf8(%rbp),%rax -ffffffff800186d6: 48 89 05 23 2d 01 00 mov %rax,0x12d23(%rip) # ffffffff8002b400 <_ZN11CappuccinOS3mem23PHYSICAL_MEMORY_MANAGER17h34ed8926d1874352E+0x20> -ffffffff800186dd: 48 8b 85 10 ff ff ff mov -0xf0(%rbp),%rax -ffffffff800186e4: 48 89 05 1d 2d 01 00 mov %rax,0x12d1d(%rip) # ffffffff8002b408 <_ZN11CappuccinOS3mem23PHYSICAL_MEMORY_MANAGER17h34ed8926d1874352E+0x28> -ffffffff800186eb: 48 8b 85 18 ff ff ff mov -0xe8(%rbp),%rax -ffffffff800186f2: 48 89 05 17 2d 01 00 mov %rax,0x12d17(%rip) # ffffffff8002b410 <_ZN11CappuccinOS3mem23PHYSICAL_MEMORY_MANAGER17h34ed8926d1874352E+0x30> -ffffffff800186f9: c6 05 18 2d 01 00 01 movb $0x1,0x12d18(%rip) # ffffffff8002b418 <_ZN11CappuccinOS3mem23PHYSICAL_MEMORY_MANAGER17h34ed8926d1874352E+0x38> -ffffffff80018700: 48 8b 05 01 2d 01 00 mov 0x12d01(%rip),%rax # ffffffff8002b408 <_ZN11CappuccinOS3mem23PHYSICAL_MEMORY_MANAGER17h34ed8926d1874352E+0x28> -ffffffff80018707: 48 c1 e0 0c shl $0xc,%rax -ffffffff8001870b: 48 3d ff ff ff 3f cmp $0x3fffffff,%rax -ffffffff80018711: 0f 86 15 ff ff ff jbe ffffffff8001862c <_start+0x37c> -ffffffff80018717: 48 c1 e8 1e shr $0x1e,%rax -ffffffff8001871b: 48 8d 0d 86 2c 01 00 lea 0x12c86(%rip),%rcx # ffffffff8002b3a8 <_ZN11CappuccinOS3mem11BYTE_LABELS17h21dbfca6d4b8d09bE+0x8> -ffffffff80018722: 48 8d 15 77 2c 01 00 lea 0x12c77(%rip),%rdx # ffffffff8002b3a0 <_ZN11CappuccinOS3mem11BYTE_LABELS17h21dbfca6d4b8d09bE> -ffffffff80018729: eb 24 jmp ffffffff8001874f <_start+0x49f> -ffffffff8001872b: 48 c1 e8 14 shr $0x14,%rax -ffffffff8001872f: 48 8d 0d 82 2c 01 00 lea 0x12c82(%rip),%rcx # ffffffff8002b3b8 <_ZN11CappuccinOS3mem11BYTE_LABELS17h21dbfca6d4b8d09bE+0x18> -ffffffff80018736: 48 8d 15 73 2c 01 00 lea 0x12c73(%rip),%rdx # ffffffff8002b3b0 <_ZN11CappuccinOS3mem11BYTE_LABELS17h21dbfca6d4b8d09bE+0x10> -ffffffff8001873d: eb 10 jmp ffffffff8001874f <_start+0x49f> -ffffffff8001873f: 48 8d 0d 92 2c 01 00 lea 0x12c92(%rip),%rcx # ffffffff8002b3d8 <_ZN11CappuccinOS3mem11BYTE_LABELS17h21dbfca6d4b8d09bE+0x38> -ffffffff80018746: 48 8d 15 83 2c 01 00 lea 0x12c83(%rip),%rdx # ffffffff8002b3d0 <_ZN11CappuccinOS3mem11BYTE_LABELS17h21dbfca6d4b8d09bE+0x30> -ffffffff8001874d: 31 c0 xor %eax,%eax -ffffffff8001874f: 48 8b 12 mov (%rdx),%rdx -ffffffff80018752: 48 8b 09 mov (%rcx),%rcx -ffffffff80018755: 48 89 45 e0 mov %rax,-0x20(%rbp) -ffffffff80018759: 48 89 55 d0 mov %rdx,-0x30(%rbp) -ffffffff8001875d: 48 89 4d d8 mov %rcx,-0x28(%rbp) -ffffffff80018761: 48 8d 45 d0 lea -0x30(%rbp),%rax -ffffffff80018765: 48 89 45 c0 mov %rax,-0x40(%rbp) -ffffffff80018769: 48 8d 05 70 20 00 00 lea 0x2070(%rip),%rax # ffffffff8001a7e0 <_ZN62_$LT$CappuccinOS..mem..Label$u20$as$u20$core..fmt..Display$GT$3fmt17he903f4f4ef5d3366E> -ffffffff80018770: 48 89 45 c8 mov %rax,-0x38(%rbp) -ffffffff80018774: 48 8d 05 bd 28 01 00 lea 0x128bd(%rip),%rax # ffffffff8002b038 <_ZN11CappuccinOS14KERNEL_REQUEST17h08ad53b354a91f1fE+0x50> -ffffffff8001877b: 48 89 85 f8 fe ff ff mov %rax,-0x108(%rbp) -ffffffff80018782: 48 c7 85 00 ff ff ff movq $0x1,-0x100(%rbp) -ffffffff80018789: 01 00 00 00 -ffffffff8001878d: 48 c7 85 18 ff ff ff movq $0x0,-0xe8(%rbp) -ffffffff80018794: 00 00 00 00 -ffffffff80018798: 4c 8d 75 c0 lea -0x40(%rbp),%r14 -ffffffff8001879c: 4c 89 b5 08 ff ff ff mov %r14,-0xf8(%rbp) -ffffffff800187a3: 48 c7 85 10 ff ff ff movq $0x1,-0xf0(%rbp) -ffffffff800187aa: 01 00 00 00 -ffffffff800187ae: 48 8d 5d a0 lea -0x60(%rbp),%rbx -ffffffff800187b2: 48 8d b5 f8 fe ff ff lea -0x108(%rbp),%rsi -ffffffff800187b9: 48 89 df mov %rbx,%rdi -ffffffff800187bc: e8 cf 47 00 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff800187c1: 48 89 5d b8 mov %rbx,-0x48(%rbp) -ffffffff800187c5: 48 8d 45 b8 lea -0x48(%rbp),%rax -ffffffff800187c9: 48 89 45 c0 mov %rax,-0x40(%rbp) -ffffffff800187cd: 48 8d 05 7c df ff ff lea -0x2084(%rip),%rax # ffffffff80016750 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h42ee6215a9c421d0E> -ffffffff800187d4: 48 89 45 c8 mov %rax,-0x38(%rbp) -ffffffff800187d8: 48 8d 05 39 28 01 00 lea 0x12839(%rip),%rax # ffffffff8002b018 <_ZN11CappuccinOS14KERNEL_REQUEST17h08ad53b354a91f1fE+0x30> -ffffffff800187df: 48 89 85 f8 fe ff ff mov %rax,-0x108(%rbp) -ffffffff800187e6: 48 c7 85 00 ff ff ff movq $0x2,-0x100(%rbp) -ffffffff800187ed: 02 00 00 00 -ffffffff800187f1: 48 c7 85 18 ff ff ff movq $0x0,-0xe8(%rbp) -ffffffff800187f8: 00 00 00 00 -ffffffff800187fc: 4c 89 b5 08 ff ff ff mov %r14,-0xf8(%rbp) -ffffffff80018803: 48 c7 85 10 ff ff ff movq $0x1,-0xf0(%rbp) -ffffffff8001880a: 01 00 00 00 -ffffffff8001880e: 48 8d 7d d0 lea -0x30(%rbp),%rdi -ffffffff80018812: 48 8d b5 f8 fe ff ff lea -0x108(%rbp),%rsi -ffffffff80018819: e8 72 47 00 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff8001881e: 48 8b 5d a8 mov -0x58(%rbp),%rbx -ffffffff80018822: 48 85 db test %rbx,%rbx -ffffffff80018825: 74 6b je ffffffff80018892 <_start+0x5e2> -ffffffff80018827: 4c 8b 75 a0 mov -0x60(%rbp),%r14 -ffffffff8001882b: 0f b6 05 66 2b 01 00 movzbl 0x12b66(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80018832: 84 c0 test %al,%al -ffffffff80018834: 74 0f je ffffffff80018845 <_start+0x595> -ffffffff80018836: 48 83 3d aa 2a 01 00 cmpq $0x0,0x12aaa(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001883d: 00 -ffffffff8001883e: 75 3b jne ffffffff8001887b <_start+0x5cb> -ffffffff80018840: e9 82 00 00 00 jmp ffffffff800188c7 <_start+0x617> -ffffffff80018845: 4c 8d bd f8 fe ff ff lea -0x108(%rbp),%r15 -ffffffff8001884c: 4c 89 ff mov %r15,%rdi -ffffffff8001884f: ff 15 8b 2a 01 00 call *0x12a8b(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80018855: 48 c7 05 88 2a 01 00 movq $0x1,0x12a88(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001885c: 01 00 00 00 -ffffffff80018860: 48 8d 3d 89 2a 01 00 lea 0x12a89(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80018867: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8001886c: 4c 89 fe mov %r15,%rsi -ffffffff8001886f: e8 0c 9e 00 00 call ffffffff80022680 -ffffffff80018874: c6 05 1d 2b 01 00 01 movb $0x1,0x12b1d(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001887b: 48 8d 3d 6e 2a 01 00 lea 0x12a6e(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80018882: ba 01 00 00 00 mov $0x1,%edx -ffffffff80018887: 4c 89 f6 mov %r14,%rsi -ffffffff8001888a: 48 89 d9 mov %rbx,%rcx -ffffffff8001888d: e8 be b9 ff ff call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80018892: 48 8b 5d d0 mov -0x30(%rbp),%rbx -ffffffff80018896: 4c 8b 75 d8 mov -0x28(%rbp),%r14 -ffffffff8001889a: 48 8b 55 e0 mov -0x20(%rbp),%rdx -ffffffff8001889e: 48 8d 3d bb 0e 01 00 lea 0x10ebb(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff800188a5: 48 89 de mov %rbx,%rsi -ffffffff800188a8: e8 f3 7d fe ff call ffffffff800006a0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E> -ffffffff800188ad: 4d 85 f6 test %r14,%r14 -ffffffff800188b0: 74 7c je ffffffff8001892e <_start+0x67e> -ffffffff800188b2: 0f b6 05 df 2a 01 00 movzbl 0x12adf(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff800188b9: 84 c0 test %al,%al -ffffffff800188bb: 74 24 je ffffffff800188e1 <_start+0x631> -ffffffff800188bd: 48 83 3d 23 2a 01 00 cmpq $0x0,0x12a23(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff800188c4: 00 -ffffffff800188c5: 75 50 jne ffffffff80018917 <_start+0x667> -ffffffff800188c7: 48 8d 3d 12 df 00 00 lea 0xdf12(%rip),%rdi # ffffffff800267e0 -ffffffff800188ce: 48 8d 15 4b 2c 01 00 lea 0x12c4b(%rip),%rdx # ffffffff8002b520 -ffffffff800188d5: be 1e 00 00 00 mov $0x1e,%esi -ffffffff800188da: e8 41 94 00 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff800188df: 0f 0b ud2 -ffffffff800188e1: 4c 8d bd f8 fe ff ff lea -0x108(%rbp),%r15 -ffffffff800188e8: 4c 89 ff mov %r15,%rdi -ffffffff800188eb: ff 15 ef 29 01 00 call *0x129ef(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff800188f1: 48 c7 05 ec 29 01 00 movq $0x1,0x129ec(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff800188f8: 01 00 00 00 -ffffffff800188fc: 48 8d 3d ed 29 01 00 lea 0x129ed(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80018903: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80018908: 4c 89 fe mov %r15,%rsi -ffffffff8001890b: e8 70 9d 00 00 call ffffffff80022680 -ffffffff80018910: c6 05 81 2a 01 00 01 movb $0x1,0x12a81(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80018917: 48 8d 3d d2 29 01 00 lea 0x129d2(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001891e: ba 01 00 00 00 mov $0x1,%edx -ffffffff80018923: 48 89 de mov %rbx,%rsi -ffffffff80018926: 4c 89 f1 mov %r14,%rcx -ffffffff80018929: e8 22 b9 ff ff call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8001892e: e8 bd 2b 00 00 call ffffffff8001b4f0 <_ZN11CappuccinOS3usr5shell10init_shell17hda6b9fb0b50a65e5E> -ffffffff80018933: 66 66 66 66 2e 0f 1f data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8001893a: 84 00 00 00 00 00 -ffffffff80018940: f4 hlt -ffffffff80018941: eb fd jmp ffffffff80018940 <_start+0x690> -ffffffff80018943: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001894a: 00 00 00 -ffffffff8001894d: 0f 1f 00 nopl (%rax) - -ffffffff80018950 <_ZN11CappuccinOS20parse_kernel_cmdline17hd0101f691b5b709fE>: -ffffffff80018950: 55 push %rbp -ffffffff80018951: 48 89 e5 mov %rsp,%rbp -ffffffff80018954: 41 57 push %r15 -ffffffff80018956: 41 56 push %r14 -ffffffff80018958: 41 55 push %r13 -ffffffff8001895a: 41 54 push %r12 -ffffffff8001895c: 53 push %rbx -ffffffff8001895d: 48 81 ec a8 01 00 00 sub $0x1a8,%rsp -ffffffff80018964: 48 8d 3d 7d 26 01 00 lea 0x1267d(%rip),%rdi # ffffffff8002afe8 <_ZN11CappuccinOS14KERNEL_REQUEST17h08ad53b354a91f1fE> -ffffffff8001896b: e8 10 3f 00 00 call ffffffff8001c880 <_ZN6limine10DtbRequest12get_response17h6f5632c8bdcd0540E> -ffffffff80018970: b1 01 mov $0x1,%cl -ffffffff80018972: 48 85 c0 test %rax,%rax -ffffffff80018975: 0f 84 6e 03 00 00 je ffffffff80018ce9 <_ZN11CappuccinOS20parse_kernel_cmdline17hd0101f691b5b709fE+0x399> -ffffffff8001897b: 48 8b 40 08 mov 0x8(%rax),%rax -ffffffff8001897f: 48 85 c0 test %rax,%rax -ffffffff80018982: 0f 84 75 03 00 00 je ffffffff80018cfd <_ZN11CappuccinOS20parse_kernel_cmdline17hd0101f691b5b709fE+0x3ad> -ffffffff80018988: 4c 8b 70 20 mov 0x20(%rax),%r14 -ffffffff8001898c: 4d 85 f6 test %r14,%r14 -ffffffff8001898f: 0f 84 54 03 00 00 je ffffffff80018ce9 <_ZN11CappuccinOS20parse_kernel_cmdline17hd0101f691b5b709fE+0x399> -ffffffff80018995: 4c 89 f7 mov %r14,%rdi -ffffffff80018998: e8 13 9d 00 00 call ffffffff800226b0 -ffffffff8001899d: 48 8d 50 01 lea 0x1(%rax),%rdx -ffffffff800189a1: 48 8d bd b0 fe ff ff lea -0x150(%rbp),%rdi -ffffffff800189a8: 4c 89 f6 mov %r14,%rsi -ffffffff800189ab: e8 f0 71 00 00 call ffffffff8001fba0 <_ZN4core3ffi5c_str4CStr6to_str17h0b33c248fd29840aE> -ffffffff800189b0: 48 83 bd b0 fe ff ff cmpq $0x0,-0x150(%rbp) -ffffffff800189b7: 00 -ffffffff800189b8: 0f 85 59 03 00 00 jne ffffffff80018d17 <_ZN11CappuccinOS20parse_kernel_cmdline17hd0101f691b5b709fE+0x3c7> -ffffffff800189be: 48 8b 85 b8 fe ff ff mov -0x148(%rbp),%rax -ffffffff800189c5: 48 8b 8d c0 fe ff ff mov -0x140(%rbp),%rcx -ffffffff800189cc: 48 8d 14 08 lea (%rax,%rcx,1),%rdx -ffffffff800189d0: 48 c7 85 58 ff ff ff movq $0x0,-0xa8(%rbp) -ffffffff800189d7: 00 00 00 00 -ffffffff800189db: 48 89 8d 60 ff ff ff mov %rcx,-0xa0(%rbp) -ffffffff800189e2: 48 89 85 68 ff ff ff mov %rax,-0x98(%rbp) -ffffffff800189e9: 48 89 8d 70 ff ff ff mov %rcx,-0x90(%rbp) -ffffffff800189f0: 48 89 85 78 ff ff ff mov %rax,-0x88(%rbp) -ffffffff800189f7: 48 89 55 80 mov %rdx,-0x80(%rbp) -ffffffff800189fb: 48 c7 45 88 00 00 00 movq $0x0,-0x78(%rbp) -ffffffff80018a02: 00 -ffffffff80018a03: 66 c7 45 90 01 00 movw $0x1,-0x70(%rbp) -ffffffff80018a09: 48 8d 7d 98 lea -0x68(%rbp),%rdi -ffffffff80018a0d: 48 8d b5 58 ff ff ff lea -0xa8(%rbp),%rsi -ffffffff80018a14: e8 f7 38 ff ff call ffffffff8000c310 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h890e43e9446772fcE> -ffffffff80018a19: 48 8b 4d a8 mov -0x58(%rbp),%rcx -ffffffff80018a1d: 48 85 c9 test %rcx,%rcx -ffffffff80018a20: 0f 84 27 02 00 00 je ffffffff80018c4d <_ZN11CappuccinOS20parse_kernel_cmdline17hd0101f691b5b709fE+0x2fd> -ffffffff80018a26: 4c 8b 7d 98 mov -0x68(%rbp),%r15 -ffffffff80018a2a: 48 c1 e1 04 shl $0x4,%rcx -ffffffff80018a2e: 4c 01 f9 add %r15,%rcx -ffffffff80018a31: b0 01 mov $0x1,%al -ffffffff80018a33: 89 45 d4 mov %eax,-0x2c(%rbp) -ffffffff80018a36: 48 89 4d b0 mov %rcx,-0x50(%rbp) -ffffffff80018a3a: eb 69 jmp ffffffff80018aa5 <_ZN11CappuccinOS20parse_kernel_cmdline17hd0101f691b5b709fE+0x155> -ffffffff80018a3c: 0f 1f 40 00 nopl 0x0(%rax) -ffffffff80018a40: 4c 8d ad b0 fe ff ff lea -0x150(%rbp),%r13 -ffffffff80018a47: 4c 89 ef mov %r13,%rdi -ffffffff80018a4a: 49 89 f4 mov %rsi,%r12 -ffffffff80018a4d: ff 15 8d 28 01 00 call *0x1288d(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80018a53: 48 c7 05 8a 28 01 00 movq $0x1,0x1288a(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80018a5a: 01 00 00 00 -ffffffff80018a5e: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80018a63: 48 8d 3d 86 28 01 00 lea 0x12886(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80018a6a: 4c 89 ee mov %r13,%rsi -ffffffff80018a6d: e8 0e 9c 00 00 call ffffffff80022680 -ffffffff80018a72: 4c 89 e6 mov %r12,%rsi -ffffffff80018a75: c6 05 1c 29 01 00 01 movb $0x1,0x1291c(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80018a7c: 49 c1 e6 04 shl $0x4,%r14 -ffffffff80018a80: ba 08 00 00 00 mov $0x8,%edx -ffffffff80018a85: 48 8d 3d 64 28 01 00 lea 0x12864(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80018a8c: 4c 89 f1 mov %r14,%rcx -ffffffff80018a8f: e8 bc b7 ff ff call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80018a94: 49 83 c7 10 add $0x10,%r15 -ffffffff80018a98: 48 8b 4d b0 mov -0x50(%rbp),%rcx -ffffffff80018a9c: 49 39 cf cmp %rcx,%r15 -ffffffff80018a9f: 0f 84 ad 01 00 00 je ffffffff80018c52 <_ZN11CappuccinOS20parse_kernel_cmdline17hd0101f691b5b709fE+0x302> -ffffffff80018aa5: 49 8b 37 mov (%r15),%rsi -ffffffff80018aa8: 4d 8b 77 08 mov 0x8(%r15),%r14 -ffffffff80018aac: 41 b8 01 00 00 00 mov $0x1,%r8d -ffffffff80018ab2: 4c 8d ad 30 fe ff ff lea -0x1d0(%rbp),%r13 -ffffffff80018ab9: 4c 89 ef mov %r13,%rdi -ffffffff80018abc: 4c 89 f2 mov %r14,%rdx -ffffffff80018abf: 48 8d 0d 50 c8 00 00 lea 0xc850(%rip),%rcx # ffffffff80025316 -ffffffff80018ac6: e8 55 82 00 00 call ffffffff80020d20 <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE> -ffffffff80018acb: 48 c7 85 98 fe ff ff movq $0x0,-0x168(%rbp) -ffffffff80018ad2: 00 00 00 00 -ffffffff80018ad6: 4c 89 b5 a0 fe ff ff mov %r14,-0x160(%rbp) -ffffffff80018add: 66 c7 85 a8 fe ff ff movw $0x1,-0x158(%rbp) -ffffffff80018ae4: 01 00 -ffffffff80018ae6: 48 8d 7d b8 lea -0x48(%rbp),%rdi -ffffffff80018aea: 4c 89 ee mov %r13,%rsi -ffffffff80018aed: e8 5e 36 ff ff call ffffffff8000c150 <_ZN98_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$alloc..vec..spec_from_iter..SpecFromIter$LT$T$C$I$GT$$GT$9from_iter17h17aa920f88ed5603E> -ffffffff80018af2: 48 8b 75 b8 mov -0x48(%rbp),%rsi -ffffffff80018af6: 48 8b 45 c8 mov -0x38(%rbp),%rax -ffffffff80018afa: 48 85 c0 test %rax,%rax -ffffffff80018afd: 0f 84 0d 01 00 00 je ffffffff80018c10 <_ZN11CappuccinOS20parse_kernel_cmdline17hd0101f691b5b709fE+0x2c0> -ffffffff80018b03: 48 89 c1 mov %rax,%rcx -ffffffff80018b06: 48 c1 e1 04 shl $0x4,%rcx -ffffffff80018b0a: 48 01 f1 add %rsi,%rcx -ffffffff80018b0d: 45 31 d2 xor %r10d,%r10d -ffffffff80018b10: 48 89 df mov %rbx,%rdi -ffffffff80018b13: 48 89 f2 mov %rsi,%rdx -ffffffff80018b16: 49 b9 66 61 74 5f 69 movabs $0x6d5f6e695f746166,%r9 -ffffffff80018b1d: 6e 5f 6d -ffffffff80018b20: eb 23 jmp ffffffff80018b45 <_ZN11CappuccinOS20parse_kernel_cmdline17hd0101f691b5b709fE+0x1f5> -ffffffff80018b22: 66 66 66 66 66 2e 0f data16 data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff80018b29: 1f 84 00 00 00 00 00 -ffffffff80018b30: 48 89 da mov %rbx,%rdx -ffffffff80018b33: 48 89 fb mov %rdi,%rbx -ffffffff80018b36: 45 31 d2 xor %r10d,%r10d -ffffffff80018b39: 48 89 df mov %rbx,%rdi -ffffffff80018b3c: 48 ff c8 dec %rax -ffffffff80018b3f: 0f 84 cb 00 00 00 je ffffffff80018c10 <_ZN11CappuccinOS20parse_kernel_cmdline17hd0101f691b5b709fE+0x2c0> -ffffffff80018b45: 4d 85 d2 test %r10,%r10 -ffffffff80018b48: 74 26 je ffffffff80018b70 <_ZN11CappuccinOS20parse_kernel_cmdline17hd0101f691b5b709fE+0x220> -ffffffff80018b4a: 48 89 d3 mov %rdx,%rbx -ffffffff80018b4d: 48 89 fa mov %rdi,%rdx -ffffffff80018b50: 48 85 ff test %rdi,%rdi -ffffffff80018b53: 0f 84 b1 00 00 00 je ffffffff80018c0a <_ZN11CappuccinOS20parse_kernel_cmdline17hd0101f691b5b709fE+0x2ba> -ffffffff80018b59: 48 83 7a 08 0a cmpq $0xa,0x8(%rdx) -ffffffff80018b5e: 75 d0 jne ffffffff80018b30 <_ZN11CappuccinOS20parse_kernel_cmdline17hd0101f691b5b709fE+0x1e0> -ffffffff80018b60: eb 22 jmp ffffffff80018b84 <_ZN11CappuccinOS20parse_kernel_cmdline17hd0101f691b5b709fE+0x234> -ffffffff80018b62: 66 66 66 66 66 2e 0f data16 data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff80018b69: 1f 84 00 00 00 00 00 -ffffffff80018b70: 48 39 ca cmp %rcx,%rdx -ffffffff80018b73: 0f 84 c3 00 00 00 je ffffffff80018c3c <_ZN11CappuccinOS20parse_kernel_cmdline17hd0101f691b5b709fE+0x2ec> -ffffffff80018b79: 48 8d 5a 10 lea 0x10(%rdx),%rbx -ffffffff80018b7d: 48 83 7a 08 0a cmpq $0xa,0x8(%rdx) -ffffffff80018b82: 75 ac jne ffffffff80018b30 <_ZN11CappuccinOS20parse_kernel_cmdline17hd0101f691b5b709fE+0x1e0> -ffffffff80018b84: 48 8b 12 mov (%rdx),%rdx -ffffffff80018b87: 4c 8b 02 mov (%rdx),%r8 -ffffffff80018b8a: 4d 31 c8 xor %r9,%r8 -ffffffff80018b8d: 0f b7 52 08 movzwl 0x8(%rdx),%edx -ffffffff80018b91: 48 81 f2 65 6d 00 00 xor $0x6d65,%rdx -ffffffff80018b98: 4c 09 c2 or %r8,%rdx -ffffffff80018b9b: 75 93 jne ffffffff80018b30 <_ZN11CappuccinOS20parse_kernel_cmdline17hd0101f691b5b709fE+0x1e0> -ffffffff80018b9d: 31 d2 xor %edx,%edx -ffffffff80018b9f: 48 39 cb cmp %rcx,%rbx -ffffffff80018ba2: 0f 95 c2 setne %dl -ffffffff80018ba5: 48 c1 e2 04 shl $0x4,%rdx -ffffffff80018ba9: 48 01 da add %rbx,%rdx -ffffffff80018bac: 41 ba 01 00 00 00 mov $0x1,%r10d -ffffffff80018bb2: 48 85 db test %rbx,%rbx -ffffffff80018bb5: 74 2b je ffffffff80018be2 <_ZN11CappuccinOS20parse_kernel_cmdline17hd0101f691b5b709fE+0x292> -ffffffff80018bb7: 48 39 cb cmp %rcx,%rbx -ffffffff80018bba: 74 26 je ffffffff80018be2 <_ZN11CappuccinOS20parse_kernel_cmdline17hd0101f691b5b709fE+0x292> -ffffffff80018bbc: 48 83 7b 08 05 cmpq $0x5,0x8(%rbx) -ffffffff80018bc1: 0f 85 72 ff ff ff jne ffffffff80018b39 <_ZN11CappuccinOS20parse_kernel_cmdline17hd0101f691b5b709fE+0x1e9> -ffffffff80018bc7: 48 8b 3b mov (%rbx),%rdi -ffffffff80018bca: 44 8b 07 mov (%rdi),%r8d -ffffffff80018bcd: 41 0f c8 bswap %r8d -ffffffff80018bd0: 41 81 f8 73 6c 61 66 cmp $0x66616c73,%r8d -ffffffff80018bd7: 75 10 jne ffffffff80018be9 <_ZN11CappuccinOS20parse_kernel_cmdline17hd0101f691b5b709fE+0x299> -ffffffff80018bd9: 0f b6 7f 04 movzbl 0x4(%rdi),%edi -ffffffff80018bdd: 83 c7 9b add $0xffffff9b,%edi -ffffffff80018be0: eb 11 jmp ffffffff80018bf3 <_ZN11CappuccinOS20parse_kernel_cmdline17hd0101f691b5b709fE+0x2a3> -ffffffff80018be2: 31 db xor %ebx,%ebx -ffffffff80018be4: e9 50 ff ff ff jmp ffffffff80018b39 <_ZN11CappuccinOS20parse_kernel_cmdline17hd0101f691b5b709fE+0x1e9> -ffffffff80018be9: bf 00 00 00 00 mov $0x0,%edi -ffffffff80018bee: 19 ff sbb %edi,%edi -ffffffff80018bf0: 83 cf 01 or $0x1,%edi -ffffffff80018bf3: 85 ff test %edi,%edi -ffffffff80018bf5: 44 8b 45 d4 mov -0x2c(%rbp),%r8d -ffffffff80018bf9: 45 0f b6 c0 movzbl %r8b,%r8d -ffffffff80018bfd: 44 0f 44 c7 cmove %edi,%r8d -ffffffff80018c01: 44 89 45 d4 mov %r8d,-0x2c(%rbp) -ffffffff80018c05: e9 2f ff ff ff jmp ffffffff80018b39 <_ZN11CappuccinOS20parse_kernel_cmdline17hd0101f691b5b709fE+0x1e9> -ffffffff80018c0a: 31 db xor %ebx,%ebx -ffffffff80018c0c: 0f 1f 40 00 nopl 0x0(%rax) -ffffffff80018c10: 4c 8b 75 c0 mov -0x40(%rbp),%r14 -ffffffff80018c14: 4d 85 f6 test %r14,%r14 -ffffffff80018c17: 0f 84 77 fe ff ff je ffffffff80018a94 <_ZN11CappuccinOS20parse_kernel_cmdline17hd0101f691b5b709fE+0x144> -ffffffff80018c1d: 0f b6 05 74 27 01 00 movzbl 0x12774(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80018c24: 84 c0 test %al,%al -ffffffff80018c26: 0f 84 14 fe ff ff je ffffffff80018a40 <_ZN11CappuccinOS20parse_kernel_cmdline17hd0101f691b5b709fE+0xf0> -ffffffff80018c2c: 48 83 3d b4 26 01 00 cmpq $0x0,0x126b4(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80018c33: 00 -ffffffff80018c34: 0f 85 42 fe ff ff jne ffffffff80018a7c <_ZN11CappuccinOS20parse_kernel_cmdline17hd0101f691b5b709fE+0x12c> -ffffffff80018c3a: eb 3c jmp ffffffff80018c78 <_ZN11CappuccinOS20parse_kernel_cmdline17hd0101f691b5b709fE+0x328> -ffffffff80018c3c: 48 89 fb mov %rdi,%rbx -ffffffff80018c3f: 4c 8b 75 c0 mov -0x40(%rbp),%r14 -ffffffff80018c43: 4d 85 f6 test %r14,%r14 -ffffffff80018c46: 75 d5 jne ffffffff80018c1d <_ZN11CappuccinOS20parse_kernel_cmdline17hd0101f691b5b709fE+0x2cd> -ffffffff80018c48: e9 47 fe ff ff jmp ffffffff80018a94 <_ZN11CappuccinOS20parse_kernel_cmdline17hd0101f691b5b709fE+0x144> -ffffffff80018c4d: b0 01 mov $0x1,%al -ffffffff80018c4f: 89 45 d4 mov %eax,-0x2c(%rbp) -ffffffff80018c52: 4c 8b 75 a0 mov -0x60(%rbp),%r14 -ffffffff80018c56: 4d 85 f6 test %r14,%r14 -ffffffff80018c59: 0f 84 84 00 00 00 je ffffffff80018ce3 <_ZN11CappuccinOS20parse_kernel_cmdline17hd0101f691b5b709fE+0x393> -ffffffff80018c5f: 4c 8b 7d 98 mov -0x68(%rbp),%r15 -ffffffff80018c63: 0f b6 05 2e 27 01 00 movzbl 0x1272e(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80018c6a: 84 c0 test %al,%al -ffffffff80018c6c: 74 24 je ffffffff80018c92 <_ZN11CappuccinOS20parse_kernel_cmdline17hd0101f691b5b709fE+0x342> -ffffffff80018c6e: 48 83 3d 72 26 01 00 cmpq $0x0,0x12672(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80018c75: 00 -ffffffff80018c76: 75 50 jne ffffffff80018cc8 <_ZN11CappuccinOS20parse_kernel_cmdline17hd0101f691b5b709fE+0x378> -ffffffff80018c78: 48 8d 3d 61 db 00 00 lea 0xdb61(%rip),%rdi # ffffffff800267e0 -ffffffff80018c7f: 48 8d 15 9a 28 01 00 lea 0x1289a(%rip),%rdx # ffffffff8002b520 -ffffffff80018c86: be 1e 00 00 00 mov $0x1e,%esi -ffffffff80018c8b: e8 90 90 00 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff80018c90: 0f 0b ud2 -ffffffff80018c92: 4c 8d a5 b0 fe ff ff lea -0x150(%rbp),%r12 -ffffffff80018c99: 4c 89 e7 mov %r12,%rdi -ffffffff80018c9c: ff 15 3e 26 01 00 call *0x1263e(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80018ca2: 48 c7 05 3b 26 01 00 movq $0x1,0x1263b(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80018ca9: 01 00 00 00 -ffffffff80018cad: 48 8d 3d 3c 26 01 00 lea 0x1263c(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80018cb4: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80018cb9: 4c 89 e6 mov %r12,%rsi -ffffffff80018cbc: e8 bf 99 00 00 call ffffffff80022680 -ffffffff80018cc1: c6 05 d0 26 01 00 01 movb $0x1,0x126d0(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80018cc8: 49 c1 e6 04 shl $0x4,%r14 -ffffffff80018ccc: 48 8d 3d 1d 26 01 00 lea 0x1261d(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80018cd3: ba 08 00 00 00 mov $0x8,%edx -ffffffff80018cd8: 4c 89 fe mov %r15,%rsi -ffffffff80018cdb: 4c 89 f1 mov %r14,%rcx -ffffffff80018cde: e8 6d b5 ff ff call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80018ce3: 8b 4d d4 mov -0x2c(%rbp),%ecx -ffffffff80018ce6: 80 e1 01 and $0x1,%cl -ffffffff80018ce9: 89 c8 mov %ecx,%eax -ffffffff80018ceb: 48 81 c4 a8 01 00 00 add $0x1a8,%rsp -ffffffff80018cf2: 5b pop %rbx -ffffffff80018cf3: 41 5c pop %r12 -ffffffff80018cf5: 41 5d pop %r13 -ffffffff80018cf7: 41 5e pop %r14 -ffffffff80018cf9: 41 5f pop %r15 -ffffffff80018cfb: 5d pop %rbp -ffffffff80018cfc: c3 ret -ffffffff80018cfd: 48 8d 3d dc c5 00 00 lea 0xc5dc(%rip),%rdi # ffffffff800252e0 -ffffffff80018d04: 48 8d 15 4d 23 01 00 lea 0x1234d(%rip),%rdx # ffffffff8002b058 <_ZN11CappuccinOS15KERNEL_FEATURES17h4c67f8f92e2b2abeE+0x10> -ffffffff80018d0b: be 2b 00 00 00 mov $0x2b,%esi -ffffffff80018d10: e8 8b 8a 00 00 call ffffffff800217a0 <_ZN4core9panicking5panic17h5954f42149c26846E> -ffffffff80018d15: 0f 0b ud2 -ffffffff80018d17: 48 8b 85 b8 fe ff ff mov -0x148(%rbp),%rax -ffffffff80018d1e: 48 8b 8d c0 fe ff ff mov -0x140(%rbp),%rcx -ffffffff80018d25: 48 89 4d c0 mov %rcx,-0x40(%rbp) -ffffffff80018d29: 48 89 45 b8 mov %rax,-0x48(%rbp) -ffffffff80018d2d: 48 8d 3d 72 c5 00 00 lea 0xc572(%rip),%rdi # ffffffff800252a6 -ffffffff80018d34: 48 8d 0d 75 22 01 00 lea 0x12275(%rip),%rcx # ffffffff8002afb0 <_ZN11CappuccinOS4arch3imp10interrupts7IDT_PTR17hf9b45bc82c63d983E+0x21> -ffffffff80018d3b: 4c 8d 05 2e 23 01 00 lea 0x1232e(%rip),%r8 # ffffffff8002b070 <_ZN11CappuccinOS15KERNEL_FEATURES17h4c67f8f92e2b2abeE+0x28> -ffffffff80018d42: 48 8d 55 b8 lea -0x48(%rbp),%rdx -ffffffff80018d46: be 2b 00 00 00 mov $0x2b,%esi -ffffffff80018d4b: e8 30 90 00 00 call ffffffff80021d80 <_ZN4core6result13unwrap_failed17h657510ce64ac5bccE> -ffffffff80018d50: 0f 0b ud2 -ffffffff80018d52: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff80018d59: 00 00 00 -ffffffff80018d5c: 0f 1f 40 00 nopl 0x0(%rax) - -ffffffff80018d60 : -ffffffff80018d60: 55 push %rbp -ffffffff80018d61: 48 89 e5 mov %rsp,%rbp -ffffffff80018d64: 41 57 push %r15 -ffffffff80018d66: 41 56 push %r14 -ffffffff80018d68: 41 55 push %r13 -ffffffff80018d6a: 41 54 push %r12 -ffffffff80018d6c: 53 push %rbx -ffffffff80018d6d: 48 81 ec f8 00 00 00 sub $0xf8,%rsp -ffffffff80018d74: 48 89 7d 88 mov %rdi,-0x78(%rbp) -ffffffff80018d78: 0f b6 05 31 0a 01 00 movzbl 0x10a31(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80018d7f: 84 c0 test %al,%al -ffffffff80018d81: 74 0f je ffffffff80018d92 -ffffffff80018d83: 48 83 3d cd 09 01 00 cmpq $0x0,0x109cd(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80018d8a: 00 -ffffffff80018d8b: 75 39 jne ffffffff80018dc6 -ffffffff80018d8d: e9 85 02 00 00 jmp ffffffff80019017 -ffffffff80018d92: 48 8d 9d e0 fe ff ff lea -0x120(%rbp),%rbx -ffffffff80018d99: 48 89 df mov %rbx,%rdi -ffffffff80018d9c: ff 15 ae 09 01 00 call *0x109ae(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff80018da2: 48 c7 05 ab 09 01 00 movq $0x1,0x109ab(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80018da9: 01 00 00 00 -ffffffff80018dad: 48 8d 3d ac 09 01 00 lea 0x109ac(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80018db4: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff80018db9: 48 89 de mov %rbx,%rsi -ffffffff80018dbc: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff80018dbf: c6 05 ea 09 01 00 01 movb $0x1,0x109ea(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80018dc6: 48 8d 45 88 lea -0x78(%rbp),%rax -ffffffff80018dca: 48 89 45 b8 mov %rax,-0x48(%rbp) -ffffffff80018dce: 48 8d 05 2b 1d 00 00 lea 0x1d2b(%rip),%rax # ffffffff8001ab00 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17hca48814f1f09a288E> -ffffffff80018dd5: 48 89 45 c0 mov %rax,-0x40(%rbp) -ffffffff80018dd9: 48 8d 05 c0 21 01 00 lea 0x121c0(%rip),%rax # ffffffff8002afa0 <_ZN11CappuccinOS4arch3imp10interrupts7IDT_PTR17hf9b45bc82c63d983E+0x11> -ffffffff80018de0: 48 89 85 e0 fe ff ff mov %rax,-0x120(%rbp) -ffffffff80018de7: 48 c7 85 e8 fe ff ff movq $0x1,-0x118(%rbp) -ffffffff80018dee: 01 00 00 00 -ffffffff80018df2: 48 c7 85 00 ff ff ff movq $0x0,-0x100(%rbp) -ffffffff80018df9: 00 00 00 00 -ffffffff80018dfd: 48 8d 45 b8 lea -0x48(%rbp),%rax -ffffffff80018e01: 48 89 85 f0 fe ff ff mov %rax,-0x110(%rbp) -ffffffff80018e08: 48 c7 85 f8 fe ff ff movq $0x1,-0x108(%rbp) -ffffffff80018e0f: 01 00 00 00 -ffffffff80018e13: 48 8d 5d a0 lea -0x60(%rbp),%rbx -ffffffff80018e17: 48 8d b5 e0 fe ff ff lea -0x120(%rbp),%rsi -ffffffff80018e1e: 48 89 df mov %rbx,%rdi -ffffffff80018e21: e8 6a 41 00 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff80018e26: 48 89 5d d0 mov %rbx,-0x30(%rbp) -ffffffff80018e2a: 4c 8d 7d d0 lea -0x30(%rbp),%r15 -ffffffff80018e2e: 4c 89 7d 90 mov %r15,-0x70(%rbp) -ffffffff80018e32: 4c 8d 25 17 d9 ff ff lea -0x26e9(%rip),%r12 # ffffffff80016750 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h42ee6215a9c421d0E> -ffffffff80018e39: 4c 89 65 98 mov %r12,-0x68(%rbp) -ffffffff80018e3d: 48 8d 05 44 22 01 00 lea 0x12244(%rip),%rax # ffffffff8002b088 <_ZN11CappuccinOS15KERNEL_FEATURES17h4c67f8f92e2b2abeE+0x40> -ffffffff80018e44: 48 89 85 e0 fe ff ff mov %rax,-0x120(%rbp) -ffffffff80018e4b: 48 c7 85 e8 fe ff ff movq $0x1,-0x118(%rbp) -ffffffff80018e52: 01 00 00 00 -ffffffff80018e56: 48 c7 85 00 ff ff ff movq $0x0,-0x100(%rbp) -ffffffff80018e5d: 00 00 00 00 -ffffffff80018e61: 4c 8d 6d 90 lea -0x70(%rbp),%r13 -ffffffff80018e65: 4c 89 ad f0 fe ff ff mov %r13,-0x110(%rbp) -ffffffff80018e6c: 48 c7 85 f8 fe ff ff movq $0x1,-0x108(%rbp) -ffffffff80018e73: 01 00 00 00 -ffffffff80018e77: 48 8d 7d b8 lea -0x48(%rbp),%rdi -ffffffff80018e7b: 48 8d b5 e0 fe ff ff lea -0x120(%rbp),%rsi -ffffffff80018e82: e8 09 41 00 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff80018e87: 4c 8b 75 a8 mov -0x58(%rbp),%r14 -ffffffff80018e8b: 4d 85 f6 test %r14,%r14 -ffffffff80018e8e: 74 70 je ffffffff80018f00 -ffffffff80018e90: 4c 8b 7d a0 mov -0x60(%rbp),%r15 -ffffffff80018e94: 0f b6 05 fd 24 01 00 movzbl 0x124fd(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80018e9b: 84 c0 test %al,%al -ffffffff80018e9d: 74 0f je ffffffff80018eae -ffffffff80018e9f: 48 83 3d 41 24 01 00 cmpq $0x0,0x12441(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80018ea6: 00 -ffffffff80018ea7: 75 3c jne ffffffff80018ee5 -ffffffff80018ea9: e9 69 01 00 00 jmp ffffffff80019017 -ffffffff80018eae: 48 8d bd e0 fe ff ff lea -0x120(%rbp),%rdi -ffffffff80018eb5: ff 15 25 24 01 00 call *0x12425(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80018ebb: 48 c7 05 22 24 01 00 movq $0x1,0x12422(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80018ec2: 01 00 00 00 -ffffffff80018ec6: 48 8d 3d 23 24 01 00 lea 0x12423(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80018ecd: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80018ed2: 48 8d b5 e0 fe ff ff lea -0x120(%rbp),%rsi -ffffffff80018ed9: e8 a2 97 00 00 call ffffffff80022680 -ffffffff80018ede: c6 05 b3 24 01 00 01 movb $0x1,0x124b3(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80018ee5: 48 8d 3d 04 24 01 00 lea 0x12404(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80018eec: ba 01 00 00 00 mov $0x1,%edx -ffffffff80018ef1: 4c 89 fe mov %r15,%rsi -ffffffff80018ef4: 4c 89 f1 mov %r14,%rcx -ffffffff80018ef7: e8 54 b3 ff ff call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80018efc: 4c 8d 7d d0 lea -0x30(%rbp),%r15 -ffffffff80018f00: 48 8b 45 b8 mov -0x48(%rbp),%rax -ffffffff80018f04: 48 8b 4d c0 mov -0x40(%rbp),%rcx -ffffffff80018f08: 48 89 45 a0 mov %rax,-0x60(%rbp) -ffffffff80018f0c: 48 89 4d a8 mov %rcx,-0x58(%rbp) -ffffffff80018f10: 48 8b 45 c8 mov -0x38(%rbp),%rax -ffffffff80018f14: 48 89 45 b0 mov %rax,-0x50(%rbp) -ffffffff80018f18: 48 89 5d d0 mov %rbx,-0x30(%rbp) -ffffffff80018f1c: 4c 89 7d 90 mov %r15,-0x70(%rbp) -ffffffff80018f20: 4c 89 65 98 mov %r12,-0x68(%rbp) -ffffffff80018f24: 48 8d 05 ed 20 01 00 lea 0x120ed(%rip),%rax # ffffffff8002b018 <_ZN11CappuccinOS14KERNEL_REQUEST17h08ad53b354a91f1fE+0x30> -ffffffff80018f2b: 48 89 85 e0 fe ff ff mov %rax,-0x120(%rbp) -ffffffff80018f32: 48 c7 85 e8 fe ff ff movq $0x2,-0x118(%rbp) -ffffffff80018f39: 02 00 00 00 -ffffffff80018f3d: 48 c7 85 00 ff ff ff movq $0x0,-0x100(%rbp) -ffffffff80018f44: 00 00 00 00 -ffffffff80018f48: 4c 89 ad f0 fe ff ff mov %r13,-0x110(%rbp) -ffffffff80018f4f: 48 c7 85 f8 fe ff ff movq $0x1,-0x108(%rbp) -ffffffff80018f56: 01 00 00 00 -ffffffff80018f5a: 48 8d 7d b8 lea -0x48(%rbp),%rdi -ffffffff80018f5e: 48 8d b5 e0 fe ff ff lea -0x120(%rbp),%rsi -ffffffff80018f65: e8 26 40 00 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff80018f6a: 48 8b 5d a8 mov -0x58(%rbp),%rbx -ffffffff80018f6e: 48 85 db test %rbx,%rbx -ffffffff80018f71: 74 6b je ffffffff80018fde -ffffffff80018f73: 4c 8b 75 a0 mov -0x60(%rbp),%r14 -ffffffff80018f77: 0f b6 05 1a 24 01 00 movzbl 0x1241a(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80018f7e: 84 c0 test %al,%al -ffffffff80018f80: 74 0f je ffffffff80018f91 -ffffffff80018f82: 48 83 3d 5e 23 01 00 cmpq $0x0,0x1235e(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80018f89: 00 -ffffffff80018f8a: 75 3b jne ffffffff80018fc7 -ffffffff80018f8c: e9 86 00 00 00 jmp ffffffff80019017 -ffffffff80018f91: 4c 8d bd e0 fe ff ff lea -0x120(%rbp),%r15 -ffffffff80018f98: 4c 89 ff mov %r15,%rdi -ffffffff80018f9b: ff 15 3f 23 01 00 call *0x1233f(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80018fa1: 48 c7 05 3c 23 01 00 movq $0x1,0x1233c(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80018fa8: 01 00 00 00 -ffffffff80018fac: 48 8d 3d 3d 23 01 00 lea 0x1233d(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80018fb3: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80018fb8: 4c 89 fe mov %r15,%rsi -ffffffff80018fbb: e8 c0 96 00 00 call ffffffff80022680 -ffffffff80018fc0: c6 05 d1 23 01 00 01 movb $0x1,0x123d1(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80018fc7: 48 8d 3d 22 23 01 00 lea 0x12322(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80018fce: ba 01 00 00 00 mov $0x1,%edx -ffffffff80018fd3: 4c 89 f6 mov %r14,%rsi -ffffffff80018fd6: 48 89 d9 mov %rbx,%rcx -ffffffff80018fd9: e8 72 b2 ff ff call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80018fde: 48 8b 5d b8 mov -0x48(%rbp),%rbx -ffffffff80018fe2: 4c 8b 75 c0 mov -0x40(%rbp),%r14 -ffffffff80018fe6: 48 8b 55 c8 mov -0x38(%rbp),%rdx -ffffffff80018fea: 48 8d 3d 6f 07 01 00 lea 0x1076f(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80018ff1: 48 89 de mov %rbx,%rsi -ffffffff80018ff4: e8 a7 76 fe ff call ffffffff800006a0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E> -ffffffff80018ff9: 4d 85 f6 test %r14,%r14 -ffffffff80018ffc: 0f 84 7e 00 00 00 je ffffffff80019080 -ffffffff80019002: 0f b6 05 8f 23 01 00 movzbl 0x1238f(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80019009: 84 c0 test %al,%al -ffffffff8001900b: 74 24 je ffffffff80019031 -ffffffff8001900d: 48 83 3d d3 22 01 00 cmpq $0x0,0x122d3(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80019014: 00 -ffffffff80019015: 75 50 jne ffffffff80019067 -ffffffff80019017: 48 8d 3d c2 d7 00 00 lea 0xd7c2(%rip),%rdi # ffffffff800267e0 -ffffffff8001901e: 48 8d 15 fb 24 01 00 lea 0x124fb(%rip),%rdx # ffffffff8002b520 -ffffffff80019025: be 1e 00 00 00 mov $0x1e,%esi -ffffffff8001902a: e8 f1 8c 00 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff8001902f: 0f 0b ud2 -ffffffff80019031: 4c 8d bd e0 fe ff ff lea -0x120(%rbp),%r15 -ffffffff80019038: 4c 89 ff mov %r15,%rdi -ffffffff8001903b: ff 15 9f 22 01 00 call *0x1229f(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80019041: 48 c7 05 9c 22 01 00 movq $0x1,0x1229c(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80019048: 01 00 00 00 -ffffffff8001904c: 48 8d 3d 9d 22 01 00 lea 0x1229d(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80019053: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80019058: 4c 89 fe mov %r15,%rsi -ffffffff8001905b: e8 20 96 00 00 call ffffffff80022680 -ffffffff80019060: c6 05 31 23 01 00 01 movb $0x1,0x12331(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80019067: 48 8d 3d 82 22 01 00 lea 0x12282(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001906e: ba 01 00 00 00 mov $0x1,%edx -ffffffff80019073: 48 89 de mov %rbx,%rsi -ffffffff80019076: 4c 89 f1 mov %r14,%rcx -ffffffff80019079: e8 d2 b1 ff ff call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8001907e: 66 90 xchg %ax,%ax -ffffffff80019080: f4 hlt -ffffffff80019081: eb fd jmp ffffffff80019080 -ffffffff80019083: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001908a: 00 00 00 -ffffffff8001908d: 0f 1f 00 nopl (%rax) - -ffffffff80019090 <_ZN45_$LT$$LP$$RP$$u20$as$u20$core..fmt..Debug$GT$3fmt17h0b2a0f15a80f7e72E>: -ffffffff80019090: 55 push %rbp -ffffffff80019091: 48 89 e5 mov %rsp,%rbp -ffffffff80019094: 48 89 f7 mov %rsi,%rdi -ffffffff80019097: 48 8d 35 9a c2 00 00 lea 0xc29a(%rip),%rsi # ffffffff80025338 -ffffffff8001909e: ba 02 00 00 00 mov $0x2,%edx -ffffffff800190a3: 5d pop %rbp -ffffffff800190a4: e9 e7 54 00 00 jmp ffffffff8001e590 <_ZN4core3fmt9Formatter3pad17hfec64c705344ef8cE> -ffffffff800190a9: 0f 1f 80 00 00 00 00 nopl 0x0(%rax) - -ffffffff800190b0 <_ZN4core3ops8function6FnOnce9call_once17h43e50be9a8a6a2d6E>: -ffffffff800190b0: 55 push %rbp -ffffffff800190b1: 48 89 e5 mov %rsp,%rbp -ffffffff800190b4: 48 8d 3d 1d 20 01 00 lea 0x1201d(%rip),%rdi # ffffffff8002b0d8 <_ZN11CappuccinOS3mem12HHDM_REQUEST17ha9726c73f95563f4E> -ffffffff800190bb: e8 c0 37 00 00 call ffffffff8001c880 <_ZN6limine10DtbRequest12get_response17h6f5632c8bdcd0540E> -ffffffff800190c0: 48 85 c0 test %rax,%rax -ffffffff800190c3: 74 06 je ffffffff800190cb <_ZN4core3ops8function6FnOnce9call_once17h43e50be9a8a6a2d6E+0x1b> -ffffffff800190c5: 48 8b 40 08 mov 0x8(%rax),%rax -ffffffff800190c9: 5d pop %rbp -ffffffff800190ca: c3 ret -ffffffff800190cb: 48 8d 3d dc c2 00 00 lea 0xc2dc(%rip),%rdi # ffffffff800253ae -ffffffff800190d2: 48 8d 15 47 20 01 00 lea 0x12047(%rip),%rdx # ffffffff8002b120 <_ZN11CappuccinOS3mem12HHDM_REQUEST17ha9726c73f95563f4E+0x48> -ffffffff800190d9: be 25 00 00 00 mov $0x25,%esi -ffffffff800190de: e8 3d 8c 00 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff800190e3: 0f 0b ud2 -ffffffff800190e5: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff800190ec: 00 00 00 -ffffffff800190ef: 90 nop - -ffffffff800190f0 <_ZN4core3ops8function6FnOnce9call_once17h818318d09b1bb685E>: -ffffffff800190f0: 55 push %rbp -ffffffff800190f1: 48 89 e5 mov %rsp,%rbp -ffffffff800190f4: 41 56 push %r14 -ffffffff800190f6: 53 push %rbx -ffffffff800190f7: 48 81 ec 80 00 00 00 sub $0x80,%rsp -ffffffff800190fe: 48 89 fb mov %rdi,%rbx -ffffffff80019101: 0f b6 05 10 23 01 00 movzbl 0x12310(%rip),%eax # ffffffff8002b418 <_ZN11CappuccinOS3mem23PHYSICAL_MEMORY_MANAGER17h34ed8926d1874352E+0x38> -ffffffff80019108: 84 c0 test %al,%al -ffffffff8001910a: 74 24 je ffffffff80019130 <_ZN4core3ops8function6FnOnce9call_once17h818318d09b1bb685E+0x40> -ffffffff8001910c: 48 83 3d d4 22 01 00 cmpq $0x0,0x122d4(%rip) # ffffffff8002b3e8 <_ZN11CappuccinOS3mem23PHYSICAL_MEMORY_MANAGER17h34ed8926d1874352E+0x8> -ffffffff80019113: 00 -ffffffff80019114: 75 76 jne ffffffff8001918c <_ZN4core3ops8function6FnOnce9call_once17h818318d09b1bb685E+0x9c> -ffffffff80019116: 48 8d 3d c3 d6 00 00 lea 0xd6c3(%rip),%rdi # ffffffff800267e0 -ffffffff8001911d: 48 8d 15 fc 23 01 00 lea 0x123fc(%rip),%rdx # ffffffff8002b520 -ffffffff80019124: be 1e 00 00 00 mov $0x1e,%esi -ffffffff80019129: e8 f2 8b 00 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff8001912e: 0f 0b ud2 -ffffffff80019130: 48 8d bd 70 ff ff ff lea -0x90(%rbp),%rdi -ffffffff80019137: ff 15 a3 22 01 00 call *0x122a3(%rip) # ffffffff8002b3e0 <_ZN11CappuccinOS3mem23PHYSICAL_MEMORY_MANAGER17h34ed8926d1874352E> -ffffffff8001913d: 48 c7 05 a0 22 01 00 movq $0x1,0x122a0(%rip) # ffffffff8002b3e8 <_ZN11CappuccinOS3mem23PHYSICAL_MEMORY_MANAGER17h34ed8926d1874352E+0x8> -ffffffff80019144: 01 00 00 00 -ffffffff80019148: 48 8b 85 70 ff ff ff mov -0x90(%rbp),%rax -ffffffff8001914f: 48 8b 8d 78 ff ff ff mov -0x88(%rbp),%rcx -ffffffff80019156: 48 89 05 93 22 01 00 mov %rax,0x12293(%rip) # ffffffff8002b3f0 <_ZN11CappuccinOS3mem23PHYSICAL_MEMORY_MANAGER17h34ed8926d1874352E+0x10> -ffffffff8001915d: 48 89 0d 94 22 01 00 mov %rcx,0x12294(%rip) # ffffffff8002b3f8 <_ZN11CappuccinOS3mem23PHYSICAL_MEMORY_MANAGER17h34ed8926d1874352E+0x18> -ffffffff80019164: 48 8b 45 80 mov -0x80(%rbp),%rax -ffffffff80019168: 48 89 05 91 22 01 00 mov %rax,0x12291(%rip) # ffffffff8002b400 <_ZN11CappuccinOS3mem23PHYSICAL_MEMORY_MANAGER17h34ed8926d1874352E+0x20> -ffffffff8001916f: 48 8b 45 88 mov -0x78(%rbp),%rax -ffffffff80019173: 48 89 05 8e 22 01 00 mov %rax,0x1228e(%rip) # ffffffff8002b408 <_ZN11CappuccinOS3mem23PHYSICAL_MEMORY_MANAGER17h34ed8926d1874352E+0x28> -ffffffff8001917a: 48 8b 45 90 mov -0x70(%rbp),%rax -ffffffff8001917e: 48 89 05 8b 22 01 00 mov %rax,0x1228b(%rip) # ffffffff8002b410 <_ZN11CappuccinOS3mem23PHYSICAL_MEMORY_MANAGER17h34ed8926d1874352E+0x30> -ffffffff80019185: c6 05 8c 22 01 00 01 movb $0x1,0x1228c(%rip) # ffffffff8002b418 <_ZN11CappuccinOS3mem23PHYSICAL_MEMORY_MANAGER17h34ed8926d1874352E+0x38> -ffffffff8001918c: 48 8d 3d 5d 22 01 00 lea 0x1225d(%rip),%rdi # ffffffff8002b3f0 <_ZN11CappuccinOS3mem23PHYSICAL_MEMORY_MANAGER17h34ed8926d1874352E+0x10> -ffffffff80019193: be 00 10 00 00 mov $0x1000,%esi -ffffffff80019198: e8 d3 2e 00 00 call ffffffff8001c070 <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager5alloc17hc6cf6be03033da0fE> -ffffffff8001919d: 48 85 c0 test %rax,%rax -ffffffff800191a0: 0f 85 cd 00 00 00 jne ffffffff80019273 <_ZN4core3ops8function6FnOnce9call_once17h818318d09b1bb685E+0x183> -ffffffff800191a6: 49 89 d6 mov %rdx,%r14 -ffffffff800191a9: 48 c7 45 e7 00 00 00 movq $0x0,-0x19(%rbp) -ffffffff800191b0: 00 -ffffffff800191b1: 48 c7 45 df 00 00 00 movq $0x0,-0x21(%rbp) -ffffffff800191b8: 00 -ffffffff800191b9: 48 c7 45 d7 00 00 00 movq $0x0,-0x29(%rbp) -ffffffff800191c0: 00 -ffffffff800191c1: 48 c7 45 cf 00 00 00 movq $0x0,-0x31(%rbp) -ffffffff800191c8: 00 -ffffffff800191c9: 48 c7 45 c7 00 00 00 movq $0x0,-0x39(%rbp) -ffffffff800191d0: 00 -ffffffff800191d1: 48 c7 45 bf 00 00 00 movq $0x0,-0x41(%rbp) -ffffffff800191d8: 00 -ffffffff800191d9: 48 c7 45 b7 00 00 00 movq $0x0,-0x49(%rbp) -ffffffff800191e0: 00 -ffffffff800191e1: 48 c7 45 af 00 00 00 movq $0x0,-0x51(%rbp) -ffffffff800191e8: 00 -ffffffff800191e9: 48 c7 45 a7 00 00 00 movq $0x0,-0x59(%rbp) -ffffffff800191f0: 00 -ffffffff800191f1: 48 c7 45 9f 00 00 00 movq $0x0,-0x61(%rbp) -ffffffff800191f8: 00 -ffffffff800191f9: 48 c7 45 97 00 00 00 movq $0x0,-0x69(%rbp) -ffffffff80019200: 00 -ffffffff80019201: 48 c7 45 8f 00 00 00 movq $0x0,-0x71(%rbp) -ffffffff80019208: 00 -ffffffff80019209: 48 c7 45 87 00 00 00 movq $0x0,-0x79(%rbp) -ffffffff80019210: 00 -ffffffff80019211: 48 c7 85 7f ff ff ff movq $0x0,-0x81(%rbp) -ffffffff80019218: 00 00 00 00 -ffffffff8001921c: 48 c7 85 77 ff ff ff movq $0x0,-0x89(%rbp) -ffffffff80019223: 00 00 00 00 -ffffffff80019227: 48 89 13 mov %rdx,(%rbx) -ffffffff8001922a: 48 c7 43 08 00 00 40 movq $0x400000,0x8(%rbx) -ffffffff80019231: 00 -ffffffff80019232: c6 43 10 00 movb $0x0,0x10(%rbx) -ffffffff80019236: 48 8d 7b 11 lea 0x11(%rbx),%rdi -ffffffff8001923a: 48 8d b5 70 ff ff ff lea -0x90(%rbp),%rsi -ffffffff80019241: ba 7f 00 00 00 mov $0x7f,%edx -ffffffff80019246: e8 35 94 00 00 call ffffffff80022680 -ffffffff8001924b: 4c 89 b3 90 00 00 00 mov %r14,0x90(%rbx) -ffffffff80019252: 48 c7 83 98 00 00 00 movq $0x80,0x98(%rbx) -ffffffff80019259: 80 00 00 00 -ffffffff8001925d: c6 83 a0 00 00 00 07 movb $0x7,0xa0(%rbx) -ffffffff80019264: 48 89 d8 mov %rbx,%rax -ffffffff80019267: 48 81 c4 80 00 00 00 add $0x80,%rsp -ffffffff8001926e: 5b pop %rbx -ffffffff8001926f: 41 5e pop %r14 -ffffffff80019271: 5d pop %rbp -ffffffff80019272: c3 ret -ffffffff80019273: 48 8d 3d 57 c2 00 00 lea 0xc257(%rip),%rdi # ffffffff800254d1 -ffffffff8001927a: 48 8d 0d 27 20 01 00 lea 0x12027(%rip),%rcx # ffffffff8002b2a8 <_ZN11CappuccinOS3mem12HHDM_REQUEST17ha9726c73f95563f4E+0x1d0> -ffffffff80019281: 4c 8d 05 40 20 01 00 lea 0x12040(%rip),%r8 # ffffffff8002b2c8 <_ZN11CappuccinOS3mem12HHDM_REQUEST17ha9726c73f95563f4E+0x1f0> -ffffffff80019288: 48 8d 95 70 ff ff ff lea -0x90(%rbp),%rdx -ffffffff8001928f: be 18 00 00 00 mov $0x18,%esi -ffffffff80019294: e8 e7 8a 00 00 call ffffffff80021d80 <_ZN4core6result13unwrap_failed17h657510ce64ac5bccE> -ffffffff80019299: 0f 0b ud2 -ffffffff8001929b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) - -ffffffff800192a0 <_ZN4core3ops8function6FnOnce9call_once17h90e3929bd236330dE>: -ffffffff800192a0: 55 push %rbp -ffffffff800192a1: 48 89 e5 mov %rsp,%rbp -ffffffff800192a4: 53 push %rbx -ffffffff800192a5: 50 push %rax -ffffffff800192a6: 48 89 fb mov %rdi,%rbx -ffffffff800192a9: e8 42 2a 00 00 call ffffffff8001bcf0 <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager3new17h2ca59ebf43247b3fE> -ffffffff800192ae: 48 89 d8 mov %rbx,%rax -ffffffff800192b1: 48 83 c4 08 add $0x8,%rsp -ffffffff800192b5: 5b pop %rbx -ffffffff800192b6: 5d pop %rbp -ffffffff800192b7: c3 ret -ffffffff800192b8: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff800192bf: 00 - -ffffffff800192c0 <_ZN4core3ops8function6FnOnce9call_once17he57e87ef16f06f4dE>: -ffffffff800192c0: 55 push %rbp -ffffffff800192c1: 48 89 e5 mov %rsp,%rbp -ffffffff800192c4: 53 push %rbx -ffffffff800192c5: 50 push %rax -ffffffff800192c6: 48 89 fb mov %rdi,%rbx -ffffffff800192c9: 48 8d 3d d8 1d 01 00 lea 0x11dd8(%rip),%rdi # ffffffff8002b0a8 <_ZN11CappuccinOS3mem14MEMMAP_REQUEST17h0d1289fc0042fdcdE> -ffffffff800192d0: e8 ab 35 00 00 call ffffffff8001c880 <_ZN6limine10DtbRequest12get_response17h6f5632c8bdcd0540E> -ffffffff800192d5: 48 85 c0 test %rax,%rax -ffffffff800192d8: 74 1d je ffffffff800192f7 <_ZN4core3ops8function6FnOnce9call_once17he57e87ef16f06f4dE+0x37> -ffffffff800192da: 48 8b 48 08 mov 0x8(%rax),%rcx -ffffffff800192de: 48 8b 40 10 mov 0x10(%rax),%rax -ffffffff800192e2: c6 03 00 movb $0x0,(%rbx) -ffffffff800192e5: 48 89 43 08 mov %rax,0x8(%rbx) -ffffffff800192e9: 48 89 4b 10 mov %rcx,0x10(%rbx) -ffffffff800192ed: 48 89 d8 mov %rbx,%rax -ffffffff800192f0: 48 83 c4 08 add $0x8,%rsp -ffffffff800192f4: 5b pop %rbx -ffffffff800192f5: 5d pop %rbp -ffffffff800192f6: c3 ret -ffffffff800192f7: 48 8d 3d 89 c0 00 00 lea 0xc089(%rip),%rdi # ffffffff80025387 -ffffffff800192fe: 48 8d 15 03 1e 01 00 lea 0x11e03(%rip),%rdx # ffffffff8002b108 <_ZN11CappuccinOS3mem12HHDM_REQUEST17ha9726c73f95563f4E+0x30> -ffffffff80019305: be 19 00 00 00 mov $0x19,%esi -ffffffff8001930a: e8 11 8a 00 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff8001930f: 0f 0b ud2 -ffffffff80019311: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff80019318: 00 00 00 -ffffffff8001931b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) - -ffffffff80019320 <_ZN4core3ptr29drop_in_place$LT$$LP$$RP$$GT$17h7a462deaa822de2dE>: -ffffffff80019320: 55 push %rbp -ffffffff80019321: 48 89 e5 mov %rsp,%rbp -ffffffff80019324: 5d pop %rbp -ffffffff80019325: c3 ret -ffffffff80019326: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001932d: 00 00 00 - -ffffffff80019330 <_ZN63_$LT$limine..MemoryMapEntryType$u20$as$u20$core..fmt..Debug$GT$3fmt17h62680847475bbc32E>: -ffffffff80019330: 55 push %rbp -ffffffff80019331: 48 89 e5 mov %rsp,%rbp -ffffffff80019334: 48 89 f0 mov %rsi,%rax -ffffffff80019337: 8b 0f mov (%rdi),%ecx -ffffffff80019339: 48 8d 15 b0 c1 00 00 lea 0xc1b0(%rip),%rdx # ffffffff800254f0 -ffffffff80019340: 48 8b 14 ca mov (%rdx,%rcx,8),%rdx -ffffffff80019344: 48 8d 3d e5 c1 00 00 lea 0xc1e5(%rip),%rdi # ffffffff80025530 -ffffffff8001934b: 48 63 34 8f movslq (%rdi,%rcx,4),%rsi -ffffffff8001934f: 48 01 fe add %rdi,%rsi -ffffffff80019352: 48 89 c7 mov %rax,%rdi -ffffffff80019355: 5d pop %rbp -ffffffff80019356: e9 55 55 00 00 jmp ffffffff8001e8b0 <_ZN4core3fmt9Formatter9write_str17h5399c4ae0c5f789dE> -ffffffff8001935b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) - -ffffffff80019360 <_ZN71_$LT$core..ops..range..Range$LT$Idx$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h0dce0e3a447a3f39E>: -ffffffff80019360: 55 push %rbp -ffffffff80019361: 48 89 e5 mov %rsp,%rbp -ffffffff80019364: 41 56 push %r14 -ffffffff80019366: 53 push %rbx -ffffffff80019367: 48 83 ec 30 sub $0x30,%rsp -ffffffff8001936b: 48 89 f3 mov %rsi,%rbx -ffffffff8001936e: 49 89 fe mov %rdi,%r14 -ffffffff80019371: 48 8b 3f mov (%rdi),%rdi -ffffffff80019374: e8 b7 61 00 00 call ffffffff8001f530 <_ZN4core3fmt17pointer_fmt_inner17h045f84b406453d98E> -ffffffff80019379: 84 c0 test %al,%al -ffffffff8001937b: 75 3e jne ffffffff800193bb <_ZN71_$LT$core..ops..range..Range$LT$Idx$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h0dce0e3a447a3f39E+0x5b> -ffffffff8001937d: 48 8d 05 14 1d 01 00 lea 0x11d14(%rip),%rax # ffffffff8002b098 <_ZN11CappuccinOS15KERNEL_FEATURES17h4c67f8f92e2b2abeE+0x50> -ffffffff80019384: 48 89 45 c0 mov %rax,-0x40(%rbp) -ffffffff80019388: 48 c7 45 c8 01 00 00 movq $0x1,-0x38(%rbp) -ffffffff8001938f: 00 -ffffffff80019390: 48 c7 45 e0 00 00 00 movq $0x0,-0x20(%rbp) -ffffffff80019397: 00 -ffffffff80019398: 48 8d 05 a1 bf 00 00 lea 0xbfa1(%rip),%rax # ffffffff80025340 -ffffffff8001939f: 48 89 45 d0 mov %rax,-0x30(%rbp) -ffffffff800193a3: 48 c7 45 d8 00 00 00 movq $0x0,-0x28(%rbp) -ffffffff800193aa: 00 -ffffffff800193ab: 48 8d 75 c0 lea -0x40(%rbp),%rsi -ffffffff800193af: 48 89 df mov %rbx,%rdi -ffffffff800193b2: e8 19 55 00 00 call ffffffff8001e8d0 <_ZN4core3fmt9Formatter9write_fmt17hccb3b608677ed295E> -ffffffff800193b7: 84 c0 test %al,%al -ffffffff800193b9: 74 0b je ffffffff800193c6 <_ZN71_$LT$core..ops..range..Range$LT$Idx$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h0dce0e3a447a3f39E+0x66> -ffffffff800193bb: b0 01 mov $0x1,%al -ffffffff800193bd: 48 83 c4 30 add $0x30,%rsp -ffffffff800193c1: 5b pop %rbx -ffffffff800193c2: 41 5e pop %r14 -ffffffff800193c4: 5d pop %rbp -ffffffff800193c5: c3 ret -ffffffff800193c6: 49 8b 7e 08 mov 0x8(%r14),%rdi -ffffffff800193ca: 48 89 de mov %rbx,%rsi -ffffffff800193cd: 48 83 c4 30 add $0x30,%rsp -ffffffff800193d1: 5b pop %rbx -ffffffff800193d2: 41 5e pop %r14 -ffffffff800193d4: 5d pop %rbp -ffffffff800193d5: e9 56 61 00 00 jmp ffffffff8001f530 <_ZN4core3fmt17pointer_fmt_inner17h045f84b406453d98E> -ffffffff800193da: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1) - -ffffffff800193e0 <_ZN71_$LT$core..ops..range..Range$LT$Idx$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h9d4627dcee6314a5E>: -ffffffff800193e0: 55 push %rbp -ffffffff800193e1: 48 89 e5 mov %rsp,%rbp -ffffffff800193e4: 41 56 push %r14 -ffffffff800193e6: 53 push %rbx -ffffffff800193e7: 48 83 ec 30 sub $0x30,%rsp -ffffffff800193eb: 48 89 f3 mov %rsi,%rbx -ffffffff800193ee: 49 89 fe mov %rdi,%r14 -ffffffff800193f1: 8b 46 34 mov 0x34(%rsi),%eax -ffffffff800193f4: a8 10 test $0x10,%al -ffffffff800193f6: 75 0f jne ffffffff80019407 <_ZN71_$LT$core..ops..range..Range$LT$Idx$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h9d4627dcee6314a5E+0x27> -ffffffff800193f8: a8 20 test $0x20,%al -ffffffff800193fa: 75 16 jne ffffffff80019412 <_ZN71_$LT$core..ops..range..Range$LT$Idx$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h9d4627dcee6314a5E+0x32> -ffffffff800193fc: e8 cf 8d 00 00 call ffffffff800221d0 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u64$GT$3fmt17hb9efc93793ab2de5E> -ffffffff80019401: 84 c0 test %al,%al -ffffffff80019403: 74 16 je ffffffff8001941b <_ZN71_$LT$core..ops..range..Range$LT$Idx$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h9d4627dcee6314a5E+0x3b> -ffffffff80019405: eb 52 jmp ffffffff80019459 <_ZN71_$LT$core..ops..range..Range$LT$Idx$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h9d4627dcee6314a5E+0x79> -ffffffff80019407: e8 f4 48 00 00 call ffffffff8001dd00 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..LowerHex$u20$for$u20$i64$GT$3fmt17h8be0ad20e8af3692E> -ffffffff8001940c: 84 c0 test %al,%al -ffffffff8001940e: 74 0b je ffffffff8001941b <_ZN71_$LT$core..ops..range..Range$LT$Idx$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h9d4627dcee6314a5E+0x3b> -ffffffff80019410: eb 47 jmp ffffffff80019459 <_ZN71_$LT$core..ops..range..Range$LT$Idx$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h9d4627dcee6314a5E+0x79> -ffffffff80019412: e8 89 49 00 00 call ffffffff8001dda0 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..UpperHex$u20$for$u20$i64$GT$3fmt17hb815251c2be6fbeaE> -ffffffff80019417: 84 c0 test %al,%al -ffffffff80019419: 75 3e jne ffffffff80019459 <_ZN71_$LT$core..ops..range..Range$LT$Idx$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h9d4627dcee6314a5E+0x79> -ffffffff8001941b: 48 8d 05 76 1c 01 00 lea 0x11c76(%rip),%rax # ffffffff8002b098 <_ZN11CappuccinOS15KERNEL_FEATURES17h4c67f8f92e2b2abeE+0x50> -ffffffff80019422: 48 89 45 c0 mov %rax,-0x40(%rbp) -ffffffff80019426: 48 c7 45 c8 01 00 00 movq $0x1,-0x38(%rbp) -ffffffff8001942d: 00 -ffffffff8001942e: 48 c7 45 e0 00 00 00 movq $0x0,-0x20(%rbp) -ffffffff80019435: 00 -ffffffff80019436: 48 8d 05 03 bf 00 00 lea 0xbf03(%rip),%rax # ffffffff80025340 -ffffffff8001943d: 48 89 45 d0 mov %rax,-0x30(%rbp) -ffffffff80019441: 48 c7 45 d8 00 00 00 movq $0x0,-0x28(%rbp) -ffffffff80019448: 00 -ffffffff80019449: 48 8d 75 c0 lea -0x40(%rbp),%rsi -ffffffff8001944d: 48 89 df mov %rbx,%rdi -ffffffff80019450: e8 7b 54 00 00 call ffffffff8001e8d0 <_ZN4core3fmt9Formatter9write_fmt17hccb3b608677ed295E> -ffffffff80019455: 84 c0 test %al,%al -ffffffff80019457: 74 0b je ffffffff80019464 <_ZN71_$LT$core..ops..range..Range$LT$Idx$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h9d4627dcee6314a5E+0x84> -ffffffff80019459: b0 01 mov $0x1,%al -ffffffff8001945b: 48 83 c4 30 add $0x30,%rsp -ffffffff8001945f: 5b pop %rbx -ffffffff80019460: 41 5e pop %r14 -ffffffff80019462: 5d pop %rbp -ffffffff80019463: c3 ret -ffffffff80019464: 49 83 c6 08 add $0x8,%r14 -ffffffff80019468: 8b 43 34 mov 0x34(%rbx),%eax -ffffffff8001946b: 4c 89 f7 mov %r14,%rdi -ffffffff8001946e: 48 89 de mov %rbx,%rsi -ffffffff80019471: 48 83 c4 30 add $0x30,%rsp -ffffffff80019475: a8 10 test $0x10,%al -ffffffff80019477: 75 0d jne ffffffff80019486 <_ZN71_$LT$core..ops..range..Range$LT$Idx$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h9d4627dcee6314a5E+0xa6> -ffffffff80019479: a8 20 test $0x20,%al -ffffffff8001947b: 75 12 jne ffffffff8001948f <_ZN71_$LT$core..ops..range..Range$LT$Idx$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h9d4627dcee6314a5E+0xaf> -ffffffff8001947d: 5b pop %rbx -ffffffff8001947e: 41 5e pop %r14 -ffffffff80019480: 5d pop %rbp -ffffffff80019481: e9 4a 8d 00 00 jmp ffffffff800221d0 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u64$GT$3fmt17hb9efc93793ab2de5E> -ffffffff80019486: 5b pop %rbx -ffffffff80019487: 41 5e pop %r14 -ffffffff80019489: 5d pop %rbp -ffffffff8001948a: e9 71 48 00 00 jmp ffffffff8001dd00 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..LowerHex$u20$for$u20$i64$GT$3fmt17h8be0ad20e8af3692E> -ffffffff8001948f: 5b pop %rbx -ffffffff80019490: 41 5e pop %r14 -ffffffff80019492: 5d pop %rbp -ffffffff80019493: e9 08 49 00 00 jmp ffffffff8001dda0 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..UpperHex$u20$for$u20$i64$GT$3fmt17hb815251c2be6fbeaE> -ffffffff80019498: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff8001949f: 00 - -ffffffff800194a0 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E>: -ffffffff800194a0: 55 push %rbp -ffffffff800194a1: 48 89 e5 mov %rsp,%rbp -ffffffff800194a4: 41 57 push %r15 -ffffffff800194a6: 41 56 push %r14 -ffffffff800194a8: 41 55 push %r13 -ffffffff800194aa: 41 54 push %r12 -ffffffff800194ac: 53 push %rbx -ffffffff800194ad: 48 81 ec a8 01 00 00 sub $0x1a8,%rsp -ffffffff800194b4: 0f b6 05 f5 02 01 00 movzbl 0x102f5(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff800194bb: 84 c0 test %al,%al -ffffffff800194bd: 74 0f je ffffffff800194ce <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x2e> -ffffffff800194bf: 48 83 3d 91 02 01 00 cmpq $0x0,0x10291(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff800194c6: 00 -ffffffff800194c7: 75 39 jne ffffffff80019502 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x62> -ffffffff800194c9: e9 f6 11 00 00 jmp ffffffff8001a6c4 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x1224> -ffffffff800194ce: 48 8d 9d 38 fe ff ff lea -0x1c8(%rbp),%rbx -ffffffff800194d5: 48 89 df mov %rbx,%rdi -ffffffff800194d8: ff 15 72 02 01 00 call *0x10272(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff800194de: 48 c7 05 6f 02 01 00 movq $0x1,0x1026f(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff800194e5: 01 00 00 00 -ffffffff800194e9: 48 8d 3d 70 02 01 00 lea 0x10270(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff800194f0: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff800194f5: 48 89 de mov %rbx,%rsi -ffffffff800194f8: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff800194fb: c6 05 ae 02 01 00 01 movb $0x1,0x102ae(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80019502: 48 c7 45 d0 04 00 00 movq $0x4,-0x30(%rbp) -ffffffff80019509: 00 -ffffffff8001950a: 4c 8d 25 b5 bf 00 00 lea 0xbfb5(%rip),%r12 # ffffffff800254c6 -ffffffff80019511: 4c 89 65 c0 mov %r12,-0x40(%rbp) -ffffffff80019515: 48 c7 45 c8 03 00 00 movq $0x3,-0x38(%rbp) -ffffffff8001951c: 00 -ffffffff8001951d: 0f b6 05 74 1e 01 00 movzbl 0x11e74(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80019524: 84 c0 test %al,%al -ffffffff80019526: 74 0f je ffffffff80019537 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x97> -ffffffff80019528: 48 83 3d b8 1d 01 00 cmpq $0x0,0x11db8(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001952f: 00 -ffffffff80019530: 75 3b jne ffffffff8001956d <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0xcd> -ffffffff80019532: e9 8d 11 00 00 jmp ffffffff8001a6c4 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x1224> -ffffffff80019537: 48 8d 9d 38 fe ff ff lea -0x1c8(%rbp),%rbx -ffffffff8001953e: 48 89 df mov %rbx,%rdi -ffffffff80019541: ff 15 99 1d 01 00 call *0x11d99(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80019547: 48 c7 05 96 1d 01 00 movq $0x1,0x11d96(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001954e: 01 00 00 00 -ffffffff80019552: 48 8d 3d 97 1d 01 00 lea 0x11d97(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80019559: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8001955e: 48 89 de mov %rbx,%rsi -ffffffff80019561: e8 1a 91 00 00 call ffffffff80022680 -ffffffff80019566: c6 05 2b 1e 01 00 01 movb $0x1,0x11e2b(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001956d: 48 8b 05 7c 1d 01 00 mov 0x11d7c(%rip),%rax # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80019574: 48 89 85 28 ff ff ff mov %rax,-0xd8(%rbp) -ffffffff8001957b: 48 8d 5d c0 lea -0x40(%rbp),%rbx -ffffffff8001957f: 48 89 5d 90 mov %rbx,-0x70(%rbp) -ffffffff80019583: 48 8d 05 56 12 00 00 lea 0x1256(%rip),%rax # ffffffff8001a7e0 <_ZN62_$LT$CappuccinOS..mem..Label$u20$as$u20$core..fmt..Display$GT$3fmt17he903f4f4ef5d3366E> -ffffffff8001958a: 48 89 45 98 mov %rax,-0x68(%rbp) -ffffffff8001958e: 48 8d 85 28 ff ff ff lea -0xd8(%rbp),%rax -ffffffff80019595: 48 89 45 a0 mov %rax,-0x60(%rbp) -ffffffff80019599: 48 8d 05 00 48 00 00 lea 0x4800(%rip),%rax # ffffffff8001dda0 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..UpperHex$u20$for$u20$i64$GT$3fmt17hb815251c2be6fbeaE> -ffffffff800195a0: 48 89 45 a8 mov %rax,-0x58(%rbp) -ffffffff800195a4: 48 c7 85 38 fe ff ff movq $0x2,-0x1c8(%rbp) -ffffffff800195ab: 02 00 00 00 -ffffffff800195af: 48 c7 85 48 fe ff ff movq $0x2,-0x1b8(%rbp) -ffffffff800195b6: 02 00 00 00 -ffffffff800195ba: 48 c7 85 58 fe ff ff movq $0x0,-0x1a8(%rbp) -ffffffff800195c1: 00 00 00 00 -ffffffff800195c5: 48 c7 85 60 fe ff ff movq $0x20,-0x1a0(%rbp) -ffffffff800195cc: 20 00 00 00 -ffffffff800195d0: c6 85 68 fe ff ff 03 movb $0x3,-0x198(%rbp) -ffffffff800195d7: 48 c7 85 70 fe ff ff movq $0x2,-0x190(%rbp) -ffffffff800195de: 02 00 00 00 -ffffffff800195e2: 48 c7 85 80 fe ff ff movq $0x2,-0x180(%rbp) -ffffffff800195e9: 02 00 00 00 -ffffffff800195ed: 48 c7 85 90 fe ff ff movq $0x1,-0x170(%rbp) -ffffffff800195f4: 01 00 00 00 -ffffffff800195f8: 48 b8 20 00 00 00 04 movabs $0x400000020,%rax -ffffffff800195ff: 00 00 00 -ffffffff80019602: 48 89 85 98 fe ff ff mov %rax,-0x168(%rbp) -ffffffff80019609: c6 85 a0 fe ff ff 03 movb $0x3,-0x160(%rbp) -ffffffff80019610: 48 8d 05 51 1b 01 00 lea 0x11b51(%rip),%rax # ffffffff8002b168 <_ZN11CappuccinOS3mem12HHDM_REQUEST17ha9726c73f95563f4E+0x90> -ffffffff80019617: 48 89 85 50 ff ff ff mov %rax,-0xb0(%rbp) -ffffffff8001961e: 48 c7 85 58 ff ff ff movq $0x2,-0xa8(%rbp) -ffffffff80019625: 02 00 00 00 -ffffffff80019629: 48 8d 85 38 fe ff ff lea -0x1c8(%rbp),%rax -ffffffff80019630: 48 89 85 70 ff ff ff mov %rax,-0x90(%rbp) -ffffffff80019637: 48 c7 85 78 ff ff ff movq $0x2,-0x88(%rbp) -ffffffff8001963e: 02 00 00 00 -ffffffff80019642: 4c 8d 6d 90 lea -0x70(%rbp),%r13 -ffffffff80019646: 4c 89 ad 60 ff ff ff mov %r13,-0xa0(%rbp) -ffffffff8001964d: 48 c7 85 68 ff ff ff movq $0x2,-0x98(%rbp) -ffffffff80019654: 02 00 00 00 -ffffffff80019658: 4c 8d b5 38 ff ff ff lea -0xc8(%rbp),%r14 -ffffffff8001965f: 48 8d b5 50 ff ff ff lea -0xb0(%rbp),%rsi -ffffffff80019666: 4c 89 f7 mov %r14,%rdi -ffffffff80019669: e8 22 39 00 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff8001966e: 4c 89 75 c0 mov %r14,-0x40(%rbp) -ffffffff80019672: 48 89 5d 90 mov %rbx,-0x70(%rbp) -ffffffff80019676: 48 8d 05 d3 d0 ff ff lea -0x2f2d(%rip),%rax # ffffffff80016750 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h42ee6215a9c421d0E> -ffffffff8001967d: 48 89 45 98 mov %rax,-0x68(%rbp) -ffffffff80019681: 48 8d 05 d0 1a 01 00 lea 0x11ad0(%rip),%rax # ffffffff8002b158 <_ZN11CappuccinOS3mem12HHDM_REQUEST17ha9726c73f95563f4E+0x80> -ffffffff80019688: 48 89 85 38 fe ff ff mov %rax,-0x1c8(%rbp) -ffffffff8001968f: 48 c7 85 40 fe ff ff movq $0x1,-0x1c0(%rbp) -ffffffff80019696: 01 00 00 00 -ffffffff8001969a: 48 c7 85 58 fe ff ff movq $0x0,-0x1a8(%rbp) -ffffffff800196a1: 00 00 00 00 -ffffffff800196a5: 4c 89 ad 48 fe ff ff mov %r13,-0x1b8(%rbp) -ffffffff800196ac: 48 c7 85 50 fe ff ff movq $0x1,-0x1b0(%rbp) -ffffffff800196b3: 01 00 00 00 -ffffffff800196b7: 48 8d bd 50 ff ff ff lea -0xb0(%rbp),%rdi -ffffffff800196be: 48 8d b5 38 fe ff ff lea -0x1c8(%rbp),%rsi -ffffffff800196c5: e8 c6 38 00 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff800196ca: 48 8b 9d 40 ff ff ff mov -0xc0(%rbp),%rbx -ffffffff800196d1: 48 85 db test %rbx,%rbx -ffffffff800196d4: 74 6e je ffffffff80019744 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x2a4> -ffffffff800196d6: 4c 8b b5 38 ff ff ff mov -0xc8(%rbp),%r14 -ffffffff800196dd: 0f b6 05 b4 1c 01 00 movzbl 0x11cb4(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff800196e4: 84 c0 test %al,%al -ffffffff800196e6: 74 0f je ffffffff800196f7 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x257> -ffffffff800196e8: 48 83 3d f8 1b 01 00 cmpq $0x0,0x11bf8(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff800196ef: 00 -ffffffff800196f0: 75 3b jne ffffffff8001972d <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x28d> -ffffffff800196f2: e9 cd 0f 00 00 jmp ffffffff8001a6c4 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x1224> -ffffffff800196f7: 4c 8d bd 38 fe ff ff lea -0x1c8(%rbp),%r15 -ffffffff800196fe: 4c 89 ff mov %r15,%rdi -ffffffff80019701: ff 15 d9 1b 01 00 call *0x11bd9(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80019707: 48 c7 05 d6 1b 01 00 movq $0x1,0x11bd6(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001970e: 01 00 00 00 -ffffffff80019712: 48 8d 3d d7 1b 01 00 lea 0x11bd7(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80019719: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8001971e: 4c 89 fe mov %r15,%rsi -ffffffff80019721: e8 5a 8f 00 00 call ffffffff80022680 -ffffffff80019726: c6 05 6b 1c 01 00 01 movb $0x1,0x11c6b(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001972d: 48 8d 3d bc 1b 01 00 lea 0x11bbc(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80019734: ba 01 00 00 00 mov $0x1,%edx -ffffffff80019739: 4c 89 f6 mov %r14,%rsi -ffffffff8001973c: 48 89 d9 mov %rbx,%rcx -ffffffff8001973f: e8 0c ab ff ff call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80019744: 48 8b 85 50 ff ff ff mov -0xb0(%rbp),%rax -ffffffff8001974b: 48 8b 8d 58 ff ff ff mov -0xa8(%rbp),%rcx -ffffffff80019752: 48 89 45 90 mov %rax,-0x70(%rbp) -ffffffff80019756: 48 89 4d 98 mov %rcx,-0x68(%rbp) -ffffffff8001975a: 48 8b 85 60 ff ff ff mov -0xa0(%rbp),%rax -ffffffff80019761: 48 89 45 a0 mov %rax,-0x60(%rbp) -ffffffff80019765: 4c 89 ad 38 ff ff ff mov %r13,-0xc8(%rbp) -ffffffff8001976c: 48 8d 85 38 ff ff ff lea -0xc8(%rbp),%rax -ffffffff80019773: 48 89 45 c0 mov %rax,-0x40(%rbp) -ffffffff80019777: 48 8d 05 d2 cf ff ff lea -0x302e(%rip),%rax # ffffffff80016750 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h42ee6215a9c421d0E> -ffffffff8001977e: 48 89 45 c8 mov %rax,-0x38(%rbp) -ffffffff80019782: 48 8d 05 af 19 01 00 lea 0x119af(%rip),%rax # ffffffff8002b138 <_ZN11CappuccinOS3mem12HHDM_REQUEST17ha9726c73f95563f4E+0x60> -ffffffff80019789: 48 89 85 38 fe ff ff mov %rax,-0x1c8(%rbp) -ffffffff80019790: 48 c7 85 40 fe ff ff movq $0x2,-0x1c0(%rbp) -ffffffff80019797: 02 00 00 00 -ffffffff8001979b: 48 c7 85 58 fe ff ff movq $0x0,-0x1a8(%rbp) -ffffffff800197a2: 00 00 00 00 -ffffffff800197a6: 48 8d 45 c0 lea -0x40(%rbp),%rax -ffffffff800197aa: 48 89 85 48 fe ff ff mov %rax,-0x1b8(%rbp) -ffffffff800197b1: 48 c7 85 50 fe ff ff movq $0x1,-0x1b0(%rbp) -ffffffff800197b8: 01 00 00 00 -ffffffff800197bc: 48 8d bd 50 ff ff ff lea -0xb0(%rbp),%rdi -ffffffff800197c3: 48 8d b5 38 fe ff ff lea -0x1c8(%rbp),%rsi -ffffffff800197ca: e8 c1 37 00 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff800197cf: 48 8b 5d 98 mov -0x68(%rbp),%rbx -ffffffff800197d3: 48 85 db test %rbx,%rbx -ffffffff800197d6: 74 6b je ffffffff80019843 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x3a3> -ffffffff800197d8: 4c 8b 75 90 mov -0x70(%rbp),%r14 -ffffffff800197dc: 0f b6 05 b5 1b 01 00 movzbl 0x11bb5(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff800197e3: 84 c0 test %al,%al -ffffffff800197e5: 74 0f je ffffffff800197f6 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x356> -ffffffff800197e7: 48 83 3d f9 1a 01 00 cmpq $0x0,0x11af9(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff800197ee: 00 -ffffffff800197ef: 75 3b jne ffffffff8001982c <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x38c> -ffffffff800197f1: e9 ce 0e 00 00 jmp ffffffff8001a6c4 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x1224> -ffffffff800197f6: 4c 8d bd 38 fe ff ff lea -0x1c8(%rbp),%r15 -ffffffff800197fd: 4c 89 ff mov %r15,%rdi -ffffffff80019800: ff 15 da 1a 01 00 call *0x11ada(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80019806: 48 c7 05 d7 1a 01 00 movq $0x1,0x11ad7(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001980d: 01 00 00 00 -ffffffff80019811: 48 8d 3d d8 1a 01 00 lea 0x11ad8(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80019818: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8001981d: 4c 89 fe mov %r15,%rsi -ffffffff80019820: e8 5b 8e 00 00 call ffffffff80022680 -ffffffff80019825: c6 05 6c 1b 01 00 01 movb $0x1,0x11b6c(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001982c: 48 8d 3d bd 1a 01 00 lea 0x11abd(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80019833: ba 01 00 00 00 mov $0x1,%edx -ffffffff80019838: 4c 89 f6 mov %r14,%rsi -ffffffff8001983b: 48 89 d9 mov %rbx,%rcx -ffffffff8001983e: e8 0d aa ff ff call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80019843: 48 8b 9d 50 ff ff ff mov -0xb0(%rbp),%rbx -ffffffff8001984a: 4c 8b b5 58 ff ff ff mov -0xa8(%rbp),%r14 -ffffffff80019851: 48 8b 95 60 ff ff ff mov -0xa0(%rbp),%rdx -ffffffff80019858: 48 8d 3d 01 ff 00 00 lea 0xff01(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff8001985f: 48 89 de mov %rbx,%rsi -ffffffff80019862: e8 39 6e fe ff call ffffffff800006a0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E> -ffffffff80019867: 4d 85 f6 test %r14,%r14 -ffffffff8001986a: 74 67 je ffffffff800198d3 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x433> -ffffffff8001986c: 0f b6 05 25 1b 01 00 movzbl 0x11b25(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80019873: 84 c0 test %al,%al -ffffffff80019875: 74 0f je ffffffff80019886 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x3e6> -ffffffff80019877: 48 83 3d 69 1a 01 00 cmpq $0x0,0x11a69(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001987e: 00 -ffffffff8001987f: 75 3b jne ffffffff800198bc <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x41c> -ffffffff80019881: e9 3e 0e 00 00 jmp ffffffff8001a6c4 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x1224> -ffffffff80019886: 4c 8d bd 38 fe ff ff lea -0x1c8(%rbp),%r15 -ffffffff8001988d: 4c 89 ff mov %r15,%rdi -ffffffff80019890: ff 15 4a 1a 01 00 call *0x11a4a(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80019896: 48 c7 05 47 1a 01 00 movq $0x1,0x11a47(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001989d: 01 00 00 00 -ffffffff800198a1: 48 8d 3d 48 1a 01 00 lea 0x11a48(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff800198a8: ba a8 00 00 00 mov $0xa8,%edx -ffffffff800198ad: 4c 89 fe mov %r15,%rsi -ffffffff800198b0: e8 cb 8d 00 00 call ffffffff80022680 -ffffffff800198b5: c6 05 dc 1a 01 00 01 movb $0x1,0x11adc(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff800198bc: 48 8d 3d 2d 1a 01 00 lea 0x11a2d(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff800198c3: ba 01 00 00 00 mov $0x1,%edx -ffffffff800198c8: 48 89 de mov %rbx,%rsi -ffffffff800198cb: 4c 89 f1 mov %r14,%rcx -ffffffff800198ce: e8 7d a9 ff ff call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff800198d3: 0f b6 05 d6 fe 00 00 movzbl 0xfed6(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff800198da: 84 c0 test %al,%al -ffffffff800198dc: 74 1e je ffffffff800198fc <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x45c> -ffffffff800198de: 48 83 3d 72 fe 00 00 cmpq $0x0,0xfe72(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff800198e5: 00 -ffffffff800198e6: 0f 84 d8 0d 00 00 je ffffffff8001a6c4 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x1224> -ffffffff800198ec: 0f b6 05 b5 fe 00 00 movzbl 0xfeb5(%rip),%eax # ffffffff800297a8 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x58> -ffffffff800198f3: a8 04 test $0x4,%al -ffffffff800198f5: 75 48 jne ffffffff8001993f <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x49f> -ffffffff800198f7: e9 a7 06 00 00 jmp ffffffff80019fa3 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0xb03> -ffffffff800198fc: 48 8d 9d 38 fe ff ff lea -0x1c8(%rbp),%rbx -ffffffff80019903: 48 89 df mov %rbx,%rdi -ffffffff80019906: ff 15 44 fe 00 00 call *0xfe44(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff8001990c: 48 c7 05 41 fe 00 00 movq $0x1,0xfe41(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80019913: 01 00 00 00 -ffffffff80019917: 48 8d 3d 42 fe 00 00 lea 0xfe42(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff8001991e: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff80019923: 48 89 de mov %rbx,%rsi -ffffffff80019926: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff80019929: c6 05 80 fe 00 00 01 movb $0x1,0xfe80(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80019930: 0f b6 05 71 fe 00 00 movzbl 0xfe71(%rip),%eax # ffffffff800297a8 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x58> -ffffffff80019937: a8 04 test $0x4,%al -ffffffff80019939: 0f 84 64 06 00 00 je ffffffff80019fa3 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0xb03> -ffffffff8001993f: 0f b6 05 6a fe 00 00 movzbl 0xfe6a(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80019946: 84 c0 test %al,%al -ffffffff80019948: 74 0f je ffffffff80019959 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x4b9> -ffffffff8001994a: 48 83 3d 06 fe 00 00 cmpq $0x0,0xfe06(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80019951: 00 -ffffffff80019952: 75 3c jne ffffffff80019990 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x4f0> -ffffffff80019954: e9 6b 0d 00 00 jmp ffffffff8001a6c4 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x1224> -ffffffff80019959: 48 8d 9d 38 fe ff ff lea -0x1c8(%rbp),%rbx -ffffffff80019960: 48 89 df mov %rbx,%rdi -ffffffff80019963: ff 15 e7 fd 00 00 call *0xfde7(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff80019969: 48 c7 05 e4 fd 00 00 movq $0x1,0xfde4(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80019970: 01 00 00 00 -ffffffff80019974: 48 8d 3d e5 fd 00 00 lea 0xfde5(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff8001997b: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff80019980: 48 89 de mov %rbx,%rsi -ffffffff80019983: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff80019986: c6 05 23 fe 00 00 01 movb $0x1,0xfe23(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff8001998d: 0f 1f 00 nopl (%rax) -ffffffff80019990: b0 01 mov $0x1,%al -ffffffff80019992: 86 05 c8 fd 00 00 xchg %al,0xfdc8(%rip) # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80019998: 84 c0 test %al,%al -ffffffff8001999a: 75 f4 jne ffffffff80019990 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x4f0> -ffffffff8001999c: c6 05 bd fd 00 00 00 movb $0x0,0xfdbd(%rip) # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff800199a3: 48 83 3d bd fd 00 00 cmpq $0x0,0xfdbd(%rip) # ffffffff80029768 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x18> -ffffffff800199aa: 00 -ffffffff800199ab: 0f 84 bc 0d 00 00 je ffffffff8001a76d <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x12cd> -ffffffff800199b1: 48 8b 1d d0 fd 00 00 mov 0xfdd0(%rip),%rbx # ffffffff80029788 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x38> -ffffffff800199b8: 0f b6 05 f1 fd 00 00 movzbl 0xfdf1(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff800199bf: 84 c0 test %al,%al -ffffffff800199c1: 74 0f je ffffffff800199d2 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x532> -ffffffff800199c3: 48 83 3d 8d fd 00 00 cmpq $0x0,0xfd8d(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff800199ca: 00 -ffffffff800199cb: 75 43 jne ffffffff80019a10 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x570> -ffffffff800199cd: e9 f2 0c 00 00 jmp ffffffff8001a6c4 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x1224> -ffffffff800199d2: 4c 8d b5 38 fe ff ff lea -0x1c8(%rbp),%r14 -ffffffff800199d9: 4c 89 f7 mov %r14,%rdi -ffffffff800199dc: ff 15 6e fd 00 00 call *0xfd6e(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff800199e2: 48 c7 05 6b fd 00 00 movq $0x1,0xfd6b(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff800199e9: 01 00 00 00 -ffffffff800199ed: 48 8d 3d 6c fd 00 00 lea 0xfd6c(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff800199f4: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff800199f9: 4c 89 f6 mov %r14,%rsi -ffffffff800199fc: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff800199ff: c6 05 aa fd 00 00 01 movb $0x1,0xfdaa(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80019a06: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff80019a0d: 00 00 00 -ffffffff80019a10: b0 01 mov $0x1,%al -ffffffff80019a12: 86 05 48 fd 00 00 xchg %al,0xfd48(%rip) # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80019a18: 84 c0 test %al,%al -ffffffff80019a1a: 75 f4 jne ffffffff80019a10 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x570> -ffffffff80019a1c: c6 05 3d fd 00 00 00 movb $0x0,0xfd3d(%rip) # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80019a23: 48 83 3d 3d fd 00 00 cmpq $0x0,0xfd3d(%rip) # ffffffff80029768 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x18> -ffffffff80019a2a: 00 -ffffffff80019a2b: 0f 84 56 0d 00 00 je ffffffff8001a787 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x12e7> -ffffffff80019a31: 4c 8b 2d 48 fd 00 00 mov 0xfd48(%rip),%r13 # ffffffff80029780 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x30> -ffffffff80019a38: 49 83 fd 08 cmp $0x8,%r13 -ffffffff80019a3c: 0f 82 ae 0c 00 00 jb ffffffff8001a6f0 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x1250> -ffffffff80019a42: 0f b6 05 67 fd 00 00 movzbl 0xfd67(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80019a49: 84 c0 test %al,%al -ffffffff80019a4b: 74 0f je ffffffff80019a5c <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x5bc> -ffffffff80019a4d: 48 83 3d 03 fd 00 00 cmpq $0x0,0xfd03(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80019a54: 00 -ffffffff80019a55: 75 39 jne ffffffff80019a90 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x5f0> -ffffffff80019a57: e9 68 0c 00 00 jmp ffffffff8001a6c4 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x1224> -ffffffff80019a5c: 4c 8d b5 38 fe ff ff lea -0x1c8(%rbp),%r14 -ffffffff80019a63: 4c 89 f7 mov %r14,%rdi -ffffffff80019a66: ff 15 e4 fc 00 00 call *0xfce4(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff80019a6c: 48 c7 05 e1 fc 00 00 movq $0x1,0xfce1(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80019a73: 01 00 00 00 -ffffffff80019a77: 48 8d 3d e2 fc 00 00 lea 0xfce2(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80019a7e: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff80019a83: 4c 89 f6 mov %r14,%rsi -ffffffff80019a86: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff80019a89: c6 05 20 fd 00 00 01 movb $0x1,0xfd20(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80019a90: b0 01 mov $0x1,%al -ffffffff80019a92: 86 05 c8 fc 00 00 xchg %al,0xfcc8(%rip) # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80019a98: 84 c0 test %al,%al -ffffffff80019a9a: 75 f4 jne ffffffff80019a90 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x5f0> -ffffffff80019a9c: c6 05 bd fc 00 00 00 movb $0x0,0xfcbd(%rip) # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80019aa3: 48 83 3d bd fc 00 00 cmpq $0x0,0xfcbd(%rip) # ffffffff80029768 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x18> -ffffffff80019aaa: 00 -ffffffff80019aab: 0f 84 f0 0c 00 00 je ffffffff8001a7a1 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x1301> -ffffffff80019ab1: 4c 8b 3d c0 fc 00 00 mov 0xfcc0(%rip),%r15 # ffffffff80029778 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x28> -ffffffff80019ab8: 49 c1 ed 03 shr $0x3,%r13 -ffffffff80019abc: 48 89 d8 mov %rbx,%rax -ffffffff80019abf: 4c 09 e8 or %r13,%rax -ffffffff80019ac2: 48 c1 e8 20 shr $0x20,%rax -ffffffff80019ac6: 74 68 je ffffffff80019b30 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x690> -ffffffff80019ac8: 48 89 d8 mov %rbx,%rax -ffffffff80019acb: 31 d2 xor %edx,%edx -ffffffff80019acd: 49 f7 f5 div %r13 -ffffffff80019ad0: 48 89 c3 mov %rax,%rbx -ffffffff80019ad3: 0f b6 05 d6 fc 00 00 movzbl 0xfcd6(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80019ada: 84 c0 test %al,%al -ffffffff80019adc: 4c 8d 6d 90 lea -0x70(%rbp),%r13 -ffffffff80019ae0: 74 66 je ffffffff80019b48 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x6a8> -ffffffff80019ae2: 48 83 3d 6e fc 00 00 cmpq $0x0,0xfc6e(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80019ae9: 00 -ffffffff80019aea: 0f 84 d4 0b 00 00 je ffffffff8001a6c4 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x1224> -ffffffff80019af0: 4c 0f af fb imul %rbx,%r15 -ffffffff80019af4: 49 c1 e7 02 shl $0x2,%r15 -ffffffff80019af8: 49 81 ff ff ff ff 3f cmp $0x3fffffff,%r15 -ffffffff80019aff: 0f 87 8c 00 00 00 ja ffffffff80019b91 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x6f1> -ffffffff80019b05: 49 81 ff 00 00 10 00 cmp $0x100000,%r15 -ffffffff80019b0c: 0f 83 91 00 00 00 jae ffffffff80019ba3 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x703> -ffffffff80019b12: 49 81 ff 00 04 00 00 cmp $0x400,%r15 -ffffffff80019b19: 0f 83 8f 00 00 00 jae ffffffff80019bae <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x70e> -ffffffff80019b1f: b8 05 00 00 00 mov $0x5,%eax -ffffffff80019b24: 4c 8d 25 a1 b9 00 00 lea 0xb9a1(%rip),%r12 # ffffffff800254cc -ffffffff80019b2b: e9 8e 00 00 00 jmp ffffffff80019bbe <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x71e> -ffffffff80019b30: 89 d8 mov %ebx,%eax -ffffffff80019b32: 31 d2 xor %edx,%edx -ffffffff80019b34: 41 f7 f5 div %r13d -ffffffff80019b37: 89 c3 mov %eax,%ebx -ffffffff80019b39: 0f b6 05 70 fc 00 00 movzbl 0xfc70(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80019b40: 84 c0 test %al,%al -ffffffff80019b42: 4c 8d 6d 90 lea -0x70(%rbp),%r13 -ffffffff80019b46: 75 9a jne ffffffff80019ae2 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x642> -ffffffff80019b48: 4c 8d b5 38 fe ff ff lea -0x1c8(%rbp),%r14 -ffffffff80019b4f: 4c 89 f7 mov %r14,%rdi -ffffffff80019b52: ff 15 f8 fb 00 00 call *0xfbf8(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff80019b58: 48 c7 05 f5 fb 00 00 movq $0x1,0xfbf5(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80019b5f: 01 00 00 00 -ffffffff80019b63: 48 8d 3d f6 fb 00 00 lea 0xfbf6(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80019b6a: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff80019b6f: 4c 89 f6 mov %r14,%rsi -ffffffff80019b72: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff80019b75: c6 05 34 fc 00 00 01 movb $0x1,0xfc34(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80019b7c: 4c 0f af fb imul %rbx,%r15 -ffffffff80019b80: 49 c1 e7 02 shl $0x2,%r15 -ffffffff80019b84: 49 81 ff ff ff ff 3f cmp $0x3fffffff,%r15 -ffffffff80019b8b: 0f 86 74 ff ff ff jbe ffffffff80019b05 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x665> -ffffffff80019b91: 49 c1 ef 1e shr $0x1e,%r15 -ffffffff80019b95: b8 03 00 00 00 mov $0x3,%eax -ffffffff80019b9a: 4c 8d 25 22 b9 00 00 lea 0xb922(%rip),%r12 # ffffffff800254c3 -ffffffff80019ba1: eb 1b jmp ffffffff80019bbe <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x71e> -ffffffff80019ba3: 49 c1 ef 14 shr $0x14,%r15 -ffffffff80019ba7: b8 03 00 00 00 mov $0x3,%eax -ffffffff80019bac: eb 10 jmp ffffffff80019bbe <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x71e> -ffffffff80019bae: 49 c1 ef 0a shr $0xa,%r15 -ffffffff80019bb2: b8 03 00 00 00 mov $0x3,%eax -ffffffff80019bb7: 4c 8d 25 0b b9 00 00 lea 0xb90b(%rip),%r12 # ffffffff800254c9 -ffffffff80019bbe: 4c 89 7d d0 mov %r15,-0x30(%rbp) -ffffffff80019bc2: 4c 89 65 c0 mov %r12,-0x40(%rbp) -ffffffff80019bc6: 48 89 45 c8 mov %rax,-0x38(%rbp) -ffffffff80019bca: 0f b6 05 df fb 00 00 movzbl 0xfbdf(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80019bd1: 84 c0 test %al,%al -ffffffff80019bd3: 74 0f je ffffffff80019be4 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x744> -ffffffff80019bd5: 48 83 3d 7b fb 00 00 cmpq $0x0,0xfb7b(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80019bdc: 00 -ffffffff80019bdd: 75 41 jne ffffffff80019c20 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x780> -ffffffff80019bdf: e9 e0 0a 00 00 jmp ffffffff8001a6c4 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x1224> -ffffffff80019be4: 48 8d 9d 38 fe ff ff lea -0x1c8(%rbp),%rbx -ffffffff80019beb: 48 89 df mov %rbx,%rdi -ffffffff80019bee: ff 15 5c fb 00 00 call *0xfb5c(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff80019bf4: 48 c7 05 59 fb 00 00 movq $0x1,0xfb59(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80019bfb: 01 00 00 00 -ffffffff80019bff: 48 8d 3d 5a fb 00 00 lea 0xfb5a(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80019c06: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff80019c0b: 48 89 de mov %rbx,%rsi -ffffffff80019c0e: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff80019c11: c6 05 98 fb 00 00 01 movb $0x1,0xfb98(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80019c18: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff80019c1f: 00 -ffffffff80019c20: b0 01 mov $0x1,%al -ffffffff80019c22: 86 05 38 fb 00 00 xchg %al,0xfb38(%rip) # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80019c28: 84 c0 test %al,%al -ffffffff80019c2a: 75 f4 jne ffffffff80019c20 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x780> -ffffffff80019c2c: c6 05 2d fb 00 00 00 movb $0x0,0xfb2d(%rip) # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80019c33: 48 83 3d 2d fb 00 00 cmpq $0x0,0xfb2d(%rip) # ffffffff80029768 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x18> -ffffffff80019c3a: 00 -ffffffff80019c3b: 0f 84 7a 0b 00 00 je ffffffff8001a7bb <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x131b> -ffffffff80019c41: 48 8b 05 48 fb 00 00 mov 0xfb48(%rip),%rax # ffffffff80029790 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x40> -ffffffff80019c48: 48 89 85 28 ff ff ff mov %rax,-0xd8(%rbp) -ffffffff80019c4f: 48 8d 5d c0 lea -0x40(%rbp),%rbx -ffffffff80019c53: 48 89 5d 90 mov %rbx,-0x70(%rbp) -ffffffff80019c57: 48 8d 05 82 0b 00 00 lea 0xb82(%rip),%rax # ffffffff8001a7e0 <_ZN62_$LT$CappuccinOS..mem..Label$u20$as$u20$core..fmt..Display$GT$3fmt17he903f4f4ef5d3366E> -ffffffff80019c5e: 48 89 45 98 mov %rax,-0x68(%rbp) -ffffffff80019c62: 48 8d 85 28 ff ff ff lea -0xd8(%rbp),%rax -ffffffff80019c69: 48 89 45 a0 mov %rax,-0x60(%rbp) -ffffffff80019c6d: 48 8d 05 2c 41 00 00 lea 0x412c(%rip),%rax # ffffffff8001dda0 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..UpperHex$u20$for$u20$i64$GT$3fmt17hb815251c2be6fbeaE> -ffffffff80019c74: 48 89 45 a8 mov %rax,-0x58(%rbp) -ffffffff80019c78: 48 c7 85 38 fe ff ff movq $0x2,-0x1c8(%rbp) -ffffffff80019c7f: 02 00 00 00 -ffffffff80019c83: 48 c7 85 48 fe ff ff movq $0x2,-0x1b8(%rbp) -ffffffff80019c8a: 02 00 00 00 -ffffffff80019c8e: 48 c7 85 58 fe ff ff movq $0x0,-0x1a8(%rbp) -ffffffff80019c95: 00 00 00 00 -ffffffff80019c99: 48 c7 85 60 fe ff ff movq $0x20,-0x1a0(%rbp) -ffffffff80019ca0: 20 00 00 00 -ffffffff80019ca4: c6 85 68 fe ff ff 03 movb $0x3,-0x198(%rbp) -ffffffff80019cab: 48 c7 85 70 fe ff ff movq $0x2,-0x190(%rbp) -ffffffff80019cb2: 02 00 00 00 -ffffffff80019cb6: 48 c7 85 80 fe ff ff movq $0x2,-0x180(%rbp) -ffffffff80019cbd: 02 00 00 00 -ffffffff80019cc1: 48 c7 85 90 fe ff ff movq $0x1,-0x170(%rbp) -ffffffff80019cc8: 01 00 00 00 -ffffffff80019ccc: 48 b8 20 00 00 00 04 movabs $0x400000020,%rax -ffffffff80019cd3: 00 00 00 -ffffffff80019cd6: 48 89 85 98 fe ff ff mov %rax,-0x168(%rbp) -ffffffff80019cdd: c6 85 a0 fe ff ff 03 movb $0x3,-0x160(%rbp) -ffffffff80019ce4: 48 8d 05 fd 14 01 00 lea 0x114fd(%rip),%rax # ffffffff8002b1e8 <_ZN11CappuccinOS3mem12HHDM_REQUEST17ha9726c73f95563f4E+0x110> -ffffffff80019ceb: 48 89 85 50 ff ff ff mov %rax,-0xb0(%rbp) -ffffffff80019cf2: 48 c7 85 58 ff ff ff movq $0x2,-0xa8(%rbp) -ffffffff80019cf9: 02 00 00 00 -ffffffff80019cfd: 48 8d 85 38 fe ff ff lea -0x1c8(%rbp),%rax -ffffffff80019d04: 48 89 85 70 ff ff ff mov %rax,-0x90(%rbp) -ffffffff80019d0b: 48 c7 85 78 ff ff ff movq $0x2,-0x88(%rbp) -ffffffff80019d12: 02 00 00 00 -ffffffff80019d16: 4c 89 ad 60 ff ff ff mov %r13,-0xa0(%rbp) -ffffffff80019d1d: 48 c7 85 68 ff ff ff movq $0x2,-0x98(%rbp) -ffffffff80019d24: 02 00 00 00 -ffffffff80019d28: 48 8d b5 50 ff ff ff lea -0xb0(%rbp),%rsi -ffffffff80019d2f: 4c 8d b5 38 ff ff ff lea -0xc8(%rbp),%r14 -ffffffff80019d36: 4c 89 f7 mov %r14,%rdi -ffffffff80019d39: e8 52 32 00 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff80019d3e: 4c 89 75 c0 mov %r14,-0x40(%rbp) -ffffffff80019d42: 48 89 5d 90 mov %rbx,-0x70(%rbp) -ffffffff80019d46: 48 8d 05 03 ca ff ff lea -0x35fd(%rip),%rax # ffffffff80016750 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h42ee6215a9c421d0E> -ffffffff80019d4d: 48 89 45 98 mov %rax,-0x68(%rbp) -ffffffff80019d51: 48 8d 05 00 14 01 00 lea 0x11400(%rip),%rax # ffffffff8002b158 <_ZN11CappuccinOS3mem12HHDM_REQUEST17ha9726c73f95563f4E+0x80> -ffffffff80019d58: 48 89 85 38 fe ff ff mov %rax,-0x1c8(%rbp) -ffffffff80019d5f: 48 c7 85 40 fe ff ff movq $0x1,-0x1c0(%rbp) -ffffffff80019d66: 01 00 00 00 -ffffffff80019d6a: 48 c7 85 58 fe ff ff movq $0x0,-0x1a8(%rbp) -ffffffff80019d71: 00 00 00 00 -ffffffff80019d75: 4c 89 ad 48 fe ff ff mov %r13,-0x1b8(%rbp) -ffffffff80019d7c: 48 c7 85 50 fe ff ff movq $0x1,-0x1b0(%rbp) -ffffffff80019d83: 01 00 00 00 -ffffffff80019d87: 48 8d bd 50 ff ff ff lea -0xb0(%rbp),%rdi -ffffffff80019d8e: 48 8d b5 38 fe ff ff lea -0x1c8(%rbp),%rsi -ffffffff80019d95: e8 f6 31 00 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff80019d9a: 48 8b 9d 40 ff ff ff mov -0xc0(%rbp),%rbx -ffffffff80019da1: 48 85 db test %rbx,%rbx -ffffffff80019da4: 74 6e je ffffffff80019e14 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x974> -ffffffff80019da6: 4c 8b b5 38 ff ff ff mov -0xc8(%rbp),%r14 -ffffffff80019dad: 0f b6 05 e4 15 01 00 movzbl 0x115e4(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80019db4: 84 c0 test %al,%al -ffffffff80019db6: 74 0f je ffffffff80019dc7 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x927> -ffffffff80019db8: 48 83 3d 28 15 01 00 cmpq $0x0,0x11528(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80019dbf: 00 -ffffffff80019dc0: 75 3b jne ffffffff80019dfd <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x95d> -ffffffff80019dc2: e9 fd 08 00 00 jmp ffffffff8001a6c4 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x1224> -ffffffff80019dc7: 4c 8d bd 38 fe ff ff lea -0x1c8(%rbp),%r15 -ffffffff80019dce: 4c 89 ff mov %r15,%rdi -ffffffff80019dd1: ff 15 09 15 01 00 call *0x11509(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80019dd7: 48 c7 05 06 15 01 00 movq $0x1,0x11506(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80019dde: 01 00 00 00 -ffffffff80019de2: 48 8d 3d 07 15 01 00 lea 0x11507(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80019de9: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80019dee: 4c 89 fe mov %r15,%rsi -ffffffff80019df1: e8 8a 88 00 00 call ffffffff80022680 -ffffffff80019df6: c6 05 9b 15 01 00 01 movb $0x1,0x1159b(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80019dfd: 48 8d 3d ec 14 01 00 lea 0x114ec(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80019e04: ba 01 00 00 00 mov $0x1,%edx -ffffffff80019e09: 4c 89 f6 mov %r14,%rsi -ffffffff80019e0c: 48 89 d9 mov %rbx,%rcx -ffffffff80019e0f: e8 3c a4 ff ff call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80019e14: 48 8b 85 50 ff ff ff mov -0xb0(%rbp),%rax -ffffffff80019e1b: 48 8b 8d 58 ff ff ff mov -0xa8(%rbp),%rcx -ffffffff80019e22: 48 89 45 90 mov %rax,-0x70(%rbp) -ffffffff80019e26: 48 89 4d 98 mov %rcx,-0x68(%rbp) -ffffffff80019e2a: 48 8b 85 60 ff ff ff mov -0xa0(%rbp),%rax -ffffffff80019e31: 48 89 45 a0 mov %rax,-0x60(%rbp) -ffffffff80019e35: 4c 89 ad 38 ff ff ff mov %r13,-0xc8(%rbp) -ffffffff80019e3c: 48 8d 85 38 ff ff ff lea -0xc8(%rbp),%rax -ffffffff80019e43: 48 89 45 c0 mov %rax,-0x40(%rbp) -ffffffff80019e47: 48 8d 05 02 c9 ff ff lea -0x36fe(%rip),%rax # ffffffff80016750 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h42ee6215a9c421d0E> -ffffffff80019e4e: 48 89 45 c8 mov %rax,-0x38(%rbp) -ffffffff80019e52: 48 8d 05 df 12 01 00 lea 0x112df(%rip),%rax # ffffffff8002b138 <_ZN11CappuccinOS3mem12HHDM_REQUEST17ha9726c73f95563f4E+0x60> -ffffffff80019e59: 48 89 85 38 fe ff ff mov %rax,-0x1c8(%rbp) -ffffffff80019e60: 48 c7 85 40 fe ff ff movq $0x2,-0x1c0(%rbp) -ffffffff80019e67: 02 00 00 00 -ffffffff80019e6b: 48 c7 85 58 fe ff ff movq $0x0,-0x1a8(%rbp) -ffffffff80019e72: 00 00 00 00 -ffffffff80019e76: 48 8d 45 c0 lea -0x40(%rbp),%rax -ffffffff80019e7a: 48 89 85 48 fe ff ff mov %rax,-0x1b8(%rbp) -ffffffff80019e81: 48 c7 85 50 fe ff ff movq $0x1,-0x1b0(%rbp) -ffffffff80019e88: 01 00 00 00 -ffffffff80019e8c: 48 8d bd 50 ff ff ff lea -0xb0(%rbp),%rdi -ffffffff80019e93: 48 8d b5 38 fe ff ff lea -0x1c8(%rbp),%rsi -ffffffff80019e9a: e8 f1 30 00 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff80019e9f: 48 8b 5d 98 mov -0x68(%rbp),%rbx -ffffffff80019ea3: 48 85 db test %rbx,%rbx -ffffffff80019ea6: 74 6b je ffffffff80019f13 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0xa73> -ffffffff80019ea8: 4c 8b 75 90 mov -0x70(%rbp),%r14 -ffffffff80019eac: 0f b6 05 e5 14 01 00 movzbl 0x114e5(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80019eb3: 84 c0 test %al,%al -ffffffff80019eb5: 74 0f je ffffffff80019ec6 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0xa26> -ffffffff80019eb7: 48 83 3d 29 14 01 00 cmpq $0x0,0x11429(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80019ebe: 00 -ffffffff80019ebf: 75 3b jne ffffffff80019efc <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0xa5c> -ffffffff80019ec1: e9 fe 07 00 00 jmp ffffffff8001a6c4 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x1224> -ffffffff80019ec6: 4c 8d bd 38 fe ff ff lea -0x1c8(%rbp),%r15 -ffffffff80019ecd: 4c 89 ff mov %r15,%rdi -ffffffff80019ed0: ff 15 0a 14 01 00 call *0x1140a(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80019ed6: 48 c7 05 07 14 01 00 movq $0x1,0x11407(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80019edd: 01 00 00 00 -ffffffff80019ee1: 48 8d 3d 08 14 01 00 lea 0x11408(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80019ee8: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80019eed: 4c 89 fe mov %r15,%rsi -ffffffff80019ef0: e8 8b 87 00 00 call ffffffff80022680 -ffffffff80019ef5: c6 05 9c 14 01 00 01 movb $0x1,0x1149c(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80019efc: 48 8d 3d ed 13 01 00 lea 0x113ed(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80019f03: ba 01 00 00 00 mov $0x1,%edx -ffffffff80019f08: 4c 89 f6 mov %r14,%rsi -ffffffff80019f0b: 48 89 d9 mov %rbx,%rcx -ffffffff80019f0e: e8 3d a3 ff ff call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80019f13: 48 8b 9d 50 ff ff ff mov -0xb0(%rbp),%rbx -ffffffff80019f1a: 4c 8b b5 58 ff ff ff mov -0xa8(%rbp),%r14 -ffffffff80019f21: 48 8b 95 60 ff ff ff mov -0xa0(%rbp),%rdx -ffffffff80019f28: 48 8d 3d 31 f8 00 00 lea 0xf831(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff80019f2f: 48 89 de mov %rbx,%rsi -ffffffff80019f32: e8 69 67 fe ff call ffffffff800006a0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E> -ffffffff80019f37: 4d 85 f6 test %r14,%r14 -ffffffff80019f3a: 74 67 je ffffffff80019fa3 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0xb03> -ffffffff80019f3c: 0f b6 05 55 14 01 00 movzbl 0x11455(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80019f43: 84 c0 test %al,%al -ffffffff80019f45: 74 0f je ffffffff80019f56 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0xab6> -ffffffff80019f47: 48 83 3d 99 13 01 00 cmpq $0x0,0x11399(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80019f4e: 00 -ffffffff80019f4f: 75 3b jne ffffffff80019f8c <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0xaec> -ffffffff80019f51: e9 6e 07 00 00 jmp ffffffff8001a6c4 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x1224> -ffffffff80019f56: 4c 8d bd 38 fe ff ff lea -0x1c8(%rbp),%r15 -ffffffff80019f5d: 4c 89 ff mov %r15,%rdi -ffffffff80019f60: ff 15 7a 13 01 00 call *0x1137a(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff80019f66: 48 c7 05 77 13 01 00 movq $0x1,0x11377(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff80019f6d: 01 00 00 00 -ffffffff80019f71: 48 8d 3d 78 13 01 00 lea 0x11378(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80019f78: ba a8 00 00 00 mov $0xa8,%edx -ffffffff80019f7d: 4c 89 fe mov %r15,%rsi -ffffffff80019f80: e8 fb 86 00 00 call ffffffff80022680 -ffffffff80019f85: c6 05 0c 14 01 00 01 movb $0x1,0x1140c(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff80019f8c: 48 8d 3d 5d 13 01 00 lea 0x1135d(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff80019f93: ba 01 00 00 00 mov $0x1,%edx -ffffffff80019f98: 48 89 de mov %rbx,%rsi -ffffffff80019f9b: 4c 89 f1 mov %r14,%rcx -ffffffff80019f9e: e8 ad a2 ff ff call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff80019fa3: 48 8d 3d fe 10 01 00 lea 0x110fe(%rip),%rdi # ffffffff8002b0a8 <_ZN11CappuccinOS3mem14MEMMAP_REQUEST17h0d1289fc0042fdcdE> -ffffffff80019faa: e8 d1 28 00 00 call ffffffff8001c880 <_ZN6limine10DtbRequest12get_response17h6f5632c8bdcd0540E> -ffffffff80019faf: 48 85 c0 test %rax,%rax -ffffffff80019fb2: 0f 84 52 07 00 00 je ffffffff8001a70a <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x126a> -ffffffff80019fb8: 48 8b 48 08 mov 0x8(%rax),%rcx -ffffffff80019fbc: 48 89 8d 20 ff ff ff mov %rcx,-0xe0(%rbp) -ffffffff80019fc3: 4c 8b 60 10 mov 0x10(%rax),%r12 -ffffffff80019fc7: 0f b6 05 e2 f7 00 00 movzbl 0xf7e2(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff80019fce: 84 c0 test %al,%al -ffffffff80019fd0: 74 0f je ffffffff80019fe1 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0xb41> -ffffffff80019fd2: 48 83 3d 7e f7 00 00 cmpq $0x0,0xf77e(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80019fd9: 00 -ffffffff80019fda: 75 39 jne ffffffff8001a015 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0xb75> -ffffffff80019fdc: e9 e3 06 00 00 jmp ffffffff8001a6c4 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x1224> -ffffffff80019fe1: 4c 8d b5 38 fe ff ff lea -0x1c8(%rbp),%r14 -ffffffff80019fe8: 4c 89 f7 mov %r14,%rdi -ffffffff80019feb: ff 15 5f f7 00 00 call *0xf75f(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff80019ff1: 48 c7 05 5c f7 00 00 movq $0x1,0xf75c(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff80019ff8: 01 00 00 00 -ffffffff80019ffc: 48 8d 3d 5d f7 00 00 lea 0xf75d(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff8001a003: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff8001a008: 4c 89 f6 mov %r14,%rsi -ffffffff8001a00b: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff8001a00e: c6 05 9b f7 00 00 01 movb $0x1,0xf79b(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff8001a015: 48 8d 05 fa 2b 01 00 lea 0x12bfa(%rip),%rax # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff8001a01c: 0f b6 00 movzbl (%rax),%eax -ffffffff8001a01f: 0f b6 05 72 13 01 00 movzbl 0x11372(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001a026: 84 c0 test %al,%al -ffffffff8001a028: 74 0f je ffffffff8001a039 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0xb99> -ffffffff8001a02a: 48 83 3d b6 12 01 00 cmpq $0x0,0x112b6(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001a031: 00 -ffffffff8001a032: 75 3b jne ffffffff8001a06f <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0xbcf> -ffffffff8001a034: e9 8b 06 00 00 jmp ffffffff8001a6c4 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x1224> -ffffffff8001a039: 4c 8d b5 38 fe ff ff lea -0x1c8(%rbp),%r14 -ffffffff8001a040: 4c 89 f7 mov %r14,%rdi -ffffffff8001a043: ff 15 97 12 01 00 call *0x11297(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8001a049: 48 c7 05 94 12 01 00 movq $0x1,0x11294(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001a050: 01 00 00 00 -ffffffff8001a054: 48 8d 3d 95 12 01 00 lea 0x11295(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001a05b: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8001a060: 4c 89 f6 mov %r14,%rsi -ffffffff8001a063: e8 18 86 00 00 call ffffffff80022680 -ffffffff8001a068: c6 05 29 13 01 00 01 movb $0x1,0x11329(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001a06f: 48 8d 3d 7a 12 01 00 lea 0x1127a(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001a076: be 01 00 00 00 mov $0x1,%esi -ffffffff8001a07b: ba 18 00 00 00 mov $0x18,%edx -ffffffff8001a080: e8 cb 9f ff ff call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff8001a085: 48 85 c0 test %rax,%rax -ffffffff8001a088: 0f 84 ce 06 00 00 je ffffffff8001a75c <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x12bc> -ffffffff8001a08e: 48 b9 50 20 3d 3d 3d movabs $0x3d3d3d3d3d3d2050,%rcx -ffffffff8001a095: 3d 3d 3d -ffffffff8001a098: 48 89 48 10 mov %rcx,0x10(%rax) -ffffffff8001a09c: 48 b9 45 4d 4f 52 59 movabs $0x414d2059524f4d45,%rcx -ffffffff8001a0a3: 20 4d 41 -ffffffff8001a0a6: 48 89 48 08 mov %rcx,0x8(%rax) -ffffffff8001a0aa: 48 b9 3d 3d 3d 3d 3d movabs $0x4d203d3d3d3d3d3d,%rcx -ffffffff8001a0b1: 3d 20 4d -ffffffff8001a0b4: 48 89 08 mov %rcx,(%rax) -ffffffff8001a0b7: 48 89 85 50 ff ff ff mov %rax,-0xb0(%rbp) -ffffffff8001a0be: 48 c7 85 58 ff ff ff movq $0x18,-0xa8(%rbp) -ffffffff8001a0c5: 18 00 00 00 -ffffffff8001a0c9: 48 c7 85 60 ff ff ff movq $0x18,-0xa0(%rbp) -ffffffff8001a0d0: 18 00 00 00 -ffffffff8001a0d4: 48 8d 85 50 ff ff ff lea -0xb0(%rbp),%rax -ffffffff8001a0db: 48 89 85 38 ff ff ff mov %rax,-0xc8(%rbp) -ffffffff8001a0e2: 48 8d 85 38 ff ff ff lea -0xc8(%rbp),%rax -ffffffff8001a0e9: 48 89 45 c0 mov %rax,-0x40(%rbp) -ffffffff8001a0ed: 48 8d 05 5c c6 ff ff lea -0x39a4(%rip),%rax # ffffffff80016750 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h42ee6215a9c421d0E> -ffffffff8001a0f4: 48 89 45 c8 mov %rax,-0x38(%rbp) -ffffffff8001a0f8: 48 8d 05 39 10 01 00 lea 0x11039(%rip),%rax # ffffffff8002b138 <_ZN11CappuccinOS3mem12HHDM_REQUEST17ha9726c73f95563f4E+0x60> -ffffffff8001a0ff: 48 89 85 38 fe ff ff mov %rax,-0x1c8(%rbp) -ffffffff8001a106: 48 c7 85 40 fe ff ff movq $0x2,-0x1c0(%rbp) -ffffffff8001a10d: 02 00 00 00 -ffffffff8001a111: 48 c7 85 58 fe ff ff movq $0x0,-0x1a8(%rbp) -ffffffff8001a118: 00 00 00 00 -ffffffff8001a11c: 48 8d 45 c0 lea -0x40(%rbp),%rax -ffffffff8001a120: 48 89 85 48 fe ff ff mov %rax,-0x1b8(%rbp) -ffffffff8001a127: 48 c7 85 50 fe ff ff movq $0x1,-0x1b0(%rbp) -ffffffff8001a12e: 01 00 00 00 -ffffffff8001a132: 48 8d 7d 90 lea -0x70(%rbp),%rdi -ffffffff8001a136: 48 8d b5 38 fe ff ff lea -0x1c8(%rbp),%rsi -ffffffff8001a13d: e8 4e 2e 00 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff8001a142: 4c 8b ad 58 ff ff ff mov -0xa8(%rbp),%r13 -ffffffff8001a149: 4d 85 ed test %r13,%r13 -ffffffff8001a14c: 74 6e je ffffffff8001a1bc <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0xd1c> -ffffffff8001a14e: 4c 8b b5 50 ff ff ff mov -0xb0(%rbp),%r14 -ffffffff8001a155: 0f b6 05 3c 12 01 00 movzbl 0x1123c(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001a15c: 84 c0 test %al,%al -ffffffff8001a15e: 74 0f je ffffffff8001a16f <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0xccf> -ffffffff8001a160: 48 83 3d 80 11 01 00 cmpq $0x0,0x11180(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001a167: 00 -ffffffff8001a168: 75 3b jne ffffffff8001a1a5 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0xd05> -ffffffff8001a16a: e9 55 05 00 00 jmp ffffffff8001a6c4 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x1224> -ffffffff8001a16f: 4c 8d bd 38 fe ff ff lea -0x1c8(%rbp),%r15 -ffffffff8001a176: 4c 89 ff mov %r15,%rdi -ffffffff8001a179: ff 15 61 11 01 00 call *0x11161(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8001a17f: 48 c7 05 5e 11 01 00 movq $0x1,0x1115e(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001a186: 01 00 00 00 -ffffffff8001a18a: 48 8d 3d 5f 11 01 00 lea 0x1115f(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001a191: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8001a196: 4c 89 fe mov %r15,%rsi -ffffffff8001a199: e8 e2 84 00 00 call ffffffff80022680 -ffffffff8001a19e: c6 05 f3 11 01 00 01 movb $0x1,0x111f3(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001a1a5: 48 8d 3d 44 11 01 00 lea 0x11144(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001a1ac: ba 01 00 00 00 mov $0x1,%edx -ffffffff8001a1b1: 4c 89 f6 mov %r14,%rsi -ffffffff8001a1b4: 4c 89 e9 mov %r13,%rcx -ffffffff8001a1b7: e8 94 a0 ff ff call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8001a1bc: 4c 8b 6d 90 mov -0x70(%rbp),%r13 -ffffffff8001a1c0: 4c 8b 75 98 mov -0x68(%rbp),%r14 -ffffffff8001a1c4: 48 8b 55 a0 mov -0x60(%rbp),%rdx -ffffffff8001a1c8: 48 8d 3d 91 f5 00 00 lea 0xf591(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff8001a1cf: 4c 89 ee mov %r13,%rsi -ffffffff8001a1d2: e8 c9 64 fe ff call ffffffff800006a0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E> -ffffffff8001a1d7: 4d 85 f6 test %r14,%r14 -ffffffff8001a1da: 74 67 je ffffffff8001a243 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0xda3> -ffffffff8001a1dc: 0f b6 05 b5 11 01 00 movzbl 0x111b5(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001a1e3: 84 c0 test %al,%al -ffffffff8001a1e5: 74 0f je ffffffff8001a1f6 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0xd56> -ffffffff8001a1e7: 48 83 3d f9 10 01 00 cmpq $0x0,0x110f9(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001a1ee: 00 -ffffffff8001a1ef: 75 3b jne ffffffff8001a22c <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0xd8c> -ffffffff8001a1f1: e9 ce 04 00 00 jmp ffffffff8001a6c4 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x1224> -ffffffff8001a1f6: 4c 8d bd 38 fe ff ff lea -0x1c8(%rbp),%r15 -ffffffff8001a1fd: 4c 89 ff mov %r15,%rdi -ffffffff8001a200: ff 15 da 10 01 00 call *0x110da(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8001a206: 48 c7 05 d7 10 01 00 movq $0x1,0x110d7(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001a20d: 01 00 00 00 -ffffffff8001a211: 48 8d 3d d8 10 01 00 lea 0x110d8(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001a218: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8001a21d: 4c 89 fe mov %r15,%rsi -ffffffff8001a220: e8 5b 84 00 00 call ffffffff80022680 -ffffffff8001a225: c6 05 6c 11 01 00 01 movb $0x1,0x1116c(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001a22c: 48 8d 3d bd 10 01 00 lea 0x110bd(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001a233: ba 01 00 00 00 mov $0x1,%edx -ffffffff8001a238: 4c 89 ee mov %r13,%rsi -ffffffff8001a23b: 4c 89 f1 mov %r14,%rcx -ffffffff8001a23e: e8 0d a0 ff ff call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8001a243: 48 83 bd 20 ff ff ff cmpq $0x0,-0xe0(%rbp) -ffffffff8001a24a: 00 -ffffffff8001a24b: 0f 84 8d 04 00 00 je ffffffff8001a6de <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x123e> -ffffffff8001a251: 48 c1 a5 20 ff ff ff shlq $0x3,-0xe0(%rbp) -ffffffff8001a258: 03 -ffffffff8001a259: 45 31 f6 xor %r14d,%r14d -ffffffff8001a25c: 4c 89 a5 30 fe ff ff mov %r12,-0x1d0(%rbp) -ffffffff8001a263: eb 69 jmp ffffffff8001a2ce <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0xe2e> -ffffffff8001a265: 66 66 2e 0f 1f 84 00 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8001a26c: 00 00 00 00 -ffffffff8001a270: 48 8d bd 38 fe ff ff lea -0x1c8(%rbp),%rdi -ffffffff8001a277: ff 15 63 10 01 00 call *0x11063(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8001a27d: 48 c7 05 60 10 01 00 movq $0x1,0x11060(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001a284: 01 00 00 00 -ffffffff8001a288: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8001a28d: 48 8d 1d 5c 10 01 00 lea 0x1105c(%rip),%rbx # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001a294: 48 89 df mov %rbx,%rdi -ffffffff8001a297: 48 8d b5 38 fe ff ff lea -0x1c8(%rbp),%rsi -ffffffff8001a29e: e8 dd 83 00 00 call ffffffff80022680 -ffffffff8001a2a3: c6 05 ee 10 01 00 01 movb $0x1,0x110ee(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001a2aa: ba 01 00 00 00 mov $0x1,%edx -ffffffff8001a2af: 48 89 df mov %rbx,%rdi -ffffffff8001a2b2: 4c 89 fe mov %r15,%rsi -ffffffff8001a2b5: 4c 89 e9 mov %r13,%rcx -ffffffff8001a2b8: e8 93 9f ff ff call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8001a2bd: 49 83 c6 08 add $0x8,%r14 -ffffffff8001a2c1: 4c 39 b5 20 ff ff ff cmp %r14,-0xe0(%rbp) -ffffffff8001a2c8: 0f 84 10 04 00 00 je ffffffff8001a6de <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x123e> -ffffffff8001a2ce: 4b 8b 04 34 mov (%r12,%r14,1),%rax -ffffffff8001a2d2: 48 8b 40 08 mov 0x8(%rax),%rax -ffffffff8001a2d6: 48 3d ff ff ff 3f cmp $0x3fffffff,%rax -ffffffff8001a2dc: 77 22 ja ffffffff8001a300 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0xe60> -ffffffff8001a2de: 48 3d 00 00 10 00 cmp $0x100000,%rax -ffffffff8001a2e4: 73 3a jae ffffffff8001a320 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0xe80> -ffffffff8001a2e6: b9 05 00 00 00 mov $0x5,%ecx -ffffffff8001a2eb: 48 3d 00 04 00 00 cmp $0x400,%rax -ffffffff8001a2f1: 73 3f jae ffffffff8001a332 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0xe92> -ffffffff8001a2f3: 48 8d 15 d2 b1 00 00 lea 0xb1d2(%rip),%rdx # ffffffff800254cc -ffffffff8001a2fa: eb 54 jmp ffffffff8001a350 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0xeb0> -ffffffff8001a2fc: 0f 1f 40 00 nopl 0x0(%rax) -ffffffff8001a300: 48 c1 e8 1e shr $0x1e,%rax -ffffffff8001a304: b9 03 00 00 00 mov $0x3,%ecx -ffffffff8001a309: 48 8d 15 b3 b1 00 00 lea 0xb1b3(%rip),%rdx # ffffffff800254c3 -ffffffff8001a310: eb 3e jmp ffffffff8001a350 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0xeb0> -ffffffff8001a312: 66 66 66 66 66 2e 0f data16 data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8001a319: 1f 84 00 00 00 00 00 -ffffffff8001a320: 48 c1 e8 14 shr $0x14,%rax -ffffffff8001a324: b9 03 00 00 00 mov $0x3,%ecx -ffffffff8001a329: 48 8d 15 96 b1 00 00 lea 0xb196(%rip),%rdx # ffffffff800254c6 -ffffffff8001a330: eb 1e jmp ffffffff8001a350 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0xeb0> -ffffffff8001a332: 48 c1 e8 0a shr $0xa,%rax -ffffffff8001a336: b9 03 00 00 00 mov $0x3,%ecx -ffffffff8001a33b: 48 8d 15 87 b1 00 00 lea 0xb187(%rip),%rdx # ffffffff800254c9 -ffffffff8001a342: 66 66 66 66 66 2e 0f data16 data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8001a349: 1f 84 00 00 00 00 00 -ffffffff8001a350: 48 89 85 48 ff ff ff mov %rax,-0xb8(%rbp) -ffffffff8001a357: 48 89 95 38 ff ff ff mov %rdx,-0xc8(%rbp) -ffffffff8001a35e: 48 89 8d 40 ff ff ff mov %rcx,-0xc0(%rbp) -ffffffff8001a365: 0f b6 05 44 f4 00 00 movzbl 0xf444(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff8001a36c: 84 c0 test %al,%al -ffffffff8001a36e: 74 10 je ffffffff8001a380 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0xee0> -ffffffff8001a370: 48 83 3d e0 f3 00 00 cmpq $0x0,0xf3e0(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff8001a377: 00 -ffffffff8001a378: 75 3a jne ffffffff8001a3b4 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0xf14> -ffffffff8001a37a: e9 45 03 00 00 jmp ffffffff8001a6c4 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x1224> -ffffffff8001a37f: 90 nop -ffffffff8001a380: 4c 8d bd 38 fe ff ff lea -0x1c8(%rbp),%r15 -ffffffff8001a387: 4c 89 ff mov %r15,%rdi -ffffffff8001a38a: ff 15 c0 f3 00 00 call *0xf3c0(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff8001a390: 48 c7 05 bd f3 00 00 movq $0x1,0xf3bd(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff8001a397: 01 00 00 00 -ffffffff8001a39b: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff8001a3a0: 48 8d 3d b9 f3 00 00 lea 0xf3b9(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff8001a3a7: 4c 89 fe mov %r15,%rsi -ffffffff8001a3aa: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff8001a3ad: c6 05 fc f3 00 00 01 movb $0x1,0xf3fc(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff8001a3b4: 4b 8b 04 34 mov (%r12,%r14,1),%rax -ffffffff8001a3b8: 48 8b 08 mov (%rax),%rcx -ffffffff8001a3bb: 48 8b 40 08 mov 0x8(%rax),%rax -ffffffff8001a3bf: 48 01 c8 add %rcx,%rax -ffffffff8001a3c2: 48 89 8d 28 ff ff ff mov %rcx,-0xd8(%rbp) -ffffffff8001a3c9: 48 89 85 30 ff ff ff mov %rax,-0xd0(%rbp) -ffffffff8001a3d0: 4b 8b 04 34 mov (%r12,%r14,1),%rax -ffffffff8001a3d4: 83 78 10 01 cmpl $0x1,0x10(%rax) -ffffffff8001a3d8: b9 00 00 00 00 mov $0x0,%ecx -ffffffff8001a3dd: 83 d1 1f adc $0x1f,%ecx -ffffffff8001a3e0: 89 8d 1c ff ff ff mov %ecx,-0xe4(%rbp) -ffffffff8001a3e6: 48 83 c0 10 add $0x10,%rax -ffffffff8001a3ea: 4c 8d ad 28 ff ff ff lea -0xd8(%rbp),%r13 -ffffffff8001a3f1: 4c 89 ad 50 ff ff ff mov %r13,-0xb0(%rbp) -ffffffff8001a3f8: 48 8d 0d e1 ef ff ff lea -0x101f(%rip),%rcx # ffffffff800193e0 <_ZN71_$LT$core..ops..range..Range$LT$Idx$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h9d4627dcee6314a5E> -ffffffff8001a3ff: 48 89 8d 58 ff ff ff mov %rcx,-0xa8(%rbp) -ffffffff8001a406: 48 8d 8d 1c ff ff ff lea -0xe4(%rbp),%rcx -ffffffff8001a40d: 48 89 8d 60 ff ff ff mov %rcx,-0xa0(%rbp) -ffffffff8001a414: 48 8d 0d 65 7b 00 00 lea 0x7b65(%rip),%rcx # ffffffff80021f80 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$i32$GT$3fmt17h43fc89a0e3595aabE> -ffffffff8001a41b: 48 89 8d 68 ff ff ff mov %rcx,-0x98(%rbp) -ffffffff8001a422: 48 89 85 70 ff ff ff mov %rax,-0x90(%rbp) -ffffffff8001a429: 48 8d 05 00 ef ff ff lea -0x1100(%rip),%rax # ffffffff80019330 <_ZN63_$LT$limine..MemoryMapEntryType$u20$as$u20$core..fmt..Debug$GT$3fmt17h62680847475bbc32E> -ffffffff8001a430: 48 89 85 78 ff ff ff mov %rax,-0x88(%rbp) -ffffffff8001a437: 48 8d 85 38 ff ff ff lea -0xc8(%rbp),%rax -ffffffff8001a43e: 48 89 45 80 mov %rax,-0x80(%rbp) -ffffffff8001a442: 48 8d 05 97 03 00 00 lea 0x397(%rip),%rax # ffffffff8001a7e0 <_ZN62_$LT$CappuccinOS..mem..Label$u20$as$u20$core..fmt..Display$GT$3fmt17he903f4f4ef5d3366E> -ffffffff8001a449: 48 89 45 88 mov %rax,-0x78(%rbp) -ffffffff8001a44d: 48 c7 85 38 fe ff ff movq $0x2,-0x1c8(%rbp) -ffffffff8001a454: 02 00 00 00 -ffffffff8001a458: 48 c7 85 48 fe ff ff movq $0x0,-0x1b8(%rbp) -ffffffff8001a45f: 00 00 00 00 -ffffffff8001a463: 48 c7 85 50 fe ff ff movq $0x12,-0x1b0(%rbp) -ffffffff8001a46a: 12 00 00 00 -ffffffff8001a46e: 48 c7 85 58 fe ff ff movq $0x0,-0x1a8(%rbp) -ffffffff8001a475: 00 00 00 00 -ffffffff8001a479: 48 b8 20 00 00 00 2c movabs $0x2c00000020,%rax -ffffffff8001a480: 00 00 00 -ffffffff8001a483: 48 89 85 60 fe ff ff mov %rax,-0x1a0(%rbp) -ffffffff8001a48a: c6 85 68 fe ff ff 03 movb $0x3,-0x198(%rbp) -ffffffff8001a491: 48 c7 85 70 fe ff ff movq $0x2,-0x190(%rbp) -ffffffff8001a498: 02 00 00 00 -ffffffff8001a49c: 48 c7 85 80 fe ff ff movq $0x2,-0x180(%rbp) -ffffffff8001a4a3: 02 00 00 00 -ffffffff8001a4a7: 48 c7 85 90 fe ff ff movq $0x1,-0x170(%rbp) -ffffffff8001a4ae: 01 00 00 00 -ffffffff8001a4b2: 48 c7 85 98 fe ff ff movq $0x20,-0x168(%rbp) -ffffffff8001a4b9: 20 00 00 00 -ffffffff8001a4bd: c6 85 a0 fe ff ff 03 movb $0x3,-0x160(%rbp) -ffffffff8001a4c4: 48 c7 85 a8 fe ff ff movq $0x2,-0x158(%rbp) -ffffffff8001a4cb: 02 00 00 00 -ffffffff8001a4cf: 48 c7 85 b8 fe ff ff movq $0x2,-0x148(%rbp) -ffffffff8001a4d6: 02 00 00 00 -ffffffff8001a4da: 48 c7 85 c8 fe ff ff movq $0x2,-0x138(%rbp) -ffffffff8001a4e1: 02 00 00 00 -ffffffff8001a4e5: 48 c7 85 d0 fe ff ff movq $0x20,-0x130(%rbp) -ffffffff8001a4ec: 20 00 00 00 -ffffffff8001a4f0: c6 85 d8 fe ff ff 03 movb $0x3,-0x128(%rbp) -ffffffff8001a4f7: 48 c7 85 e0 fe ff ff movq $0x2,-0x120(%rbp) -ffffffff8001a4fe: 02 00 00 00 -ffffffff8001a502: 48 c7 85 f0 fe ff ff movq $0x2,-0x110(%rbp) -ffffffff8001a509: 02 00 00 00 -ffffffff8001a50d: 48 c7 85 00 ff ff ff movq $0x3,-0x100(%rbp) -ffffffff8001a514: 03 00 00 00 -ffffffff8001a518: 48 c7 85 08 ff ff ff movq $0x20,-0xf8(%rbp) -ffffffff8001a51f: 20 00 00 00 -ffffffff8001a523: c6 85 10 ff ff ff 03 movb $0x3,-0xf0(%rbp) -ffffffff8001a52a: 48 8d 05 ef 0c 01 00 lea 0x10cef(%rip),%rax # ffffffff8002b220 <_ZN11CappuccinOS3mem12HHDM_REQUEST17ha9726c73f95563f4E+0x148> -ffffffff8001a531: 48 89 45 90 mov %rax,-0x70(%rbp) -ffffffff8001a535: 48 c7 45 98 04 00 00 movq $0x4,-0x68(%rbp) -ffffffff8001a53c: 00 -ffffffff8001a53d: 4c 8d a5 38 fe ff ff lea -0x1c8(%rbp),%r12 -ffffffff8001a544: 4c 89 65 b0 mov %r12,-0x50(%rbp) -ffffffff8001a548: 48 c7 45 b8 04 00 00 movq $0x4,-0x48(%rbp) -ffffffff8001a54f: 00 -ffffffff8001a550: 48 8d 9d 50 ff ff ff lea -0xb0(%rbp),%rbx -ffffffff8001a557: 48 89 5d a0 mov %rbx,-0x60(%rbp) -ffffffff8001a55b: 48 c7 45 a8 04 00 00 movq $0x4,-0x58(%rbp) -ffffffff8001a562: 00 -ffffffff8001a563: 4c 8d 7d c0 lea -0x40(%rbp),%r15 -ffffffff8001a567: 4c 89 ff mov %r15,%rdi -ffffffff8001a56a: 4c 8d 6d 90 lea -0x70(%rbp),%r13 -ffffffff8001a56e: 4c 89 ee mov %r13,%rsi -ffffffff8001a571: e8 1a 2a 00 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff8001a576: 48 8b 45 c0 mov -0x40(%rbp),%rax -ffffffff8001a57a: 48 8b 4d c8 mov -0x38(%rbp),%rcx -ffffffff8001a57e: 48 89 85 50 ff ff ff mov %rax,-0xb0(%rbp) -ffffffff8001a585: 48 89 8d 58 ff ff ff mov %rcx,-0xa8(%rbp) -ffffffff8001a58c: 48 8b 45 d0 mov -0x30(%rbp),%rax -ffffffff8001a590: 48 89 85 60 ff ff ff mov %rax,-0xa0(%rbp) -ffffffff8001a597: 48 89 9d 28 ff ff ff mov %rbx,-0xd8(%rbp) -ffffffff8001a59e: 48 8d 85 28 ff ff ff lea -0xd8(%rbp),%rax -ffffffff8001a5a5: 48 89 45 c0 mov %rax,-0x40(%rbp) -ffffffff8001a5a9: 48 8d 05 a0 c1 ff ff lea -0x3e60(%rip),%rax # ffffffff80016750 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h42ee6215a9c421d0E> -ffffffff8001a5b0: 48 89 45 c8 mov %rax,-0x38(%rbp) -ffffffff8001a5b4: 48 8d 05 7d 0b 01 00 lea 0x10b7d(%rip),%rax # ffffffff8002b138 <_ZN11CappuccinOS3mem12HHDM_REQUEST17ha9726c73f95563f4E+0x60> -ffffffff8001a5bb: 48 89 85 38 fe ff ff mov %rax,-0x1c8(%rbp) -ffffffff8001a5c2: 48 c7 85 40 fe ff ff movq $0x2,-0x1c0(%rbp) -ffffffff8001a5c9: 02 00 00 00 -ffffffff8001a5cd: 48 c7 85 58 fe ff ff movq $0x0,-0x1a8(%rbp) -ffffffff8001a5d4: 00 00 00 00 -ffffffff8001a5d8: 4c 89 bd 48 fe ff ff mov %r15,-0x1b8(%rbp) -ffffffff8001a5df: 48 c7 85 50 fe ff ff movq $0x1,-0x1b0(%rbp) -ffffffff8001a5e6: 01 00 00 00 -ffffffff8001a5ea: 4c 89 ef mov %r13,%rdi -ffffffff8001a5ed: 4c 89 e6 mov %r12,%rsi -ffffffff8001a5f0: e8 9b 29 00 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff8001a5f5: 4c 8b bd 58 ff ff ff mov -0xa8(%rbp),%r15 -ffffffff8001a5fc: 4d 85 ff test %r15,%r15 -ffffffff8001a5ff: 74 74 je ffffffff8001a675 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x11d5> -ffffffff8001a601: 4c 8b ad 50 ff ff ff mov -0xb0(%rbp),%r13 -ffffffff8001a608: 0f b6 05 89 0d 01 00 movzbl 0x10d89(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001a60f: 84 c0 test %al,%al -ffffffff8001a611: 74 1d je ffffffff8001a630 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x1190> -ffffffff8001a613: 48 83 3d cd 0c 01 00 cmpq $0x0,0x10ccd(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001a61a: 00 -ffffffff8001a61b: 48 8d 1d ce 0c 01 00 lea 0x10cce(%rip),%rbx # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001a622: 75 3e jne ffffffff8001a662 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x11c2> -ffffffff8001a624: e9 9b 00 00 00 jmp ffffffff8001a6c4 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0x1224> -ffffffff8001a629: 0f 1f 80 00 00 00 00 nopl 0x0(%rax) -ffffffff8001a630: 4c 89 e7 mov %r12,%rdi -ffffffff8001a633: ff 15 a7 0c 01 00 call *0x10ca7(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8001a639: 48 c7 05 a4 0c 01 00 movq $0x1,0x10ca4(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001a640: 01 00 00 00 -ffffffff8001a644: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8001a649: 48 8d 1d a0 0c 01 00 lea 0x10ca0(%rip),%rbx # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001a650: 48 89 df mov %rbx,%rdi -ffffffff8001a653: 4c 89 e6 mov %r12,%rsi -ffffffff8001a656: e8 25 80 00 00 call ffffffff80022680 -ffffffff8001a65b: c6 05 36 0d 01 00 01 movb $0x1,0x10d36(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001a662: ba 01 00 00 00 mov $0x1,%edx -ffffffff8001a667: 48 89 df mov %rbx,%rdi -ffffffff8001a66a: 4c 89 ee mov %r13,%rsi -ffffffff8001a66d: 4c 89 f9 mov %r15,%rcx -ffffffff8001a670: e8 db 9b ff ff call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8001a675: 4c 8b 7d 90 mov -0x70(%rbp),%r15 -ffffffff8001a679: 4c 8b 6d 98 mov -0x68(%rbp),%r13 -ffffffff8001a67d: 48 8b 55 a0 mov -0x60(%rbp),%rdx -ffffffff8001a681: 48 8d 3d d8 f0 00 00 lea 0xf0d8(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff8001a688: 4c 89 fe mov %r15,%rsi -ffffffff8001a68b: e8 10 60 fe ff call ffffffff800006a0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E> -ffffffff8001a690: 4d 85 ed test %r13,%r13 -ffffffff8001a693: 4c 8b a5 30 fe ff ff mov -0x1d0(%rbp),%r12 -ffffffff8001a69a: 0f 84 1d fc ff ff je ffffffff8001a2bd <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0xe1d> -ffffffff8001a6a0: 0f b6 05 f1 0c 01 00 movzbl 0x10cf1(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001a6a7: 84 c0 test %al,%al -ffffffff8001a6a9: 0f 84 c1 fb ff ff je ffffffff8001a270 <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0xdd0> -ffffffff8001a6af: 48 83 3d 31 0c 01 00 cmpq $0x0,0x10c31(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001a6b6: 00 -ffffffff8001a6b7: 48 8d 1d 32 0c 01 00 lea 0x10c32(%rip),%rbx # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001a6be: 0f 85 e6 fb ff ff jne ffffffff8001a2aa <_ZN11CappuccinOS3mem8log_info17h6afeaba84578bec5E+0xe0a> -ffffffff8001a6c4: 48 8d 3d 15 c1 00 00 lea 0xc115(%rip),%rdi # ffffffff800267e0 -ffffffff8001a6cb: 48 8d 15 4e 0e 01 00 lea 0x10e4e(%rip),%rdx # ffffffff8002b520 -ffffffff8001a6d2: be 1e 00 00 00 mov $0x1e,%esi -ffffffff8001a6d7: e8 44 76 00 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff8001a6dc: 0f 0b ud2 -ffffffff8001a6de: 48 81 c4 a8 01 00 00 add $0x1a8,%rsp -ffffffff8001a6e5: 5b pop %rbx -ffffffff8001a6e6: 41 5c pop %r12 -ffffffff8001a6e8: 41 5d pop %r13 -ffffffff8001a6ea: 41 5e pop %r14 -ffffffff8001a6ec: 41 5f pop %r15 -ffffffff8001a6ee: 5d pop %rbp -ffffffff8001a6ef: c3 ret -ffffffff8001a6f0: 48 8d 3d 59 ad 00 00 lea 0xad59(%rip),%rdi # ffffffff80025450 -ffffffff8001a6f7: 48 8d 15 ba 0a 01 00 lea 0x10aba(%rip),%rdx # ffffffff8002b1b8 <_ZN11CappuccinOS3mem12HHDM_REQUEST17ha9726c73f95563f4E+0xe0> -ffffffff8001a6fe: be 19 00 00 00 mov $0x19,%esi -ffffffff8001a703: e8 98 70 00 00 call ffffffff800217a0 <_ZN4core9panicking5panic17h5954f42149c26846E> -ffffffff8001a708: 0f 0b ud2 -ffffffff8001a70a: 48 8d 05 4f 0b 01 00 lea 0x10b4f(%rip),%rax # ffffffff8002b260 <_ZN11CappuccinOS3mem12HHDM_REQUEST17ha9726c73f95563f4E+0x188> -ffffffff8001a711: 48 89 85 38 fe ff ff mov %rax,-0x1c8(%rbp) -ffffffff8001a718: 48 c7 85 40 fe ff ff movq $0x1,-0x1c0(%rbp) -ffffffff8001a71f: 01 00 00 00 -ffffffff8001a723: 48 c7 85 58 fe ff ff movq $0x0,-0x1a8(%rbp) -ffffffff8001a72a: 00 00 00 00 -ffffffff8001a72e: 48 8d 05 0b ac 00 00 lea 0xac0b(%rip),%rax # ffffffff80025340 -ffffffff8001a735: 48 89 85 48 fe ff ff mov %rax,-0x1b8(%rbp) -ffffffff8001a73c: 48 c7 85 50 fe ff ff movq $0x0,-0x1b0(%rbp) -ffffffff8001a743: 00 00 00 00 -ffffffff8001a747: 48 8d 35 22 0b 01 00 lea 0x10b22(%rip),%rsi # ffffffff8002b270 <_ZN11CappuccinOS3mem12HHDM_REQUEST17ha9726c73f95563f4E+0x198> -ffffffff8001a74e: 48 8d bd 38 fe ff ff lea -0x1c8(%rbp),%rdi -ffffffff8001a755: e8 c6 6f 00 00 call ffffffff80021720 <_ZN4core9panicking9panic_fmt17hdab3eca30d19da73E> -ffffffff8001a75a: 0f 0b ud2 -ffffffff8001a75c: bf 01 00 00 00 mov $0x1,%edi -ffffffff8001a761: be 18 00 00 00 mov $0x18,%esi -ffffffff8001a766: e8 55 2b 00 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff8001a76b: 0f 0b ud2 -ffffffff8001a76d: 48 8d 3d a5 ac 00 00 lea 0xaca5(%rip),%rdi # ffffffff80025419 -ffffffff8001a774: 48 8d 15 0d 0a 01 00 lea 0x10a0d(%rip),%rdx # ffffffff8002b188 <_ZN11CappuccinOS3mem12HHDM_REQUEST17ha9726c73f95563f4E+0xb0> -ffffffff8001a77b: be 2b 00 00 00 mov $0x2b,%esi -ffffffff8001a780: e8 1b 70 00 00 call ffffffff800217a0 <_ZN4core9panicking5panic17h5954f42149c26846E> -ffffffff8001a785: 0f 0b ud2 -ffffffff8001a787: 48 8d 3d 8b ac 00 00 lea 0xac8b(%rip),%rdi # ffffffff80025419 -ffffffff8001a78e: 48 8d 15 0b 0a 01 00 lea 0x10a0b(%rip),%rdx # ffffffff8002b1a0 <_ZN11CappuccinOS3mem12HHDM_REQUEST17ha9726c73f95563f4E+0xc8> -ffffffff8001a795: be 2b 00 00 00 mov $0x2b,%esi -ffffffff8001a79a: e8 01 70 00 00 call ffffffff800217a0 <_ZN4core9panicking5panic17h5954f42149c26846E> -ffffffff8001a79f: 0f 0b ud2 -ffffffff8001a7a1: 48 8d 3d 71 ac 00 00 lea 0xac71(%rip),%rdi # ffffffff80025419 -ffffffff8001a7a8: 48 8d 15 21 0a 01 00 lea 0x10a21(%rip),%rdx # ffffffff8002b1d0 <_ZN11CappuccinOS3mem12HHDM_REQUEST17ha9726c73f95563f4E+0xf8> -ffffffff8001a7af: be 2b 00 00 00 mov $0x2b,%esi -ffffffff8001a7b4: e8 e7 6f 00 00 call ffffffff800217a0 <_ZN4core9panicking5panic17h5954f42149c26846E> -ffffffff8001a7b9: 0f 0b ud2 -ffffffff8001a7bb: 48 8d 3d 57 ac 00 00 lea 0xac57(%rip),%rdi # ffffffff80025419 -ffffffff8001a7c2: 48 8d 15 3f 0a 01 00 lea 0x10a3f(%rip),%rdx # ffffffff8002b208 <_ZN11CappuccinOS3mem12HHDM_REQUEST17ha9726c73f95563f4E+0x130> -ffffffff8001a7c9: be 2b 00 00 00 mov $0x2b,%esi -ffffffff8001a7ce: e8 cd 6f 00 00 call ffffffff800217a0 <_ZN4core9panicking5panic17h5954f42149c26846E> -ffffffff8001a7d3: 0f 0b ud2 -ffffffff8001a7d5: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001a7dc: 00 00 00 -ffffffff8001a7df: 90 nop - -ffffffff8001a7e0 <_ZN62_$LT$CappuccinOS..mem..Label$u20$as$u20$core..fmt..Display$GT$3fmt17he903f4f4ef5d3366E>: -ffffffff8001a7e0: 55 push %rbp -ffffffff8001a7e1: 48 89 e5 mov %rsp,%rbp -ffffffff8001a7e4: 48 83 ec 50 sub $0x50,%rsp -ffffffff8001a7e8: 48 89 f0 mov %rsi,%rax -ffffffff8001a7eb: 48 8d 4f 10 lea 0x10(%rdi),%rcx -ffffffff8001a7ef: 48 89 4d e0 mov %rcx,-0x20(%rbp) -ffffffff8001a7f3: 48 8d 0d d6 79 00 00 lea 0x79d6(%rip),%rcx # ffffffff800221d0 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u64$GT$3fmt17hb9efc93793ab2de5E> -ffffffff8001a7fa: 48 89 4d e8 mov %rcx,-0x18(%rbp) -ffffffff8001a7fe: 48 89 7d f0 mov %rdi,-0x10(%rbp) -ffffffff8001a802: 48 8d 0d 57 d7 ff ff lea -0x28a9(%rip),%rcx # ffffffff80017f60 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17ha01f5dc2f20350fdE> -ffffffff8001a809: 48 89 4d f8 mov %rcx,-0x8(%rbp) -ffffffff8001a80d: 48 8d 0d 74 0a 01 00 lea 0x10a74(%rip),%rcx # ffffffff8002b288 <_ZN11CappuccinOS3mem12HHDM_REQUEST17ha9726c73f95563f4E+0x1b0> -ffffffff8001a814: 48 89 4d b0 mov %rcx,-0x50(%rbp) -ffffffff8001a818: 48 c7 45 b8 02 00 00 movq $0x2,-0x48(%rbp) -ffffffff8001a81f: 00 -ffffffff8001a820: 48 c7 45 d0 00 00 00 movq $0x0,-0x30(%rbp) -ffffffff8001a827: 00 -ffffffff8001a828: 48 8d 4d e0 lea -0x20(%rbp),%rcx -ffffffff8001a82c: 48 89 4d c0 mov %rcx,-0x40(%rbp) -ffffffff8001a830: 48 c7 45 c8 02 00 00 movq $0x2,-0x38(%rbp) -ffffffff8001a837: 00 -ffffffff8001a838: 48 8d 75 b0 lea -0x50(%rbp),%rsi -ffffffff8001a83c: 48 89 c7 mov %rax,%rdi -ffffffff8001a83f: e8 8c 40 00 00 call ffffffff8001e8d0 <_ZN4core3fmt9Formatter9write_fmt17hccb3b608677ed295E> -ffffffff8001a844: 48 83 c4 50 add $0x50,%rsp -ffffffff8001a848: 5d pop %rbp -ffffffff8001a849: c3 ret -ffffffff8001a84a: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1) - -ffffffff8001a850 <__rust_alloc>: -ffffffff8001a850: 55 push %rbp -ffffffff8001a851: 48 89 e5 mov %rsp,%rbp -ffffffff8001a854: 41 57 push %r15 -ffffffff8001a856: 41 56 push %r14 -ffffffff8001a858: 53 push %rbx -ffffffff8001a859: 48 81 ec a8 00 00 00 sub $0xa8,%rsp -ffffffff8001a860: 49 89 f6 mov %rsi,%r14 -ffffffff8001a863: 48 89 fb mov %rdi,%rbx -ffffffff8001a866: 0f b6 05 2b 0b 01 00 movzbl 0x10b2b(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001a86d: 84 c0 test %al,%al -ffffffff8001a86f: 74 24 je ffffffff8001a895 <__rust_alloc+0x45> -ffffffff8001a871: 48 83 3d 6f 0a 01 00 cmpq $0x0,0x10a6f(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001a878: 00 -ffffffff8001a879: 75 50 jne ffffffff8001a8cb <__rust_alloc+0x7b> -ffffffff8001a87b: 48 8d 3d 5e bf 00 00 lea 0xbf5e(%rip),%rdi # ffffffff800267e0 -ffffffff8001a882: 48 8d 15 97 0c 01 00 lea 0x10c97(%rip),%rdx # ffffffff8002b520 -ffffffff8001a889: be 1e 00 00 00 mov $0x1e,%esi -ffffffff8001a88e: e8 8d 74 00 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff8001a893: 0f 0b ud2 -ffffffff8001a895: 4c 8d bd 40 ff ff ff lea -0xc0(%rbp),%r15 -ffffffff8001a89c: 4c 89 ff mov %r15,%rdi -ffffffff8001a89f: ff 15 3b 0a 01 00 call *0x10a3b(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8001a8a5: 48 c7 05 38 0a 01 00 movq $0x1,0x10a38(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001a8ac: 01 00 00 00 -ffffffff8001a8b0: 48 8d 3d 39 0a 01 00 lea 0x10a39(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001a8b7: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8001a8bc: 4c 89 fe mov %r15,%rsi -ffffffff8001a8bf: e8 bc 7d 00 00 call ffffffff80022680 -ffffffff8001a8c4: c6 05 cd 0a 01 00 01 movb $0x1,0x10acd(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001a8cb: 48 8d 3d 1e 0a 01 00 lea 0x10a1e(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001a8d2: 4c 89 f6 mov %r14,%rsi -ffffffff8001a8d5: 48 89 da mov %rbx,%rdx -ffffffff8001a8d8: 48 81 c4 a8 00 00 00 add $0xa8,%rsp -ffffffff8001a8df: 5b pop %rbx -ffffffff8001a8e0: 41 5e pop %r14 -ffffffff8001a8e2: 41 5f pop %r15 -ffffffff8001a8e4: 5d pop %rbp -ffffffff8001a8e5: e9 66 97 ff ff jmp ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff8001a8ea: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1) - -ffffffff8001a8f0 <__rust_dealloc>: -ffffffff8001a8f0: 55 push %rbp -ffffffff8001a8f1: 48 89 e5 mov %rsp,%rbp -ffffffff8001a8f4: 41 57 push %r15 -ffffffff8001a8f6: 41 56 push %r14 -ffffffff8001a8f8: 41 54 push %r12 -ffffffff8001a8fa: 53 push %rbx -ffffffff8001a8fb: 48 81 ec b0 00 00 00 sub $0xb0,%rsp -ffffffff8001a902: 49 89 d6 mov %rdx,%r14 -ffffffff8001a905: 48 89 f3 mov %rsi,%rbx -ffffffff8001a908: 49 89 ff mov %rdi,%r15 -ffffffff8001a90b: 0f b6 05 86 0a 01 00 movzbl 0x10a86(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001a912: 84 c0 test %al,%al -ffffffff8001a914: 74 24 je ffffffff8001a93a <__rust_dealloc+0x4a> -ffffffff8001a916: 48 83 3d ca 09 01 00 cmpq $0x0,0x109ca(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001a91d: 00 -ffffffff8001a91e: 75 50 jne ffffffff8001a970 <__rust_dealloc+0x80> -ffffffff8001a920: 48 8d 3d b9 be 00 00 lea 0xbeb9(%rip),%rdi # ffffffff800267e0 -ffffffff8001a927: 48 8d 15 f2 0b 01 00 lea 0x10bf2(%rip),%rdx # ffffffff8002b520 -ffffffff8001a92e: be 1e 00 00 00 mov $0x1e,%esi -ffffffff8001a933: e8 e8 73 00 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff8001a938: 0f 0b ud2 -ffffffff8001a93a: 4c 8d a5 38 ff ff ff lea -0xc8(%rbp),%r12 -ffffffff8001a941: 4c 89 e7 mov %r12,%rdi -ffffffff8001a944: ff 15 96 09 01 00 call *0x10996(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8001a94a: 48 c7 05 93 09 01 00 movq $0x1,0x10993(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001a951: 01 00 00 00 -ffffffff8001a955: 48 8d 3d 94 09 01 00 lea 0x10994(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001a95c: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8001a961: 4c 89 e6 mov %r12,%rsi -ffffffff8001a964: e8 17 7d 00 00 call ffffffff80022680 -ffffffff8001a969: c6 05 28 0a 01 00 01 movb $0x1,0x10a28(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001a970: 48 8d 3d 79 09 01 00 lea 0x10979(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001a977: 4c 89 fe mov %r15,%rsi -ffffffff8001a97a: 4c 89 f2 mov %r14,%rdx -ffffffff8001a97d: 48 89 d9 mov %rbx,%rcx -ffffffff8001a980: 48 81 c4 b0 00 00 00 add $0xb0,%rsp -ffffffff8001a987: 5b pop %rbx -ffffffff8001a988: 41 5c pop %r12 -ffffffff8001a98a: 41 5e pop %r14 -ffffffff8001a98c: 41 5f pop %r15 -ffffffff8001a98e: 5d pop %rbp -ffffffff8001a98f: e9 bc 98 ff ff jmp ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8001a994: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001a99b: 00 00 00 -ffffffff8001a99e: 66 90 xchg %ax,%ax - -ffffffff8001a9a0 <__rust_realloc>: -ffffffff8001a9a0: 55 push %rbp -ffffffff8001a9a1: 48 89 e5 mov %rsp,%rbp -ffffffff8001a9a4: 41 57 push %r15 -ffffffff8001a9a6: 41 56 push %r14 -ffffffff8001a9a8: 41 55 push %r13 -ffffffff8001a9aa: 41 54 push %r12 -ffffffff8001a9ac: 53 push %rbx -ffffffff8001a9ad: 48 81 ec a8 00 00 00 sub $0xa8,%rsp -ffffffff8001a9b4: 49 89 cd mov %rcx,%r13 -ffffffff8001a9b7: 49 89 d6 mov %rdx,%r14 -ffffffff8001a9ba: 48 89 f3 mov %rsi,%rbx -ffffffff8001a9bd: 49 89 ff mov %rdi,%r15 -ffffffff8001a9c0: 0f b6 05 d1 09 01 00 movzbl 0x109d1(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001a9c7: 84 c0 test %al,%al -ffffffff8001a9c9: 74 0c je ffffffff8001a9d7 <__rust_realloc+0x37> -ffffffff8001a9cb: 48 83 3d 15 09 01 00 cmpq $0x0,0x10915(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001a9d2: 00 -ffffffff8001a9d3: 75 38 jne ffffffff8001aa0d <__rust_realloc+0x6d> -ffffffff8001a9d5: eb 7e jmp ffffffff8001aa55 <__rust_realloc+0xb5> -ffffffff8001a9d7: 4c 8d a5 30 ff ff ff lea -0xd0(%rbp),%r12 -ffffffff8001a9de: 4c 89 e7 mov %r12,%rdi -ffffffff8001a9e1: ff 15 f9 08 01 00 call *0x108f9(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8001a9e7: 48 c7 05 f6 08 01 00 movq $0x1,0x108f6(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001a9ee: 01 00 00 00 -ffffffff8001a9f2: 48 8d 3d f7 08 01 00 lea 0x108f7(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001a9f9: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8001a9fe: 4c 89 e6 mov %r12,%rsi -ffffffff8001aa01: e8 7a 7c 00 00 call ffffffff80022680 -ffffffff8001aa06: c6 05 8b 09 01 00 01 movb $0x1,0x1098b(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001aa0d: 48 8d 3d dc 08 01 00 lea 0x108dc(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001aa14: 4c 89 f6 mov %r14,%rsi -ffffffff8001aa17: 4c 89 ea mov %r13,%rdx -ffffffff8001aa1a: e8 31 96 ff ff call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff8001aa1f: 49 89 c4 mov %rax,%r12 -ffffffff8001aa22: 48 85 c0 test %rax,%rax -ffffffff8001aa25: 0f 84 8f 00 00 00 je ffffffff8001aaba <__rust_realloc+0x11a> -ffffffff8001aa2b: 4c 39 eb cmp %r13,%rbx -ffffffff8001aa2e: 4c 0f 42 eb cmovb %rbx,%r13 -ffffffff8001aa32: 4c 89 e7 mov %r12,%rdi -ffffffff8001aa35: 4c 89 fe mov %r15,%rsi -ffffffff8001aa38: 4c 89 ea mov %r13,%rdx -ffffffff8001aa3b: e8 40 7c 00 00 call ffffffff80022680 -ffffffff8001aa40: 0f b6 05 51 09 01 00 movzbl 0x10951(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001aa47: 84 c0 test %al,%al -ffffffff8001aa49: 74 24 je ffffffff8001aa6f <__rust_realloc+0xcf> -ffffffff8001aa4b: 48 83 3d 95 08 01 00 cmpq $0x0,0x10895(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001aa52: 00 -ffffffff8001aa53: 75 50 jne ffffffff8001aaa5 <__rust_realloc+0x105> -ffffffff8001aa55: 48 8d 3d 84 bd 00 00 lea 0xbd84(%rip),%rdi # ffffffff800267e0 -ffffffff8001aa5c: 48 8d 15 bd 0a 01 00 lea 0x10abd(%rip),%rdx # ffffffff8002b520 -ffffffff8001aa63: be 1e 00 00 00 mov $0x1e,%esi -ffffffff8001aa68: e8 b3 72 00 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff8001aa6d: 0f 0b ud2 -ffffffff8001aa6f: 4c 8d ad 30 ff ff ff lea -0xd0(%rbp),%r13 -ffffffff8001aa76: 4c 89 ef mov %r13,%rdi -ffffffff8001aa79: ff 15 61 08 01 00 call *0x10861(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8001aa7f: 48 c7 05 5e 08 01 00 movq $0x1,0x1085e(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001aa86: 01 00 00 00 -ffffffff8001aa8a: 48 8d 3d 5f 08 01 00 lea 0x1085f(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001aa91: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8001aa96: 4c 89 ee mov %r13,%rsi -ffffffff8001aa99: e8 e2 7b 00 00 call ffffffff80022680 -ffffffff8001aa9e: c6 05 f3 08 01 00 01 movb $0x1,0x108f3(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001aaa5: 48 8d 3d 44 08 01 00 lea 0x10844(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001aaac: 4c 89 fe mov %r15,%rsi -ffffffff8001aaaf: 4c 89 f2 mov %r14,%rdx -ffffffff8001aab2: 48 89 d9 mov %rbx,%rcx -ffffffff8001aab5: e8 96 97 ff ff call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8001aaba: 4c 89 e0 mov %r12,%rax -ffffffff8001aabd: 48 81 c4 a8 00 00 00 add $0xa8,%rsp -ffffffff8001aac4: 5b pop %rbx -ffffffff8001aac5: 41 5c pop %r12 -ffffffff8001aac7: 41 5d pop %r13 -ffffffff8001aac9: 41 5e pop %r14 -ffffffff8001aacb: 41 5f pop %r15 -ffffffff8001aacd: 5d pop %rbp -ffffffff8001aace: c3 ret -ffffffff8001aacf: 90 nop - -ffffffff8001aad0 <_ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17hc358cc47851b7280E>: -ffffffff8001aad0: 55 push %rbp -ffffffff8001aad1: 48 89 e5 mov %rsp,%rbp -ffffffff8001aad4: 48 89 f0 mov %rsi,%rax -ffffffff8001aad7: 48 8b 0f mov (%rdi),%rcx -ffffffff8001aada: 0f b6 09 movzbl (%rcx),%ecx -ffffffff8001aadd: 48 8d 15 2c bc 00 00 lea 0xbc2c(%rip),%rdx # ffffffff80026710 -ffffffff8001aae4: 48 8b 14 ca mov (%rdx,%rcx,8),%rdx -ffffffff8001aae8: 48 8d 3d 49 bc 00 00 lea 0xbc49(%rip),%rdi # ffffffff80026738 -ffffffff8001aaef: 48 63 34 8f movslq (%rdi,%rcx,4),%rsi -ffffffff8001aaf3: 48 01 fe add %rdi,%rsi -ffffffff8001aaf6: 48 89 c7 mov %rax,%rdi -ffffffff8001aaf9: 5d pop %rbp -ffffffff8001aafa: e9 b1 3d 00 00 jmp ffffffff8001e8b0 <_ZN4core3fmt9Formatter9write_str17h5399c4ae0c5f789dE> -ffffffff8001aaff: 90 nop - -ffffffff8001ab00 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17hca48814f1f09a288E>: -ffffffff8001ab00: 55 push %rbp -ffffffff8001ab01: 48 89 e5 mov %rsp,%rbp -ffffffff8001ab04: 48 8b 3f mov (%rdi),%rdi -ffffffff8001ab07: 5d pop %rbp -ffffffff8001ab08: e9 a3 4d 00 00 jmp ffffffff8001f8b0 <_ZN73_$LT$core..panic..panic_info..PanicInfo$u20$as$u20$core..fmt..Display$GT$3fmt17h6def0cb1abbc0f22E> -ffffffff8001ab0d: 0f 1f 00 nopl (%rax) - -ffffffff8001ab10 <_ZN4core3ptr33drop_in_place$LT$$RF$$LP$$RP$$GT$17h69017ce10f18fdc2E>: -ffffffff8001ab10: 55 push %rbp -ffffffff8001ab11: 48 89 e5 mov %rsp,%rbp -ffffffff8001ab14: 5d pop %rbp -ffffffff8001ab15: c3 ret -ffffffff8001ab16: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001ab1d: 00 00 00 - -ffffffff8001ab20 <_ZN70_$LT$core..result..Result$LT$T$C$E$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17hef52b66eba5a2332E>: -ffffffff8001ab20: 55 push %rbp -ffffffff8001ab21: 48 89 e5 mov %rsp,%rbp -ffffffff8001ab24: 48 83 ec 10 sub $0x10,%rsp -ffffffff8001ab28: 48 89 f0 mov %rsi,%rax -ffffffff8001ab2b: 80 3f 03 cmpb $0x3,(%rdi) -ffffffff8001ab2e: 75 1d jne ffffffff8001ab4d <_ZN70_$LT$core..result..Result$LT$T$C$E$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17hef52b66eba5a2332E+0x2d> -ffffffff8001ab30: 48 89 7d f8 mov %rdi,-0x8(%rbp) -ffffffff8001ab34: 48 8d 35 3c ab 00 00 lea 0xab3c(%rip),%rsi # ffffffff80025677 -ffffffff8001ab3b: 4c 8d 05 2e 09 01 00 lea 0x1092e(%rip),%r8 # ffffffff8002b470 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0x30> -ffffffff8001ab42: 48 8d 4d f8 lea -0x8(%rbp),%rcx -ffffffff8001ab46: ba 02 00 00 00 mov $0x2,%edx -ffffffff8001ab4b: eb 1b jmp ffffffff8001ab68 <_ZN70_$LT$core..result..Result$LT$T$C$E$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17hef52b66eba5a2332E+0x48> -ffffffff8001ab4d: 48 89 7d f8 mov %rdi,-0x8(%rbp) -ffffffff8001ab51: 48 8d 35 21 ab 00 00 lea 0xab21(%rip),%rsi # ffffffff80025679 -ffffffff8001ab58: 4c 8d 05 31 09 01 00 lea 0x10931(%rip),%r8 # ffffffff8002b490 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0x50> -ffffffff8001ab5f: 48 8d 4d f8 lea -0x8(%rbp),%rcx -ffffffff8001ab63: ba 03 00 00 00 mov $0x3,%edx -ffffffff8001ab68: 48 89 c7 mov %rax,%rdi -ffffffff8001ab6b: e8 10 43 00 00 call ffffffff8001ee80 <_ZN4core3fmt9Formatter25debug_tuple_field1_finish17h9a0d02983cf6d8d0E> -ffffffff8001ab70: 48 83 c4 10 add $0x10,%rsp -ffffffff8001ab74: 5d pop %rbp -ffffffff8001ab75: c3 ret -ffffffff8001ab76: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001ab7d: 00 00 00 - -ffffffff8001ab80 <_ZN11CappuccinOS7drivers6serial11init_serial17h66f61bc42d02c807E>: -ffffffff8001ab80: 55 push %rbp -ffffffff8001ab81: 48 89 e5 mov %rsp,%rbp -ffffffff8001ab84: 41 57 push %r15 -ffffffff8001ab86: 41 56 push %r14 -ffffffff8001ab88: 41 55 push %r13 -ffffffff8001ab8a: 41 54 push %r12 -ffffffff8001ab8c: 53 push %rbx -ffffffff8001ab8d: 48 81 ec f8 00 00 00 sub $0xf8,%rsp -ffffffff8001ab94: 66 ba f9 03 mov $0x3f9,%dx -ffffffff8001ab98: 31 c0 xor %eax,%eax -ffffffff8001ab9a: ee out %al,(%dx) -ffffffff8001ab9b: 66 ba fb 03 mov $0x3fb,%dx -ffffffff8001ab9f: b0 80 mov $0x80,%al -ffffffff8001aba1: ee out %al,(%dx) -ffffffff8001aba2: 66 ba f8 03 mov $0x3f8,%dx -ffffffff8001aba6: b0 03 mov $0x3,%al -ffffffff8001aba8: ee out %al,(%dx) -ffffffff8001aba9: 66 ba f9 03 mov $0x3f9,%dx -ffffffff8001abad: 31 c0 xor %eax,%eax -ffffffff8001abaf: ee out %al,(%dx) -ffffffff8001abb0: 66 ba fb 03 mov $0x3fb,%dx -ffffffff8001abb4: b0 03 mov $0x3,%al -ffffffff8001abb6: ee out %al,(%dx) -ffffffff8001abb7: 66 ba fa 03 mov $0x3fa,%dx -ffffffff8001abbb: b0 c7 mov $0xc7,%al -ffffffff8001abbd: ee out %al,(%dx) -ffffffff8001abbe: 66 ba fc 03 mov $0x3fc,%dx -ffffffff8001abc2: b0 0b mov $0xb,%al -ffffffff8001abc4: ee out %al,(%dx) -ffffffff8001abc5: b0 1e mov $0x1e,%al -ffffffff8001abc7: ee out %al,(%dx) -ffffffff8001abc8: 66 ba f8 03 mov $0x3f8,%dx -ffffffff8001abcc: b0 ae mov $0xae,%al -ffffffff8001abce: ee out %al,(%dx) -ffffffff8001abcf: ec in (%dx),%al -ffffffff8001abd0: 3c ae cmp $0xae,%al -ffffffff8001abd2: 75 21 jne ffffffff8001abf5 <_ZN11CappuccinOS7drivers6serial11init_serial17h66f61bc42d02c807E+0x75> -ffffffff8001abd4: 66 ba fc 03 mov $0x3fc,%dx -ffffffff8001abd8: b0 0f mov $0xf,%al -ffffffff8001abda: ee out %al,(%dx) -ffffffff8001abdb: 0f b6 05 ce eb 00 00 movzbl 0xebce(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff8001abe2: 84 c0 test %al,%al -ffffffff8001abe4: 74 2d je ffffffff8001ac13 <_ZN11CappuccinOS7drivers6serial11init_serial17h66f61bc42d02c807E+0x93> -ffffffff8001abe6: 48 83 3d 6a eb 00 00 cmpq $0x0,0xeb6a(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff8001abed: 00 -ffffffff8001abee: 75 57 jne ffffffff8001ac47 <_ZN11CappuccinOS7drivers6serial11init_serial17h66f61bc42d02c807E+0xc7> -ffffffff8001abf0: e9 5c 06 00 00 jmp ffffffff8001b251 <_ZN11CappuccinOS7drivers6serial11init_serial17h66f61bc42d02c807E+0x6d1> -ffffffff8001abf5: 0f b6 05 b4 eb 00 00 movzbl 0xebb4(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff8001abfc: 84 c0 test %al,%al -ffffffff8001abfe: 74 6f je ffffffff8001ac6f <_ZN11CappuccinOS7drivers6serial11init_serial17h66f61bc42d02c807E+0xef> -ffffffff8001ac00: 48 83 3d 50 eb 00 00 cmpq $0x0,0xeb50(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff8001ac07: 00 -ffffffff8001ac08: 0f 85 95 00 00 00 jne ffffffff8001aca3 <_ZN11CappuccinOS7drivers6serial11init_serial17h66f61bc42d02c807E+0x123> -ffffffff8001ac0e: e9 3e 06 00 00 jmp ffffffff8001b251 <_ZN11CappuccinOS7drivers6serial11init_serial17h66f61bc42d02c807E+0x6d1> -ffffffff8001ac13: 48 8d 9d e8 fe ff ff lea -0x118(%rbp),%rbx -ffffffff8001ac1a: 48 89 df mov %rbx,%rdi -ffffffff8001ac1d: ff 15 2d eb 00 00 call *0xeb2d(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff8001ac23: 48 c7 05 2a eb 00 00 movq $0x1,0xeb2a(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff8001ac2a: 01 00 00 00 -ffffffff8001ac2e: 48 8d 3d 2b eb 00 00 lea 0xeb2b(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff8001ac35: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff8001ac3a: 48 89 de mov %rbx,%rsi -ffffffff8001ac3d: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff8001ac40: c6 05 69 eb 00 00 01 movb $0x1,0xeb69(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff8001ac47: 48 8d 05 c8 1f 01 00 lea 0x11fc8(%rip),%rax # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff8001ac4e: 0f b6 00 movzbl (%rax),%eax -ffffffff8001ac51: 0f b6 05 40 07 01 00 movzbl 0x10740(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001ac58: 84 c0 test %al,%al -ffffffff8001ac5a: 74 73 je ffffffff8001accf <_ZN11CappuccinOS7drivers6serial11init_serial17h66f61bc42d02c807E+0x14f> -ffffffff8001ac5c: 48 83 3d 84 06 01 00 cmpq $0x0,0x10684(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001ac63: 00 -ffffffff8001ac64: 0f 85 9b 00 00 00 jne ffffffff8001ad05 <_ZN11CappuccinOS7drivers6serial11init_serial17h66f61bc42d02c807E+0x185> -ffffffff8001ac6a: e9 e2 05 00 00 jmp ffffffff8001b251 <_ZN11CappuccinOS7drivers6serial11init_serial17h66f61bc42d02c807E+0x6d1> -ffffffff8001ac6f: 48 8d 9d e8 fe ff ff lea -0x118(%rbp),%rbx -ffffffff8001ac76: 48 89 df mov %rbx,%rdi -ffffffff8001ac79: ff 15 d1 ea 00 00 call *0xead1(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff8001ac7f: 48 c7 05 ce ea 00 00 movq $0x1,0xeace(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff8001ac86: 01 00 00 00 -ffffffff8001ac8a: 48 8d 3d cf ea 00 00 lea 0xeacf(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff8001ac91: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff8001ac96: 48 89 de mov %rbx,%rsi -ffffffff8001ac99: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff8001ac9c: c6 05 0d eb 00 00 01 movb $0x1,0xeb0d(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff8001aca3: 48 8d 05 6c 1f 01 00 lea 0x11f6c(%rip),%rax # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff8001acaa: 0f b6 00 movzbl (%rax),%eax -ffffffff8001acad: 0f b6 05 e4 06 01 00 movzbl 0x106e4(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001acb4: 84 c0 test %al,%al -ffffffff8001acb6: 0f 84 59 01 00 00 je ffffffff8001ae15 <_ZN11CappuccinOS7drivers6serial11init_serial17h66f61bc42d02c807E+0x295> -ffffffff8001acbc: 48 83 3d 24 06 01 00 cmpq $0x0,0x10624(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001acc3: 00 -ffffffff8001acc4: 0f 85 81 01 00 00 jne ffffffff8001ae4b <_ZN11CappuccinOS7drivers6serial11init_serial17h66f61bc42d02c807E+0x2cb> -ffffffff8001acca: e9 82 05 00 00 jmp ffffffff8001b251 <_ZN11CappuccinOS7drivers6serial11init_serial17h66f61bc42d02c807E+0x6d1> -ffffffff8001accf: 48 8d 9d e8 fe ff ff lea -0x118(%rbp),%rbx -ffffffff8001acd6: 48 89 df mov %rbx,%rdi -ffffffff8001acd9: ff 15 01 06 01 00 call *0x10601(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8001acdf: 48 c7 05 fe 05 01 00 movq $0x1,0x105fe(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001ace6: 01 00 00 00 -ffffffff8001acea: 48 8d 3d ff 05 01 00 lea 0x105ff(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001acf1: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8001acf6: 48 89 de mov %rbx,%rsi -ffffffff8001acf9: e8 82 79 00 00 call ffffffff80022680 -ffffffff8001acfe: c6 05 93 06 01 00 01 movb $0x1,0x10693(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001ad05: 48 8d 3d e4 05 01 00 lea 0x105e4(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001ad0c: be 01 00 00 00 mov $0x1,%esi -ffffffff8001ad11: ba 26 00 00 00 mov $0x26,%edx -ffffffff8001ad16: e8 35 93 ff ff call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff8001ad1b: 48 85 c0 test %rax,%rax -ffffffff8001ad1e: 0f 84 00 06 00 00 je ffffffff8001b324 <_ZN11CappuccinOS7drivers6serial11init_serial17h66f61bc42d02c807E+0x7a4> -ffffffff8001ad24: 48 b9 74 69 61 6c 69 movabs $0x64657a696c616974,%rcx -ffffffff8001ad2b: 7a 65 64 -ffffffff8001ad2e: 48 89 48 1e mov %rcx,0x1e(%rax) -ffffffff8001ad32: 48 b9 6c 79 20 69 6e movabs $0x6974696e6920796c,%rcx -ffffffff8001ad39: 69 74 69 -ffffffff8001ad3c: 48 89 48 18 mov %rcx,0x18(%rax) -ffffffff8001ad40: 48 b9 63 63 65 73 73 movabs $0x6c75667373656363,%rcx -ffffffff8001ad47: 66 75 6c -ffffffff8001ad4a: 48 89 48 10 mov %rcx,0x10(%rax) -ffffffff8001ad4e: 48 b9 72 69 76 65 72 movabs $0x7573207265766972,%rcx -ffffffff8001ad55: 20 73 75 -ffffffff8001ad58: 48 89 48 08 mov %rcx,0x8(%rax) -ffffffff8001ad5c: 48 b9 53 65 72 69 61 movabs $0x44206c6169726553,%rcx -ffffffff8001ad63: 6c 20 44 -ffffffff8001ad66: 48 89 08 mov %rcx,(%rax) -ffffffff8001ad69: 48 89 45 c0 mov %rax,-0x40(%rbp) -ffffffff8001ad6d: 48 c7 45 c8 26 00 00 movq $0x26,-0x38(%rbp) -ffffffff8001ad74: 00 -ffffffff8001ad75: 48 c7 45 d0 26 00 00 movq $0x26,-0x30(%rbp) -ffffffff8001ad7c: 00 -ffffffff8001ad7d: 4c 8d 75 c0 lea -0x40(%rbp),%r14 -ffffffff8001ad81: 4c 89 75 b8 mov %r14,-0x48(%rbp) -ffffffff8001ad85: 4c 8d 6d b8 lea -0x48(%rbp),%r13 -ffffffff8001ad89: 4c 89 6d 90 mov %r13,-0x70(%rbp) -ffffffff8001ad8d: 4c 8d 3d bc b9 ff ff lea -0x4644(%rip),%r15 # ffffffff80016750 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h42ee6215a9c421d0E> -ffffffff8001ad94: 4c 89 7d 98 mov %r15,-0x68(%rbp) -ffffffff8001ad98: 48 8d 05 31 07 01 00 lea 0x10731(%rip),%rax # ffffffff8002b4d0 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0x90> -ffffffff8001ad9f: 48 89 85 e8 fe ff ff mov %rax,-0x118(%rbp) -ffffffff8001ada6: 48 c7 85 f0 fe ff ff movq $0x1,-0x110(%rbp) -ffffffff8001adad: 01 00 00 00 -ffffffff8001adb1: 48 c7 85 08 ff ff ff movq $0x0,-0xf8(%rbp) -ffffffff8001adb8: 00 00 00 00 -ffffffff8001adbc: 4c 8d 65 90 lea -0x70(%rbp),%r12 -ffffffff8001adc0: 4c 89 a5 f8 fe ff ff mov %r12,-0x108(%rbp) -ffffffff8001adc7: 48 c7 85 00 ff ff ff movq $0x1,-0x100(%rbp) -ffffffff8001adce: 01 00 00 00 -ffffffff8001add2: 48 8d 7d a0 lea -0x60(%rbp),%rdi -ffffffff8001add6: 48 8d b5 e8 fe ff ff lea -0x118(%rbp),%rsi -ffffffff8001addd: e8 ae 21 00 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff8001ade2: 48 8b 5d c8 mov -0x38(%rbp),%rbx -ffffffff8001ade6: 48 85 db test %rbx,%rbx -ffffffff8001ade9: 0f 84 b6 01 00 00 je ffffffff8001afa5 <_ZN11CappuccinOS7drivers6serial11init_serial17h66f61bc42d02c807E+0x425> -ffffffff8001adef: 4c 8b 75 c0 mov -0x40(%rbp),%r14 -ffffffff8001adf3: 0f b6 05 9e 05 01 00 movzbl 0x1059e(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001adfa: 84 c0 test %al,%al -ffffffff8001adfc: 0f 84 51 01 00 00 je ffffffff8001af53 <_ZN11CappuccinOS7drivers6serial11init_serial17h66f61bc42d02c807E+0x3d3> -ffffffff8001ae02: 48 83 3d de 04 01 00 cmpq $0x0,0x104de(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001ae09: 00 -ffffffff8001ae0a: 0f 85 7a 01 00 00 jne ffffffff8001af8a <_ZN11CappuccinOS7drivers6serial11init_serial17h66f61bc42d02c807E+0x40a> -ffffffff8001ae10: e9 3c 04 00 00 jmp ffffffff8001b251 <_ZN11CappuccinOS7drivers6serial11init_serial17h66f61bc42d02c807E+0x6d1> -ffffffff8001ae15: 48 8d 9d e8 fe ff ff lea -0x118(%rbp),%rbx -ffffffff8001ae1c: 48 89 df mov %rbx,%rdi -ffffffff8001ae1f: ff 15 bb 04 01 00 call *0x104bb(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8001ae25: 48 c7 05 b8 04 01 00 movq $0x1,0x104b8(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001ae2c: 01 00 00 00 -ffffffff8001ae30: 48 8d 3d b9 04 01 00 lea 0x104b9(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001ae37: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8001ae3c: 48 89 de mov %rbx,%rsi -ffffffff8001ae3f: e8 3c 78 00 00 call ffffffff80022680 -ffffffff8001ae44: c6 05 4d 05 01 00 01 movb $0x1,0x1054d(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001ae4b: 48 8d 3d 9e 04 01 00 lea 0x1049e(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001ae52: be 01 00 00 00 mov $0x1,%esi -ffffffff8001ae57: ba 22 00 00 00 mov $0x22,%edx -ffffffff8001ae5c: e8 ef 91 ff ff call ffffffff80014050 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h8fc911580e2cfa50E> -ffffffff8001ae61: 48 85 c0 test %rax,%rax -ffffffff8001ae64: 0f 84 cb 04 00 00 je ffffffff8001b335 <_ZN11CappuccinOS7drivers6serial11init_serial17h66f61bc42d02c807E+0x7b5> -ffffffff8001ae6a: 48 b9 69 6e 69 74 69 movabs $0x696c616974696e69,%rcx -ffffffff8001ae71: 61 6c 69 -ffffffff8001ae74: 48 89 48 18 mov %rcx,0x18(%rax) -ffffffff8001ae78: 48 b9 69 6c 65 64 20 movabs $0x206f742064656c69,%rcx -ffffffff8001ae7f: 74 6f 20 -ffffffff8001ae82: 48 89 48 10 mov %rcx,0x10(%rax) -ffffffff8001ae86: 48 b9 72 69 76 65 72 movabs $0x6166207265766972,%rcx -ffffffff8001ae8d: 20 66 61 -ffffffff8001ae90: 48 89 48 08 mov %rcx,0x8(%rax) -ffffffff8001ae94: 48 b9 53 65 72 69 61 movabs $0x44206c6169726553,%rcx -ffffffff8001ae9b: 6c 20 44 -ffffffff8001ae9e: 48 89 08 mov %rcx,(%rax) -ffffffff8001aea1: 66 c7 40 20 7a 65 movw $0x657a,0x20(%rax) -ffffffff8001aea7: 48 89 45 c0 mov %rax,-0x40(%rbp) -ffffffff8001aeab: 48 c7 45 c8 22 00 00 movq $0x22,-0x38(%rbp) -ffffffff8001aeb2: 00 -ffffffff8001aeb3: 48 c7 45 d0 22 00 00 movq $0x22,-0x30(%rbp) -ffffffff8001aeba: 00 -ffffffff8001aebb: 4c 8d 75 c0 lea -0x40(%rbp),%r14 -ffffffff8001aebf: 4c 89 75 b8 mov %r14,-0x48(%rbp) -ffffffff8001aec3: 4c 8d 6d b8 lea -0x48(%rbp),%r13 -ffffffff8001aec7: 4c 89 6d 90 mov %r13,-0x70(%rbp) -ffffffff8001aecb: 4c 8d 3d 7e b8 ff ff lea -0x4782(%rip),%r15 # ffffffff80016750 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h42ee6215a9c421d0E> -ffffffff8001aed2: 4c 89 7d 98 mov %r15,-0x68(%rbp) -ffffffff8001aed6: 48 8d 05 03 06 01 00 lea 0x10603(%rip),%rax # ffffffff8002b4e0 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0xa0> -ffffffff8001aedd: 48 89 85 e8 fe ff ff mov %rax,-0x118(%rbp) -ffffffff8001aee4: 48 c7 85 f0 fe ff ff movq $0x1,-0x110(%rbp) -ffffffff8001aeeb: 01 00 00 00 -ffffffff8001aeef: 48 c7 85 08 ff ff ff movq $0x0,-0xf8(%rbp) -ffffffff8001aef6: 00 00 00 00 -ffffffff8001aefa: 4c 8d 65 90 lea -0x70(%rbp),%r12 -ffffffff8001aefe: 4c 89 a5 f8 fe ff ff mov %r12,-0x108(%rbp) -ffffffff8001af05: 48 c7 85 00 ff ff ff movq $0x1,-0x100(%rbp) -ffffffff8001af0c: 01 00 00 00 -ffffffff8001af10: 48 8d 7d a0 lea -0x60(%rbp),%rdi -ffffffff8001af14: 48 8d b5 e8 fe ff ff lea -0x118(%rbp),%rsi -ffffffff8001af1b: e8 70 20 00 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff8001af20: 48 8b 5d c8 mov -0x38(%rbp),%rbx -ffffffff8001af24: 48 85 db test %rbx,%rbx -ffffffff8001af27: 0f 84 67 01 00 00 je ffffffff8001b094 <_ZN11CappuccinOS7drivers6serial11init_serial17h66f61bc42d02c807E+0x514> -ffffffff8001af2d: 4c 8b 75 c0 mov -0x40(%rbp),%r14 -ffffffff8001af31: 0f b6 05 60 04 01 00 movzbl 0x10460(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001af38: 84 c0 test %al,%al -ffffffff8001af3a: 0f 84 02 01 00 00 je ffffffff8001b042 <_ZN11CappuccinOS7drivers6serial11init_serial17h66f61bc42d02c807E+0x4c2> -ffffffff8001af40: 48 83 3d a0 03 01 00 cmpq $0x0,0x103a0(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001af47: 00 -ffffffff8001af48: 0f 85 2b 01 00 00 jne ffffffff8001b079 <_ZN11CappuccinOS7drivers6serial11init_serial17h66f61bc42d02c807E+0x4f9> -ffffffff8001af4e: e9 fe 02 00 00 jmp ffffffff8001b251 <_ZN11CappuccinOS7drivers6serial11init_serial17h66f61bc42d02c807E+0x6d1> -ffffffff8001af53: 48 8d bd e8 fe ff ff lea -0x118(%rbp),%rdi -ffffffff8001af5a: ff 15 80 03 01 00 call *0x10380(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8001af60: 48 c7 05 7d 03 01 00 movq $0x1,0x1037d(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001af67: 01 00 00 00 -ffffffff8001af6b: 48 8d 3d 7e 03 01 00 lea 0x1037e(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001af72: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8001af77: 48 8d b5 e8 fe ff ff lea -0x118(%rbp),%rsi -ffffffff8001af7e: e8 fd 76 00 00 call ffffffff80022680 -ffffffff8001af83: c6 05 0e 04 01 00 01 movb $0x1,0x1040e(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001af8a: 48 8d 3d 5f 03 01 00 lea 0x1035f(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001af91: ba 01 00 00 00 mov $0x1,%edx -ffffffff8001af96: 4c 89 f6 mov %r14,%rsi -ffffffff8001af99: 48 89 d9 mov %rbx,%rcx -ffffffff8001af9c: e8 af 92 ff ff call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8001afa1: 4c 8d 75 c0 lea -0x40(%rbp),%r14 -ffffffff8001afa5: 48 8b 45 a0 mov -0x60(%rbp),%rax -ffffffff8001afa9: 48 8b 4d a8 mov -0x58(%rbp),%rcx -ffffffff8001afad: 48 89 45 c0 mov %rax,-0x40(%rbp) -ffffffff8001afb1: 48 89 4d c8 mov %rcx,-0x38(%rbp) -ffffffff8001afb5: 48 8b 45 b0 mov -0x50(%rbp),%rax -ffffffff8001afb9: 48 89 45 d0 mov %rax,-0x30(%rbp) -ffffffff8001afbd: 4c 89 75 b8 mov %r14,-0x48(%rbp) -ffffffff8001afc1: 4c 89 6d 90 mov %r13,-0x70(%rbp) -ffffffff8001afc5: 4c 89 7d 98 mov %r15,-0x68(%rbp) -ffffffff8001afc9: 48 8d 05 e0 04 01 00 lea 0x104e0(%rip),%rax # ffffffff8002b4b0 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0x70> -ffffffff8001afd0: 48 89 85 e8 fe ff ff mov %rax,-0x118(%rbp) -ffffffff8001afd7: 48 c7 85 f0 fe ff ff movq $0x2,-0x110(%rbp) -ffffffff8001afde: 02 00 00 00 -ffffffff8001afe2: 48 c7 85 08 ff ff ff movq $0x0,-0xf8(%rbp) -ffffffff8001afe9: 00 00 00 00 -ffffffff8001afed: 4c 89 a5 f8 fe ff ff mov %r12,-0x108(%rbp) -ffffffff8001aff4: 48 c7 85 00 ff ff ff movq $0x1,-0x100(%rbp) -ffffffff8001affb: 01 00 00 00 -ffffffff8001afff: 48 8d 7d a0 lea -0x60(%rbp),%rdi -ffffffff8001b003: 48 8d b5 e8 fe ff ff lea -0x118(%rbp),%rsi -ffffffff8001b00a: e8 81 1f 00 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff8001b00f: 48 8b 5d c8 mov -0x38(%rbp),%rbx -ffffffff8001b013: 48 85 db test %rbx,%rbx -ffffffff8001b016: 0f 84 62 01 00 00 je ffffffff8001b17e <_ZN11CappuccinOS7drivers6serial11init_serial17h66f61bc42d02c807E+0x5fe> -ffffffff8001b01c: 4c 8b 75 c0 mov -0x40(%rbp),%r14 -ffffffff8001b020: 0f b6 05 71 03 01 00 movzbl 0x10371(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001b027: 84 c0 test %al,%al -ffffffff8001b029: 0f 84 02 01 00 00 je ffffffff8001b131 <_ZN11CappuccinOS7drivers6serial11init_serial17h66f61bc42d02c807E+0x5b1> -ffffffff8001b02f: 48 83 3d b1 02 01 00 cmpq $0x0,0x102b1(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001b036: 00 -ffffffff8001b037: 0f 85 2a 01 00 00 jne ffffffff8001b167 <_ZN11CappuccinOS7drivers6serial11init_serial17h66f61bc42d02c807E+0x5e7> -ffffffff8001b03d: e9 0f 02 00 00 jmp ffffffff8001b251 <_ZN11CappuccinOS7drivers6serial11init_serial17h66f61bc42d02c807E+0x6d1> -ffffffff8001b042: 48 8d bd e8 fe ff ff lea -0x118(%rbp),%rdi -ffffffff8001b049: ff 15 91 02 01 00 call *0x10291(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8001b04f: 48 c7 05 8e 02 01 00 movq $0x1,0x1028e(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001b056: 01 00 00 00 -ffffffff8001b05a: 48 8d 3d 8f 02 01 00 lea 0x1028f(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001b061: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8001b066: 48 8d b5 e8 fe ff ff lea -0x118(%rbp),%rsi -ffffffff8001b06d: e8 0e 76 00 00 call ffffffff80022680 -ffffffff8001b072: c6 05 1f 03 01 00 01 movb $0x1,0x1031f(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001b079: 48 8d 3d 70 02 01 00 lea 0x10270(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001b080: ba 01 00 00 00 mov $0x1,%edx -ffffffff8001b085: 4c 89 f6 mov %r14,%rsi -ffffffff8001b088: 48 89 d9 mov %rbx,%rcx -ffffffff8001b08b: e8 c0 91 ff ff call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8001b090: 4c 8d 75 c0 lea -0x40(%rbp),%r14 -ffffffff8001b094: 48 8b 45 a0 mov -0x60(%rbp),%rax -ffffffff8001b098: 48 8b 4d a8 mov -0x58(%rbp),%rcx -ffffffff8001b09c: 48 89 45 c0 mov %rax,-0x40(%rbp) -ffffffff8001b0a0: 48 89 4d c8 mov %rcx,-0x38(%rbp) -ffffffff8001b0a4: 48 8b 45 b0 mov -0x50(%rbp),%rax -ffffffff8001b0a8: 48 89 45 d0 mov %rax,-0x30(%rbp) -ffffffff8001b0ac: 4c 89 75 b8 mov %r14,-0x48(%rbp) -ffffffff8001b0b0: 4c 89 6d 90 mov %r13,-0x70(%rbp) -ffffffff8001b0b4: 4c 89 7d 98 mov %r15,-0x68(%rbp) -ffffffff8001b0b8: 48 8d 05 f1 03 01 00 lea 0x103f1(%rip),%rax # ffffffff8002b4b0 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0x70> -ffffffff8001b0bf: 48 89 85 e8 fe ff ff mov %rax,-0x118(%rbp) -ffffffff8001b0c6: 48 c7 85 f0 fe ff ff movq $0x2,-0x110(%rbp) -ffffffff8001b0cd: 02 00 00 00 -ffffffff8001b0d1: 48 c7 85 08 ff ff ff movq $0x0,-0xf8(%rbp) -ffffffff8001b0d8: 00 00 00 00 -ffffffff8001b0dc: 4c 89 a5 f8 fe ff ff mov %r12,-0x108(%rbp) -ffffffff8001b0e3: 48 c7 85 00 ff ff ff movq $0x1,-0x100(%rbp) -ffffffff8001b0ea: 01 00 00 00 -ffffffff8001b0ee: 48 8d 7d a0 lea -0x60(%rbp),%rdi -ffffffff8001b0f2: 48 8d b5 e8 fe ff ff lea -0x118(%rbp),%rsi -ffffffff8001b0f9: e8 92 1e 00 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff8001b0fe: 48 8b 5d c8 mov -0x38(%rbp),%rbx -ffffffff8001b102: 48 85 db test %rbx,%rbx -ffffffff8001b105: 0f 84 09 01 00 00 je ffffffff8001b214 <_ZN11CappuccinOS7drivers6serial11init_serial17h66f61bc42d02c807E+0x694> -ffffffff8001b10b: 4c 8b 75 c0 mov -0x40(%rbp),%r14 -ffffffff8001b10f: 0f b6 05 82 02 01 00 movzbl 0x10282(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001b116: 84 c0 test %al,%al -ffffffff8001b118: 0f 84 a9 00 00 00 je ffffffff8001b1c7 <_ZN11CappuccinOS7drivers6serial11init_serial17h66f61bc42d02c807E+0x647> -ffffffff8001b11e: 48 83 3d c2 01 01 00 cmpq $0x0,0x101c2(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001b125: 00 -ffffffff8001b126: 0f 85 d1 00 00 00 jne ffffffff8001b1fd <_ZN11CappuccinOS7drivers6serial11init_serial17h66f61bc42d02c807E+0x67d> -ffffffff8001b12c: e9 20 01 00 00 jmp ffffffff8001b251 <_ZN11CappuccinOS7drivers6serial11init_serial17h66f61bc42d02c807E+0x6d1> -ffffffff8001b131: 4c 8d bd e8 fe ff ff lea -0x118(%rbp),%r15 -ffffffff8001b138: 4c 89 ff mov %r15,%rdi -ffffffff8001b13b: ff 15 9f 01 01 00 call *0x1019f(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8001b141: 48 c7 05 9c 01 01 00 movq $0x1,0x1019c(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001b148: 01 00 00 00 -ffffffff8001b14c: 48 8d 3d 9d 01 01 00 lea 0x1019d(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001b153: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8001b158: 4c 89 fe mov %r15,%rsi -ffffffff8001b15b: e8 20 75 00 00 call ffffffff80022680 -ffffffff8001b160: c6 05 31 02 01 00 01 movb $0x1,0x10231(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001b167: 48 8d 3d 82 01 01 00 lea 0x10182(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001b16e: ba 01 00 00 00 mov $0x1,%edx -ffffffff8001b173: 4c 89 f6 mov %r14,%rsi -ffffffff8001b176: 48 89 d9 mov %rbx,%rcx -ffffffff8001b179: e8 d2 90 ff ff call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8001b17e: 48 8b 5d a0 mov -0x60(%rbp),%rbx -ffffffff8001b182: 4c 8b 75 a8 mov -0x58(%rbp),%r14 -ffffffff8001b186: 48 8b 55 b0 mov -0x50(%rbp),%rdx -ffffffff8001b18a: 48 8d 3d cf e5 00 00 lea 0xe5cf(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff8001b191: 48 89 de mov %rbx,%rsi -ffffffff8001b194: e8 07 55 fe ff call ffffffff800006a0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E> -ffffffff8001b199: 4d 85 f6 test %r14,%r14 -ffffffff8001b19c: 74 22 je ffffffff8001b1c0 <_ZN11CappuccinOS7drivers6serial11init_serial17h66f61bc42d02c807E+0x640> -ffffffff8001b19e: 0f b6 05 f3 01 01 00 movzbl 0x101f3(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001b1a5: 84 c0 test %al,%al -ffffffff8001b1a7: 0f 84 be 00 00 00 je ffffffff8001b26b <_ZN11CappuccinOS7drivers6serial11init_serial17h66f61bc42d02c807E+0x6eb> -ffffffff8001b1ad: 48 83 3d 33 01 01 00 cmpq $0x0,0x10133(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001b1b4: 00 -ffffffff8001b1b5: 0f 85 e6 00 00 00 jne ffffffff8001b2a1 <_ZN11CappuccinOS7drivers6serial11init_serial17h66f61bc42d02c807E+0x721> -ffffffff8001b1bb: e9 91 00 00 00 jmp ffffffff8001b251 <_ZN11CappuccinOS7drivers6serial11init_serial17h66f61bc42d02c807E+0x6d1> -ffffffff8001b1c0: 31 c0 xor %eax,%eax -ffffffff8001b1c2: e9 4b 01 00 00 jmp ffffffff8001b312 <_ZN11CappuccinOS7drivers6serial11init_serial17h66f61bc42d02c807E+0x792> -ffffffff8001b1c7: 4c 8d bd e8 fe ff ff lea -0x118(%rbp),%r15 -ffffffff8001b1ce: 4c 89 ff mov %r15,%rdi -ffffffff8001b1d1: ff 15 09 01 01 00 call *0x10109(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8001b1d7: 48 c7 05 06 01 01 00 movq $0x1,0x10106(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001b1de: 01 00 00 00 -ffffffff8001b1e2: 48 8d 3d 07 01 01 00 lea 0x10107(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001b1e9: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8001b1ee: 4c 89 fe mov %r15,%rsi -ffffffff8001b1f1: e8 8a 74 00 00 call ffffffff80022680 -ffffffff8001b1f6: c6 05 9b 01 01 00 01 movb $0x1,0x1019b(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001b1fd: 48 8d 3d ec 00 01 00 lea 0x100ec(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001b204: ba 01 00 00 00 mov $0x1,%edx -ffffffff8001b209: 4c 89 f6 mov %r14,%rsi -ffffffff8001b20c: 48 89 d9 mov %rbx,%rcx -ffffffff8001b20f: e8 3c 90 ff ff call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8001b214: 48 8b 5d a0 mov -0x60(%rbp),%rbx -ffffffff8001b218: 4c 8b 75 a8 mov -0x58(%rbp),%r14 -ffffffff8001b21c: 48 8b 55 b0 mov -0x50(%rbp),%rdx -ffffffff8001b220: 48 8d 3d 39 e5 00 00 lea 0xe539(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff8001b227: 48 89 de mov %rbx,%rsi -ffffffff8001b22a: e8 71 54 fe ff call ffffffff800006a0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E> -ffffffff8001b22f: 4d 85 f6 test %r14,%r14 -ffffffff8001b232: 0f 84 d1 00 00 00 je ffffffff8001b309 <_ZN11CappuccinOS7drivers6serial11init_serial17h66f61bc42d02c807E+0x789> -ffffffff8001b238: 0f b6 05 59 01 01 00 movzbl 0x10159(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001b23f: 84 c0 test %al,%al -ffffffff8001b241: 74 79 je ffffffff8001b2bc <_ZN11CappuccinOS7drivers6serial11init_serial17h66f61bc42d02c807E+0x73c> -ffffffff8001b243: 48 83 3d 9d 00 01 00 cmpq $0x0,0x1009d(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001b24a: 00 -ffffffff8001b24b: 0f 85 a1 00 00 00 jne ffffffff8001b2f2 <_ZN11CappuccinOS7drivers6serial11init_serial17h66f61bc42d02c807E+0x772> -ffffffff8001b251: 48 8d 3d 88 b5 00 00 lea 0xb588(%rip),%rdi # ffffffff800267e0 -ffffffff8001b258: 48 8d 15 c1 02 01 00 lea 0x102c1(%rip),%rdx # ffffffff8002b520 -ffffffff8001b25f: be 1e 00 00 00 mov $0x1e,%esi -ffffffff8001b264: e8 b7 6a 00 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff8001b269: 0f 0b ud2 -ffffffff8001b26b: 4c 8d bd e8 fe ff ff lea -0x118(%rbp),%r15 -ffffffff8001b272: 4c 89 ff mov %r15,%rdi -ffffffff8001b275: ff 15 65 00 01 00 call *0x10065(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8001b27b: 48 c7 05 62 00 01 00 movq $0x1,0x10062(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001b282: 01 00 00 00 -ffffffff8001b286: 48 8d 3d 63 00 01 00 lea 0x10063(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001b28d: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8001b292: 4c 89 fe mov %r15,%rsi -ffffffff8001b295: e8 e6 73 00 00 call ffffffff80022680 -ffffffff8001b29a: c6 05 f7 00 01 00 01 movb $0x1,0x100f7(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001b2a1: 48 8d 3d 48 00 01 00 lea 0x10048(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001b2a8: ba 01 00 00 00 mov $0x1,%edx -ffffffff8001b2ad: 48 89 de mov %rbx,%rsi -ffffffff8001b2b0: 4c 89 f1 mov %r14,%rcx -ffffffff8001b2b3: e8 98 8f ff ff call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8001b2b8: 31 c0 xor %eax,%eax -ffffffff8001b2ba: eb 56 jmp ffffffff8001b312 <_ZN11CappuccinOS7drivers6serial11init_serial17h66f61bc42d02c807E+0x792> -ffffffff8001b2bc: 4c 8d bd e8 fe ff ff lea -0x118(%rbp),%r15 -ffffffff8001b2c3: 4c 89 ff mov %r15,%rdi -ffffffff8001b2c6: ff 15 14 00 01 00 call *0x10014(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8001b2cc: 48 c7 05 11 00 01 00 movq $0x1,0x10011(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001b2d3: 01 00 00 00 -ffffffff8001b2d7: 48 8d 3d 12 00 01 00 lea 0x10012(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001b2de: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8001b2e3: 4c 89 fe mov %r15,%rsi -ffffffff8001b2e6: e8 95 73 00 00 call ffffffff80022680 -ffffffff8001b2eb: c6 05 a6 00 01 00 01 movb $0x1,0x100a6(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001b2f2: 48 8d 3d f7 ff 00 00 lea 0xfff7(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001b2f9: ba 01 00 00 00 mov $0x1,%edx -ffffffff8001b2fe: 48 89 de mov %rbx,%rsi -ffffffff8001b301: 4c 89 f1 mov %r14,%rcx -ffffffff8001b304: e8 47 8f ff ff call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8001b309: c6 05 02 19 01 00 01 movb $0x1,0x11902(%rip) # ffffffff8002cc12 <_ZN11CappuccinOS7drivers6serial8POISONED17h45cae07facbadb06E> -ffffffff8001b310: b0 01 mov $0x1,%al -ffffffff8001b312: 48 81 c4 f8 00 00 00 add $0xf8,%rsp -ffffffff8001b319: 5b pop %rbx -ffffffff8001b31a: 41 5c pop %r12 -ffffffff8001b31c: 41 5d pop %r13 -ffffffff8001b31e: 41 5e pop %r14 -ffffffff8001b320: 41 5f pop %r15 -ffffffff8001b322: 5d pop %rbp -ffffffff8001b323: c3 ret -ffffffff8001b324: bf 01 00 00 00 mov $0x1,%edi -ffffffff8001b329: be 26 00 00 00 mov $0x26,%esi -ffffffff8001b32e: e8 8d 1f 00 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff8001b333: 0f 0b ud2 -ffffffff8001b335: bf 01 00 00 00 mov $0x1,%edi -ffffffff8001b33a: be 22 00 00 00 mov $0x22,%esi -ffffffff8001b33f: e8 7c 1f 00 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff8001b344: 0f 0b ud2 -ffffffff8001b346: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001b34d: 00 00 00 - -ffffffff8001b350 <_ZN11CappuccinOS3usr5shell13ModStatusBits16set_modifier_key17hae357726f6e4b1deE>: -ffffffff8001b350: 55 push %rbp -ffffffff8001b351: 48 89 e5 mov %rsp,%rbp -ffffffff8001b354: 41 57 push %r15 -ffffffff8001b356: 41 56 push %r14 -ffffffff8001b358: 53 push %rbx -ffffffff8001b359: 0f b6 0d b4 18 01 00 movzbl 0x118b4(%rip),%ecx # ffffffff8002cc14 <_ZN11CappuccinOS3usr5shell10MOD_STATUS17hbf68e8266d0b0ea6E.1> -ffffffff8001b360: 44 0f b6 05 ab 18 01 movzbl 0x118ab(%rip),%r8d # ffffffff8002cc13 <_ZN11CappuccinOS3usr5shell10MOD_STATUS17hbf68e8266d0b0ea6E.0> -ffffffff8001b367: 00 -ffffffff8001b368: 48 83 c6 fd add $0xfffffffffffffffd,%rsi -ffffffff8001b36c: 48 83 fe 05 cmp $0x5,%rsi -ffffffff8001b370: 0f 87 64 01 00 00 ja ffffffff8001b4da <_ZN11CappuccinOS3usr5shell13ModStatusBits16set_modifier_key17hae357726f6e4b1deE+0x18a> -ffffffff8001b376: 45 89 c3 mov %r8d,%r11d -ffffffff8001b379: 41 80 e3 01 and $0x1,%r11b -ffffffff8001b37d: 45 89 c6 mov %r8d,%r14d -ffffffff8001b380: 41 d0 ee shr %r14b -ffffffff8001b383: 41 80 e6 01 and $0x1,%r14b -ffffffff8001b387: 45 89 c7 mov %r8d,%r15d -ffffffff8001b38a: 41 c0 ef 02 shr $0x2,%r15b -ffffffff8001b38e: 41 80 e7 01 and $0x1,%r15b -ffffffff8001b392: 44 89 c3 mov %r8d,%ebx -ffffffff8001b395: c0 eb 03 shr $0x3,%bl -ffffffff8001b398: 80 e3 01 and $0x1,%bl -ffffffff8001b39b: 45 89 c2 mov %r8d,%r10d -ffffffff8001b39e: 41 c0 ea 04 shr $0x4,%r10b -ffffffff8001b3a2: 41 80 e2 01 and $0x1,%r10b -ffffffff8001b3a6: 45 89 c1 mov %r8d,%r9d -ffffffff8001b3a9: 41 c0 e9 05 shr $0x5,%r9b -ffffffff8001b3ad: 41 80 e1 01 and $0x1,%r9b -ffffffff8001b3b1: 41 c0 e8 06 shr $0x6,%r8b -ffffffff8001b3b5: 41 80 e0 01 and $0x1,%r8b -ffffffff8001b3b9: 48 8d 05 90 a1 00 00 lea 0xa190(%rip),%rax # ffffffff80025550 -ffffffff8001b3c0: 48 63 34 b0 movslq (%rax,%rsi,4),%rsi -ffffffff8001b3c4: 48 01 c6 add %rax,%rsi -ffffffff8001b3c7: ff e6 jmp *%rsi -ffffffff8001b3c9: 0f b7 07 movzwl (%rdi),%eax -ffffffff8001b3cc: 35 77 69 00 00 xor $0x6977,%eax -ffffffff8001b3d1: 0f b6 77 02 movzbl 0x2(%rdi),%esi -ffffffff8001b3d5: 83 f6 6e xor $0x6e,%esi -ffffffff8001b3d8: 66 09 c6 or %ax,%si -ffffffff8001b3db: 74 79 je ffffffff8001b456 <_ZN11CappuccinOS3usr5shell13ModStatusBits16set_modifier_key17hae357726f6e4b1deE+0x106> -ffffffff8001b3dd: 0f b7 07 movzwl (%rdi),%eax -ffffffff8001b3e0: 35 61 6c 00 00 xor $0x6c61,%eax -ffffffff8001b3e5: 0f b6 77 02 movzbl 0x2(%rdi),%esi -ffffffff8001b3e9: 83 f6 74 xor $0x74,%esi -ffffffff8001b3ec: 66 09 c6 or %ax,%si -ffffffff8001b3ef: 0f 85 e5 00 00 00 jne ffffffff8001b4da <_ZN11CappuccinOS3usr5shell13ModStatusBits16set_modifier_key17hae357726f6e4b1deE+0x18a> -ffffffff8001b3f5: 41 89 d7 mov %edx,%r15d -ffffffff8001b3f8: eb 6c jmp ffffffff8001b466 <_ZN11CappuccinOS3usr5shell13ModStatusBits16set_modifier_key17hae357726f6e4b1deE+0x116> -ffffffff8001b3fa: 81 3f 63 74 72 6c cmpl $0x6c727463,(%rdi) -ffffffff8001b400: 74 59 je ffffffff8001b45b <_ZN11CappuccinOS3usr5shell13ModStatusBits16set_modifier_key17hae357726f6e4b1deE+0x10b> -ffffffff8001b402: 81 3f 63 61 70 73 cmpl $0x73706163,(%rdi) -ffffffff8001b408: 0f 85 cc 00 00 00 jne ffffffff8001b4da <_ZN11CappuccinOS3usr5shell13ModStatusBits16set_modifier_key17hae357726f6e4b1deE+0x18a> -ffffffff8001b40e: 80 f1 04 xor $0x4,%cl -ffffffff8001b411: 41 89 d2 mov %edx,%r10d -ffffffff8001b414: eb 50 jmp ffffffff8001b466 <_ZN11CappuccinOS3usr5shell13ModStatusBits16set_modifier_key17hae357726f6e4b1deE+0x116> -ffffffff8001b416: b8 73 68 69 66 mov $0x66696873,%eax -ffffffff8001b41b: 33 07 xor (%rdi),%eax -ffffffff8001b41d: 0f b6 77 04 movzbl 0x4(%rdi),%esi -ffffffff8001b421: 83 f6 74 xor $0x74,%esi -ffffffff8001b424: 09 c6 or %eax,%esi -ffffffff8001b426: 0f 85 ae 00 00 00 jne ffffffff8001b4da <_ZN11CappuccinOS3usr5shell13ModStatusBits16set_modifier_key17hae357726f6e4b1deE+0x18a> -ffffffff8001b42c: 89 d3 mov %edx,%ebx -ffffffff8001b42e: eb 36 jmp ffffffff8001b466 <_ZN11CappuccinOS3usr5shell13ModStatusBits16set_modifier_key17hae357726f6e4b1deE+0x116> -ffffffff8001b430: 48 b8 6e 75 6d 5f 6c movabs $0x6b636f6c5f6d756e,%rax -ffffffff8001b437: 6f 63 6b -ffffffff8001b43a: 48 39 07 cmp %rax,(%rdi) -ffffffff8001b43d: 74 21 je ffffffff8001b460 <_ZN11CappuccinOS3usr5shell13ModStatusBits16set_modifier_key17hae357726f6e4b1deE+0x110> -ffffffff8001b43f: 48 05 05 ee 04 00 add $0x4ee05,%rax -ffffffff8001b445: 48 39 07 cmp %rax,(%rdi) -ffffffff8001b448: 0f 85 8c 00 00 00 jne ffffffff8001b4da <_ZN11CappuccinOS3usr5shell13ModStatusBits16set_modifier_key17hae357726f6e4b1deE+0x18a> -ffffffff8001b44e: 80 f1 04 xor $0x4,%cl -ffffffff8001b451: 41 89 d0 mov %edx,%r8d -ffffffff8001b454: eb 10 jmp ffffffff8001b466 <_ZN11CappuccinOS3usr5shell13ModStatusBits16set_modifier_key17hae357726f6e4b1deE+0x116> -ffffffff8001b456: 41 89 d3 mov %edx,%r11d -ffffffff8001b459: eb 0b jmp ffffffff8001b466 <_ZN11CappuccinOS3usr5shell13ModStatusBits16set_modifier_key17hae357726f6e4b1deE+0x116> -ffffffff8001b45b: 41 89 d6 mov %edx,%r14d -ffffffff8001b45e: eb 06 jmp ffffffff8001b466 <_ZN11CappuccinOS3usr5shell13ModStatusBits16set_modifier_key17hae357726f6e4b1deE+0x116> -ffffffff8001b460: 80 f1 02 xor $0x2,%cl -ffffffff8001b463: 41 89 d1 mov %edx,%r9d -ffffffff8001b466: 66 ba 60 00 mov $0x60,%dx -ffffffff8001b46a: b0 ed mov $0xed,%al -ffffffff8001b46c: ee out %al,(%dx) -ffffffff8001b46d: 0f 1f 00 nopl (%rax) -ffffffff8001b470: ec in (%dx),%al -ffffffff8001b471: 3c fa cmp $0xfa,%al -ffffffff8001b473: 75 fb jne ffffffff8001b470 <_ZN11CappuccinOS3usr5shell13ModStatusBits16set_modifier_key17hae357726f6e4b1deE+0x120> -ffffffff8001b475: 66 ba 60 00 mov $0x60,%dx -ffffffff8001b479: 89 c8 mov %ecx,%eax -ffffffff8001b47b: ee out %al,(%dx) -ffffffff8001b47c: 86 0d 92 17 01 00 xchg %cl,0x11792(%rip) # ffffffff8002cc14 <_ZN11CappuccinOS3usr5shell10MOD_STATUS17hbf68e8266d0b0ea6E.1> -ffffffff8001b482: 41 8d 43 02 lea 0x2(%r11),%eax -ffffffff8001b486: 45 84 f6 test %r14b,%r14b -ffffffff8001b489: 41 0f b6 cb movzbl %r11b,%ecx -ffffffff8001b48d: 0f b6 c0 movzbl %al,%eax -ffffffff8001b490: 0f 44 c1 cmove %ecx,%eax -ffffffff8001b493: 8d 48 04 lea 0x4(%rax),%ecx -ffffffff8001b496: 45 84 ff test %r15b,%r15b -ffffffff8001b499: 0f b6 c9 movzbl %cl,%ecx -ffffffff8001b49c: 0f 44 c8 cmove %eax,%ecx -ffffffff8001b49f: 89 c8 mov %ecx,%eax -ffffffff8001b4a1: 0c 08 or $0x8,%al -ffffffff8001b4a3: 84 db test %bl,%bl -ffffffff8001b4a5: 0f b6 c0 movzbl %al,%eax -ffffffff8001b4a8: 0f 44 c1 cmove %ecx,%eax -ffffffff8001b4ab: 89 c1 mov %eax,%ecx -ffffffff8001b4ad: 80 c9 10 or $0x10,%cl -ffffffff8001b4b0: 45 84 d2 test %r10b,%r10b -ffffffff8001b4b3: 0f b6 c9 movzbl %cl,%ecx -ffffffff8001b4b6: 0f 44 c8 cmove %eax,%ecx -ffffffff8001b4b9: 89 c8 mov %ecx,%eax -ffffffff8001b4bb: 0c 20 or $0x20,%al -ffffffff8001b4bd: 45 84 c9 test %r9b,%r9b -ffffffff8001b4c0: 0f b6 c0 movzbl %al,%eax -ffffffff8001b4c3: 0f 44 c1 cmove %ecx,%eax -ffffffff8001b4c6: 89 c1 mov %eax,%ecx -ffffffff8001b4c8: 80 c9 40 or $0x40,%cl -ffffffff8001b4cb: 45 84 c0 test %r8b,%r8b -ffffffff8001b4ce: 0f b6 c9 movzbl %cl,%ecx -ffffffff8001b4d1: 0f 44 c8 cmove %eax,%ecx -ffffffff8001b4d4: 86 0d 39 17 01 00 xchg %cl,0x11739(%rip) # ffffffff8002cc13 <_ZN11CappuccinOS3usr5shell10MOD_STATUS17hbf68e8266d0b0ea6E.0> -ffffffff8001b4da: 5b pop %rbx -ffffffff8001b4db: 41 5e pop %r14 -ffffffff8001b4dd: 41 5f pop %r15 -ffffffff8001b4df: 5d pop %rbp -ffffffff8001b4e0: c3 ret -ffffffff8001b4e1: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001b4e8: 00 00 00 -ffffffff8001b4eb: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) - -ffffffff8001b4f0 <_ZN11CappuccinOS3usr5shell10init_shell17hda6b9fb0b50a65e5E>: -ffffffff8001b4f0: 55 push %rbp -ffffffff8001b4f1: 48 89 e5 mov %rsp,%rbp -ffffffff8001b4f4: 41 57 push %r15 -ffffffff8001b4f6: 41 56 push %r14 -ffffffff8001b4f8: 41 55 push %r13 -ffffffff8001b4fa: 41 54 push %r12 -ffffffff8001b4fc: 53 push %rbx -ffffffff8001b4fd: 48 81 ec f8 00 00 00 sub $0xf8,%rsp -ffffffff8001b504: 31 c0 xor %eax,%eax -ffffffff8001b506: 48 f7 f0 div %rax -ffffffff8001b509: 0f b6 05 a0 e2 00 00 movzbl 0xe2a0(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff8001b510: 84 c0 test %al,%al -ffffffff8001b512: 74 0f je ffffffff8001b523 <_ZN11CappuccinOS3usr5shell10init_shell17hda6b9fb0b50a65e5E+0x33> -ffffffff8001b514: 48 83 3d 3c e2 00 00 cmpq $0x0,0xe23c(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff8001b51b: 00 -ffffffff8001b51c: 75 39 jne ffffffff8001b557 <_ZN11CappuccinOS3usr5shell10init_shell17hda6b9fb0b50a65e5E+0x67> -ffffffff8001b51e: e9 f7 02 00 00 jmp ffffffff8001b81a <_ZN11CappuccinOS3usr5shell10init_shell17hda6b9fb0b50a65e5E+0x32a> -ffffffff8001b523: 48 8d 9d e0 fe ff ff lea -0x120(%rbp),%rbx -ffffffff8001b52a: 48 89 df mov %rbx,%rdi -ffffffff8001b52d: ff 15 1d e2 00 00 call *0xe21d(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff8001b533: 48 c7 05 1a e2 00 00 movq $0x1,0xe21a(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff8001b53a: 01 00 00 00 -ffffffff8001b53e: 48 8d 3d 1b e2 00 00 lea 0xe21b(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff8001b545: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff8001b54a: 48 89 de mov %rbx,%rsi -ffffffff8001b54d: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff8001b550: c6 05 59 e2 00 00 01 movb $0x1,0xe259(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff8001b557: 48 8d 3d 02 e2 00 00 lea 0xe202(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff8001b55e: 48 8d 35 7d b1 00 00 lea 0xb17d(%rip),%rsi # ffffffff800266e2 -ffffffff8001b565: ba 02 00 00 00 mov $0x2,%edx -ffffffff8001b56a: e8 31 51 fe ff call ffffffff800006a0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E> -ffffffff8001b56f: e8 9c 87 ff ff call ffffffff80013d10 <_ZN11CappuccinOS7drivers8keyboard4init17hd23bd00af839bb00E> -ffffffff8001b574: 88 45 d7 mov %al,-0x29(%rbp) -ffffffff8001b577: 3c 03 cmp $0x3,%al -ffffffff8001b579: 0f 84 02 03 00 00 je ffffffff8001b881 <_ZN11CappuccinOS3usr5shell10init_shell17hda6b9fb0b50a65e5E+0x391> -ffffffff8001b57f: 0f b6 05 2a e2 00 00 movzbl 0xe22a(%rip),%eax # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff8001b586: 84 c0 test %al,%al -ffffffff8001b588: 74 0f je ffffffff8001b599 <_ZN11CappuccinOS3usr5shell10init_shell17hda6b9fb0b50a65e5E+0xa9> -ffffffff8001b58a: 48 83 3d c6 e1 00 00 cmpq $0x0,0xe1c6(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff8001b591: 00 -ffffffff8001b592: 75 39 jne ffffffff8001b5cd <_ZN11CappuccinOS3usr5shell10init_shell17hda6b9fb0b50a65e5E+0xdd> -ffffffff8001b594: e9 81 02 00 00 jmp ffffffff8001b81a <_ZN11CappuccinOS3usr5shell10init_shell17hda6b9fb0b50a65e5E+0x32a> -ffffffff8001b599: 48 8d 9d e0 fe ff ff lea -0x120(%rbp),%rbx -ffffffff8001b5a0: 48 89 df mov %rbx,%rdi -ffffffff8001b5a3: ff 15 a7 e1 00 00 call *0xe1a7(%rip) # ffffffff80029750 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE> -ffffffff8001b5a9: 48 c7 05 a4 e1 00 00 movq $0x1,0xe1a4(%rip) # ffffffff80029758 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x8> -ffffffff8001b5b0: 01 00 00 00 -ffffffff8001b5b4: 48 8d 3d a5 e1 00 00 lea 0xe1a5(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff8001b5bb: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff8001b5c0: 48 89 de mov %rbx,%rsi -ffffffff8001b5c3: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff8001b5c6: c6 05 e3 e1 00 00 01 movb $0x1,0xe1e3(%rip) # ffffffff800297b0 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x60> -ffffffff8001b5cd: 48 8d 45 d7 lea -0x29(%rbp),%rax -ffffffff8001b5d1: 48 89 45 b0 mov %rax,-0x50(%rbp) -ffffffff8001b5d5: 48 8d 05 44 f5 ff ff lea -0xabc(%rip),%rax # ffffffff8001ab20 <_ZN70_$LT$core..result..Result$LT$T$C$E$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17hef52b66eba5a2332E> -ffffffff8001b5dc: 48 89 45 b8 mov %rax,-0x48(%rbp) -ffffffff8001b5e0: 48 8d 05 09 ff 00 00 lea 0xff09(%rip),%rax # ffffffff8002b4f0 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0xb0> -ffffffff8001b5e7: 48 89 85 e0 fe ff ff mov %rax,-0x120(%rbp) -ffffffff8001b5ee: 48 c7 85 e8 fe ff ff movq $0x1,-0x118(%rbp) -ffffffff8001b5f5: 01 00 00 00 -ffffffff8001b5f9: 48 c7 85 00 ff ff ff movq $0x0,-0x100(%rbp) -ffffffff8001b600: 00 00 00 00 -ffffffff8001b604: 48 8d 45 b0 lea -0x50(%rbp),%rax -ffffffff8001b608: 48 89 85 f0 fe ff ff mov %rax,-0x110(%rbp) -ffffffff8001b60f: 48 c7 85 f8 fe ff ff movq $0x1,-0x108(%rbp) -ffffffff8001b616: 01 00 00 00 -ffffffff8001b61a: 48 8d 5d 98 lea -0x68(%rbp),%rbx -ffffffff8001b61e: 48 8d b5 e0 fe ff ff lea -0x120(%rbp),%rsi -ffffffff8001b625: 48 89 df mov %rbx,%rdi -ffffffff8001b628: e8 63 19 00 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff8001b62d: 48 89 5d c8 mov %rbx,-0x38(%rbp) -ffffffff8001b631: 4c 8d 7d c8 lea -0x38(%rbp),%r15 -ffffffff8001b635: 4c 89 7d 88 mov %r15,-0x78(%rbp) -ffffffff8001b639: 4c 8d 25 10 b1 ff ff lea -0x4ef0(%rip),%r12 # ffffffff80016750 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h42ee6215a9c421d0E> -ffffffff8001b640: 4c 89 65 90 mov %r12,-0x70(%rbp) -ffffffff8001b644: 48 8d 05 95 fe 00 00 lea 0xfe95(%rip),%rax # ffffffff8002b4e0 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0xa0> -ffffffff8001b64b: 48 89 85 e0 fe ff ff mov %rax,-0x120(%rbp) -ffffffff8001b652: 48 c7 85 e8 fe ff ff movq $0x1,-0x118(%rbp) -ffffffff8001b659: 01 00 00 00 -ffffffff8001b65d: 48 c7 85 00 ff ff ff movq $0x0,-0x100(%rbp) -ffffffff8001b664: 00 00 00 00 -ffffffff8001b668: 4c 8d 6d 88 lea -0x78(%rbp),%r13 -ffffffff8001b66c: 4c 89 ad f0 fe ff ff mov %r13,-0x110(%rbp) -ffffffff8001b673: 48 c7 85 f8 fe ff ff movq $0x1,-0x108(%rbp) -ffffffff8001b67a: 01 00 00 00 -ffffffff8001b67e: 48 8d 7d b0 lea -0x50(%rbp),%rdi -ffffffff8001b682: 48 8d b5 e0 fe ff ff lea -0x120(%rbp),%rsi -ffffffff8001b689: e8 02 19 00 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff8001b68e: 4c 8b 75 a0 mov -0x60(%rbp),%r14 -ffffffff8001b692: 4d 85 f6 test %r14,%r14 -ffffffff8001b695: 74 70 je ffffffff8001b707 <_ZN11CappuccinOS3usr5shell10init_shell17hda6b9fb0b50a65e5E+0x217> -ffffffff8001b697: 4c 8b 7d 98 mov -0x68(%rbp),%r15 -ffffffff8001b69b: 0f b6 05 f6 fc 00 00 movzbl 0xfcf6(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001b6a2: 84 c0 test %al,%al -ffffffff8001b6a4: 74 0f je ffffffff8001b6b5 <_ZN11CappuccinOS3usr5shell10init_shell17hda6b9fb0b50a65e5E+0x1c5> -ffffffff8001b6a6: 48 83 3d 3a fc 00 00 cmpq $0x0,0xfc3a(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001b6ad: 00 -ffffffff8001b6ae: 75 3c jne ffffffff8001b6ec <_ZN11CappuccinOS3usr5shell10init_shell17hda6b9fb0b50a65e5E+0x1fc> -ffffffff8001b6b0: e9 65 01 00 00 jmp ffffffff8001b81a <_ZN11CappuccinOS3usr5shell10init_shell17hda6b9fb0b50a65e5E+0x32a> -ffffffff8001b6b5: 48 8d bd e0 fe ff ff lea -0x120(%rbp),%rdi -ffffffff8001b6bc: ff 15 1e fc 00 00 call *0xfc1e(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8001b6c2: 48 c7 05 1b fc 00 00 movq $0x1,0xfc1b(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001b6c9: 01 00 00 00 -ffffffff8001b6cd: 48 8d 3d 1c fc 00 00 lea 0xfc1c(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001b6d4: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8001b6d9: 48 8d b5 e0 fe ff ff lea -0x120(%rbp),%rsi -ffffffff8001b6e0: e8 9b 6f 00 00 call ffffffff80022680 -ffffffff8001b6e5: c6 05 ac fc 00 00 01 movb $0x1,0xfcac(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001b6ec: 48 8d 3d fd fb 00 00 lea 0xfbfd(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001b6f3: ba 01 00 00 00 mov $0x1,%edx -ffffffff8001b6f8: 4c 89 fe mov %r15,%rsi -ffffffff8001b6fb: 4c 89 f1 mov %r14,%rcx -ffffffff8001b6fe: e8 4d 8b ff ff call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8001b703: 4c 8d 7d c8 lea -0x38(%rbp),%r15 -ffffffff8001b707: 48 8b 45 b0 mov -0x50(%rbp),%rax -ffffffff8001b70b: 48 8b 4d b8 mov -0x48(%rbp),%rcx -ffffffff8001b70f: 48 89 45 98 mov %rax,-0x68(%rbp) -ffffffff8001b713: 48 89 4d a0 mov %rcx,-0x60(%rbp) -ffffffff8001b717: 48 8b 45 c0 mov -0x40(%rbp),%rax -ffffffff8001b71b: 48 89 45 a8 mov %rax,-0x58(%rbp) -ffffffff8001b71f: 48 89 5d c8 mov %rbx,-0x38(%rbp) -ffffffff8001b723: 4c 89 7d 88 mov %r15,-0x78(%rbp) -ffffffff8001b727: 4c 89 65 90 mov %r12,-0x70(%rbp) -ffffffff8001b72b: 48 8d 05 7e fd 00 00 lea 0xfd7e(%rip),%rax # ffffffff8002b4b0 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0x70> -ffffffff8001b732: 48 89 85 e0 fe ff ff mov %rax,-0x120(%rbp) -ffffffff8001b739: 48 c7 85 e8 fe ff ff movq $0x2,-0x118(%rbp) -ffffffff8001b740: 02 00 00 00 -ffffffff8001b744: 48 c7 85 00 ff ff ff movq $0x0,-0x100(%rbp) -ffffffff8001b74b: 00 00 00 00 -ffffffff8001b74f: 4c 89 ad f0 fe ff ff mov %r13,-0x110(%rbp) -ffffffff8001b756: 48 c7 85 f8 fe ff ff movq $0x1,-0x108(%rbp) -ffffffff8001b75d: 01 00 00 00 -ffffffff8001b761: 48 8d 7d b0 lea -0x50(%rbp),%rdi -ffffffff8001b765: 48 8d b5 e0 fe ff ff lea -0x120(%rbp),%rsi -ffffffff8001b76c: e8 1f 18 00 00 call ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE> -ffffffff8001b771: 48 8b 5d a0 mov -0x60(%rbp),%rbx -ffffffff8001b775: 48 85 db test %rbx,%rbx -ffffffff8001b778: 74 6b je ffffffff8001b7e5 <_ZN11CappuccinOS3usr5shell10init_shell17hda6b9fb0b50a65e5E+0x2f5> -ffffffff8001b77a: 4c 8b 75 98 mov -0x68(%rbp),%r14 -ffffffff8001b77e: 0f b6 05 13 fc 00 00 movzbl 0xfc13(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001b785: 84 c0 test %al,%al -ffffffff8001b787: 74 0f je ffffffff8001b798 <_ZN11CappuccinOS3usr5shell10init_shell17hda6b9fb0b50a65e5E+0x2a8> -ffffffff8001b789: 48 83 3d 57 fb 00 00 cmpq $0x0,0xfb57(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001b790: 00 -ffffffff8001b791: 75 3b jne ffffffff8001b7ce <_ZN11CappuccinOS3usr5shell10init_shell17hda6b9fb0b50a65e5E+0x2de> -ffffffff8001b793: e9 82 00 00 00 jmp ffffffff8001b81a <_ZN11CappuccinOS3usr5shell10init_shell17hda6b9fb0b50a65e5E+0x32a> -ffffffff8001b798: 4c 8d bd e0 fe ff ff lea -0x120(%rbp),%r15 -ffffffff8001b79f: 4c 89 ff mov %r15,%rdi -ffffffff8001b7a2: ff 15 38 fb 00 00 call *0xfb38(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8001b7a8: 48 c7 05 35 fb 00 00 movq $0x1,0xfb35(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001b7af: 01 00 00 00 -ffffffff8001b7b3: 48 8d 3d 36 fb 00 00 lea 0xfb36(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001b7ba: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8001b7bf: 4c 89 fe mov %r15,%rsi -ffffffff8001b7c2: e8 b9 6e 00 00 call ffffffff80022680 -ffffffff8001b7c7: c6 05 ca fb 00 00 01 movb $0x1,0xfbca(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001b7ce: 48 8d 3d 1b fb 00 00 lea 0xfb1b(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001b7d5: ba 01 00 00 00 mov $0x1,%edx -ffffffff8001b7da: 4c 89 f6 mov %r14,%rsi -ffffffff8001b7dd: 48 89 d9 mov %rbx,%rcx -ffffffff8001b7e0: e8 6b 8a ff ff call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8001b7e5: 48 8b 5d b0 mov -0x50(%rbp),%rbx -ffffffff8001b7e9: 4c 8b 75 b8 mov -0x48(%rbp),%r14 -ffffffff8001b7ed: 48 8b 55 c0 mov -0x40(%rbp),%rdx -ffffffff8001b7f1: 48 8d 3d 68 df 00 00 lea 0xdf68(%rip),%rdi # ffffffff80029760 <_ZN11CappuccinOS3usr3tty7CONSOLE17h19250bb99508bc1eE+0x10> -ffffffff8001b7f8: 48 89 de mov %rbx,%rsi -ffffffff8001b7fb: e8 a0 4e fe ff call ffffffff800006a0 <_ZN11CappuccinOS3usr3tty7Console4puts17h91ada5695557f700E> -ffffffff8001b800: 4d 85 f6 test %r14,%r14 -ffffffff8001b803: 74 7c je ffffffff8001b881 <_ZN11CappuccinOS3usr5shell10init_shell17hda6b9fb0b50a65e5E+0x391> -ffffffff8001b805: 0f b6 05 8c fb 00 00 movzbl 0xfb8c(%rip),%eax # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001b80c: 84 c0 test %al,%al -ffffffff8001b80e: 74 24 je ffffffff8001b834 <_ZN11CappuccinOS3usr5shell10init_shell17hda6b9fb0b50a65e5E+0x344> -ffffffff8001b810: 48 83 3d d0 fa 00 00 cmpq $0x0,0xfad0(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001b817: 00 -ffffffff8001b818: 75 50 jne ffffffff8001b86a <_ZN11CappuccinOS3usr5shell10init_shell17hda6b9fb0b50a65e5E+0x37a> -ffffffff8001b81a: 48 8d 3d bf af 00 00 lea 0xafbf(%rip),%rdi # ffffffff800267e0 -ffffffff8001b821: 48 8d 15 f8 fc 00 00 lea 0xfcf8(%rip),%rdx # ffffffff8002b520 -ffffffff8001b828: be 1e 00 00 00 mov $0x1e,%esi -ffffffff8001b82d: e8 ee 64 00 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff8001b832: 0f 0b ud2 -ffffffff8001b834: 4c 8d bd e0 fe ff ff lea -0x120(%rbp),%r15 -ffffffff8001b83b: 4c 89 ff mov %r15,%rdi -ffffffff8001b83e: ff 15 9c fa 00 00 call *0xfa9c(%rip) # ffffffff8002b2e0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E> -ffffffff8001b844: 48 c7 05 99 fa 00 00 movq $0x1,0xfa99(%rip) # ffffffff8002b2e8 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x8> -ffffffff8001b84b: 01 00 00 00 -ffffffff8001b84f: 48 8d 3d 9a fa 00 00 lea 0xfa9a(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001b856: ba a8 00 00 00 mov $0xa8,%edx -ffffffff8001b85b: 4c 89 fe mov %r15,%rsi -ffffffff8001b85e: e8 1d 6e 00 00 call ffffffff80022680 -ffffffff8001b863: c6 05 2e fb 00 00 01 movb $0x1,0xfb2e(%rip) # ffffffff8002b398 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0xb8> -ffffffff8001b86a: 48 8d 3d 7f fa 00 00 lea 0xfa7f(%rip),%rdi # ffffffff8002b2f0 <_ZN11CappuccinOS3mem9ALLOCATOR17hb93a3a37923bb3d2E+0x10> -ffffffff8001b871: ba 01 00 00 00 mov $0x1,%edx -ffffffff8001b876: 48 89 de mov %rbx,%rsi -ffffffff8001b879: 4c 89 f1 mov %r14,%rcx -ffffffff8001b87c: e8 cf 89 ff ff call ffffffff80014250 <_ZN96_$LT$CappuccinOS..mem..allocator..BuddyAllocator$u20$as$u20$core..alloc..global..GlobalAlloc$GT$7dealloc17h2b0c2610a4f83b3eE> -ffffffff8001b881: 48 81 c4 f8 00 00 00 add $0xf8,%rsp -ffffffff8001b888: 5b pop %rbx -ffffffff8001b889: 41 5c pop %r12 -ffffffff8001b88b: 41 5d pop %r13 -ffffffff8001b88d: 41 5e pop %r14 -ffffffff8001b88f: 41 5f pop %r15 -ffffffff8001b891: 5d pop %rbp -ffffffff8001b892: c3 ret -ffffffff8001b893: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001b89a: 00 00 00 -ffffffff8001b89d: 0f 1f 00 nopl (%rax) - -ffffffff8001b8a0 <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E>: -ffffffff8001b8a0: 55 push %rbp -ffffffff8001b8a1: 48 89 e5 mov %rsp,%rbp -ffffffff8001b8a4: 41 57 push %r15 -ffffffff8001b8a6: 41 56 push %r14 -ffffffff8001b8a8: 41 55 push %r13 -ffffffff8001b8aa: 41 54 push %r12 -ffffffff8001b8ac: 53 push %rbx -ffffffff8001b8ad: 48 83 ec 18 sub $0x18,%rsp -ffffffff8001b8b1: 48 89 fb mov %rdi,%rbx -ffffffff8001b8b4: 48 8b 4f 08 mov 0x8(%rdi),%rcx -ffffffff8001b8b8: 44 8b 77 10 mov 0x10(%rdi),%r14d -ffffffff8001b8bc: 48 83 f9 02 cmp $0x2,%rcx -ffffffff8001b8c0: 0f 82 f2 00 00 00 jb ffffffff8001b9b8 <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x118> -ffffffff8001b8c6: 41 81 fe 00 00 11 00 cmp $0x110000,%r14d -ffffffff8001b8cd: 0f 85 e5 00 00 00 jne ffffffff8001b9b8 <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x118> -ffffffff8001b8d3: 48 8b 03 mov (%rbx),%rax -ffffffff8001b8d6: 48 83 f9 04 cmp $0x4,%rcx -ffffffff8001b8da: 73 2d jae ffffffff8001b909 <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x69> -ffffffff8001b8dc: 48 83 f9 03 cmp $0x3,%rcx -ffffffff8001b8e0: 74 54 je ffffffff8001b936 <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x96> -ffffffff8001b8e2: 80 7b 14 00 cmpb $0x0,0x14(%rbx) -ffffffff8001b8e6: 0f 84 c8 00 00 00 je ffffffff8001b9b4 <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x114> -ffffffff8001b8ec: 0f b6 05 20 13 01 00 movzbl 0x11320(%rip),%eax # ffffffff8002cc13 <_ZN11CappuccinOS3usr5shell10MOD_STATUS17hbf68e8266d0b0ea6E.0> -ffffffff8001b8f3: 44 8b 73 10 mov 0x10(%rbx),%r14d -ffffffff8001b8f7: 41 81 fe 00 00 11 00 cmp $0x110000,%r14d -ffffffff8001b8fe: 0f 85 c1 00 00 00 jne ffffffff8001b9c5 <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x125> -ffffffff8001b904: e9 78 01 00 00 jmp ffffffff8001ba81 <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x1e1> -ffffffff8001b909: 81 7c 01 fc 43 74 72 cmpl $0x6c727443,-0x4(%rcx,%rax,1) -ffffffff8001b910: 6c -ffffffff8001b911: 0f 84 88 00 00 00 je ffffffff8001b99f <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0xff> -ffffffff8001b917: 48 83 f9 05 cmp $0x5,%rcx -ffffffff8001b91b: 72 19 jb ffffffff8001b936 <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x96> -ffffffff8001b91d: ba 53 68 69 66 mov $0x66696853,%edx -ffffffff8001b922: 33 54 01 fb xor -0x5(%rcx,%rax,1),%edx -ffffffff8001b926: 0f b6 74 01 ff movzbl -0x1(%rcx,%rax,1),%esi -ffffffff8001b92b: 83 f6 74 xor $0x74,%esi -ffffffff8001b92e: 09 d6 or %edx,%esi -ffffffff8001b930: 0f 84 08 02 00 00 je ffffffff8001bb3e <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x29e> -ffffffff8001b936: 0f b7 54 01 fd movzwl -0x3(%rcx,%rax,1),%edx -ffffffff8001b93b: 81 f2 41 6c 00 00 xor $0x6c41,%edx -ffffffff8001b941: 0f b6 74 01 ff movzbl -0x1(%rcx,%rax,1),%esi -ffffffff8001b946: 83 f6 74 xor $0x74,%esi -ffffffff8001b949: 66 09 d6 or %dx,%si -ffffffff8001b94c: 0f b6 53 14 movzbl 0x14(%rbx),%edx -ffffffff8001b950: 74 3c je ffffffff8001b98e <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0xee> -ffffffff8001b952: 84 d2 test %dl,%dl -ffffffff8001b954: 74 5e je ffffffff8001b9b4 <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x114> -ffffffff8001b956: 0f b6 35 b6 12 01 00 movzbl 0x112b6(%rip),%esi # ffffffff8002cc13 <_ZN11CappuccinOS3usr5shell10MOD_STATUS17hbf68e8266d0b0ea6E.0> -ffffffff8001b95d: 48 83 f9 07 cmp $0x7,%rcx -ffffffff8001b961: 0f 84 a6 01 00 00 je ffffffff8001bb0d <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x26d> -ffffffff8001b967: 48 83 f9 08 cmp $0x8,%rcx -ffffffff8001b96b: 75 47 jne ffffffff8001b9b4 <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x114> -ffffffff8001b96d: 48 b9 43 61 70 73 4c movabs $0x6b636f4c73706143,%rcx -ffffffff8001b974: 6f 63 6b -ffffffff8001b977: 48 39 08 cmp %rcx,(%rax) -ffffffff8001b97a: 75 38 jne ffffffff8001b9b4 <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x114> -ffffffff8001b97c: 31 d2 xor %edx,%edx -ffffffff8001b97e: 40 f6 c6 10 test $0x10,%sil -ffffffff8001b982: 0f 94 c2 sete %dl -ffffffff8001b985: 48 8d 3d d1 82 00 00 lea 0x82d1(%rip),%rdi # ffffffff80023c5d <_ZN17compiler_builtins3mem6strlen17ha67bf7541695cb1bE+0x12dd> -ffffffff8001b98c: eb 1c jmp ffffffff8001b9aa <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x10a> -ffffffff8001b98e: 0f b6 d2 movzbl %dl,%edx -ffffffff8001b991: 48 8d 3d 28 ad 00 00 lea 0xad28(%rip),%rdi # ffffffff800266c0 <_ZN11CappuccinOS7drivers5video4font11G_8X16_FONT17hb13b330200b7ff85E+0x1000> -ffffffff8001b998: be 03 00 00 00 mov $0x3,%esi -ffffffff8001b99d: eb 10 jmp ffffffff8001b9af <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x10f> -ffffffff8001b99f: 0f b6 53 14 movzbl 0x14(%rbx),%edx -ffffffff8001b9a3: 48 8d 3d af 82 00 00 lea 0x82af(%rip),%rdi # ffffffff80023c59 <_ZN17compiler_builtins3mem6strlen17ha67bf7541695cb1bE+0x12d9> -ffffffff8001b9aa: be 04 00 00 00 mov $0x4,%esi -ffffffff8001b9af: e8 9c f9 ff ff call ffffffff8001b350 <_ZN11CappuccinOS3usr5shell13ModStatusBits16set_modifier_key17hae357726f6e4b1deE> -ffffffff8001b9b4: 44 8b 73 10 mov 0x10(%rbx),%r14d -ffffffff8001b9b8: 41 81 fe 00 00 11 00 cmp $0x110000,%r14d -ffffffff8001b9bf: 0f 84 bc 00 00 00 je ffffffff8001ba81 <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x1e1> -ffffffff8001b9c5: 48 8b 3b mov (%rbx),%rdi -ffffffff8001b9c8: 4c 8b 63 08 mov 0x8(%rbx),%r12 -ffffffff8001b9cc: 8b 73 14 mov 0x14(%rbx),%esi -ffffffff8001b9cf: 44 0f b6 3d 3c 12 01 movzbl 0x1123c(%rip),%r15d # ffffffff8002cc13 <_ZN11CappuccinOS3usr5shell10MOD_STATUS17hbf68e8266d0b0ea6E.0> -ffffffff8001b9d6: 00 -ffffffff8001b9d7: 41 f6 c7 20 test $0x20,%r15b -ffffffff8001b9db: 75 1f jne ffffffff8001b9fc <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x15c> -ffffffff8001b9dd: 49 83 fc 06 cmp $0x6,%r12 -ffffffff8001b9e1: 72 19 jb ffffffff8001b9fc <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x15c> -ffffffff8001b9e3: b8 4b 65 79 70 mov $0x7079654b,%eax -ffffffff8001b9e8: 33 07 xor (%rdi),%eax -ffffffff8001b9ea: 0f b7 4f 04 movzwl 0x4(%rdi),%ecx -ffffffff8001b9ee: 81 f1 61 64 00 00 xor $0x6461,%ecx -ffffffff8001b9f4: 09 c1 or %eax,%ecx -ffffffff8001b9f6: 0f 84 d6 00 00 00 je ffffffff8001bad2 <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x232> -ffffffff8001b9fc: 41 f6 c7 02 test $0x2,%r15b -ffffffff8001ba00: 75 37 jne ffffffff8001ba39 <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x199> -ffffffff8001ba02: 45 89 fd mov %r15d,%r13d -ffffffff8001ba05: 41 c0 ed 03 shr $0x3,%r13b -ffffffff8001ba09: 44 89 f0 mov %r14d,%eax -ffffffff8001ba0c: 25 df ff 1f 00 and $0x1fffdf,%eax -ffffffff8001ba11: 83 c0 bf add $0xffffffbf,%eax -ffffffff8001ba14: 83 f8 1a cmp $0x1a,%eax -ffffffff8001ba17: 73 2f jae ffffffff8001ba48 <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x1a8> -ffffffff8001ba19: 41 c0 ef 04 shr $0x4,%r15b -ffffffff8001ba1d: 45 30 ef xor %r13b,%r15b -ffffffff8001ba20: 41 f6 c7 01 test $0x1,%r15b -ffffffff8001ba24: 74 45 je ffffffff8001ba6b <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x1cb> -ffffffff8001ba26: 41 8d 4e 9f lea -0x61(%r14),%ecx -ffffffff8001ba2a: 44 89 f0 mov %r14d,%eax -ffffffff8001ba2d: 83 f0 20 xor $0x20,%eax -ffffffff8001ba30: 83 f9 1a cmp $0x1a,%ecx -ffffffff8001ba33: 41 0f 43 c6 cmovae %r14d,%eax -ffffffff8001ba37: eb 3b jmp ffffffff8001ba74 <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x1d4> -ffffffff8001ba39: 41 83 fe 63 cmp $0x63,%r14d -ffffffff8001ba3d: b8 03 00 00 00 mov $0x3,%eax -ffffffff8001ba42: 41 0f 45 c6 cmovne %r14d,%eax -ffffffff8001ba46: eb 2c jmp ffffffff8001ba74 <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x1d4> -ffffffff8001ba48: 41 81 fe 80 00 00 00 cmp $0x80,%r14d -ffffffff8001ba4f: 72 1a jb ffffffff8001ba6b <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x1cb> -ffffffff8001ba51: 48 89 7d c8 mov %rdi,-0x38(%rbp) -ffffffff8001ba55: 44 89 f7 mov %r14d,%edi -ffffffff8001ba58: 89 75 d4 mov %esi,-0x2c(%rbp) -ffffffff8001ba5b: e8 e0 3f 00 00 call ffffffff8001fa40 <_ZN4core7unicode12unicode_data10alphabetic6lookup17h0100f2033633cdcaE> -ffffffff8001ba60: 48 8b 7d c8 mov -0x38(%rbp),%rdi -ffffffff8001ba64: 8b 75 d4 mov -0x2c(%rbp),%esi -ffffffff8001ba67: 84 c0 test %al,%al -ffffffff8001ba69: 75 ae jne ffffffff8001ba19 <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x179> -ffffffff8001ba6b: 41 f6 c5 01 test $0x1,%r13b -ffffffff8001ba6f: 75 26 jne ffffffff8001ba97 <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x1f7> -ffffffff8001ba71: 44 89 f0 mov %r14d,%eax -ffffffff8001ba74: 48 89 3b mov %rdi,(%rbx) -ffffffff8001ba77: 4c 89 63 08 mov %r12,0x8(%rbx) -ffffffff8001ba7b: 89 43 10 mov %eax,0x10(%rbx) -ffffffff8001ba7e: 89 73 14 mov %esi,0x14(%rbx) -ffffffff8001ba81: 48 89 df mov %rbx,%rdi -ffffffff8001ba84: 48 83 c4 18 add $0x18,%rsp -ffffffff8001ba88: 5b pop %rbx -ffffffff8001ba89: 41 5c pop %r12 -ffffffff8001ba8b: 41 5d pop %r13 -ffffffff8001ba8d: 41 5e pop %r14 -ffffffff8001ba8f: 41 5f pop %r15 -ffffffff8001ba91: 5d pop %rbp -ffffffff8001ba92: e9 b9 58 fe ff jmp ffffffff80001350 <_ZN11CappuccinOS3usr3tty10handle_key17ha29cbb15ce43e09bE> -ffffffff8001ba97: 49 83 fc 06 cmp $0x6,%r12 -ffffffff8001ba9b: 72 15 jb ffffffff8001bab2 <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x212> -ffffffff8001ba9d: b8 4b 65 79 70 mov $0x7079654b,%eax -ffffffff8001baa2: 33 07 xor (%rdi),%eax -ffffffff8001baa4: 0f b7 4f 04 movzwl 0x4(%rdi),%ecx -ffffffff8001baa8: 81 f1 61 64 00 00 xor $0x6461,%ecx -ffffffff8001baae: 09 c1 or %eax,%ecx -ffffffff8001bab0: 74 bf je ffffffff8001ba71 <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x1d1> -ffffffff8001bab2: 41 8d 46 d9 lea -0x27(%r14),%eax -ffffffff8001bab6: 83 f8 39 cmp $0x39,%eax -ffffffff8001bab9: 77 b6 ja ffffffff8001ba71 <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x1d1> -ffffffff8001babb: 48 8d 0d a6 9a 00 00 lea 0x9aa6(%rip),%rcx # ffffffff80025568 -ffffffff8001bac2: 48 63 04 81 movslq (%rcx,%rax,4),%rax -ffffffff8001bac6: 48 01 c8 add %rcx,%rax -ffffffff8001bac9: ff e0 jmp *%rax -ffffffff8001bacb: b8 22 00 00 00 mov $0x22,%eax -ffffffff8001bad0: eb a2 jmp ffffffff8001ba74 <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x1d4> -ffffffff8001bad2: 41 83 c6 d2 add $0xffffffd2,%r14d -ffffffff8001bad6: b8 00 00 11 00 mov $0x110000,%eax -ffffffff8001badb: 41 83 fe 0b cmp $0xb,%r14d -ffffffff8001badf: 77 93 ja ffffffff8001ba74 <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x1d4> -ffffffff8001bae1: b9 7d 0f 00 00 mov $0xf7d,%ecx -ffffffff8001bae6: 44 0f a3 f1 bt %r14d,%ecx -ffffffff8001baea: 73 88 jae ffffffff8001ba74 <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x1d4> -ffffffff8001baec: 49 63 ce movslq %r14d,%rcx -ffffffff8001baef: 48 8d 15 56 ac 00 00 lea 0xac56(%rip),%rdx # ffffffff8002674c -ffffffff8001baf6: 48 63 3c 8a movslq (%rdx,%rcx,4),%rdi -ffffffff8001bafa: 48 01 d7 add %rdx,%rdi -ffffffff8001bafd: 48 8d 15 7c ac 00 00 lea 0xac7c(%rip),%rdx # ffffffff80026780 -ffffffff8001bb04: 4c 8b 24 ca mov (%rdx,%rcx,8),%r12 -ffffffff8001bb08: e9 67 ff ff ff jmp ffffffff8001ba74 <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x1d4> -ffffffff8001bb0d: b9 4e 75 6d 4c mov $0x4c6d754e,%ecx -ffffffff8001bb12: 33 08 xor (%rax),%ecx -ffffffff8001bb14: ba 4c 6f 63 6b mov $0x6b636f4c,%edx -ffffffff8001bb19: 33 50 03 xor 0x3(%rax),%edx -ffffffff8001bb1c: 09 ca or %ecx,%edx -ffffffff8001bb1e: 0f 85 90 fe ff ff jne ffffffff8001b9b4 <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x114> -ffffffff8001bb24: 31 d2 xor %edx,%edx -ffffffff8001bb26: 40 f6 c6 20 test $0x20,%sil -ffffffff8001bb2a: 0f 94 c2 sete %dl -ffffffff8001bb2d: 48 8d 3d dd 87 00 00 lea 0x87dd(%rip),%rdi # ffffffff80024311 -ffffffff8001bb34: be 08 00 00 00 mov $0x8,%esi -ffffffff8001bb39: e9 71 fe ff ff jmp ffffffff8001b9af <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x10f> -ffffffff8001bb3e: 0f b6 7b 14 movzbl 0x14(%rbx),%edi -ffffffff8001bb42: 0f b6 0d cb 10 01 00 movzbl 0x110cb(%rip),%ecx # ffffffff8002cc14 <_ZN11CappuccinOS3usr5shell10MOD_STATUS17hbf68e8266d0b0ea6E.1> -ffffffff8001bb49: 0f b6 35 c3 10 01 00 movzbl 0x110c3(%rip),%esi # ffffffff8002cc13 <_ZN11CappuccinOS3usr5shell10MOD_STATUS17hbf68e8266d0b0ea6E.0> -ffffffff8001bb50: 66 ba 60 00 mov $0x60,%dx -ffffffff8001bb54: b0 ed mov $0xed,%al -ffffffff8001bb56: ee out %al,(%dx) -ffffffff8001bb57: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1) -ffffffff8001bb5e: 00 00 -ffffffff8001bb60: ec in (%dx),%al -ffffffff8001bb61: 3c fa cmp $0xfa,%al -ffffffff8001bb63: 75 fb jne ffffffff8001bb60 <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x2c0> -ffffffff8001bb65: 66 ba 60 00 mov $0x60,%dx -ffffffff8001bb69: 89 c8 mov %ecx,%eax -ffffffff8001bb6b: ee out %al,(%dx) -ffffffff8001bb6c: 86 0d a2 10 01 00 xchg %cl,0x110a2(%rip) # ffffffff8002cc14 <_ZN11CappuccinOS3usr5shell10MOD_STATUS17hbf68e8266d0b0ea6E.1> -ffffffff8001bb72: 89 f0 mov %esi,%eax -ffffffff8001bb74: 24 07 and $0x7,%al -ffffffff8001bb76: 8d 48 08 lea 0x8(%rax),%ecx -ffffffff8001bb79: 40 84 ff test %dil,%dil -ffffffff8001bb7c: 0f b6 c0 movzbl %al,%eax -ffffffff8001bb7f: 0f b6 c9 movzbl %cl,%ecx -ffffffff8001bb82: 0f 44 c8 cmove %eax,%ecx -ffffffff8001bb85: 40 80 e6 70 and $0x70,%sil -ffffffff8001bb89: 40 08 ce or %cl,%sil -ffffffff8001bb8c: 40 86 35 80 10 01 00 xchg %sil,0x11080(%rip) # ffffffff8002cc13 <_ZN11CappuccinOS3usr5shell10MOD_STATUS17hbf68e8266d0b0ea6E.0> -ffffffff8001bb93: 44 8b 73 10 mov 0x10(%rbx),%r14d -ffffffff8001bb97: 41 81 fe 00 00 11 00 cmp $0x110000,%r14d -ffffffff8001bb9e: 0f 85 21 fe ff ff jne ffffffff8001b9c5 <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x125> -ffffffff8001bba4: e9 d8 fe ff ff jmp ffffffff8001ba81 <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x1e1> -ffffffff8001bba9: b8 5f 00 00 00 mov $0x5f,%eax -ffffffff8001bbae: e9 c1 fe ff ff jmp ffffffff8001ba74 <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x1d4> -ffffffff8001bbb3: b8 29 00 00 00 mov $0x29,%eax -ffffffff8001bbb8: e9 b7 fe ff ff jmp ffffffff8001ba74 <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x1d4> -ffffffff8001bbbd: b8 25 00 00 00 mov $0x25,%eax -ffffffff8001bbc2: e9 ad fe ff ff jmp ffffffff8001ba74 <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x1d4> -ffffffff8001bbc7: b8 5e 00 00 00 mov $0x5e,%eax -ffffffff8001bbcc: e9 a3 fe ff ff jmp ffffffff8001ba74 <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x1d4> -ffffffff8001bbd1: b8 26 00 00 00 mov $0x26,%eax -ffffffff8001bbd6: e9 99 fe ff ff jmp ffffffff8001ba74 <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x1d4> -ffffffff8001bbdb: b8 2a 00 00 00 mov $0x2a,%eax -ffffffff8001bbe0: e9 8f fe ff ff jmp ffffffff8001ba74 <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x1d4> -ffffffff8001bbe5: b8 7c 00 00 00 mov $0x7c,%eax -ffffffff8001bbea: e9 85 fe ff ff jmp ffffffff8001ba74 <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x1d4> -ffffffff8001bbef: b8 7d 00 00 00 mov $0x7d,%eax -ffffffff8001bbf4: e9 7b fe ff ff jmp ffffffff8001ba74 <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x1d4> -ffffffff8001bbf9: b8 3c 00 00 00 mov $0x3c,%eax -ffffffff8001bbfe: e9 71 fe ff ff jmp ffffffff8001ba74 <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x1d4> -ffffffff8001bc03: b8 3e 00 00 00 mov $0x3e,%eax -ffffffff8001bc08: e9 67 fe ff ff jmp ffffffff8001ba74 <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x1d4> -ffffffff8001bc0d: b8 3f 00 00 00 mov $0x3f,%eax -ffffffff8001bc12: e9 5d fe ff ff jmp ffffffff8001ba74 <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x1d4> -ffffffff8001bc17: b8 21 00 00 00 mov $0x21,%eax -ffffffff8001bc1c: e9 53 fe ff ff jmp ffffffff8001ba74 <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x1d4> -ffffffff8001bc21: b8 40 00 00 00 mov $0x40,%eax -ffffffff8001bc26: e9 49 fe ff ff jmp ffffffff8001ba74 <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x1d4> -ffffffff8001bc2b: b8 23 00 00 00 mov $0x23,%eax -ffffffff8001bc30: e9 3f fe ff ff jmp ffffffff8001ba74 <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x1d4> -ffffffff8001bc35: b8 24 00 00 00 mov $0x24,%eax -ffffffff8001bc3a: e9 35 fe ff ff jmp ffffffff8001ba74 <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x1d4> -ffffffff8001bc3f: b8 28 00 00 00 mov $0x28,%eax -ffffffff8001bc44: e9 2b fe ff ff jmp ffffffff8001ba74 <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x1d4> -ffffffff8001bc49: b8 3a 00 00 00 mov $0x3a,%eax -ffffffff8001bc4e: e9 21 fe ff ff jmp ffffffff8001ba74 <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x1d4> -ffffffff8001bc53: b8 2b 00 00 00 mov $0x2b,%eax -ffffffff8001bc58: e9 17 fe ff ff jmp ffffffff8001ba74 <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x1d4> -ffffffff8001bc5d: b8 7b 00 00 00 mov $0x7b,%eax -ffffffff8001bc62: e9 0d fe ff ff jmp ffffffff8001ba74 <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x1d4> -ffffffff8001bc67: b8 7e 00 00 00 mov $0x7e,%eax -ffffffff8001bc6c: e9 03 fe ff ff jmp ffffffff8001ba74 <_ZN11CappuccinOS3usr5shell10handle_key17ha2ea1ef4a3059b22E+0x1d4> -ffffffff8001bc71: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001bc78: 00 00 00 -ffffffff8001bc7b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) - -ffffffff8001bc80 <_ZN86_$LT$CappuccinOS..libs..lazy..Lazy$LT$T$C$F$GT$$u20$as$u20$core..ops..deref..Deref$GT$5deref17h2366083509c56d52E>: -ffffffff8001bc80: 55 push %rbp -ffffffff8001bc81: 48 89 e5 mov %rsp,%rbp -ffffffff8001bc84: 41 56 push %r14 -ffffffff8001bc86: 53 push %rbx -ffffffff8001bc87: 48 83 ec 50 sub $0x50,%rsp -ffffffff8001bc8b: 48 89 fb mov %rdi,%rbx -ffffffff8001bc8e: 0f b6 47 60 movzbl 0x60(%rdi),%eax -ffffffff8001bc92: 84 c0 test %al,%al -ffffffff8001bc94: 74 21 je ffffffff8001bcb7 <_ZN86_$LT$CappuccinOS..libs..lazy..Lazy$LT$T$C$F$GT$$u20$as$u20$core..ops..deref..Deref$GT$5deref17h2366083509c56d52E+0x37> -ffffffff8001bc96: 48 83 7b 08 00 cmpq $0x0,0x8(%rbx) -ffffffff8001bc9b: 75 3e jne ffffffff8001bcdb <_ZN86_$LT$CappuccinOS..libs..lazy..Lazy$LT$T$C$F$GT$$u20$as$u20$core..ops..deref..Deref$GT$5deref17h2366083509c56d52E+0x5b> -ffffffff8001bc9d: 48 8d 3d 3c ab 00 00 lea 0xab3c(%rip),%rdi # ffffffff800267e0 -ffffffff8001bca4: 48 8d 15 75 f8 00 00 lea 0xf875(%rip),%rdx # ffffffff8002b520 -ffffffff8001bcab: be 1e 00 00 00 mov $0x1e,%esi -ffffffff8001bcb0: e8 6b 60 00 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff8001bcb5: 0f 0b ud2 -ffffffff8001bcb7: 4c 8d 75 a0 lea -0x60(%rbp),%r14 -ffffffff8001bcbb: 4c 89 f7 mov %r14,%rdi -ffffffff8001bcbe: ff 13 call *(%rbx) -ffffffff8001bcc0: 48 c7 43 08 01 00 00 movq $0x1,0x8(%rbx) -ffffffff8001bcc7: 00 -ffffffff8001bcc8: 48 8d 7b 10 lea 0x10(%rbx),%rdi -ffffffff8001bccc: b9 0a 00 00 00 mov $0xa,%ecx -ffffffff8001bcd1: 4c 89 f6 mov %r14,%rsi -ffffffff8001bcd4: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff8001bcd7: c6 43 60 01 movb $0x1,0x60(%rbx) -ffffffff8001bcdb: 48 83 c3 10 add $0x10,%rbx -ffffffff8001bcdf: 48 89 d8 mov %rbx,%rax -ffffffff8001bce2: 48 83 c4 50 add $0x50,%rsp -ffffffff8001bce6: 5b pop %rbx -ffffffff8001bce7: 41 5e pop %r14 -ffffffff8001bce9: 5d pop %rbp -ffffffff8001bcea: c3 ret -ffffffff8001bceb: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) - -ffffffff8001bcf0 <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager3new17h2ca59ebf43247b3fE>: -ffffffff8001bcf0: 55 push %rbp -ffffffff8001bcf1: 48 89 e5 mov %rsp,%rbp -ffffffff8001bcf4: 41 57 push %r15 -ffffffff8001bcf6: 41 56 push %r14 -ffffffff8001bcf8: 41 55 push %r13 -ffffffff8001bcfa: 41 54 push %r12 -ffffffff8001bcfc: 53 push %rbx -ffffffff8001bcfd: 48 83 ec 48 sub $0x48,%rsp -ffffffff8001bd01: 48 89 fb mov %rdi,%rbx -ffffffff8001bd04: 48 c7 45 b8 00 00 00 movq $0x0,-0x48(%rbp) -ffffffff8001bd0b: 00 -ffffffff8001bd0c: 48 c7 45 b0 00 00 00 movq $0x0,-0x50(%rbp) -ffffffff8001bd13: 00 -ffffffff8001bd14: 48 c7 45 a8 00 00 00 movq $0x0,-0x58(%rbp) -ffffffff8001bd1b: 00 -ffffffff8001bd1c: 48 c7 45 a0 00 00 00 movq $0x0,-0x60(%rbp) -ffffffff8001bd23: 00 -ffffffff8001bd24: 48 c7 45 98 00 00 00 movq $0x0,-0x68(%rbp) -ffffffff8001bd2b: 00 -ffffffff8001bd2c: 0f b6 05 05 f7 00 00 movzbl 0xf705(%rip),%eax # ffffffff8002b438 <_ZN11CappuccinOS3mem11HHDM_OFFSET17ha167bde5f78c6d66E+0x18> -ffffffff8001bd33: 84 c0 test %al,%al -ffffffff8001bd35: 74 2f je ffffffff8001bd66 <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager3new17h2ca59ebf43247b3fE+0x76> -ffffffff8001bd37: 48 83 3d e9 f6 00 00 cmpq $0x0,0xf6e9(%rip) # ffffffff8002b428 <_ZN11CappuccinOS3mem11HHDM_OFFSET17ha167bde5f78c6d66E+0x8> -ffffffff8001bd3e: 00 -ffffffff8001bd3f: 0f 84 f9 01 00 00 je ffffffff8001bf3e <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager3new17h2ca59ebf43247b3fE+0x24e> -ffffffff8001bd45: 4c 8b 35 e4 f6 00 00 mov 0xf6e4(%rip),%r14 # ffffffff8002b430 <_ZN11CappuccinOS3mem11HHDM_OFFSET17ha167bde5f78c6d66E+0x10> -ffffffff8001bd4c: 0f b6 05 15 f7 00 00 movzbl 0xf715(%rip),%eax # ffffffff8002b468 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0x28> -ffffffff8001bd53: 84 c0 test %al,%al -ffffffff8001bd55: 74 3c je ffffffff8001bd93 <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager3new17h2ca59ebf43247b3fE+0xa3> -ffffffff8001bd57: 48 83 3d e9 f6 00 00 cmpq $0x0,0xf6e9(%rip) # ffffffff8002b448 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0x8> -ffffffff8001bd5e: 00 -ffffffff8001bd5f: 75 6f jne ffffffff8001bdd0 <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager3new17h2ca59ebf43247b3fE+0xe0> -ffffffff8001bd61: e9 d8 01 00 00 jmp ffffffff8001bf3e <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager3new17h2ca59ebf43247b3fE+0x24e> -ffffffff8001bd66: ff 15 b4 f6 00 00 call *0xf6b4(%rip) # ffffffff8002b420 <_ZN11CappuccinOS3mem11HHDM_OFFSET17ha167bde5f78c6d66E> -ffffffff8001bd6c: 49 89 c6 mov %rax,%r14 -ffffffff8001bd6f: 48 c7 05 ae f6 00 00 movq $0x1,0xf6ae(%rip) # ffffffff8002b428 <_ZN11CappuccinOS3mem11HHDM_OFFSET17ha167bde5f78c6d66E+0x8> -ffffffff8001bd76: 01 00 00 00 -ffffffff8001bd7a: 48 89 05 af f6 00 00 mov %rax,0xf6af(%rip) # ffffffff8002b430 <_ZN11CappuccinOS3mem11HHDM_OFFSET17ha167bde5f78c6d66E+0x10> -ffffffff8001bd81: c6 05 b0 f6 00 00 01 movb $0x1,0xf6b0(%rip) # ffffffff8002b438 <_ZN11CappuccinOS3mem11HHDM_OFFSET17ha167bde5f78c6d66E+0x18> -ffffffff8001bd88: 0f b6 05 d9 f6 00 00 movzbl 0xf6d9(%rip),%eax # ffffffff8002b468 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0x28> -ffffffff8001bd8f: 84 c0 test %al,%al -ffffffff8001bd91: 75 c4 jne ffffffff8001bd57 <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager3new17h2ca59ebf43247b3fE+0x67> -ffffffff8001bd93: 48 8d 7d c0 lea -0x40(%rbp),%rdi -ffffffff8001bd97: ff 15 a3 f6 00 00 call *0xf6a3(%rip) # ffffffff8002b440 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E> -ffffffff8001bd9d: 48 c7 05 a0 f6 00 00 movq $0x1,0xf6a0(%rip) # ffffffff8002b448 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0x8> -ffffffff8001bda4: 01 00 00 00 -ffffffff8001bda8: 48 8b 45 c0 mov -0x40(%rbp),%rax -ffffffff8001bdac: 48 8b 4d c8 mov -0x38(%rbp),%rcx -ffffffff8001bdb0: 48 89 05 99 f6 00 00 mov %rax,0xf699(%rip) # ffffffff8002b450 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0x10> -ffffffff8001bdb7: 48 89 0d 9a f6 00 00 mov %rcx,0xf69a(%rip) # ffffffff8002b458 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0x18> -ffffffff8001bdbe: 48 8b 45 d0 mov -0x30(%rbp),%rax -ffffffff8001bdc2: 48 89 05 97 f6 00 00 mov %rax,0xf697(%rip) # ffffffff8002b460 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0x20> -ffffffff8001bdc9: c6 05 98 f6 00 00 01 movb $0x1,0xf698(%rip) # ffffffff8002b468 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0x28> -ffffffff8001bdd0: b0 01 mov $0x1,%al -ffffffff8001bdd2: 86 05 78 f6 00 00 xchg %al,0xf678(%rip) # ffffffff8002b450 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0x10> -ffffffff8001bdd8: 84 c0 test %al,%al -ffffffff8001bdda: 75 f4 jne ffffffff8001bdd0 <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager3new17h2ca59ebf43247b3fE+0xe0> -ffffffff8001bddc: c6 05 6d f6 00 00 00 movb $0x0,0xf66d(%rip) # ffffffff8002b450 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0x10> -ffffffff8001bde3: 48 8b 05 76 f6 00 00 mov 0xf676(%rip),%rax # ffffffff8002b460 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0x20> -ffffffff8001bdea: 48 85 c0 test %rax,%rax -ffffffff8001bded: 74 45 je ffffffff8001be34 <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager3new17h2ca59ebf43247b3fE+0x144> -ffffffff8001bdef: 48 8b 15 62 f6 00 00 mov 0xf662(%rip),%rdx # ffffffff8002b458 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0x18> -ffffffff8001bdf6: 48 c1 e0 03 shl $0x3,%rax -ffffffff8001bdfa: 31 f6 xor %esi,%esi -ffffffff8001bdfc: 31 c9 xor %ecx,%ecx -ffffffff8001bdfe: eb 09 jmp ffffffff8001be09 <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager3new17h2ca59ebf43247b3fE+0x119> -ffffffff8001be00: 48 83 c6 08 add $0x8,%rsi -ffffffff8001be04: 48 39 f0 cmp %rsi,%rax -ffffffff8001be07: 74 2d je ffffffff8001be36 <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager3new17h2ca59ebf43247b3fE+0x146> -ffffffff8001be09: 48 8b 3c 32 mov (%rdx,%rsi,1),%rdi -ffffffff8001be0d: 83 7f 10 00 cmpl $0x0,0x10(%rdi) -ffffffff8001be11: 75 ed jne ffffffff8001be00 <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager3new17h2ca59ebf43247b3fE+0x110> -ffffffff8001be13: 48 8b 7f 08 mov 0x8(%rdi),%rdi -ffffffff8001be17: 48 c1 ef 0c shr $0xc,%rdi -ffffffff8001be1b: f0 48 01 7d b0 lock add %rdi,-0x50(%rbp) -ffffffff8001be20: 48 8b 3c 32 mov (%rdx,%rsi,1),%rdi -ffffffff8001be24: 4c 8b 47 08 mov 0x8(%rdi),%r8 -ffffffff8001be28: 4c 03 07 add (%rdi),%r8 -ffffffff8001be2b: 4c 39 c1 cmp %r8,%rcx -ffffffff8001be2e: 49 0f 46 c8 cmovbe %r8,%rcx -ffffffff8001be32: eb cc jmp ffffffff8001be00 <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager3new17h2ca59ebf43247b3fE+0x110> -ffffffff8001be34: 31 c9 xor %ecx,%ecx -ffffffff8001be36: 48 c1 e9 0c shr $0xc,%rcx -ffffffff8001be3a: 48 87 4d a0 xchg %rcx,-0x60(%rbp) -ffffffff8001be3e: 4c 8b 7d a0 mov -0x60(%rbp),%r15 -ffffffff8001be42: 49 c1 ef 03 shr $0x3,%r15 -ffffffff8001be46: 49 81 c7 ff 0f 00 00 add $0xfff,%r15 -ffffffff8001be4d: 49 81 e7 00 f0 ff ff and $0xfffffffffffff000,%r15 -ffffffff8001be54: 0f b6 05 0d f6 00 00 movzbl 0xf60d(%rip),%eax # ffffffff8002b468 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0x28> -ffffffff8001be5b: 84 c0 test %al,%al -ffffffff8001be5d: 74 0f je ffffffff8001be6e <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager3new17h2ca59ebf43247b3fE+0x17e> -ffffffff8001be5f: 48 83 3d e1 f5 00 00 cmpq $0x0,0xf5e1(%rip) # ffffffff8002b448 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0x8> -ffffffff8001be66: 00 -ffffffff8001be67: 75 47 jne ffffffff8001beb0 <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager3new17h2ca59ebf43247b3fE+0x1c0> -ffffffff8001be69: e9 d0 00 00 00 jmp ffffffff8001bf3e <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager3new17h2ca59ebf43247b3fE+0x24e> -ffffffff8001be6e: 48 8d 7d c0 lea -0x40(%rbp),%rdi -ffffffff8001be72: ff 15 c8 f5 00 00 call *0xf5c8(%rip) # ffffffff8002b440 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E> -ffffffff8001be78: 48 c7 05 c5 f5 00 00 movq $0x1,0xf5c5(%rip) # ffffffff8002b448 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0x8> -ffffffff8001be7f: 01 00 00 00 -ffffffff8001be83: 48 8b 45 c0 mov -0x40(%rbp),%rax -ffffffff8001be87: 48 8b 4d c8 mov -0x38(%rbp),%rcx -ffffffff8001be8b: 48 89 05 be f5 00 00 mov %rax,0xf5be(%rip) # ffffffff8002b450 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0x10> -ffffffff8001be92: 48 89 0d bf f5 00 00 mov %rcx,0xf5bf(%rip) # ffffffff8002b458 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0x18> -ffffffff8001be99: 48 8b 45 d0 mov -0x30(%rbp),%rax -ffffffff8001be9d: 48 89 05 bc f5 00 00 mov %rax,0xf5bc(%rip) # ffffffff8002b460 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0x20> -ffffffff8001bea4: c6 05 bd f5 00 00 01 movb $0x1,0xf5bd(%rip) # ffffffff8002b468 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0x28> -ffffffff8001beab: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) -ffffffff8001beb0: b0 01 mov $0x1,%al -ffffffff8001beb2: 86 05 98 f5 00 00 xchg %al,0xf598(%rip) # ffffffff8002b450 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0x10> -ffffffff8001beb8: 84 c0 test %al,%al -ffffffff8001beba: 75 f4 jne ffffffff8001beb0 <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager3new17h2ca59ebf43247b3fE+0x1c0> -ffffffff8001bebc: 48 8b 05 9d f5 00 00 mov 0xf59d(%rip),%rax # ffffffff8002b460 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0x20> -ffffffff8001bec3: 48 85 c0 test %rax,%rax -ffffffff8001bec6: 74 5a je ffffffff8001bf22 <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager3new17h2ca59ebf43247b3fE+0x232> -ffffffff8001bec8: 4c 8b 25 89 f5 00 00 mov 0xf589(%rip),%r12 # ffffffff8002b458 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0x18> -ffffffff8001becf: 48 c1 e0 03 shl $0x3,%rax -ffffffff8001bed3: 45 31 ed xor %r13d,%r13d -ffffffff8001bed6: eb 11 jmp ffffffff8001bee9 <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager3new17h2ca59ebf43247b3fE+0x1f9> -ffffffff8001bed8: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff8001bedf: 00 -ffffffff8001bee0: 49 83 c5 08 add $0x8,%r13 -ffffffff8001bee4: 4c 39 e8 cmp %r13,%rax -ffffffff8001bee7: 74 39 je ffffffff8001bf22 <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager3new17h2ca59ebf43247b3fE+0x232> -ffffffff8001bee9: 4b 8b 0c 2c mov (%r12,%r13,1),%rcx -ffffffff8001beed: 83 79 10 00 cmpl $0x0,0x10(%rcx) -ffffffff8001bef1: 75 ed jne ffffffff8001bee0 <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager3new17h2ca59ebf43247b3fE+0x1f0> -ffffffff8001bef3: 4c 39 79 08 cmp %r15,0x8(%rcx) -ffffffff8001bef7: 72 e7 jb ffffffff8001bee0 <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager3new17h2ca59ebf43247b3fE+0x1f0> -ffffffff8001bef9: 4c 03 31 add (%rcx),%r14 -ffffffff8001befc: 4c 89 f0 mov %r14,%rax -ffffffff8001beff: 48 87 45 98 xchg %rax,-0x68(%rbp) -ffffffff8001bf03: 4c 89 f7 mov %r14,%rdi -ffffffff8001bf06: be ff 00 00 00 mov $0xff,%esi -ffffffff8001bf0b: 4c 89 fa mov %r15,%rdx -ffffffff8001bf0e: e8 7d 67 00 00 call ffffffff80022690 -ffffffff8001bf13: 4b 8b 04 2c mov (%r12,%r13,1),%rax -ffffffff8001bf17: 4c 29 78 08 sub %r15,0x8(%rax) -ffffffff8001bf1b: 4b 8b 04 2c mov (%r12,%r13,1),%rax -ffffffff8001bf1f: 4c 01 38 add %r15,(%rax) -ffffffff8001bf22: c6 05 27 f5 00 00 00 movb $0x0,0xf527(%rip) # ffffffff8002b450 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0x10> -ffffffff8001bf29: 0f b6 05 38 f5 00 00 movzbl 0xf538(%rip),%eax # ffffffff8002b468 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0x28> -ffffffff8001bf30: 84 c0 test %al,%al -ffffffff8001bf32: 74 24 je ffffffff8001bf58 <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager3new17h2ca59ebf43247b3fE+0x268> -ffffffff8001bf34: 48 83 3d 0c f5 00 00 cmpq $0x0,0xf50c(%rip) # ffffffff8002b448 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0x8> -ffffffff8001bf3b: 00 -ffffffff8001bf3c: 75 62 jne ffffffff8001bfa0 <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager3new17h2ca59ebf43247b3fE+0x2b0> -ffffffff8001bf3e: 48 8d 3d 9b a8 00 00 lea 0xa89b(%rip),%rdi # ffffffff800267e0 -ffffffff8001bf45: 48 8d 15 d4 f5 00 00 lea 0xf5d4(%rip),%rdx # ffffffff8002b520 -ffffffff8001bf4c: be 1e 00 00 00 mov $0x1e,%esi -ffffffff8001bf51: e8 ca 5d 00 00 call ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E> -ffffffff8001bf56: 0f 0b ud2 -ffffffff8001bf58: 48 8d 7d c0 lea -0x40(%rbp),%rdi -ffffffff8001bf5c: ff 15 de f4 00 00 call *0xf4de(%rip) # ffffffff8002b440 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E> -ffffffff8001bf62: 48 c7 05 db f4 00 00 movq $0x1,0xf4db(%rip) # ffffffff8002b448 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0x8> -ffffffff8001bf69: 01 00 00 00 -ffffffff8001bf6d: 48 8b 45 c0 mov -0x40(%rbp),%rax -ffffffff8001bf71: 48 8b 4d c8 mov -0x38(%rbp),%rcx -ffffffff8001bf75: 48 89 05 d4 f4 00 00 mov %rax,0xf4d4(%rip) # ffffffff8002b450 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0x10> -ffffffff8001bf7c: 48 89 0d d5 f4 00 00 mov %rcx,0xf4d5(%rip) # ffffffff8002b458 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0x18> -ffffffff8001bf83: 48 8b 45 d0 mov -0x30(%rbp),%rax -ffffffff8001bf87: 48 89 05 d2 f4 00 00 mov %rax,0xf4d2(%rip) # ffffffff8002b460 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0x20> -ffffffff8001bf8e: c6 05 d3 f4 00 00 01 movb $0x1,0xf4d3(%rip) # ffffffff8002b468 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0x28> -ffffffff8001bf95: 66 66 2e 0f 1f 84 00 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8001bf9c: 00 00 00 00 -ffffffff8001bfa0: b0 01 mov $0x1,%al -ffffffff8001bfa2: 86 05 a8 f4 00 00 xchg %al,0xf4a8(%rip) # ffffffff8002b450 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0x10> -ffffffff8001bfa8: 84 c0 test %al,%al -ffffffff8001bfaa: 75 f4 jne ffffffff8001bfa0 <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager3new17h2ca59ebf43247b3fE+0x2b0> -ffffffff8001bfac: c6 05 9d f4 00 00 00 movb $0x0,0xf49d(%rip) # ffffffff8002b450 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0x10> -ffffffff8001bfb3: 48 8b 35 9e f4 00 00 mov 0xf49e(%rip),%rsi # ffffffff8002b458 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0x18> -ffffffff8001bfba: 48 8b 05 9f f4 00 00 mov 0xf49f(%rip),%rax # ffffffff8002b460 <_ZN11CappuccinOS3mem6MEMMAP17h2f43e84d78e152c3E+0x20> -ffffffff8001bfc1: 48 8d 04 c6 lea (%rsi,%rax,8),%rax -ffffffff8001bfc5: 48 ba ff ff ff ff ff movabs $0x1ffffffffffff,%rdx -ffffffff8001bfcc: ff 01 00 -ffffffff8001bfcf: 90 nop -ffffffff8001bfd0: 48 39 c6 cmp %rax,%rsi -ffffffff8001bfd3: 74 5e je ffffffff8001c033 <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager3new17h2ca59ebf43247b3fE+0x343> -ffffffff8001bfd5: 48 89 f7 mov %rsi,%rdi -ffffffff8001bfd8: 48 83 c6 08 add $0x8,%rsi -ffffffff8001bfdc: 48 8b 0f mov (%rdi),%rcx -ffffffff8001bfdf: 83 79 10 00 cmpl $0x0,0x10(%rcx) -ffffffff8001bfe3: 75 eb jne ffffffff8001bfd0 <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager3new17h2ca59ebf43247b3fE+0x2e0> -ffffffff8001bfe5: 4c 8b 41 08 mov 0x8(%rcx),%r8 -ffffffff8001bfe9: 49 81 f8 00 10 00 00 cmp $0x1000,%r8 -ffffffff8001bff0: 72 de jb ffffffff8001bfd0 <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager3new17h2ca59ebf43247b3fE+0x2e0> -ffffffff8001bff2: 49 c1 e8 0c shr $0xc,%r8 -ffffffff8001bff6: 45 31 c9 xor %r9d,%r9d -ffffffff8001bff9: 0f 1f 80 00 00 00 00 nopl 0x0(%rax) -ffffffff8001c000: 48 8b 0f mov (%rdi),%rcx -ffffffff8001c003: 48 8b 09 mov (%rcx),%rcx -ffffffff8001c006: 48 c1 e9 0c shr $0xc,%rcx -ffffffff8001c00a: 4c 01 c9 add %r9,%rcx -ffffffff8001c00d: 49 89 ca mov %rcx,%r10 -ffffffff8001c010: 49 c1 ea 03 shr $0x3,%r10 -ffffffff8001c014: 49 21 d2 and %rdx,%r10 -ffffffff8001c017: 41 b3 fe mov $0xfe,%r11b -ffffffff8001c01a: 41 d2 c3 rol %cl,%r11b -ffffffff8001c01d: 48 8b 4d 98 mov -0x68(%rbp),%rcx -ffffffff8001c021: 46 20 1c 11 and %r11b,(%rcx,%r10,1) -ffffffff8001c025: 49 8d 49 01 lea 0x1(%r9),%rcx -ffffffff8001c029: 49 89 c9 mov %rcx,%r9 -ffffffff8001c02c: 49 39 c8 cmp %rcx,%r8 -ffffffff8001c02f: 75 cf jne ffffffff8001c000 <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager3new17h2ca59ebf43247b3fE+0x310> -ffffffff8001c031: eb 9d jmp ffffffff8001bfd0 <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager3new17h2ca59ebf43247b3fE+0x2e0> -ffffffff8001c033: 48 8b 45 b8 mov -0x48(%rbp),%rax -ffffffff8001c037: 48 89 43 20 mov %rax,0x20(%rbx) -ffffffff8001c03b: 48 8b 45 b0 mov -0x50(%rbp),%rax -ffffffff8001c03f: 48 89 43 18 mov %rax,0x18(%rbx) -ffffffff8001c043: 48 8b 45 a8 mov -0x58(%rbp),%rax -ffffffff8001c047: 48 89 43 10 mov %rax,0x10(%rbx) -ffffffff8001c04b: 48 8b 45 98 mov -0x68(%rbp),%rax -ffffffff8001c04f: 48 8b 4d a0 mov -0x60(%rbp),%rcx -ffffffff8001c053: 48 89 4b 08 mov %rcx,0x8(%rbx) -ffffffff8001c057: 48 89 03 mov %rax,(%rbx) -ffffffff8001c05a: 48 89 d8 mov %rbx,%rax -ffffffff8001c05d: 48 83 c4 48 add $0x48,%rsp -ffffffff8001c061: 5b pop %rbx -ffffffff8001c062: 41 5c pop %r12 -ffffffff8001c064: 41 5d pop %r13 -ffffffff8001c066: 41 5e pop %r14 -ffffffff8001c068: 41 5f pop %r15 -ffffffff8001c06a: 5d pop %rbp -ffffffff8001c06b: c3 ret -ffffffff8001c06c: 0f 1f 40 00 nopl 0x0(%rax) - -ffffffff8001c070 <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager5alloc17hc6cf6be03033da0fE>: -ffffffff8001c070: 55 push %rbp -ffffffff8001c071: 48 89 e5 mov %rsp,%rbp -ffffffff8001c074: 41 56 push %r14 -ffffffff8001c076: 53 push %rbx -ffffffff8001c077: 48 89 f2 mov %rsi,%rdx -ffffffff8001c07a: 48 8b 47 08 mov 0x8(%rdi),%rax -ffffffff8001c07e: 48 8b 4f 10 mov 0x10(%rdi),%rcx -ffffffff8001c082: 48 39 c1 cmp %rax,%rcx -ffffffff8001c085: 0f 83 dc 00 00 00 jae ffffffff8001c167 <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager5alloc17hc6cf6be03033da0fE+0xf7> -ffffffff8001c08b: 31 c9 xor %ecx,%ecx -ffffffff8001c08d: eb 10 jmp ffffffff8001c09f <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager5alloc17hc6cf6be03033da0fE+0x2f> -ffffffff8001c08f: 90 nop -ffffffff8001c090: 31 c9 xor %ecx,%ecx -ffffffff8001c092: 48 8b 77 10 mov 0x10(%rdi),%rsi -ffffffff8001c096: 48 39 c6 cmp %rax,%rsi -ffffffff8001c099: 0f 83 c8 00 00 00 jae ffffffff8001c167 <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager5alloc17hc6cf6be03033da0fE+0xf7> -ffffffff8001c09f: be 01 00 00 00 mov $0x1,%esi -ffffffff8001c0a4: f0 48 0f c1 77 10 lock xadd %rsi,0x10(%rdi) -ffffffff8001c0aa: 49 89 f0 mov %rsi,%r8 -ffffffff8001c0ad: 49 c1 e8 03 shr $0x3,%r8 -ffffffff8001c0b1: 4c 8b 0f mov (%rdi),%r9 -ffffffff8001c0b4: 47 0f b6 04 01 movzbl (%r9,%r8,1),%r8d -ffffffff8001c0b9: 83 e6 07 and $0x7,%esi -ffffffff8001c0bc: 41 0f a3 f0 bt %esi,%r8d -ffffffff8001c0c0: 72 ce jb ffffffff8001c090 <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager5alloc17hc6cf6be03033da0fE+0x20> -ffffffff8001c0c2: 48 ff c1 inc %rcx -ffffffff8001c0c5: 48 39 d1 cmp %rdx,%rcx -ffffffff8001c0c8: 75 c8 jne ffffffff8001c092 <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager5alloc17hc6cf6be03033da0fE+0x22> -ffffffff8001c0ca: 4c 8b 47 10 mov 0x10(%rdi),%r8 -ffffffff8001c0ce: 4c 89 c3 mov %r8,%rbx -ffffffff8001c0d1: 48 29 d3 sub %rdx,%rbx -ffffffff8001c0d4: 48 8b 47 10 mov 0x10(%rdi),%rax -ffffffff8001c0d8: 48 39 c3 cmp %rax,%rbx -ffffffff8001c0db: 0f 83 7c 00 00 00 jae ffffffff8001c15d <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager5alloc17hc6cf6be03033da0fE+0xed> -ffffffff8001c0e1: 4c 8d 0c 10 lea (%rax,%rdx,1),%r9 -ffffffff8001c0e5: 44 89 c9 mov %r9d,%ecx -ffffffff8001c0e8: 44 29 c1 sub %r8d,%ecx -ffffffff8001c0eb: 49 ff c0 inc %r8 -ffffffff8001c0ee: 48 89 de mov %rbx,%rsi -ffffffff8001c0f1: f6 c1 01 test $0x1,%cl -ffffffff8001c0f4: 74 1d je ffffffff8001c113 <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager5alloc17hc6cf6be03033da0fE+0xa3> -ffffffff8001c0f6: 48 8d 73 01 lea 0x1(%rbx),%rsi -ffffffff8001c0fa: 49 89 da mov %rbx,%r10 -ffffffff8001c0fd: 49 c1 ea 03 shr $0x3,%r10 -ffffffff8001c101: 89 d9 mov %ebx,%ecx -ffffffff8001c103: 80 e1 07 and $0x7,%cl -ffffffff8001c106: 41 b3 01 mov $0x1,%r11b -ffffffff8001c109: 41 d2 e3 shl %cl,%r11b -ffffffff8001c10c: 48 8b 0f mov (%rdi),%rcx -ffffffff8001c10f: 46 08 1c 11 or %r11b,(%rcx,%r10,1) -ffffffff8001c113: 4d 39 c1 cmp %r8,%r9 -ffffffff8001c116: 74 45 je ffffffff8001c15d <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager5alloc17hc6cf6be03033da0fE+0xed> -ffffffff8001c118: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff8001c11f: 00 -ffffffff8001c120: 49 89 f0 mov %rsi,%r8 -ffffffff8001c123: 49 c1 e8 03 shr $0x3,%r8 -ffffffff8001c127: 89 f1 mov %esi,%ecx -ffffffff8001c129: 80 e1 07 and $0x7,%cl -ffffffff8001c12c: 41 b1 01 mov $0x1,%r9b -ffffffff8001c12f: 41 d2 e1 shl %cl,%r9b -ffffffff8001c132: 48 8b 0f mov (%rdi),%rcx -ffffffff8001c135: 46 08 0c 01 or %r9b,(%rcx,%r8,1) -ffffffff8001c139: 48 8d 4e 01 lea 0x1(%rsi),%rcx -ffffffff8001c13d: 48 83 c6 02 add $0x2,%rsi -ffffffff8001c141: 49 89 c8 mov %rcx,%r8 -ffffffff8001c144: 49 c1 e8 03 shr $0x3,%r8 -ffffffff8001c148: 80 e1 07 and $0x7,%cl -ffffffff8001c14b: 41 b1 01 mov $0x1,%r9b -ffffffff8001c14e: 41 d2 e1 shl %cl,%r9b -ffffffff8001c151: 48 8b 0f mov (%rdi),%rcx -ffffffff8001c154: 46 08 0c 01 or %r9b,(%rcx,%r8,1) -ffffffff8001c158: 48 39 c6 cmp %rax,%rsi -ffffffff8001c15b: 72 c3 jb ffffffff8001c120 <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager5alloc17hc6cf6be03033da0fE+0xb0> -ffffffff8001c15d: 48 c1 e3 0c shl $0xc,%rbx -ffffffff8001c161: 0f 85 ec 00 00 00 jne ffffffff8001c253 <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager5alloc17hc6cf6be03033da0fE+0x1e3> -ffffffff8001c167: 31 c0 xor %eax,%eax -ffffffff8001c169: 48 87 47 10 xchg %rax,0x10(%rdi) -ffffffff8001c16d: 48 8b 4f 10 mov 0x10(%rdi),%rcx -ffffffff8001c171: 48 39 c1 cmp %rax,%rcx -ffffffff8001c174: 0f 83 f1 00 00 00 jae ffffffff8001c26b <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager5alloc17hc6cf6be03033da0fE+0x1fb> -ffffffff8001c17a: 31 c9 xor %ecx,%ecx -ffffffff8001c17c: eb 11 jmp ffffffff8001c18f <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager5alloc17hc6cf6be03033da0fE+0x11f> -ffffffff8001c17e: 66 90 xchg %ax,%ax -ffffffff8001c180: 31 c9 xor %ecx,%ecx -ffffffff8001c182: 48 8b 77 10 mov 0x10(%rdi),%rsi -ffffffff8001c186: 48 39 c6 cmp %rax,%rsi -ffffffff8001c189: 0f 83 dc 00 00 00 jae ffffffff8001c26b <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager5alloc17hc6cf6be03033da0fE+0x1fb> -ffffffff8001c18f: be 01 00 00 00 mov $0x1,%esi -ffffffff8001c194: f0 48 0f c1 77 10 lock xadd %rsi,0x10(%rdi) -ffffffff8001c19a: 49 89 f0 mov %rsi,%r8 -ffffffff8001c19d: 49 c1 e8 03 shr $0x3,%r8 -ffffffff8001c1a1: 4c 8b 0f mov (%rdi),%r9 -ffffffff8001c1a4: 47 0f b6 04 01 movzbl (%r9,%r8,1),%r8d -ffffffff8001c1a9: 83 e6 07 and $0x7,%esi -ffffffff8001c1ac: 41 0f a3 f0 bt %esi,%r8d -ffffffff8001c1b0: 72 ce jb ffffffff8001c180 <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager5alloc17hc6cf6be03033da0fE+0x110> -ffffffff8001c1b2: 48 ff c1 inc %rcx -ffffffff8001c1b5: 48 39 d1 cmp %rdx,%rcx -ffffffff8001c1b8: 75 c8 jne ffffffff8001c182 <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager5alloc17hc6cf6be03033da0fE+0x112> -ffffffff8001c1ba: 4c 8b 47 10 mov 0x10(%rdi),%r8 -ffffffff8001c1be: 4c 89 c3 mov %r8,%rbx -ffffffff8001c1c1: 48 29 d3 sub %rdx,%rbx -ffffffff8001c1c4: 48 8b 47 10 mov 0x10(%rdi),%rax -ffffffff8001c1c8: 48 39 c3 cmp %rax,%rbx -ffffffff8001c1cb: 0f 83 7c 00 00 00 jae ffffffff8001c24d <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager5alloc17hc6cf6be03033da0fE+0x1dd> -ffffffff8001c1d1: 4c 8d 0c 10 lea (%rax,%rdx,1),%r9 -ffffffff8001c1d5: 44 89 c9 mov %r9d,%ecx -ffffffff8001c1d8: 44 29 c1 sub %r8d,%ecx -ffffffff8001c1db: 49 ff c0 inc %r8 -ffffffff8001c1de: 48 89 de mov %rbx,%rsi -ffffffff8001c1e1: f6 c1 01 test $0x1,%cl -ffffffff8001c1e4: 74 1d je ffffffff8001c203 <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager5alloc17hc6cf6be03033da0fE+0x193> -ffffffff8001c1e6: 48 8d 73 01 lea 0x1(%rbx),%rsi -ffffffff8001c1ea: 49 89 da mov %rbx,%r10 -ffffffff8001c1ed: 49 c1 ea 03 shr $0x3,%r10 -ffffffff8001c1f1: 89 d9 mov %ebx,%ecx -ffffffff8001c1f3: 80 e1 07 and $0x7,%cl -ffffffff8001c1f6: 41 b3 01 mov $0x1,%r11b -ffffffff8001c1f9: 41 d2 e3 shl %cl,%r11b -ffffffff8001c1fc: 48 8b 0f mov (%rdi),%rcx -ffffffff8001c1ff: 46 08 1c 11 or %r11b,(%rcx,%r10,1) -ffffffff8001c203: 4d 39 c1 cmp %r8,%r9 -ffffffff8001c206: 74 45 je ffffffff8001c24d <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager5alloc17hc6cf6be03033da0fE+0x1dd> -ffffffff8001c208: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff8001c20f: 00 -ffffffff8001c210: 49 89 f0 mov %rsi,%r8 -ffffffff8001c213: 49 c1 e8 03 shr $0x3,%r8 -ffffffff8001c217: 89 f1 mov %esi,%ecx -ffffffff8001c219: 80 e1 07 and $0x7,%cl -ffffffff8001c21c: 41 b1 01 mov $0x1,%r9b -ffffffff8001c21f: 41 d2 e1 shl %cl,%r9b -ffffffff8001c222: 48 8b 0f mov (%rdi),%rcx -ffffffff8001c225: 46 08 0c 01 or %r9b,(%rcx,%r8,1) -ffffffff8001c229: 48 8d 4e 01 lea 0x1(%rsi),%rcx -ffffffff8001c22d: 48 83 c6 02 add $0x2,%rsi -ffffffff8001c231: 49 89 c8 mov %rcx,%r8 -ffffffff8001c234: 49 c1 e8 03 shr $0x3,%r8 -ffffffff8001c238: 80 e1 07 and $0x7,%cl -ffffffff8001c23b: 41 b1 01 mov $0x1,%r9b -ffffffff8001c23e: 41 d2 e1 shl %cl,%r9b -ffffffff8001c241: 48 8b 0f mov (%rdi),%rcx -ffffffff8001c244: 46 08 0c 01 or %r9b,(%rcx,%r8,1) -ffffffff8001c248: 48 39 c6 cmp %rax,%rsi -ffffffff8001c24b: 72 c3 jb ffffffff8001c210 <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager5alloc17hc6cf6be03033da0fE+0x1a0> -ffffffff8001c24d: 48 c1 e3 0c shl $0xc,%rbx -ffffffff8001c251: 74 18 je ffffffff8001c26b <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager5alloc17hc6cf6be03033da0fE+0x1fb> -ffffffff8001c253: f0 48 01 57 20 lock add %rdx,0x20(%rdi) -ffffffff8001c258: 45 31 f6 xor %r14d,%r14d -ffffffff8001c25b: 48 c1 e2 0c shl $0xc,%rdx -ffffffff8001c25f: 48 89 df mov %rbx,%rdi -ffffffff8001c262: 31 f6 xor %esi,%esi -ffffffff8001c264: e8 27 64 00 00 call ffffffff80022690 -ffffffff8001c269: eb 06 jmp ffffffff8001c271 <_ZN11CappuccinOS3mem3pmm21PhysicalMemoryManager5alloc17hc6cf6be03033da0fE+0x201> -ffffffff8001c26b: 41 be 01 00 00 00 mov $0x1,%r14d -ffffffff8001c271: 4c 89 f0 mov %r14,%rax -ffffffff8001c274: 48 89 da mov %rbx,%rdx -ffffffff8001c277: 5b pop %rbx -ffffffff8001c278: 41 5e pop %r14 -ffffffff8001c27a: 5d pop %rbp -ffffffff8001c27b: c3 ret -ffffffff8001c27c: 0f 1f 40 00 nopl 0x0(%rax) - -ffffffff8001c280 <_ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17h666d35100e5785f9E>: -ffffffff8001c280: 48 89 f0 mov %rsi,%rax -ffffffff8001c283: 48 8b 0f mov (%rdi),%rcx -ffffffff8001c286: 48 83 39 00 cmpq $0x0,(%rcx) -ffffffff8001c28a: 74 31 je ffffffff8001c2bd <_ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17h666d35100e5785f9E+0x3d> -ffffffff8001c28c: 55 push %rbp -ffffffff8001c28d: 48 89 e5 mov %rsp,%rbp -ffffffff8001c290: 48 83 ec 10 sub $0x10,%rsp -ffffffff8001c294: 48 89 4d f8 mov %rcx,-0x8(%rbp) -ffffffff8001c298: 48 8d 35 96 79 00 00 lea 0x7996(%rip),%rsi # ffffffff80023c35 <_ZN17compiler_builtins3mem6strlen17ha67bf7541695cb1bE+0x12b5> -ffffffff8001c29f: 4c 8d 05 12 f3 00 00 lea 0xf312(%rip),%r8 # ffffffff8002b5b8 -ffffffff8001c2a6: 48 8d 4d f8 lea -0x8(%rbp),%rcx -ffffffff8001c2aa: ba 04 00 00 00 mov $0x4,%edx -ffffffff8001c2af: 48 89 c7 mov %rax,%rdi -ffffffff8001c2b2: e8 c9 2b 00 00 call ffffffff8001ee80 <_ZN4core3fmt9Formatter25debug_tuple_field1_finish17h9a0d02983cf6d8d0E> -ffffffff8001c2b7: 48 83 c4 10 add $0x10,%rsp -ffffffff8001c2bb: 5d pop %rbp -ffffffff8001c2bc: c3 ret -ffffffff8001c2bd: 48 8d 35 6d 79 00 00 lea 0x796d(%rip),%rsi # ffffffff80023c31 <_ZN17compiler_builtins3mem6strlen17ha67bf7541695cb1bE+0x12b1> -ffffffff8001c2c4: ba 04 00 00 00 mov $0x4,%edx -ffffffff8001c2c9: 48 89 c7 mov %rax,%rdi -ffffffff8001c2cc: e9 df 25 00 00 jmp ffffffff8001e8b0 <_ZN4core3fmt9Formatter9write_str17h5399c4ae0c5f789dE> -ffffffff8001c2d1: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001c2d8: 00 00 00 -ffffffff8001c2db: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) - -ffffffff8001c2e0 <_ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17hacb9faf9d7402a6dE>: -ffffffff8001c2e0: 48 89 f0 mov %rsi,%rax -ffffffff8001c2e3: 48 8b 0f mov (%rdi),%rcx -ffffffff8001c2e6: 80 39 00 cmpb $0x0,(%rcx) -ffffffff8001c2e9: 74 34 je ffffffff8001c31f <_ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17hacb9faf9d7402a6dE+0x3f> -ffffffff8001c2eb: 55 push %rbp -ffffffff8001c2ec: 48 89 e5 mov %rsp,%rbp -ffffffff8001c2ef: 48 83 ec 10 sub $0x10,%rsp -ffffffff8001c2f3: 48 ff c1 inc %rcx -ffffffff8001c2f6: 48 89 4d f8 mov %rcx,-0x8(%rbp) -ffffffff8001c2fa: 48 8d 35 34 79 00 00 lea 0x7934(%rip),%rsi # ffffffff80023c35 <_ZN17compiler_builtins3mem6strlen17ha67bf7541695cb1bE+0x12b5> -ffffffff8001c301: 4c 8d 05 90 f2 00 00 lea 0xf290(%rip),%r8 # ffffffff8002b598 -ffffffff8001c308: 48 8d 4d f8 lea -0x8(%rbp),%rcx -ffffffff8001c30c: ba 04 00 00 00 mov $0x4,%edx -ffffffff8001c311: 48 89 c7 mov %rax,%rdi -ffffffff8001c314: e8 67 2b 00 00 call ffffffff8001ee80 <_ZN4core3fmt9Formatter25debug_tuple_field1_finish17h9a0d02983cf6d8d0E> -ffffffff8001c319: 48 83 c4 10 add $0x10,%rsp -ffffffff8001c31d: 5d pop %rbp -ffffffff8001c31e: c3 ret -ffffffff8001c31f: 48 8d 35 0b 79 00 00 lea 0x790b(%rip),%rsi # ffffffff80023c31 <_ZN17compiler_builtins3mem6strlen17ha67bf7541695cb1bE+0x12b1> -ffffffff8001c326: ba 04 00 00 00 mov $0x4,%edx -ffffffff8001c32b: 48 89 c7 mov %rax,%rdi -ffffffff8001c32e: e9 7d 25 00 00 jmp ffffffff8001e8b0 <_ZN4core3fmt9Formatter9write_str17h5399c4ae0c5f789dE> -ffffffff8001c333: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001c33a: 00 00 00 -ffffffff8001c33d: 0f 1f 00 nopl (%rax) - -ffffffff8001c340 <_ZN4core3ptr27drop_in_place$LT$$RF$u8$GT$17he538cd737e016305E.llvm.2903764228858801565>: -ffffffff8001c340: 55 push %rbp -ffffffff8001c341: 48 89 e5 mov %rsp,%rbp -ffffffff8001c344: 5d pop %rbp -ffffffff8001c345: c3 ret -ffffffff8001c346: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001c34d: 00 00 00 - -ffffffff8001c350 <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E>: -ffffffff8001c350: 55 push %rbp -ffffffff8001c351: 48 89 e5 mov %rsp,%rbp -ffffffff8001c354: 41 57 push %r15 -ffffffff8001c356: 41 56 push %r14 -ffffffff8001c358: 41 54 push %r12 -ffffffff8001c35a: 53 push %rbx -ffffffff8001c35b: 48 89 f8 mov %rdi,%rax -ffffffff8001c35e: 4c 8d 04 37 lea (%rdi,%rsi,1),%r8 -ffffffff8001c362: 40 b7 01 mov $0x1,%dil -ffffffff8001c365: 48 85 f6 test %rsi,%rsi -ffffffff8001c368: 0f 84 59 01 00 00 je ffffffff8001c4c7 <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E+0x177> -ffffffff8001c36e: 31 d2 xor %edx,%edx -ffffffff8001c370: 4c 8d 15 13 bf 00 00 lea 0xbf13(%rip),%r10 # ffffffff8002828a <_ZN4core7unicode12unicode_data11white_space14WHITESPACE_MAP17h4cb38fd32014989fE> -ffffffff8001c377: 45 31 c9 xor %r9d,%r9d -ffffffff8001c37a: 48 89 c6 mov %rax,%rsi -ffffffff8001c37d: eb 1a jmp ffffffff8001c399 <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E+0x49> -ffffffff8001c37f: 45 0f b6 db movzbl %r11b,%r11d -ffffffff8001c383: 43 f6 04 1a 01 testb $0x1,(%r10,%r11,1) -ffffffff8001c388: 0f 84 2a 01 00 00 je ffffffff8001c4b8 <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E+0x168> -ffffffff8001c38e: 66 90 xchg %ax,%ax -ffffffff8001c390: 4c 39 c6 cmp %r8,%rsi -ffffffff8001c393: 0f 84 67 02 00 00 je ffffffff8001c600 <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E+0x2b0> -ffffffff8001c399: 48 89 f3 mov %rsi,%rbx -ffffffff8001c39c: 4c 89 c9 mov %r9,%rcx -ffffffff8001c39f: 44 0f b6 1e movzbl (%rsi),%r11d -ffffffff8001c3a3: 45 84 db test %r11b,%r11b -ffffffff8001c3a6: 78 18 js ffffffff8001c3c0 <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E+0x70> -ffffffff8001c3a8: 48 8d 73 01 lea 0x1(%rbx),%rsi -ffffffff8001c3ac: e9 8f 00 00 00 jmp ffffffff8001c440 <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E+0xf0> -ffffffff8001c3b1: 66 66 66 66 66 66 2e data16 data16 data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8001c3b8: 0f 1f 84 00 00 00 00 -ffffffff8001c3bf: 00 -ffffffff8001c3c0: 45 89 d9 mov %r11d,%r9d -ffffffff8001c3c3: 41 83 e1 1f and $0x1f,%r9d -ffffffff8001c3c7: 44 0f b6 7b 01 movzbl 0x1(%rbx),%r15d -ffffffff8001c3cc: 41 83 e7 3f and $0x3f,%r15d -ffffffff8001c3d0: 41 80 fb df cmp $0xdf,%r11b -ffffffff8001c3d4: 76 43 jbe ffffffff8001c419 <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E+0xc9> -ffffffff8001c3d6: 44 0f b6 73 02 movzbl 0x2(%rbx),%r14d -ffffffff8001c3db: 41 c1 e7 06 shl $0x6,%r15d -ffffffff8001c3df: 41 83 e6 3f and $0x3f,%r14d -ffffffff8001c3e3: 45 09 fe or %r15d,%r14d -ffffffff8001c3e6: 41 80 fb f0 cmp $0xf0,%r11b -ffffffff8001c3ea: 72 3d jb ffffffff8001c429 <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E+0xd9> -ffffffff8001c3ec: 48 8d 73 04 lea 0x4(%rbx),%rsi -ffffffff8001c3f0: 44 0f b6 5b 03 movzbl 0x3(%rbx),%r11d -ffffffff8001c3f5: 41 83 e1 07 and $0x7,%r9d -ffffffff8001c3f9: 41 c1 e1 12 shl $0x12,%r9d -ffffffff8001c3fd: 41 c1 e6 06 shl $0x6,%r14d -ffffffff8001c401: 41 83 e3 3f and $0x3f,%r11d -ffffffff8001c405: 45 09 f3 or %r14d,%r11d -ffffffff8001c408: 45 09 cb or %r9d,%r11d -ffffffff8001c40b: 41 81 fb 00 00 11 00 cmp $0x110000,%r11d -ffffffff8001c412: 75 2c jne ffffffff8001c440 <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E+0xf0> -ffffffff8001c414: e9 d6 01 00 00 jmp ffffffff8001c5ef <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E+0x29f> -ffffffff8001c419: 48 8d 73 02 lea 0x2(%rbx),%rsi -ffffffff8001c41d: 41 c1 e1 06 shl $0x6,%r9d -ffffffff8001c421: 45 09 f9 or %r15d,%r9d -ffffffff8001c424: 45 89 cb mov %r9d,%r11d -ffffffff8001c427: eb 17 jmp ffffffff8001c440 <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E+0xf0> -ffffffff8001c429: 48 8d 73 03 lea 0x3(%rbx),%rsi -ffffffff8001c42d: 41 c1 e1 0c shl $0xc,%r9d -ffffffff8001c431: 45 09 ce or %r9d,%r14d -ffffffff8001c434: 45 89 f3 mov %r14d,%r11d -ffffffff8001c437: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1) -ffffffff8001c43e: 00 00 -ffffffff8001c440: 49 89 f1 mov %rsi,%r9 -ffffffff8001c443: 49 29 d9 sub %rbx,%r9 -ffffffff8001c446: 49 01 c9 add %rcx,%r9 -ffffffff8001c449: 41 8d 5b f7 lea -0x9(%r11),%ebx -ffffffff8001c44d: 83 fb 05 cmp $0x5,%ebx -ffffffff8001c450: 0f 82 3a ff ff ff jb ffffffff8001c390 <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E+0x40> -ffffffff8001c456: 41 83 fb 20 cmp $0x20,%r11d -ffffffff8001c45a: 0f 84 30 ff ff ff je ffffffff8001c390 <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E+0x40> -ffffffff8001c460: 41 81 fb 80 00 00 00 cmp $0x80,%r11d -ffffffff8001c467: 72 4f jb ffffffff8001c4b8 <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E+0x168> -ffffffff8001c469: 44 89 db mov %r11d,%ebx -ffffffff8001c46c: c1 eb 08 shr $0x8,%ebx -ffffffff8001c46f: 83 fb 1f cmp $0x1f,%ebx -ffffffff8001c472: 7f 1c jg ffffffff8001c490 <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E+0x140> -ffffffff8001c474: 85 db test %ebx,%ebx -ffffffff8001c476: 0f 84 03 ff ff ff je ffffffff8001c37f <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E+0x2f> -ffffffff8001c47c: 83 fb 16 cmp $0x16,%ebx -ffffffff8001c47f: 75 37 jne ffffffff8001c4b8 <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E+0x168> -ffffffff8001c481: 41 81 fb 80 16 00 00 cmp $0x1680,%r11d -ffffffff8001c488: 0f 84 02 ff ff ff je ffffffff8001c390 <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E+0x40> -ffffffff8001c48e: eb 28 jmp ffffffff8001c4b8 <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E+0x168> -ffffffff8001c490: 83 fb 20 cmp $0x20,%ebx -ffffffff8001c493: 74 14 je ffffffff8001c4a9 <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E+0x159> -ffffffff8001c495: 83 fb 30 cmp $0x30,%ebx -ffffffff8001c498: 75 1e jne ffffffff8001c4b8 <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E+0x168> -ffffffff8001c49a: 41 81 fb 00 30 00 00 cmp $0x3000,%r11d -ffffffff8001c4a1: 0f 84 e9 fe ff ff je ffffffff8001c390 <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E+0x40> -ffffffff8001c4a7: eb 0f jmp ffffffff8001c4b8 <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E+0x168> -ffffffff8001c4a9: 45 0f b6 db movzbl %r11b,%r11d -ffffffff8001c4ad: 43 f6 04 1a 02 testb $0x2,(%r10,%r11,1) -ffffffff8001c4b2: 0f 85 d8 fe ff ff jne ffffffff8001c390 <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E+0x40> -ffffffff8001c4b8: 31 ff xor %edi,%edi -ffffffff8001c4ba: 4c 89 ca mov %r9,%rdx -ffffffff8001c4bd: 4c 39 c6 cmp %r8,%rsi -ffffffff8001c4c0: 75 16 jne ffffffff8001c4d8 <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E+0x188> -ffffffff8001c4c2: e9 34 01 00 00 jmp ffffffff8001c5fb <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E+0x2ab> -ffffffff8001c4c7: 45 31 c9 xor %r9d,%r9d -ffffffff8001c4ca: 48 89 c6 mov %rax,%rsi -ffffffff8001c4cd: 31 d2 xor %edx,%edx -ffffffff8001c4cf: 4c 39 c6 cmp %r8,%rsi -ffffffff8001c4d2: 0f 84 23 01 00 00 je ffffffff8001c5fb <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E+0x2ab> -ffffffff8001c4d8: 4c 8d 15 ab bd 00 00 lea 0xbdab(%rip),%r10 # ffffffff8002828a <_ZN4core7unicode12unicode_data11white_space14WHITESPACE_MAP17h4cb38fd32014989fE> -ffffffff8001c4df: eb 18 jmp ffffffff8001c4f9 <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E+0x1a9> -ffffffff8001c4e1: 0f b6 db movzbl %bl,%ebx -ffffffff8001c4e4: 41 f6 04 1a 01 testb $0x1,(%r10,%rbx,1) -ffffffff8001c4e9: 0f 84 f5 00 00 00 je ffffffff8001c5e4 <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E+0x294> -ffffffff8001c4ef: 90 nop -ffffffff8001c4f0: 4c 39 c6 cmp %r8,%rsi -ffffffff8001c4f3: 0f 84 02 01 00 00 je ffffffff8001c5fb <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E+0x2ab> -ffffffff8001c4f9: 4d 89 c3 mov %r8,%r11 -ffffffff8001c4fc: 41 0f b6 58 ff movzbl -0x1(%r8),%ebx -ffffffff8001c501: 84 db test %bl,%bl -ffffffff8001c503: 78 0b js ffffffff8001c510 <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E+0x1c0> -ffffffff8001c505: 4d 8d 43 ff lea -0x1(%r11),%r8 -ffffffff8001c509: eb 68 jmp ffffffff8001c573 <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E+0x223> -ffffffff8001c50b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) -ffffffff8001c510: 45 0f b6 73 fe movzbl -0x2(%r11),%r14d -ffffffff8001c515: 41 80 fe c0 cmp $0xc0,%r14b -ffffffff8001c519: 7d 25 jge ffffffff8001c540 <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E+0x1f0> -ffffffff8001c51b: 45 0f b6 7b fd movzbl -0x3(%r11),%r15d -ffffffff8001c520: 41 80 ff c0 cmp $0xc0,%r15b -ffffffff8001c524: 7d 24 jge ffffffff8001c54a <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E+0x1fa> -ffffffff8001c526: 4d 8d 43 fc lea -0x4(%r11),%r8 -ffffffff8001c52a: 45 0f b6 63 fc movzbl -0x4(%r11),%r12d -ffffffff8001c52f: 41 83 e4 07 and $0x7,%r12d -ffffffff8001c533: 41 c1 e4 06 shl $0x6,%r12d -ffffffff8001c537: 41 83 e7 3f and $0x3f,%r15d -ffffffff8001c53b: 45 09 e7 or %r12d,%r15d -ffffffff8001c53e: eb 12 jmp ffffffff8001c552 <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E+0x202> -ffffffff8001c540: 4d 8d 43 fe lea -0x2(%r11),%r8 -ffffffff8001c544: 41 83 e6 1f and $0x1f,%r14d -ffffffff8001c548: eb 13 jmp ffffffff8001c55d <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E+0x20d> -ffffffff8001c54a: 4d 8d 43 fd lea -0x3(%r11),%r8 -ffffffff8001c54e: 41 83 e7 0f and $0xf,%r15d -ffffffff8001c552: 41 c1 e7 06 shl $0x6,%r15d -ffffffff8001c556: 41 83 e6 3f and $0x3f,%r14d -ffffffff8001c55a: 45 09 fe or %r15d,%r14d -ffffffff8001c55d: 41 c1 e6 06 shl $0x6,%r14d -ffffffff8001c561: 83 e3 3f and $0x3f,%ebx -ffffffff8001c564: 44 09 f3 or %r14d,%ebx -ffffffff8001c567: 81 fb 00 00 11 00 cmp $0x110000,%ebx -ffffffff8001c56d: 0f 84 88 00 00 00 je ffffffff8001c5fb <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E+0x2ab> -ffffffff8001c573: 44 8d 73 f7 lea -0x9(%rbx),%r14d -ffffffff8001c577: 41 83 fe 05 cmp $0x5,%r14d -ffffffff8001c57b: 0f 82 6f ff ff ff jb ffffffff8001c4f0 <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E+0x1a0> -ffffffff8001c581: 83 fb 20 cmp $0x20,%ebx -ffffffff8001c584: 0f 84 66 ff ff ff je ffffffff8001c4f0 <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E+0x1a0> -ffffffff8001c58a: 81 fb 80 00 00 00 cmp $0x80,%ebx -ffffffff8001c590: 72 52 jb ffffffff8001c5e4 <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E+0x294> -ffffffff8001c592: 41 89 de mov %ebx,%r14d -ffffffff8001c595: 41 c1 ee 08 shr $0x8,%r14d -ffffffff8001c599: 41 83 fe 1f cmp $0x1f,%r14d -ffffffff8001c59d: 7f 1d jg ffffffff8001c5bc <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E+0x26c> -ffffffff8001c59f: 45 85 f6 test %r14d,%r14d -ffffffff8001c5a2: 0f 84 39 ff ff ff je ffffffff8001c4e1 <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E+0x191> -ffffffff8001c5a8: 41 83 fe 16 cmp $0x16,%r14d -ffffffff8001c5ac: 75 36 jne ffffffff8001c5e4 <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E+0x294> -ffffffff8001c5ae: 81 fb 80 16 00 00 cmp $0x1680,%ebx -ffffffff8001c5b4: 0f 84 36 ff ff ff je ffffffff8001c4f0 <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E+0x1a0> -ffffffff8001c5ba: eb 28 jmp ffffffff8001c5e4 <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E+0x294> -ffffffff8001c5bc: 41 83 fe 20 cmp $0x20,%r14d -ffffffff8001c5c0: 74 14 je ffffffff8001c5d6 <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E+0x286> -ffffffff8001c5c2: 41 83 fe 30 cmp $0x30,%r14d -ffffffff8001c5c6: 75 1c jne ffffffff8001c5e4 <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E+0x294> -ffffffff8001c5c8: 81 fb 00 30 00 00 cmp $0x3000,%ebx -ffffffff8001c5ce: 0f 84 1c ff ff ff je ffffffff8001c4f0 <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E+0x1a0> -ffffffff8001c5d4: eb 0e jmp ffffffff8001c5e4 <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E+0x294> -ffffffff8001c5d6: 0f b6 db movzbl %bl,%ebx -ffffffff8001c5d9: 41 f6 04 1a 02 testb $0x2,(%r10,%rbx,1) -ffffffff8001c5de: 0f 85 0c ff ff ff jne ffffffff8001c4f0 <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E+0x1a0> -ffffffff8001c5e4: 49 29 f1 sub %rsi,%r9 -ffffffff8001c5e7: 4d 01 d9 add %r11,%r9 -ffffffff8001c5ea: 4c 89 ca mov %r9,%rdx -ffffffff8001c5ed: eb 0c jmp ffffffff8001c5fb <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E+0x2ab> -ffffffff8001c5ef: 49 89 c9 mov %rcx,%r9 -ffffffff8001c5f2: 4c 39 c6 cmp %r8,%rsi -ffffffff8001c5f5: 0f 85 dd fe ff ff jne ffffffff8001c4d8 <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E+0x188> -ffffffff8001c5fb: 40 84 ff test %dil,%dil -ffffffff8001c5fe: 74 02 je ffffffff8001c602 <_ZN4core3str21_$LT$impl$u20$str$GT$12trim_matches17h827304e65d6e48c0E+0x2b2> -ffffffff8001c600: 31 c9 xor %ecx,%ecx -ffffffff8001c602: 48 01 c8 add %rcx,%rax -ffffffff8001c605: 48 29 ca sub %rcx,%rdx -ffffffff8001c608: 5b pop %rbx -ffffffff8001c609: 41 5c pop %r12 -ffffffff8001c60b: 41 5e pop %r14 -ffffffff8001c60d: 41 5f pop %r15 -ffffffff8001c60f: 5d pop %rbp -ffffffff8001c610: c3 ret -ffffffff8001c611: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001c618: 00 00 00 -ffffffff8001c61b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) - -ffffffff8001c620 <_ZN4core5array69_$LT$impl$u20$core..fmt..Debug$u20$for$u20$$u5b$T$u3b$$u20$N$u5d$$GT$3fmt17h4bf6196c67f0dd63E>: -ffffffff8001c620: 55 push %rbp -ffffffff8001c621: 48 89 e5 mov %rsp,%rbp -ffffffff8001c624: 41 57 push %r15 -ffffffff8001c626: 41 56 push %r14 -ffffffff8001c628: 41 54 push %r12 -ffffffff8001c62a: 53 push %rbx -ffffffff8001c62b: 48 83 ec 20 sub $0x20,%rsp -ffffffff8001c62f: 49 89 fe mov %rdi,%r14 -ffffffff8001c632: 48 8d 5d c8 lea -0x38(%rbp),%rbx -ffffffff8001c636: 48 89 df mov %rbx,%rdi -ffffffff8001c639: e8 02 29 00 00 call ffffffff8001ef40 <_ZN4core3fmt9Formatter10debug_list17hb5446d113a4a5c85E> -ffffffff8001c63e: 4c 89 75 d8 mov %r14,-0x28(%rbp) -ffffffff8001c642: 4c 8d 3d 4f ef 00 00 lea 0xef4f(%rip),%r15 # ffffffff8002b598 -ffffffff8001c649: 4c 8d 65 d8 lea -0x28(%rbp),%r12 -ffffffff8001c64d: 48 89 df mov %rbx,%rdi -ffffffff8001c650: 4c 89 e6 mov %r12,%rsi -ffffffff8001c653: 4c 89 fa mov %r15,%rdx -ffffffff8001c656: e8 35 45 00 00 call ffffffff80020b90 <_ZN4core3fmt8builders8DebugSet5entry17heb3636fc4c134120E> -ffffffff8001c65b: 49 8d 46 01 lea 0x1(%r14),%rax -ffffffff8001c65f: 48 89 45 d8 mov %rax,-0x28(%rbp) -ffffffff8001c663: 48 89 df mov %rbx,%rdi -ffffffff8001c666: 4c 89 e6 mov %r12,%rsi -ffffffff8001c669: 4c 89 fa mov %r15,%rdx -ffffffff8001c66c: e8 1f 45 00 00 call ffffffff80020b90 <_ZN4core3fmt8builders8DebugSet5entry17heb3636fc4c134120E> -ffffffff8001c671: 49 8d 46 02 lea 0x2(%r14),%rax -ffffffff8001c675: 48 89 45 d8 mov %rax,-0x28(%rbp) -ffffffff8001c679: 48 89 df mov %rbx,%rdi -ffffffff8001c67c: 4c 89 e6 mov %r12,%rsi -ffffffff8001c67f: 4c 89 fa mov %r15,%rdx -ffffffff8001c682: e8 09 45 00 00 call ffffffff80020b90 <_ZN4core3fmt8builders8DebugSet5entry17heb3636fc4c134120E> -ffffffff8001c687: 49 8d 46 03 lea 0x3(%r14),%rax -ffffffff8001c68b: 48 89 45 d8 mov %rax,-0x28(%rbp) -ffffffff8001c68f: 48 89 df mov %rbx,%rdi -ffffffff8001c692: 4c 89 e6 mov %r12,%rsi -ffffffff8001c695: 4c 89 fa mov %r15,%rdx -ffffffff8001c698: e8 f3 44 00 00 call ffffffff80020b90 <_ZN4core3fmt8builders8DebugSet5entry17heb3636fc4c134120E> -ffffffff8001c69d: 49 8d 46 04 lea 0x4(%r14),%rax -ffffffff8001c6a1: 48 89 45 d8 mov %rax,-0x28(%rbp) -ffffffff8001c6a5: 48 89 df mov %rbx,%rdi -ffffffff8001c6a8: 4c 89 e6 mov %r12,%rsi -ffffffff8001c6ab: 4c 89 fa mov %r15,%rdx -ffffffff8001c6ae: e8 dd 44 00 00 call ffffffff80020b90 <_ZN4core3fmt8builders8DebugSet5entry17heb3636fc4c134120E> -ffffffff8001c6b3: 49 8d 46 05 lea 0x5(%r14),%rax -ffffffff8001c6b7: 48 89 45 d8 mov %rax,-0x28(%rbp) -ffffffff8001c6bb: 48 89 df mov %rbx,%rdi -ffffffff8001c6be: 4c 89 e6 mov %r12,%rsi -ffffffff8001c6c1: 4c 89 fa mov %r15,%rdx -ffffffff8001c6c4: e8 c7 44 00 00 call ffffffff80020b90 <_ZN4core3fmt8builders8DebugSet5entry17heb3636fc4c134120E> -ffffffff8001c6c9: 49 8d 46 06 lea 0x6(%r14),%rax -ffffffff8001c6cd: 48 89 45 d8 mov %rax,-0x28(%rbp) -ffffffff8001c6d1: 48 89 df mov %rbx,%rdi -ffffffff8001c6d4: 4c 89 e6 mov %r12,%rsi -ffffffff8001c6d7: 4c 89 fa mov %r15,%rdx -ffffffff8001c6da: e8 b1 44 00 00 call ffffffff80020b90 <_ZN4core3fmt8builders8DebugSet5entry17heb3636fc4c134120E> -ffffffff8001c6df: 49 8d 46 07 lea 0x7(%r14),%rax -ffffffff8001c6e3: 48 89 45 d8 mov %rax,-0x28(%rbp) -ffffffff8001c6e7: 48 89 df mov %rbx,%rdi -ffffffff8001c6ea: 4c 89 e6 mov %r12,%rsi -ffffffff8001c6ed: 4c 89 fa mov %r15,%rdx -ffffffff8001c6f0: e8 9b 44 00 00 call ffffffff80020b90 <_ZN4core3fmt8builders8DebugSet5entry17heb3636fc4c134120E> -ffffffff8001c6f5: 49 8d 46 08 lea 0x8(%r14),%rax -ffffffff8001c6f9: 48 89 45 d8 mov %rax,-0x28(%rbp) -ffffffff8001c6fd: 48 89 df mov %rbx,%rdi -ffffffff8001c700: 4c 89 e6 mov %r12,%rsi -ffffffff8001c703: 4c 89 fa mov %r15,%rdx -ffffffff8001c706: e8 85 44 00 00 call ffffffff80020b90 <_ZN4core3fmt8builders8DebugSet5entry17heb3636fc4c134120E> -ffffffff8001c70b: 49 8d 46 09 lea 0x9(%r14),%rax -ffffffff8001c70f: 48 89 45 d8 mov %rax,-0x28(%rbp) -ffffffff8001c713: 48 89 df mov %rbx,%rdi -ffffffff8001c716: 4c 89 e6 mov %r12,%rsi -ffffffff8001c719: 4c 89 fa mov %r15,%rdx -ffffffff8001c71c: e8 6f 44 00 00 call ffffffff80020b90 <_ZN4core3fmt8builders8DebugSet5entry17heb3636fc4c134120E> -ffffffff8001c721: 49 8d 46 0a lea 0xa(%r14),%rax -ffffffff8001c725: 48 89 45 d8 mov %rax,-0x28(%rbp) -ffffffff8001c729: 48 89 df mov %rbx,%rdi -ffffffff8001c72c: 4c 89 e6 mov %r12,%rsi -ffffffff8001c72f: 4c 89 fa mov %r15,%rdx -ffffffff8001c732: e8 59 44 00 00 call ffffffff80020b90 <_ZN4core3fmt8builders8DebugSet5entry17heb3636fc4c134120E> -ffffffff8001c737: 49 8d 46 0b lea 0xb(%r14),%rax -ffffffff8001c73b: 48 89 45 d8 mov %rax,-0x28(%rbp) -ffffffff8001c73f: 48 89 df mov %rbx,%rdi -ffffffff8001c742: 4c 89 e6 mov %r12,%rsi -ffffffff8001c745: 4c 89 fa mov %r15,%rdx -ffffffff8001c748: e8 43 44 00 00 call ffffffff80020b90 <_ZN4core3fmt8builders8DebugSet5entry17heb3636fc4c134120E> -ffffffff8001c74d: 49 8d 46 0c lea 0xc(%r14),%rax -ffffffff8001c751: 48 89 45 d8 mov %rax,-0x28(%rbp) -ffffffff8001c755: 48 89 df mov %rbx,%rdi -ffffffff8001c758: 4c 89 e6 mov %r12,%rsi -ffffffff8001c75b: 4c 89 fa mov %r15,%rdx -ffffffff8001c75e: e8 2d 44 00 00 call ffffffff80020b90 <_ZN4core3fmt8builders8DebugSet5entry17heb3636fc4c134120E> -ffffffff8001c763: 49 8d 46 0d lea 0xd(%r14),%rax -ffffffff8001c767: 48 89 45 d8 mov %rax,-0x28(%rbp) -ffffffff8001c76b: 48 89 df mov %rbx,%rdi -ffffffff8001c76e: 4c 89 e6 mov %r12,%rsi -ffffffff8001c771: 4c 89 fa mov %r15,%rdx -ffffffff8001c774: e8 17 44 00 00 call ffffffff80020b90 <_ZN4core3fmt8builders8DebugSet5entry17heb3636fc4c134120E> -ffffffff8001c779: 49 8d 46 0e lea 0xe(%r14),%rax -ffffffff8001c77d: 48 89 45 d8 mov %rax,-0x28(%rbp) -ffffffff8001c781: 48 89 df mov %rbx,%rdi -ffffffff8001c784: 4c 89 e6 mov %r12,%rsi -ffffffff8001c787: 4c 89 fa mov %r15,%rdx -ffffffff8001c78a: e8 01 44 00 00 call ffffffff80020b90 <_ZN4core3fmt8builders8DebugSet5entry17heb3636fc4c134120E> -ffffffff8001c78f: 49 83 c6 0f add $0xf,%r14 -ffffffff8001c793: 4c 89 75 d8 mov %r14,-0x28(%rbp) -ffffffff8001c797: 48 89 df mov %rbx,%rdi -ffffffff8001c79a: 4c 89 e6 mov %r12,%rsi -ffffffff8001c79d: 4c 89 fa mov %r15,%rdx -ffffffff8001c7a0: e8 eb 43 00 00 call ffffffff80020b90 <_ZN4core3fmt8builders8DebugSet5entry17heb3636fc4c134120E> -ffffffff8001c7a5: 48 89 df mov %rbx,%rdi -ffffffff8001c7a8: e8 23 45 00 00 call ffffffff80020cd0 <_ZN4core3fmt8builders9DebugList6finish17h3d19d99ff7cde6f2E> -ffffffff8001c7ad: 48 83 c4 20 add $0x20,%rsp -ffffffff8001c7b1: 5b pop %rbx -ffffffff8001c7b2: 41 5c pop %r12 -ffffffff8001c7b4: 41 5e pop %r14 -ffffffff8001c7b6: 41 5f pop %r15 -ffffffff8001c7b8: 5d pop %rbp -ffffffff8001c7b9: c3 ret -ffffffff8001c7ba: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1) - -ffffffff8001c7c0 <_ZN4core5array69_$LT$impl$u20$core..fmt..Debug$u20$for$u20$$u5b$T$u3b$$u20$N$u5d$$GT$3fmt17hba6369c648e6ed52E>: -ffffffff8001c7c0: 55 push %rbp -ffffffff8001c7c1: 48 89 e5 mov %rsp,%rbp -ffffffff8001c7c4: 41 57 push %r15 -ffffffff8001c7c6: 41 56 push %r14 -ffffffff8001c7c8: 41 54 push %r12 -ffffffff8001c7ca: 53 push %rbx -ffffffff8001c7cb: 48 83 ec 20 sub $0x20,%rsp -ffffffff8001c7cf: 49 89 fe mov %rdi,%r14 -ffffffff8001c7d2: 48 8d 5d c8 lea -0x38(%rbp),%rbx -ffffffff8001c7d6: 48 89 df mov %rbx,%rdi -ffffffff8001c7d9: e8 62 27 00 00 call ffffffff8001ef40 <_ZN4core3fmt9Formatter10debug_list17hb5446d113a4a5c85E> -ffffffff8001c7de: 4c 89 75 d8 mov %r14,-0x28(%rbp) -ffffffff8001c7e2: 4c 8d 3d 4f ed 00 00 lea 0xed4f(%rip),%r15 # ffffffff8002b538 -ffffffff8001c7e9: 4c 8d 65 d8 lea -0x28(%rbp),%r12 -ffffffff8001c7ed: 48 89 df mov %rbx,%rdi -ffffffff8001c7f0: 4c 89 e6 mov %r12,%rsi -ffffffff8001c7f3: 4c 89 fa mov %r15,%rdx -ffffffff8001c7f6: e8 95 43 00 00 call ffffffff80020b90 <_ZN4core3fmt8builders8DebugSet5entry17heb3636fc4c134120E> -ffffffff8001c7fb: 49 8d 46 02 lea 0x2(%r14),%rax -ffffffff8001c7ff: 48 89 45 d8 mov %rax,-0x28(%rbp) -ffffffff8001c803: 48 89 df mov %rbx,%rdi -ffffffff8001c806: 4c 89 e6 mov %r12,%rsi -ffffffff8001c809: 4c 89 fa mov %r15,%rdx -ffffffff8001c80c: e8 7f 43 00 00 call ffffffff80020b90 <_ZN4core3fmt8builders8DebugSet5entry17heb3636fc4c134120E> -ffffffff8001c811: 49 83 c6 04 add $0x4,%r14 -ffffffff8001c815: 4c 89 75 d8 mov %r14,-0x28(%rbp) -ffffffff8001c819: 48 89 df mov %rbx,%rdi -ffffffff8001c81c: 4c 89 e6 mov %r12,%rsi -ffffffff8001c81f: 4c 89 fa mov %r15,%rdx -ffffffff8001c822: e8 69 43 00 00 call ffffffff80020b90 <_ZN4core3fmt8builders8DebugSet5entry17heb3636fc4c134120E> -ffffffff8001c827: 48 89 df mov %rbx,%rdi -ffffffff8001c82a: e8 a1 44 00 00 call ffffffff80020cd0 <_ZN4core3fmt8builders9DebugList6finish17h3d19d99ff7cde6f2E> -ffffffff8001c82f: 48 83 c4 20 add $0x20,%rsp -ffffffff8001c833: 5b pop %rbx -ffffffff8001c834: 41 5c pop %r12 -ffffffff8001c836: 41 5e pop %r14 -ffffffff8001c838: 41 5f pop %r15 -ffffffff8001c83a: 5d pop %rbp -ffffffff8001c83b: c3 ret -ffffffff8001c83c: 0f 1f 40 00 nopl 0x0(%rax) - -ffffffff8001c840 <__rust_alloc_error_handler>: -ffffffff8001c840: e9 9b 0a 00 00 jmp ffffffff8001d2e0 <__rdl_oom> -ffffffff8001c845: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001c84c: 00 00 00 -ffffffff8001c84f: 90 nop - -ffffffff8001c850 <_ZN6limine13Ptr$LT$i8$GT$6to_str17h4a2f9b864e89b70fE>: -ffffffff8001c850: 55 push %rbp -ffffffff8001c851: 48 89 e5 mov %rsp,%rbp -ffffffff8001c854: 53 push %rbx -ffffffff8001c855: 50 push %rax -ffffffff8001c856: 48 8b 1f mov (%rdi),%rbx -ffffffff8001c859: 48 85 db test %rbx,%rbx -ffffffff8001c85c: 74 10 je ffffffff8001c86e <_ZN6limine13Ptr$LT$i8$GT$6to_str17h4a2f9b864e89b70fE+0x1e> -ffffffff8001c85e: 48 89 df mov %rbx,%rdi -ffffffff8001c861: e8 4a 5e 00 00 call ffffffff800226b0 -ffffffff8001c866: 48 89 c2 mov %rax,%rdx -ffffffff8001c869: 48 ff c2 inc %rdx -ffffffff8001c86c: eb 00 jmp ffffffff8001c86e <_ZN6limine13Ptr$LT$i8$GT$6to_str17h4a2f9b864e89b70fE+0x1e> -ffffffff8001c86e: 48 89 d8 mov %rbx,%rax -ffffffff8001c871: 48 83 c4 08 add $0x8,%rsp -ffffffff8001c875: 5b pop %rbx -ffffffff8001c876: 5d pop %rbp -ffffffff8001c877: c3 ret -ffffffff8001c878: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff8001c87f: 00 - -ffffffff8001c880 <_ZN6limine10DtbRequest12get_response17h6f5632c8bdcd0540E>: -ffffffff8001c880: 55 push %rbp -ffffffff8001c881: 48 89 e5 mov %rsp,%rbp -ffffffff8001c884: 48 8b 47 28 mov 0x28(%rdi),%rax -ffffffff8001c888: 5d pop %rbp -ffffffff8001c889: c3 ret -ffffffff8001c88a: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1) - -ffffffff8001c890 <_ZN4core3fmt5Write9write_fmt17h40247b1ae3234e32E>: -ffffffff8001c890: 55 push %rbp -ffffffff8001c891: 48 89 e5 mov %rsp,%rbp -ffffffff8001c894: 48 89 f2 mov %rsi,%rdx -ffffffff8001c897: 48 8d 35 3a ed 00 00 lea 0xed3a(%rip),%rsi # ffffffff8002b5d8 -ffffffff8001c89e: 5d pop %rbp -ffffffff8001c89f: e9 6c 17 00 00 jmp ffffffff8001e010 <_ZN4core3fmt5write17h2d87311a04992a27E> -ffffffff8001c8a4: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001c8ab: 00 00 00 -ffffffff8001c8ae: 66 90 xchg %ax,%ax - -ffffffff8001c8b0 <_ZN4core3ptr42drop_in_place$LT$alloc..string..String$GT$17h82981ddee6cc26f9E>: -ffffffff8001c8b0: 55 push %rbp -ffffffff8001c8b1: 48 89 e5 mov %rsp,%rbp -ffffffff8001c8b4: 48 8b 77 08 mov 0x8(%rdi),%rsi -ffffffff8001c8b8: 48 85 f6 test %rsi,%rsi -ffffffff8001c8bb: 74 0e je ffffffff8001c8cb <_ZN4core3ptr42drop_in_place$LT$alloc..string..String$GT$17h82981ddee6cc26f9E+0x1b> -ffffffff8001c8bd: 48 8b 3f mov (%rdi),%rdi -ffffffff8001c8c0: ba 01 00 00 00 mov $0x1,%edx -ffffffff8001c8c5: 5d pop %rbp -ffffffff8001c8c6: e9 25 e0 ff ff jmp ffffffff8001a8f0 <__rust_dealloc> -ffffffff8001c8cb: 5d pop %rbp -ffffffff8001c8cc: c3 ret -ffffffff8001c8cd: 0f 1f 00 nopl (%rax) - -ffffffff8001c8d0 <_ZN5alloc6string6String10from_utf1617h5157fd5ab28d206aE>: -ffffffff8001c8d0: 55 push %rbp -ffffffff8001c8d1: 48 89 e5 mov %rsp,%rbp -ffffffff8001c8d4: 41 57 push %r15 -ffffffff8001c8d6: 41 56 push %r14 -ffffffff8001c8d8: 41 55 push %r13 -ffffffff8001c8da: 41 54 push %r12 -ffffffff8001c8dc: 53 push %rbx -ffffffff8001c8dd: 48 83 ec 28 sub $0x28,%rsp -ffffffff8001c8e1: 49 89 d7 mov %rdx,%r15 -ffffffff8001c8e4: 49 89 f6 mov %rsi,%r14 -ffffffff8001c8e7: 48 89 fb mov %rdi,%rbx -ffffffff8001c8ea: 48 85 d2 test %rdx,%rdx -ffffffff8001c8ed: 74 31 je ffffffff8001c920 <_ZN5alloc6string6String10from_utf1617h5157fd5ab28d206aE+0x50> -ffffffff8001c8ef: 0f 88 7e 02 00 00 js ffffffff8001cb73 <_ZN5alloc6string6String10from_utf1617h5157fd5ab28d206aE+0x2a3> -ffffffff8001c8f5: 48 8d 05 1a 03 01 00 lea 0x1031a(%rip),%rax # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff8001c8fc: 0f b6 00 movzbl (%rax),%eax -ffffffff8001c8ff: be 01 00 00 00 mov $0x1,%esi -ffffffff8001c904: 4c 89 ff mov %r15,%rdi -ffffffff8001c907: e8 44 df ff ff call ffffffff8001a850 <__rust_alloc> -ffffffff8001c90c: 48 85 c0 test %rax,%rax -ffffffff8001c90f: 75 14 jne ffffffff8001c925 <_ZN5alloc6string6String10from_utf1617h5157fd5ab28d206aE+0x55> -ffffffff8001c911: bf 01 00 00 00 mov $0x1,%edi -ffffffff8001c916: 4c 89 fe mov %r15,%rsi -ffffffff8001c919: e8 a2 09 00 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff8001c91e: 0f 0b ud2 -ffffffff8001c920: b8 01 00 00 00 mov $0x1,%eax -ffffffff8001c925: 48 89 45 b8 mov %rax,-0x48(%rbp) -ffffffff8001c929: 4c 89 7d c0 mov %r15,-0x40(%rbp) -ffffffff8001c92d: 48 c7 45 c8 00 00 00 movq $0x0,-0x38(%rbp) -ffffffff8001c934: 00 -ffffffff8001c935: 4d 85 ff test %r15,%r15 -ffffffff8001c938: 0f 84 ec 01 00 00 je ffffffff8001cb2a <_ZN5alloc6string6String10from_utf1617h5157fd5ab28d206aE+0x25a> -ffffffff8001c93e: 4f 8d 24 7e lea (%r14,%r15,2),%r12 -ffffffff8001c942: 45 31 ed xor %r13d,%r13d -ffffffff8001c945: eb 25 jmp ffffffff8001c96c <_ZN5alloc6string6String10from_utf1617h5157fd5ab28d206aE+0x9c> -ffffffff8001c947: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1) -ffffffff8001c94e: 00 00 -ffffffff8001c950: 48 8b 45 b8 mov -0x48(%rbp),%rax -ffffffff8001c954: 46 88 3c 28 mov %r15b,(%rax,%r13,1) -ffffffff8001c958: 4c 8b 6d c8 mov -0x38(%rbp),%r13 -ffffffff8001c95c: 49 ff c5 inc %r13 -ffffffff8001c95f: 4c 89 6d c8 mov %r13,-0x38(%rbp) -ffffffff8001c963: 4d 39 e6 cmp %r12,%r14 -ffffffff8001c966: 0f 84 be 01 00 00 je ffffffff8001cb2a <_ZN5alloc6string6String10from_utf1617h5157fd5ab28d206aE+0x25a> -ffffffff8001c96c: 49 8d 4e 02 lea 0x2(%r14),%rcx -ffffffff8001c970: 41 0f b7 06 movzwl (%r14),%eax -ffffffff8001c974: 89 c2 mov %eax,%edx -ffffffff8001c976: 81 e2 00 f8 00 00 and $0xf800,%edx -ffffffff8001c97c: 81 fa 00 d8 00 00 cmp $0xd800,%edx -ffffffff8001c982: 0f 85 a8 00 00 00 jne ffffffff8001ca30 <_ZN5alloc6string6String10from_utf1617h5157fd5ab28d206aE+0x160> -ffffffff8001c988: 3d ff db 00 00 cmp $0xdbff,%eax -ffffffff8001c98d: 0f 87 b0 01 00 00 ja ffffffff8001cb43 <_ZN5alloc6string6String10from_utf1617h5157fd5ab28d206aE+0x273> -ffffffff8001c993: 4c 39 e1 cmp %r12,%rcx -ffffffff8001c996: 0f 84 a7 01 00 00 je ffffffff8001cb43 <_ZN5alloc6string6String10from_utf1617h5157fd5ab28d206aE+0x273> -ffffffff8001c99c: 0f b7 09 movzwl (%rcx),%ecx -ffffffff8001c99f: 8d 91 00 20 00 00 lea 0x2000(%rcx),%edx -ffffffff8001c9a5: 0f b7 d2 movzwl %dx,%edx -ffffffff8001c9a8: 81 fa 00 fc 00 00 cmp $0xfc00,%edx -ffffffff8001c9ae: 0f 82 8f 01 00 00 jb ffffffff8001cb43 <_ZN5alloc6string6String10from_utf1617h5157fd5ab28d206aE+0x273> -ffffffff8001c9b4: 49 83 c6 04 add $0x4,%r14 -ffffffff8001c9b8: 25 ff 03 00 00 and $0x3ff,%eax -ffffffff8001c9bd: 81 e1 ff 03 00 00 and $0x3ff,%ecx -ffffffff8001c9c3: 48 c1 e0 1a shl $0x1a,%rax -ffffffff8001c9c7: 48 c1 e1 10 shl $0x10,%rcx -ffffffff8001c9cb: 48 09 c1 or %rax,%rcx -ffffffff8001c9ce: 48 b8 00 00 00 00 01 movabs $0x100000000,%rax -ffffffff8001c9d5: 00 00 00 -ffffffff8001c9d8: 48 01 c1 add %rax,%rcx -ffffffff8001c9db: 48 89 c8 mov %rcx,%rax -ffffffff8001c9de: 49 89 c7 mov %rax,%r15 -ffffffff8001c9e1: 49 c1 ef 10 shr $0x10,%r15 -ffffffff8001c9e5: 41 81 ff 80 00 00 00 cmp $0x80,%r15d -ffffffff8001c9ec: 72 59 jb ffffffff8001ca47 <_ZN5alloc6string6String10from_utf1617h5157fd5ab28d206aE+0x177> -ffffffff8001c9ee: c7 45 d4 00 00 00 00 movl $0x0,-0x2c(%rbp) -ffffffff8001c9f5: 41 81 ff 00 08 00 00 cmp $0x800,%r15d -ffffffff8001c9fc: 73 72 jae ffffffff8001ca70 <_ZN5alloc6string6String10from_utf1617h5157fd5ab28d206aE+0x1a0> -ffffffff8001c9fe: c1 e8 16 shr $0x16,%eax -ffffffff8001ca01: 0c c0 or $0xc0,%al -ffffffff8001ca03: 88 45 d4 mov %al,-0x2c(%rbp) -ffffffff8001ca06: 41 80 e7 3f and $0x3f,%r15b -ffffffff8001ca0a: 41 80 cf 80 or $0x80,%r15b -ffffffff8001ca0e: 44 88 7d d5 mov %r15b,-0x2b(%rbp) -ffffffff8001ca12: 41 bf 02 00 00 00 mov $0x2,%r15d -ffffffff8001ca18: 48 8b 45 c0 mov -0x40(%rbp),%rax -ffffffff8001ca1c: 4c 29 e8 sub %r13,%rax -ffffffff8001ca1f: 4c 39 f8 cmp %r15,%rax -ffffffff8001ca22: 0f 83 86 00 00 00 jae ffffffff8001caae <_ZN5alloc6string6String10from_utf1617h5157fd5ab28d206aE+0x1de> -ffffffff8001ca28: e9 e8 00 00 00 jmp ffffffff8001cb15 <_ZN5alloc6string6String10from_utf1617h5157fd5ab28d206aE+0x245> -ffffffff8001ca2d: 0f 1f 00 nopl (%rax) -ffffffff8001ca30: 48 c1 e0 10 shl $0x10,%rax -ffffffff8001ca34: 49 89 ce mov %rcx,%r14 -ffffffff8001ca37: 49 89 c7 mov %rax,%r15 -ffffffff8001ca3a: 49 c1 ef 10 shr $0x10,%r15 -ffffffff8001ca3e: 41 81 ff 80 00 00 00 cmp $0x80,%r15d -ffffffff8001ca45: 73 a7 jae ffffffff8001c9ee <_ZN5alloc6string6String10from_utf1617h5157fd5ab28d206aE+0x11e> -ffffffff8001ca47: 4c 3b 6d c0 cmp -0x40(%rbp),%r13 -ffffffff8001ca4b: 0f 85 ff fe ff ff jne ffffffff8001c950 <_ZN5alloc6string6String10from_utf1617h5157fd5ab28d206aE+0x80> -ffffffff8001ca51: 48 8d 7d b8 lea -0x48(%rbp),%rdi -ffffffff8001ca55: 4c 89 ee mov %r13,%rsi -ffffffff8001ca58: e8 53 03 00 00 call ffffffff8001cdb0 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17h852ccf5f2612ec60E> -ffffffff8001ca5d: 4c 8b 6d c8 mov -0x38(%rbp),%r13 -ffffffff8001ca61: e9 ea fe ff ff jmp ffffffff8001c950 <_ZN5alloc6string6String10from_utf1617h5157fd5ab28d206aE+0x80> -ffffffff8001ca66: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001ca6d: 00 00 00 -ffffffff8001ca70: 48 89 c1 mov %rax,%rcx -ffffffff8001ca73: 41 81 ff 00 00 01 00 cmp $0x10000,%r15d -ffffffff8001ca7a: 73 57 jae ffffffff8001cad3 <_ZN5alloc6string6String10from_utf1617h5157fd5ab28d206aE+0x203> -ffffffff8001ca7c: 48 c1 e9 1c shr $0x1c,%rcx -ffffffff8001ca80: 80 c9 e0 or $0xe0,%cl -ffffffff8001ca83: 88 4d d4 mov %cl,-0x2c(%rbp) -ffffffff8001ca86: c1 e8 16 shr $0x16,%eax -ffffffff8001ca89: 24 3f and $0x3f,%al -ffffffff8001ca8b: 0c 80 or $0x80,%al -ffffffff8001ca8d: 88 45 d5 mov %al,-0x2b(%rbp) -ffffffff8001ca90: 41 80 e7 3f and $0x3f,%r15b -ffffffff8001ca94: 41 80 cf 80 or $0x80,%r15b -ffffffff8001ca98: 44 88 7d d6 mov %r15b,-0x2a(%rbp) -ffffffff8001ca9c: 41 bf 03 00 00 00 mov $0x3,%r15d -ffffffff8001caa2: 48 8b 45 c0 mov -0x40(%rbp),%rax -ffffffff8001caa6: 4c 29 e8 sub %r13,%rax -ffffffff8001caa9: 4c 39 f8 cmp %r15,%rax -ffffffff8001caac: 72 67 jb ffffffff8001cb15 <_ZN5alloc6string6String10from_utf1617h5157fd5ab28d206aE+0x245> -ffffffff8001caae: 48 8b 7d b8 mov -0x48(%rbp),%rdi -ffffffff8001cab2: 4c 01 ef add %r13,%rdi -ffffffff8001cab5: 48 8d 75 d4 lea -0x2c(%rbp),%rsi -ffffffff8001cab9: 4c 89 fa mov %r15,%rdx -ffffffff8001cabc: e8 bf 5b 00 00 call ffffffff80022680 -ffffffff8001cac1: 4d 01 fd add %r15,%r13 -ffffffff8001cac4: 4c 89 6d c8 mov %r13,-0x38(%rbp) -ffffffff8001cac8: 4d 39 e6 cmp %r12,%r14 -ffffffff8001cacb: 0f 85 9b fe ff ff jne ffffffff8001c96c <_ZN5alloc6string6String10from_utf1617h5157fd5ab28d206aE+0x9c> -ffffffff8001cad1: eb 57 jmp ffffffff8001cb2a <_ZN5alloc6string6String10from_utf1617h5157fd5ab28d206aE+0x25a> -ffffffff8001cad3: 48 c1 e9 22 shr $0x22,%rcx -ffffffff8001cad7: 80 c9 f0 or $0xf0,%cl -ffffffff8001cada: 88 4d d4 mov %cl,-0x2c(%rbp) -ffffffff8001cadd: 48 89 c1 mov %rax,%rcx -ffffffff8001cae0: 48 c1 e9 1c shr $0x1c,%rcx -ffffffff8001cae4: 80 e1 3f and $0x3f,%cl -ffffffff8001cae7: 80 c9 80 or $0x80,%cl -ffffffff8001caea: 88 4d d5 mov %cl,-0x2b(%rbp) -ffffffff8001caed: c1 e8 16 shr $0x16,%eax -ffffffff8001caf0: 24 3f and $0x3f,%al -ffffffff8001caf2: 0c 80 or $0x80,%al -ffffffff8001caf4: 88 45 d6 mov %al,-0x2a(%rbp) -ffffffff8001caf7: 41 80 e7 3f and $0x3f,%r15b -ffffffff8001cafb: 41 80 cf 80 or $0x80,%r15b -ffffffff8001caff: 44 88 7d d7 mov %r15b,-0x29(%rbp) -ffffffff8001cb03: 41 bf 04 00 00 00 mov $0x4,%r15d -ffffffff8001cb09: 48 8b 45 c0 mov -0x40(%rbp),%rax -ffffffff8001cb0d: 4c 29 e8 sub %r13,%rax -ffffffff8001cb10: 4c 39 f8 cmp %r15,%rax -ffffffff8001cb13: 73 99 jae ffffffff8001caae <_ZN5alloc6string6String10from_utf1617h5157fd5ab28d206aE+0x1de> -ffffffff8001cb15: 48 8d 7d b8 lea -0x48(%rbp),%rdi -ffffffff8001cb19: 4c 89 ee mov %r13,%rsi -ffffffff8001cb1c: 4c 89 fa mov %r15,%rdx -ffffffff8001cb1f: e8 dc 01 00 00 call ffffffff8001cd00 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$7reserve21do_reserve_and_handle17h458c9f46e70e8f07E> -ffffffff8001cb24: 4c 8b 6d c8 mov -0x38(%rbp),%r13 -ffffffff8001cb28: eb 84 jmp ffffffff8001caae <_ZN5alloc6string6String10from_utf1617h5157fd5ab28d206aE+0x1de> -ffffffff8001cb2a: 48 8b 45 c8 mov -0x38(%rbp),%rax -ffffffff8001cb2e: 48 89 43 10 mov %rax,0x10(%rbx) -ffffffff8001cb32: 48 8b 45 b8 mov -0x48(%rbp),%rax -ffffffff8001cb36: 48 8b 4d c0 mov -0x40(%rbp),%rcx -ffffffff8001cb3a: 48 89 4b 08 mov %rcx,0x8(%rbx) -ffffffff8001cb3e: 48 89 03 mov %rax,(%rbx) -ffffffff8001cb41: eb 1e jmp ffffffff8001cb61 <_ZN5alloc6string6String10from_utf1617h5157fd5ab28d206aE+0x291> -ffffffff8001cb43: 48 c7 03 00 00 00 00 movq $0x0,(%rbx) -ffffffff8001cb4a: 48 8b 75 c0 mov -0x40(%rbp),%rsi -ffffffff8001cb4e: 48 85 f6 test %rsi,%rsi -ffffffff8001cb51: 74 0e je ffffffff8001cb61 <_ZN5alloc6string6String10from_utf1617h5157fd5ab28d206aE+0x291> -ffffffff8001cb53: 48 8b 7d b8 mov -0x48(%rbp),%rdi -ffffffff8001cb57: ba 01 00 00 00 mov $0x1,%edx -ffffffff8001cb5c: e8 8f dd ff ff call ffffffff8001a8f0 <__rust_dealloc> -ffffffff8001cb61: 48 89 d8 mov %rbx,%rax -ffffffff8001cb64: 48 83 c4 28 add $0x28,%rsp -ffffffff8001cb68: 5b pop %rbx -ffffffff8001cb69: 41 5c pop %r12 -ffffffff8001cb6b: 41 5d pop %r13 -ffffffff8001cb6d: 41 5e pop %r14 -ffffffff8001cb6f: 41 5f pop %r15 -ffffffff8001cb71: 5d pop %rbp -ffffffff8001cb72: c3 ret -ffffffff8001cb73: e8 78 03 00 00 call ffffffff8001cef0 <_ZN5alloc7raw_vec17capacity_overflow17h7464486241893bcbE> -ffffffff8001cb78: 0f 0b ud2 -ffffffff8001cb7a: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1) - -ffffffff8001cb80 <_ZN58_$LT$alloc..string..String$u20$as$u20$core..fmt..Write$GT$9write_str17h776e78261e6f98c1E>: -ffffffff8001cb80: 55 push %rbp -ffffffff8001cb81: 48 89 e5 mov %rsp,%rbp -ffffffff8001cb84: 41 57 push %r15 -ffffffff8001cb86: 41 56 push %r14 -ffffffff8001cb88: 41 54 push %r12 -ffffffff8001cb8a: 53 push %rbx -ffffffff8001cb8b: 48 89 d3 mov %rdx,%rbx -ffffffff8001cb8e: 49 89 f7 mov %rsi,%r15 -ffffffff8001cb91: 49 89 fe mov %rdi,%r14 -ffffffff8001cb94: 48 8b 47 08 mov 0x8(%rdi),%rax -ffffffff8001cb98: 4c 8b 67 10 mov 0x10(%rdi),%r12 -ffffffff8001cb9c: 4c 29 e0 sub %r12,%rax -ffffffff8001cb9f: 48 39 d0 cmp %rdx,%rax -ffffffff8001cba2: 72 23 jb ffffffff8001cbc7 <_ZN58_$LT$alloc..string..String$u20$as$u20$core..fmt..Write$GT$9write_str17h776e78261e6f98c1E+0x47> -ffffffff8001cba4: 49 8b 3e mov (%r14),%rdi -ffffffff8001cba7: 4c 01 e7 add %r12,%rdi -ffffffff8001cbaa: 4c 89 fe mov %r15,%rsi -ffffffff8001cbad: 48 89 da mov %rbx,%rdx -ffffffff8001cbb0: e8 cb 5a 00 00 call ffffffff80022680 -ffffffff8001cbb5: 49 01 dc add %rbx,%r12 -ffffffff8001cbb8: 4d 89 66 10 mov %r12,0x10(%r14) -ffffffff8001cbbc: 31 c0 xor %eax,%eax -ffffffff8001cbbe: 5b pop %rbx -ffffffff8001cbbf: 41 5c pop %r12 -ffffffff8001cbc1: 41 5e pop %r14 -ffffffff8001cbc3: 41 5f pop %r15 -ffffffff8001cbc5: 5d pop %rbp -ffffffff8001cbc6: c3 ret -ffffffff8001cbc7: 4c 89 f7 mov %r14,%rdi -ffffffff8001cbca: 4c 89 e6 mov %r12,%rsi -ffffffff8001cbcd: 48 89 da mov %rbx,%rdx -ffffffff8001cbd0: e8 2b 01 00 00 call ffffffff8001cd00 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$7reserve21do_reserve_and_handle17h458c9f46e70e8f07E> -ffffffff8001cbd5: 4d 8b 66 10 mov 0x10(%r14),%r12 -ffffffff8001cbd9: eb c9 jmp ffffffff8001cba4 <_ZN58_$LT$alloc..string..String$u20$as$u20$core..fmt..Write$GT$9write_str17h776e78261e6f98c1E+0x24> -ffffffff8001cbdb: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) - -ffffffff8001cbe0 <_ZN58_$LT$alloc..string..String$u20$as$u20$core..fmt..Write$GT$10write_char17h931c45c7bef94270E>: -ffffffff8001cbe0: 55 push %rbp -ffffffff8001cbe1: 48 89 e5 mov %rsp,%rbp -ffffffff8001cbe4: 41 57 push %r15 -ffffffff8001cbe6: 41 56 push %r14 -ffffffff8001cbe8: 53 push %rbx -ffffffff8001cbe9: 50 push %rax -ffffffff8001cbea: 41 89 f6 mov %esi,%r14d -ffffffff8001cbed: 48 89 fb mov %rdi,%rbx -ffffffff8001cbf0: 81 fe 80 00 00 00 cmp $0x80,%esi -ffffffff8001cbf6: 73 26 jae ffffffff8001cc1e <_ZN58_$LT$alloc..string..String$u20$as$u20$core..fmt..Write$GT$10write_char17h931c45c7bef94270E+0x3e> -ffffffff8001cbf8: 48 8b 73 10 mov 0x10(%rbx),%rsi -ffffffff8001cbfc: 48 3b 73 08 cmp 0x8(%rbx),%rsi -ffffffff8001cc00: 75 0c jne ffffffff8001cc0e <_ZN58_$LT$alloc..string..String$u20$as$u20$core..fmt..Write$GT$10write_char17h931c45c7bef94270E+0x2e> -ffffffff8001cc02: 48 89 df mov %rbx,%rdi -ffffffff8001cc05: e8 a6 01 00 00 call ffffffff8001cdb0 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17h852ccf5f2612ec60E> -ffffffff8001cc0a: 48 8b 73 10 mov 0x10(%rbx),%rsi -ffffffff8001cc0e: 48 8b 03 mov (%rbx),%rax -ffffffff8001cc11: 44 88 34 30 mov %r14b,(%rax,%rsi,1) -ffffffff8001cc15: 48 ff 43 10 incq 0x10(%rbx) -ffffffff8001cc19: e9 c0 00 00 00 jmp ffffffff8001ccde <_ZN58_$LT$alloc..string..String$u20$as$u20$core..fmt..Write$GT$10write_char17h931c45c7bef94270E+0xfe> -ffffffff8001cc1e: c7 45 e4 00 00 00 00 movl $0x0,-0x1c(%rbp) -ffffffff8001cc25: 44 89 f0 mov %r14d,%eax -ffffffff8001cc28: 41 81 fe 00 08 00 00 cmp $0x800,%r14d -ffffffff8001cc2f: 73 1c jae ffffffff8001cc4d <_ZN58_$LT$alloc..string..String$u20$as$u20$core..fmt..Write$GT$10write_char17h931c45c7bef94270E+0x6d> -ffffffff8001cc31: c1 e8 06 shr $0x6,%eax -ffffffff8001cc34: 0c c0 or $0xc0,%al -ffffffff8001cc36: 88 45 e4 mov %al,-0x1c(%rbp) -ffffffff8001cc39: 41 80 e6 3f and $0x3f,%r14b -ffffffff8001cc3d: 41 80 ce 80 or $0x80,%r14b -ffffffff8001cc41: 44 88 75 e5 mov %r14b,-0x1b(%rbp) -ffffffff8001cc45: 41 be 02 00 00 00 mov $0x2,%r14d -ffffffff8001cc4b: eb 68 jmp ffffffff8001ccb5 <_ZN58_$LT$alloc..string..String$u20$as$u20$core..fmt..Write$GT$10write_char17h931c45c7bef94270E+0xd5> -ffffffff8001cc4d: 41 81 fe 00 00 01 00 cmp $0x10000,%r14d -ffffffff8001cc54: 73 29 jae ffffffff8001cc7f <_ZN58_$LT$alloc..string..String$u20$as$u20$core..fmt..Write$GT$10write_char17h931c45c7bef94270E+0x9f> -ffffffff8001cc56: c1 e8 0c shr $0xc,%eax -ffffffff8001cc59: 0c e0 or $0xe0,%al -ffffffff8001cc5b: 88 45 e4 mov %al,-0x1c(%rbp) -ffffffff8001cc5e: 44 89 f0 mov %r14d,%eax -ffffffff8001cc61: c1 e8 06 shr $0x6,%eax -ffffffff8001cc64: 24 3f and $0x3f,%al -ffffffff8001cc66: 0c 80 or $0x80,%al -ffffffff8001cc68: 88 45 e5 mov %al,-0x1b(%rbp) -ffffffff8001cc6b: 41 80 e6 3f and $0x3f,%r14b -ffffffff8001cc6f: 41 80 ce 80 or $0x80,%r14b -ffffffff8001cc73: 44 88 75 e6 mov %r14b,-0x1a(%rbp) -ffffffff8001cc77: 41 be 03 00 00 00 mov $0x3,%r14d -ffffffff8001cc7d: eb 36 jmp ffffffff8001ccb5 <_ZN58_$LT$alloc..string..String$u20$as$u20$core..fmt..Write$GT$10write_char17h931c45c7bef94270E+0xd5> -ffffffff8001cc7f: c1 e8 12 shr $0x12,%eax -ffffffff8001cc82: 24 07 and $0x7,%al -ffffffff8001cc84: 0c f0 or $0xf0,%al -ffffffff8001cc86: 88 45 e4 mov %al,-0x1c(%rbp) -ffffffff8001cc89: 44 89 f0 mov %r14d,%eax -ffffffff8001cc8c: c1 e8 0c shr $0xc,%eax -ffffffff8001cc8f: 24 3f and $0x3f,%al -ffffffff8001cc91: 0c 80 or $0x80,%al -ffffffff8001cc93: 88 45 e5 mov %al,-0x1b(%rbp) -ffffffff8001cc96: 44 89 f0 mov %r14d,%eax -ffffffff8001cc99: c1 e8 06 shr $0x6,%eax -ffffffff8001cc9c: 24 3f and $0x3f,%al -ffffffff8001cc9e: 0c 80 or $0x80,%al -ffffffff8001cca0: 88 45 e6 mov %al,-0x1a(%rbp) -ffffffff8001cca3: 41 80 e6 3f and $0x3f,%r14b -ffffffff8001cca7: 41 80 ce 80 or $0x80,%r14b -ffffffff8001ccab: 44 88 75 e7 mov %r14b,-0x19(%rbp) -ffffffff8001ccaf: 41 be 04 00 00 00 mov $0x4,%r14d -ffffffff8001ccb5: 48 8b 43 08 mov 0x8(%rbx),%rax -ffffffff8001ccb9: 4c 8b 7b 10 mov 0x10(%rbx),%r15 -ffffffff8001ccbd: 4c 29 f8 sub %r15,%rax -ffffffff8001ccc0: 4c 39 f0 cmp %r14,%rax -ffffffff8001ccc3: 72 26 jb ffffffff8001cceb <_ZN58_$LT$alloc..string..String$u20$as$u20$core..fmt..Write$GT$10write_char17h931c45c7bef94270E+0x10b> -ffffffff8001ccc5: 48 8b 3b mov (%rbx),%rdi -ffffffff8001ccc8: 4c 01 ff add %r15,%rdi -ffffffff8001cccb: 48 8d 75 e4 lea -0x1c(%rbp),%rsi -ffffffff8001cccf: 4c 89 f2 mov %r14,%rdx -ffffffff8001ccd2: e8 a9 59 00 00 call ffffffff80022680 -ffffffff8001ccd7: 4d 01 f7 add %r14,%r15 -ffffffff8001ccda: 4c 89 7b 10 mov %r15,0x10(%rbx) -ffffffff8001ccde: 31 c0 xor %eax,%eax -ffffffff8001cce0: 48 83 c4 08 add $0x8,%rsp -ffffffff8001cce4: 5b pop %rbx -ffffffff8001cce5: 41 5e pop %r14 -ffffffff8001cce7: 41 5f pop %r15 -ffffffff8001cce9: 5d pop %rbp -ffffffff8001ccea: c3 ret -ffffffff8001cceb: 48 89 df mov %rbx,%rdi -ffffffff8001ccee: 4c 89 fe mov %r15,%rsi -ffffffff8001ccf1: 4c 89 f2 mov %r14,%rdx -ffffffff8001ccf4: e8 07 00 00 00 call ffffffff8001cd00 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$7reserve21do_reserve_and_handle17h458c9f46e70e8f07E> -ffffffff8001ccf9: 4c 8b 7b 10 mov 0x10(%rbx),%r15 -ffffffff8001ccfd: eb c6 jmp ffffffff8001ccc5 <_ZN58_$LT$alloc..string..String$u20$as$u20$core..fmt..Write$GT$10write_char17h931c45c7bef94270E+0xe5> -ffffffff8001ccff: 90 nop - -ffffffff8001cd00 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$7reserve21do_reserve_and_handle17h458c9f46e70e8f07E>: -ffffffff8001cd00: 55 push %rbp -ffffffff8001cd01: 48 89 e5 mov %rsp,%rbp -ffffffff8001cd04: 41 56 push %r14 -ffffffff8001cd06: 53 push %rbx -ffffffff8001cd07: 48 83 ec 30 sub $0x30,%rsp -ffffffff8001cd0b: 48 01 d6 add %rdx,%rsi -ffffffff8001cd0e: 72 7b jb ffffffff8001cd8b <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$7reserve21do_reserve_and_handle17h458c9f46e70e8f07E+0x8b> -ffffffff8001cd10: 48 89 fb mov %rdi,%rbx -ffffffff8001cd13: 48 8b 47 08 mov 0x8(%rdi),%rax -ffffffff8001cd17: 48 8d 0c 00 lea (%rax,%rax,1),%rcx -ffffffff8001cd1b: 48 39 f1 cmp %rsi,%rcx -ffffffff8001cd1e: 48 0f 47 f1 cmova %rcx,%rsi -ffffffff8001cd22: 48 83 fe 09 cmp $0x9,%rsi -ffffffff8001cd26: 41 be 08 00 00 00 mov $0x8,%r14d -ffffffff8001cd2c: 4c 0f 43 f6 cmovae %rsi,%r14 -ffffffff8001cd30: 4c 89 f6 mov %r14,%rsi -ffffffff8001cd33: 48 f7 d6 not %rsi -ffffffff8001cd36: 48 c1 ee 3f shr $0x3f,%rsi -ffffffff8001cd3a: 48 85 c0 test %rax,%rax -ffffffff8001cd3d: 74 15 je ffffffff8001cd54 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$7reserve21do_reserve_and_handle17h458c9f46e70e8f07E+0x54> -ffffffff8001cd3f: 48 8b 0b mov (%rbx),%rcx -ffffffff8001cd42: 48 89 4d d8 mov %rcx,-0x28(%rbp) -ffffffff8001cd46: 48 c7 45 e0 01 00 00 movq $0x1,-0x20(%rbp) -ffffffff8001cd4d: 00 -ffffffff8001cd4e: 48 89 45 e8 mov %rax,-0x18(%rbp) -ffffffff8001cd52: eb 08 jmp ffffffff8001cd5c <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$7reserve21do_reserve_and_handle17h458c9f46e70e8f07E+0x5c> -ffffffff8001cd54: 48 c7 45 e0 00 00 00 movq $0x0,-0x20(%rbp) -ffffffff8001cd5b: 00 -ffffffff8001cd5c: 48 8d 7d c0 lea -0x40(%rbp),%rdi -ffffffff8001cd60: 48 8d 4d d8 lea -0x28(%rbp),%rcx -ffffffff8001cd64: 4c 89 f2 mov %r14,%rdx -ffffffff8001cd67: e8 f4 00 00 00 call ffffffff8001ce60 <_ZN5alloc7raw_vec11finish_grow17h65132c10161f4a8cE.llvm.111260335856456827> -ffffffff8001cd6c: 48 83 7d c0 00 cmpq $0x0,-0x40(%rbp) -ffffffff8001cd71: 48 8b 7d c8 mov -0x38(%rbp),%rdi -ffffffff8001cd75: 74 1b je ffffffff8001cd92 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$7reserve21do_reserve_and_handle17h458c9f46e70e8f07E+0x92> -ffffffff8001cd77: 48 b8 01 00 00 00 00 movabs $0x8000000000000001,%rax -ffffffff8001cd7e: 00 00 80 -ffffffff8001cd81: 48 39 c7 cmp %rax,%rdi -ffffffff8001cd84: 74 13 je ffffffff8001cd99 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$7reserve21do_reserve_and_handle17h458c9f46e70e8f07E+0x99> -ffffffff8001cd86: 48 85 ff test %rdi,%rdi -ffffffff8001cd89: 75 17 jne ffffffff8001cda2 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$7reserve21do_reserve_and_handle17h458c9f46e70e8f07E+0xa2> -ffffffff8001cd8b: e8 60 01 00 00 call ffffffff8001cef0 <_ZN5alloc7raw_vec17capacity_overflow17h7464486241893bcbE> -ffffffff8001cd90: 0f 0b ud2 -ffffffff8001cd92: 48 89 3b mov %rdi,(%rbx) -ffffffff8001cd95: 4c 89 73 08 mov %r14,0x8(%rbx) -ffffffff8001cd99: 48 83 c4 30 add $0x30,%rsp -ffffffff8001cd9d: 5b pop %rbx -ffffffff8001cd9e: 41 5e pop %r14 -ffffffff8001cda0: 5d pop %rbp -ffffffff8001cda1: c3 ret -ffffffff8001cda2: 48 8b 75 d0 mov -0x30(%rbp),%rsi -ffffffff8001cda6: e8 15 05 00 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff8001cdab: 0f 0b ud2 -ffffffff8001cdad: 0f 1f 00 nopl (%rax) - -ffffffff8001cdb0 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17h852ccf5f2612ec60E>: -ffffffff8001cdb0: 55 push %rbp -ffffffff8001cdb1: 48 89 e5 mov %rsp,%rbp -ffffffff8001cdb4: 41 56 push %r14 -ffffffff8001cdb6: 53 push %rbx -ffffffff8001cdb7: 48 83 ec 30 sub $0x30,%rsp -ffffffff8001cdbb: 48 ff c6 inc %rsi -ffffffff8001cdbe: 74 7b je ffffffff8001ce3b <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17h852ccf5f2612ec60E+0x8b> -ffffffff8001cdc0: 48 89 fb mov %rdi,%rbx -ffffffff8001cdc3: 48 8b 47 08 mov 0x8(%rdi),%rax -ffffffff8001cdc7: 48 8d 0c 00 lea (%rax,%rax,1),%rcx -ffffffff8001cdcb: 48 39 f1 cmp %rsi,%rcx -ffffffff8001cdce: 48 0f 47 f1 cmova %rcx,%rsi -ffffffff8001cdd2: 48 83 fe 09 cmp $0x9,%rsi -ffffffff8001cdd6: 41 be 08 00 00 00 mov $0x8,%r14d -ffffffff8001cddc: 4c 0f 43 f6 cmovae %rsi,%r14 -ffffffff8001cde0: 4c 89 f6 mov %r14,%rsi -ffffffff8001cde3: 48 f7 d6 not %rsi -ffffffff8001cde6: 48 c1 ee 3f shr $0x3f,%rsi -ffffffff8001cdea: 48 85 c0 test %rax,%rax -ffffffff8001cded: 74 15 je ffffffff8001ce04 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17h852ccf5f2612ec60E+0x54> -ffffffff8001cdef: 48 8b 0b mov (%rbx),%rcx -ffffffff8001cdf2: 48 89 4d d8 mov %rcx,-0x28(%rbp) -ffffffff8001cdf6: 48 c7 45 e0 01 00 00 movq $0x1,-0x20(%rbp) -ffffffff8001cdfd: 00 -ffffffff8001cdfe: 48 89 45 e8 mov %rax,-0x18(%rbp) -ffffffff8001ce02: eb 08 jmp ffffffff8001ce0c <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17h852ccf5f2612ec60E+0x5c> -ffffffff8001ce04: 48 c7 45 e0 00 00 00 movq $0x0,-0x20(%rbp) -ffffffff8001ce0b: 00 -ffffffff8001ce0c: 48 8d 7d c0 lea -0x40(%rbp),%rdi -ffffffff8001ce10: 48 8d 4d d8 lea -0x28(%rbp),%rcx -ffffffff8001ce14: 4c 89 f2 mov %r14,%rdx -ffffffff8001ce17: e8 44 00 00 00 call ffffffff8001ce60 <_ZN5alloc7raw_vec11finish_grow17h65132c10161f4a8cE.llvm.111260335856456827> -ffffffff8001ce1c: 48 83 7d c0 00 cmpq $0x0,-0x40(%rbp) -ffffffff8001ce21: 48 8b 7d c8 mov -0x38(%rbp),%rdi -ffffffff8001ce25: 74 1b je ffffffff8001ce42 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17h852ccf5f2612ec60E+0x92> -ffffffff8001ce27: 48 b8 01 00 00 00 00 movabs $0x8000000000000001,%rax -ffffffff8001ce2e: 00 00 80 -ffffffff8001ce31: 48 39 c7 cmp %rax,%rdi -ffffffff8001ce34: 74 13 je ffffffff8001ce49 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17h852ccf5f2612ec60E+0x99> -ffffffff8001ce36: 48 85 ff test %rdi,%rdi -ffffffff8001ce39: 75 17 jne ffffffff8001ce52 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17h852ccf5f2612ec60E+0xa2> -ffffffff8001ce3b: e8 b0 00 00 00 call ffffffff8001cef0 <_ZN5alloc7raw_vec17capacity_overflow17h7464486241893bcbE> -ffffffff8001ce40: 0f 0b ud2 -ffffffff8001ce42: 48 89 3b mov %rdi,(%rbx) -ffffffff8001ce45: 4c 89 73 08 mov %r14,0x8(%rbx) -ffffffff8001ce49: 48 83 c4 30 add $0x30,%rsp -ffffffff8001ce4d: 5b pop %rbx -ffffffff8001ce4e: 41 5e pop %r14 -ffffffff8001ce50: 5d pop %rbp -ffffffff8001ce51: c3 ret -ffffffff8001ce52: 48 8b 75 d0 mov -0x30(%rbp),%rsi -ffffffff8001ce56: e8 65 04 00 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff8001ce5b: 0f 0b ud2 -ffffffff8001ce5d: 0f 1f 00 nopl (%rax) - -ffffffff8001ce60 <_ZN5alloc7raw_vec11finish_grow17h65132c10161f4a8cE.llvm.111260335856456827>: -ffffffff8001ce60: 55 push %rbp -ffffffff8001ce61: 48 89 e5 mov %rsp,%rbp -ffffffff8001ce64: 41 56 push %r14 -ffffffff8001ce66: 53 push %rbx -ffffffff8001ce67: 48 89 d3 mov %rdx,%rbx -ffffffff8001ce6a: 49 89 fe mov %rdi,%r14 -ffffffff8001ce6d: 48 85 f6 test %rsi,%rsi -ffffffff8001ce70: 74 52 je ffffffff8001cec4 <_ZN5alloc7raw_vec11finish_grow17h65132c10161f4a8cE.llvm.111260335856456827+0x64> -ffffffff8001ce72: 48 83 79 08 00 cmpq $0x0,0x8(%rcx) -ffffffff8001ce77: 74 20 je ffffffff8001ce99 <_ZN5alloc7raw_vec11finish_grow17h65132c10161f4a8cE.llvm.111260335856456827+0x39> -ffffffff8001ce79: 48 8b 71 10 mov 0x10(%rcx),%rsi -ffffffff8001ce7d: 48 85 f6 test %rsi,%rsi -ffffffff8001ce80: 74 17 je ffffffff8001ce99 <_ZN5alloc7raw_vec11finish_grow17h65132c10161f4a8cE.llvm.111260335856456827+0x39> -ffffffff8001ce82: 48 8b 39 mov (%rcx),%rdi -ffffffff8001ce85: ba 01 00 00 00 mov $0x1,%edx -ffffffff8001ce8a: 48 89 d9 mov %rbx,%rcx -ffffffff8001ce8d: e8 0e db ff ff call ffffffff8001a9a0 <__rust_realloc> -ffffffff8001ce92: 48 85 c0 test %rax,%rax -ffffffff8001ce95: 75 41 jne ffffffff8001ced8 <_ZN5alloc7raw_vec11finish_grow17h65132c10161f4a8cE.llvm.111260335856456827+0x78> -ffffffff8001ce97: eb 21 jmp ffffffff8001ceba <_ZN5alloc7raw_vec11finish_grow17h65132c10161f4a8cE.llvm.111260335856456827+0x5a> -ffffffff8001ce99: 48 85 db test %rbx,%rbx -ffffffff8001ce9c: 74 35 je ffffffff8001ced3 <_ZN5alloc7raw_vec11finish_grow17h65132c10161f4a8cE.llvm.111260335856456827+0x73> -ffffffff8001ce9e: 48 8d 05 71 fd 00 00 lea 0xfd71(%rip),%rax # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff8001cea5: 0f b6 00 movzbl (%rax),%eax -ffffffff8001cea8: be 01 00 00 00 mov $0x1,%esi -ffffffff8001cead: 48 89 df mov %rbx,%rdi -ffffffff8001ceb0: e8 9b d9 ff ff call ffffffff8001a850 <__rust_alloc> -ffffffff8001ceb5: 48 85 c0 test %rax,%rax -ffffffff8001ceb8: 75 1e jne ffffffff8001ced8 <_ZN5alloc7raw_vec11finish_grow17h65132c10161f4a8cE.llvm.111260335856456827+0x78> -ffffffff8001ceba: 49 c7 46 08 01 00 00 movq $0x1,0x8(%r14) -ffffffff8001cec1: 00 -ffffffff8001cec2: eb 08 jmp ffffffff8001cecc <_ZN5alloc7raw_vec11finish_grow17h65132c10161f4a8cE.llvm.111260335856456827+0x6c> -ffffffff8001cec4: 49 c7 46 08 00 00 00 movq $0x0,0x8(%r14) -ffffffff8001cecb: 00 -ffffffff8001cecc: b8 01 00 00 00 mov $0x1,%eax -ffffffff8001ced1: eb 0b jmp ffffffff8001cede <_ZN5alloc7raw_vec11finish_grow17h65132c10161f4a8cE.llvm.111260335856456827+0x7e> -ffffffff8001ced3: b8 01 00 00 00 mov $0x1,%eax -ffffffff8001ced8: 49 89 46 08 mov %rax,0x8(%r14) -ffffffff8001cedc: 31 c0 xor %eax,%eax -ffffffff8001cede: 49 89 5e 10 mov %rbx,0x10(%r14) -ffffffff8001cee2: 49 89 06 mov %rax,(%r14) -ffffffff8001cee5: 5b pop %rbx -ffffffff8001cee6: 41 5e pop %r14 -ffffffff8001cee8: 5d pop %rbp -ffffffff8001cee9: c3 ret -ffffffff8001ceea: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1) - -ffffffff8001cef0 <_ZN5alloc7raw_vec17capacity_overflow17h7464486241893bcbE>: -ffffffff8001cef0: 55 push %rbp -ffffffff8001cef1: 48 89 e5 mov %rsp,%rbp -ffffffff8001cef4: 48 83 ec 30 sub $0x30,%rsp -ffffffff8001cef8: 48 8d 05 09 e7 00 00 lea 0xe709(%rip),%rax # ffffffff8002b608 -ffffffff8001ceff: 48 89 45 d0 mov %rax,-0x30(%rbp) -ffffffff8001cf03: 48 c7 45 d8 01 00 00 movq $0x1,-0x28(%rbp) -ffffffff8001cf0a: 00 -ffffffff8001cf0b: 48 c7 45 f0 00 00 00 movq $0x0,-0x10(%rbp) -ffffffff8001cf12: 00 -ffffffff8001cf13: 48 8d 05 e6 98 00 00 lea 0x98e6(%rip),%rax # ffffffff80026800 -ffffffff8001cf1a: 48 89 45 e0 mov %rax,-0x20(%rbp) -ffffffff8001cf1e: 48 c7 45 e8 00 00 00 movq $0x0,-0x18(%rbp) -ffffffff8001cf25: 00 -ffffffff8001cf26: 48 8d 35 eb e6 00 00 lea 0xe6eb(%rip),%rsi # ffffffff8002b618 -ffffffff8001cf2d: 48 8d 7d d0 lea -0x30(%rbp),%rdi -ffffffff8001cf31: e8 ea 47 00 00 call ffffffff80021720 <_ZN4core9panicking9panic_fmt17hdab3eca30d19da73E> -ffffffff8001cf36: 0f 0b ud2 -ffffffff8001cf38: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff8001cf3f: 00 - -ffffffff8001cf40 <_ZN4core3ptr37drop_in_place$LT$core..fmt..Error$GT$17h86433bee91db3d3aE>: -ffffffff8001cf40: 55 push %rbp -ffffffff8001cf41: 48 89 e5 mov %rsp,%rbp -ffffffff8001cf44: 5d pop %rbp -ffffffff8001cf45: c3 ret -ffffffff8001cf46: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001cf4d: 00 00 00 - -ffffffff8001cf50 <_ZN4core3ptr42drop_in_place$LT$alloc..string..String$GT$17h82981ddee6cc26f9E>: -ffffffff8001cf50: 55 push %rbp -ffffffff8001cf51: 48 89 e5 mov %rsp,%rbp -ffffffff8001cf54: 48 8b 77 08 mov 0x8(%rdi),%rsi -ffffffff8001cf58: 48 85 f6 test %rsi,%rsi -ffffffff8001cf5b: 74 0e je ffffffff8001cf6b <_ZN4core3ptr42drop_in_place$LT$alloc..string..String$GT$17h82981ddee6cc26f9E+0x1b> -ffffffff8001cf5d: 48 8b 3f mov (%rdi),%rdi -ffffffff8001cf60: ba 01 00 00 00 mov $0x1,%edx -ffffffff8001cf65: 5d pop %rbp -ffffffff8001cf66: e9 85 d9 ff ff jmp ffffffff8001a8f0 <__rust_dealloc> -ffffffff8001cf6b: 5d pop %rbp -ffffffff8001cf6c: c3 ret -ffffffff8001cf6d: 0f 1f 00 nopl (%rax) - -ffffffff8001cf70 <_ZN53_$LT$core..fmt..Error$u20$as$u20$core..fmt..Debug$GT$3fmt17he9e4054aa7e05521E>: -ffffffff8001cf70: 55 push %rbp -ffffffff8001cf71: 48 89 e5 mov %rsp,%rbp -ffffffff8001cf74: 48 89 f7 mov %rsi,%rdi -ffffffff8001cf77: 48 8d 35 08 99 00 00 lea 0x9908(%rip),%rsi # ffffffff80026886 -ffffffff8001cf7e: ba 05 00 00 00 mov $0x5,%edx -ffffffff8001cf83: 5d pop %rbp -ffffffff8001cf84: e9 27 19 00 00 jmp ffffffff8001e8b0 <_ZN4core3fmt9Formatter9write_str17h5399c4ae0c5f789dE> -ffffffff8001cf89: 0f 1f 80 00 00 00 00 nopl 0x0(%rax) - -ffffffff8001cf90 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE>: -ffffffff8001cf90: 55 push %rbp -ffffffff8001cf91: 48 89 e5 mov %rsp,%rbp -ffffffff8001cf94: 41 57 push %r15 -ffffffff8001cf96: 41 56 push %r14 -ffffffff8001cf98: 53 push %rbx -ffffffff8001cf99: 48 83 ec 28 sub $0x28,%rsp -ffffffff8001cf9d: 49 89 f6 mov %rsi,%r14 -ffffffff8001cfa0: 48 89 fb mov %rdi,%rbx -ffffffff8001cfa3: 48 8b 56 08 mov 0x8(%rsi),%rdx -ffffffff8001cfa7: 48 85 d2 test %rdx,%rdx -ffffffff8001cfaa: 0f 84 d5 00 00 00 je ffffffff8001d085 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE+0xf5> -ffffffff8001cfb0: 49 8b 06 mov (%r14),%rax -ffffffff8001cfb3: 89 d1 mov %edx,%ecx -ffffffff8001cfb5: 83 e1 03 and $0x3,%ecx -ffffffff8001cfb8: 48 83 fa 04 cmp $0x4,%rdx -ffffffff8001cfbc: 73 07 jae ffffffff8001cfc5 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE+0x35> -ffffffff8001cfbe: 45 31 ff xor %r15d,%r15d -ffffffff8001cfc1: 31 f6 xor %esi,%esi -ffffffff8001cfc3: eb 37 jmp ffffffff8001cffc <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE+0x6c> -ffffffff8001cfc5: 48 83 e2 fc and $0xfffffffffffffffc,%rdx -ffffffff8001cfc9: 48 8d 78 38 lea 0x38(%rax),%rdi -ffffffff8001cfcd: 45 31 ff xor %r15d,%r15d -ffffffff8001cfd0: 31 f6 xor %esi,%esi -ffffffff8001cfd2: 66 66 66 66 66 2e 0f data16 data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8001cfd9: 1f 84 00 00 00 00 00 -ffffffff8001cfe0: 4c 03 7f d0 add -0x30(%rdi),%r15 -ffffffff8001cfe4: 4c 03 7f e0 add -0x20(%rdi),%r15 -ffffffff8001cfe8: 4c 03 7f f0 add -0x10(%rdi),%r15 -ffffffff8001cfec: 4c 03 3f add (%rdi),%r15 -ffffffff8001cfef: 48 83 c6 04 add $0x4,%rsi -ffffffff8001cff3: 48 83 c7 40 add $0x40,%rdi -ffffffff8001cff7: 48 39 f2 cmp %rsi,%rdx -ffffffff8001cffa: 75 e4 jne ffffffff8001cfe0 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE+0x50> -ffffffff8001cffc: 48 85 c9 test %rcx,%rcx -ffffffff8001cfff: 74 2c je ffffffff8001d02d <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE+0x9d> -ffffffff8001d001: 48 c1 e6 04 shl $0x4,%rsi -ffffffff8001d005: 48 8d 14 06 lea (%rsi,%rax,1),%rdx -ffffffff8001d009: 48 83 c2 08 add $0x8,%rdx -ffffffff8001d00d: 48 c1 e1 04 shl $0x4,%rcx -ffffffff8001d011: 31 f6 xor %esi,%esi -ffffffff8001d013: 66 66 66 66 2e 0f 1f data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8001d01a: 84 00 00 00 00 00 -ffffffff8001d020: 4c 03 3c 32 add (%rdx,%rsi,1),%r15 -ffffffff8001d024: 48 83 c6 10 add $0x10,%rsi -ffffffff8001d028: 48 39 f1 cmp %rsi,%rcx -ffffffff8001d02b: 75 f3 jne ffffffff8001d020 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE+0x90> -ffffffff8001d02d: 49 83 7e 18 00 cmpq $0x0,0x18(%r14) -ffffffff8001d032: 74 1b je ffffffff8001d04f <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE+0xbf> -ffffffff8001d034: 48 83 78 08 00 cmpq $0x0,0x8(%rax) -ffffffff8001d039: 0f 94 c0 sete %al -ffffffff8001d03c: 49 83 ff 10 cmp $0x10,%r15 -ffffffff8001d040: 0f 92 c1 setb %cl -ffffffff8001d043: 4d 85 ff test %r15,%r15 -ffffffff8001d046: 78 3d js ffffffff8001d085 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE+0xf5> -ffffffff8001d048: 20 c1 and %al,%cl -ffffffff8001d04a: 75 39 jne ffffffff8001d085 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE+0xf5> -ffffffff8001d04c: 4d 01 ff add %r15,%r15 -ffffffff8001d04f: 4d 85 ff test %r15,%r15 -ffffffff8001d052: 74 31 je ffffffff8001d085 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE+0xf5> -ffffffff8001d054: 0f 88 a4 00 00 00 js ffffffff8001d0fe <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE+0x16e> -ffffffff8001d05a: 48 8d 05 b5 fb 00 00 lea 0xfbb5(%rip),%rax # ffffffff8002cc16 <__rust_no_alloc_shim_is_unstable> -ffffffff8001d061: 0f b6 00 movzbl (%rax),%eax -ffffffff8001d064: be 01 00 00 00 mov $0x1,%esi -ffffffff8001d069: 4c 89 ff mov %r15,%rdi -ffffffff8001d06c: e8 df d7 ff ff call ffffffff8001a850 <__rust_alloc> -ffffffff8001d071: 48 85 c0 test %rax,%rax -ffffffff8001d074: 75 17 jne ffffffff8001d08d <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE+0xfd> -ffffffff8001d076: bf 01 00 00 00 mov $0x1,%edi -ffffffff8001d07b: 4c 89 fe mov %r15,%rsi -ffffffff8001d07e: e8 3d 02 00 00 call ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E> -ffffffff8001d083: 0f 0b ud2 -ffffffff8001d085: b8 01 00 00 00 mov $0x1,%eax -ffffffff8001d08a: 45 31 ff xor %r15d,%r15d -ffffffff8001d08d: 48 89 45 c8 mov %rax,-0x38(%rbp) -ffffffff8001d091: 4c 89 7d d0 mov %r15,-0x30(%rbp) -ffffffff8001d095: 48 c7 45 d8 00 00 00 movq $0x0,-0x28(%rbp) -ffffffff8001d09c: 00 -ffffffff8001d09d: 48 8d 35 8c e5 00 00 lea 0xe58c(%rip),%rsi # ffffffff8002b630 -ffffffff8001d0a4: 48 8d 7d c8 lea -0x38(%rbp),%rdi -ffffffff8001d0a8: 4c 89 f2 mov %r14,%rdx -ffffffff8001d0ab: e8 60 0f 00 00 call ffffffff8001e010 <_ZN4core3fmt5write17h2d87311a04992a27E> -ffffffff8001d0b0: 84 c0 test %al,%al -ffffffff8001d0b2: 75 25 jne ffffffff8001d0d9 <_ZN5alloc3fmt6format12format_inner17hf9ccfc8027bedc8fE+0x149> -ffffffff8001d0b4: 48 8b 45 d8 mov -0x28(%rbp),%rax -ffffffff8001d0b8: 48 89 43 10 mov %rax,0x10(%rbx) -ffffffff8001d0bc: 48 8b 45 c8 mov -0x38(%rbp),%rax -ffffffff8001d0c0: 48 8b 4d d0 mov -0x30(%rbp),%rcx -ffffffff8001d0c4: 48 89 4b 08 mov %rcx,0x8(%rbx) -ffffffff8001d0c8: 48 89 03 mov %rax,(%rbx) -ffffffff8001d0cb: 48 89 d8 mov %rbx,%rax -ffffffff8001d0ce: 48 83 c4 28 add $0x28,%rsp -ffffffff8001d0d2: 5b pop %rbx -ffffffff8001d0d3: 41 5e pop %r14 -ffffffff8001d0d5: 41 5f pop %r15 -ffffffff8001d0d7: 5d pop %rbp -ffffffff8001d0d8: c3 ret -ffffffff8001d0d9: 48 8d 3d ab 97 00 00 lea 0x97ab(%rip),%rdi # ffffffff8002688b -ffffffff8001d0e0: 48 8d 0d 79 e5 00 00 lea 0xe579(%rip),%rcx # ffffffff8002b660 -ffffffff8001d0e7: 4c 8d 05 92 e5 00 00 lea 0xe592(%rip),%r8 # ffffffff8002b680 -ffffffff8001d0ee: 48 8d 55 e7 lea -0x19(%rbp),%rdx -ffffffff8001d0f2: be 33 00 00 00 mov $0x33,%esi -ffffffff8001d0f7: e8 84 4c 00 00 call ffffffff80021d80 <_ZN4core6result13unwrap_failed17h657510ce64ac5bccE> -ffffffff8001d0fc: 0f 0b ud2 -ffffffff8001d0fe: e8 ed fd ff ff call ffffffff8001cef0 <_ZN5alloc7raw_vec17capacity_overflow17h7464486241893bcbE> -ffffffff8001d103: 0f 0b ud2 -ffffffff8001d105: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001d10c: 00 00 00 -ffffffff8001d10f: 90 nop - -ffffffff8001d110 <_ZN58_$LT$alloc..string..String$u20$as$u20$core..fmt..Write$GT$9write_str17h776e78261e6f98c1E>: -ffffffff8001d110: 55 push %rbp -ffffffff8001d111: 48 89 e5 mov %rsp,%rbp -ffffffff8001d114: 41 57 push %r15 -ffffffff8001d116: 41 56 push %r14 -ffffffff8001d118: 41 54 push %r12 -ffffffff8001d11a: 53 push %rbx -ffffffff8001d11b: 48 89 d3 mov %rdx,%rbx -ffffffff8001d11e: 49 89 f7 mov %rsi,%r15 -ffffffff8001d121: 49 89 fe mov %rdi,%r14 -ffffffff8001d124: 48 8b 47 08 mov 0x8(%rdi),%rax -ffffffff8001d128: 4c 8b 67 10 mov 0x10(%rdi),%r12 -ffffffff8001d12c: 4c 29 e0 sub %r12,%rax -ffffffff8001d12f: 48 39 d0 cmp %rdx,%rax -ffffffff8001d132: 72 23 jb ffffffff8001d157 <_ZN58_$LT$alloc..string..String$u20$as$u20$core..fmt..Write$GT$9write_str17h776e78261e6f98c1E+0x47> -ffffffff8001d134: 49 8b 3e mov (%r14),%rdi -ffffffff8001d137: 4c 01 e7 add %r12,%rdi -ffffffff8001d13a: 4c 89 fe mov %r15,%rsi -ffffffff8001d13d: 48 89 da mov %rbx,%rdx -ffffffff8001d140: e8 3b 55 00 00 call ffffffff80022680 -ffffffff8001d145: 49 01 dc add %rbx,%r12 -ffffffff8001d148: 4d 89 66 10 mov %r12,0x10(%r14) -ffffffff8001d14c: 31 c0 xor %eax,%eax -ffffffff8001d14e: 5b pop %rbx -ffffffff8001d14f: 41 5c pop %r12 -ffffffff8001d151: 41 5e pop %r14 -ffffffff8001d153: 41 5f pop %r15 -ffffffff8001d155: 5d pop %rbp -ffffffff8001d156: c3 ret -ffffffff8001d157: 4c 89 f7 mov %r14,%rdi -ffffffff8001d15a: 4c 89 e6 mov %r12,%rsi -ffffffff8001d15d: 48 89 da mov %rbx,%rdx -ffffffff8001d160: e8 9b fb ff ff call ffffffff8001cd00 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$7reserve21do_reserve_and_handle17h458c9f46e70e8f07E> -ffffffff8001d165: 4d 8b 66 10 mov 0x10(%r14),%r12 -ffffffff8001d169: eb c9 jmp ffffffff8001d134 <_ZN58_$LT$alloc..string..String$u20$as$u20$core..fmt..Write$GT$9write_str17h776e78261e6f98c1E+0x24> -ffffffff8001d16b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) - -ffffffff8001d170 <_ZN58_$LT$alloc..string..String$u20$as$u20$core..fmt..Write$GT$10write_char17h931c45c7bef94270E>: -ffffffff8001d170: 55 push %rbp -ffffffff8001d171: 48 89 e5 mov %rsp,%rbp -ffffffff8001d174: 41 57 push %r15 -ffffffff8001d176: 41 56 push %r14 -ffffffff8001d178: 53 push %rbx -ffffffff8001d179: 50 push %rax -ffffffff8001d17a: 41 89 f6 mov %esi,%r14d -ffffffff8001d17d: 48 89 fb mov %rdi,%rbx -ffffffff8001d180: 81 fe 80 00 00 00 cmp $0x80,%esi -ffffffff8001d186: 73 26 jae ffffffff8001d1ae <_ZN58_$LT$alloc..string..String$u20$as$u20$core..fmt..Write$GT$10write_char17h931c45c7bef94270E+0x3e> -ffffffff8001d188: 48 8b 73 10 mov 0x10(%rbx),%rsi -ffffffff8001d18c: 48 3b 73 08 cmp 0x8(%rbx),%rsi -ffffffff8001d190: 75 0c jne ffffffff8001d19e <_ZN58_$LT$alloc..string..String$u20$as$u20$core..fmt..Write$GT$10write_char17h931c45c7bef94270E+0x2e> -ffffffff8001d192: 48 89 df mov %rbx,%rdi -ffffffff8001d195: e8 16 fc ff ff call ffffffff8001cdb0 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$16reserve_for_push17h852ccf5f2612ec60E> -ffffffff8001d19a: 48 8b 73 10 mov 0x10(%rbx),%rsi -ffffffff8001d19e: 48 8b 03 mov (%rbx),%rax -ffffffff8001d1a1: 44 88 34 30 mov %r14b,(%rax,%rsi,1) -ffffffff8001d1a5: 48 ff 43 10 incq 0x10(%rbx) -ffffffff8001d1a9: e9 c0 00 00 00 jmp ffffffff8001d26e <_ZN58_$LT$alloc..string..String$u20$as$u20$core..fmt..Write$GT$10write_char17h931c45c7bef94270E+0xfe> -ffffffff8001d1ae: c7 45 e4 00 00 00 00 movl $0x0,-0x1c(%rbp) -ffffffff8001d1b5: 44 89 f0 mov %r14d,%eax -ffffffff8001d1b8: 41 81 fe 00 08 00 00 cmp $0x800,%r14d -ffffffff8001d1bf: 73 1c jae ffffffff8001d1dd <_ZN58_$LT$alloc..string..String$u20$as$u20$core..fmt..Write$GT$10write_char17h931c45c7bef94270E+0x6d> -ffffffff8001d1c1: c1 e8 06 shr $0x6,%eax -ffffffff8001d1c4: 0c c0 or $0xc0,%al -ffffffff8001d1c6: 88 45 e4 mov %al,-0x1c(%rbp) -ffffffff8001d1c9: 41 80 e6 3f and $0x3f,%r14b -ffffffff8001d1cd: 41 80 ce 80 or $0x80,%r14b -ffffffff8001d1d1: 44 88 75 e5 mov %r14b,-0x1b(%rbp) -ffffffff8001d1d5: 41 be 02 00 00 00 mov $0x2,%r14d -ffffffff8001d1db: eb 68 jmp ffffffff8001d245 <_ZN58_$LT$alloc..string..String$u20$as$u20$core..fmt..Write$GT$10write_char17h931c45c7bef94270E+0xd5> -ffffffff8001d1dd: 41 81 fe 00 00 01 00 cmp $0x10000,%r14d -ffffffff8001d1e4: 73 29 jae ffffffff8001d20f <_ZN58_$LT$alloc..string..String$u20$as$u20$core..fmt..Write$GT$10write_char17h931c45c7bef94270E+0x9f> -ffffffff8001d1e6: c1 e8 0c shr $0xc,%eax -ffffffff8001d1e9: 0c e0 or $0xe0,%al -ffffffff8001d1eb: 88 45 e4 mov %al,-0x1c(%rbp) -ffffffff8001d1ee: 44 89 f0 mov %r14d,%eax -ffffffff8001d1f1: c1 e8 06 shr $0x6,%eax -ffffffff8001d1f4: 24 3f and $0x3f,%al -ffffffff8001d1f6: 0c 80 or $0x80,%al -ffffffff8001d1f8: 88 45 e5 mov %al,-0x1b(%rbp) -ffffffff8001d1fb: 41 80 e6 3f and $0x3f,%r14b -ffffffff8001d1ff: 41 80 ce 80 or $0x80,%r14b -ffffffff8001d203: 44 88 75 e6 mov %r14b,-0x1a(%rbp) -ffffffff8001d207: 41 be 03 00 00 00 mov $0x3,%r14d -ffffffff8001d20d: eb 36 jmp ffffffff8001d245 <_ZN58_$LT$alloc..string..String$u20$as$u20$core..fmt..Write$GT$10write_char17h931c45c7bef94270E+0xd5> -ffffffff8001d20f: c1 e8 12 shr $0x12,%eax -ffffffff8001d212: 24 07 and $0x7,%al -ffffffff8001d214: 0c f0 or $0xf0,%al -ffffffff8001d216: 88 45 e4 mov %al,-0x1c(%rbp) -ffffffff8001d219: 44 89 f0 mov %r14d,%eax -ffffffff8001d21c: c1 e8 0c shr $0xc,%eax -ffffffff8001d21f: 24 3f and $0x3f,%al -ffffffff8001d221: 0c 80 or $0x80,%al -ffffffff8001d223: 88 45 e5 mov %al,-0x1b(%rbp) -ffffffff8001d226: 44 89 f0 mov %r14d,%eax -ffffffff8001d229: c1 e8 06 shr $0x6,%eax -ffffffff8001d22c: 24 3f and $0x3f,%al -ffffffff8001d22e: 0c 80 or $0x80,%al -ffffffff8001d230: 88 45 e6 mov %al,-0x1a(%rbp) -ffffffff8001d233: 41 80 e6 3f and $0x3f,%r14b -ffffffff8001d237: 41 80 ce 80 or $0x80,%r14b -ffffffff8001d23b: 44 88 75 e7 mov %r14b,-0x19(%rbp) -ffffffff8001d23f: 41 be 04 00 00 00 mov $0x4,%r14d -ffffffff8001d245: 48 8b 43 08 mov 0x8(%rbx),%rax -ffffffff8001d249: 4c 8b 7b 10 mov 0x10(%rbx),%r15 -ffffffff8001d24d: 4c 29 f8 sub %r15,%rax -ffffffff8001d250: 4c 39 f0 cmp %r14,%rax -ffffffff8001d253: 72 26 jb ffffffff8001d27b <_ZN58_$LT$alloc..string..String$u20$as$u20$core..fmt..Write$GT$10write_char17h931c45c7bef94270E+0x10b> -ffffffff8001d255: 48 8b 3b mov (%rbx),%rdi -ffffffff8001d258: 4c 01 ff add %r15,%rdi -ffffffff8001d25b: 48 8d 75 e4 lea -0x1c(%rbp),%rsi -ffffffff8001d25f: 4c 89 f2 mov %r14,%rdx -ffffffff8001d262: e8 19 54 00 00 call ffffffff80022680 -ffffffff8001d267: 4d 01 f7 add %r14,%r15 -ffffffff8001d26a: 4c 89 7b 10 mov %r15,0x10(%rbx) -ffffffff8001d26e: 31 c0 xor %eax,%eax -ffffffff8001d270: 48 83 c4 08 add $0x8,%rsp -ffffffff8001d274: 5b pop %rbx -ffffffff8001d275: 41 5e pop %r14 -ffffffff8001d277: 41 5f pop %r15 -ffffffff8001d279: 5d pop %rbp -ffffffff8001d27a: c3 ret -ffffffff8001d27b: 48 89 df mov %rbx,%rdi -ffffffff8001d27e: 4c 89 fe mov %r15,%rsi -ffffffff8001d281: 4c 89 f2 mov %r14,%rdx -ffffffff8001d284: e8 77 fa ff ff call ffffffff8001cd00 <_ZN5alloc7raw_vec19RawVec$LT$T$C$A$GT$7reserve21do_reserve_and_handle17h458c9f46e70e8f07E> -ffffffff8001d289: 4c 8b 7b 10 mov 0x10(%rbx),%r15 -ffffffff8001d28d: eb c6 jmp ffffffff8001d255 <_ZN58_$LT$alloc..string..String$u20$as$u20$core..fmt..Write$GT$10write_char17h931c45c7bef94270E+0xe5> -ffffffff8001d28f: 90 nop - -ffffffff8001d290 <_ZN4core3ptr53drop_in_place$LT$core..alloc..layout..LayoutError$GT$17h76c83f613b647e2dE>: -ffffffff8001d290: 55 push %rbp -ffffffff8001d291: 48 89 e5 mov %rsp,%rbp -ffffffff8001d294: 5d pop %rbp -ffffffff8001d295: c3 ret -ffffffff8001d296: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001d29d: 00 00 00 - -ffffffff8001d2a0 <_ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17h77b0abc144007d5aE>: -ffffffff8001d2a0: 55 push %rbp -ffffffff8001d2a1: 48 89 e5 mov %rsp,%rbp -ffffffff8001d2a4: 48 89 f7 mov %rsi,%rdi -ffffffff8001d2a7: 48 8d 35 81 96 00 00 lea 0x9681(%rip),%rsi # ffffffff8002692f -ffffffff8001d2ae: ba 0b 00 00 00 mov $0xb,%edx -ffffffff8001d2b3: 5d pop %rbp -ffffffff8001d2b4: e9 f7 15 00 00 jmp ffffffff8001e8b0 <_ZN4core3fmt9Formatter9write_str17h5399c4ae0c5f789dE> -ffffffff8001d2b9: 0f 1f 80 00 00 00 00 nopl 0x0(%rax) - -ffffffff8001d2c0 <_ZN5alloc5alloc18handle_alloc_error17h21a0bcc12dd44465E>: -ffffffff8001d2c0: 55 push %rbp -ffffffff8001d2c1: 48 89 e5 mov %rsp,%rbp -ffffffff8001d2c4: 48 89 f8 mov %rdi,%rax -ffffffff8001d2c7: 48 89 f7 mov %rsi,%rdi -ffffffff8001d2ca: 48 89 c6 mov %rax,%rsi -ffffffff8001d2cd: e8 6e f5 ff ff call ffffffff8001c840 <__rust_alloc_error_handler> -ffffffff8001d2d2: 0f 0b ud2 -ffffffff8001d2d4: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001d2db: 00 00 00 -ffffffff8001d2de: 66 90 xchg %ax,%ax - -ffffffff8001d2e0 <__rdl_oom>: -ffffffff8001d2e0: 55 push %rbp -ffffffff8001d2e1: 48 89 e5 mov %rsp,%rbp -ffffffff8001d2e4: 48 83 ec 50 sub $0x50,%rsp -ffffffff8001d2e8: 48 89 7d f8 mov %rdi,-0x8(%rbp) -ffffffff8001d2ec: 48 8d 05 22 f9 00 00 lea 0xf922(%rip),%rax # ffffffff8002cc15 <__rust_alloc_error_handler_should_panic> -ffffffff8001d2f3: 80 38 00 cmpb $0x0,(%rax) -ffffffff8001d2f6: 75 52 jne ffffffff8001d34a <__rdl_oom+0x6a> -ffffffff8001d2f8: 48 8d 45 f8 lea -0x8(%rbp),%rax -ffffffff8001d2fc: 48 89 45 e8 mov %rax,-0x18(%rbp) -ffffffff8001d300: 48 8d 05 c9 4e 00 00 lea 0x4ec9(%rip),%rax # ffffffff800221d0 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u64$GT$3fmt17hb9efc93793ab2de5E> -ffffffff8001d307: 48 89 45 f0 mov %rax,-0x10(%rbp) -ffffffff8001d30b: 48 8d 05 86 e3 00 00 lea 0xe386(%rip),%rax # ffffffff8002b698 -ffffffff8001d312: 48 89 45 b8 mov %rax,-0x48(%rbp) -ffffffff8001d316: 48 c7 45 c0 02 00 00 movq $0x2,-0x40(%rbp) -ffffffff8001d31d: 00 -ffffffff8001d31e: 48 c7 45 d8 00 00 00 movq $0x0,-0x28(%rbp) -ffffffff8001d325: 00 -ffffffff8001d326: 48 8d 45 e8 lea -0x18(%rbp),%rax -ffffffff8001d32a: 48 89 45 c8 mov %rax,-0x38(%rbp) -ffffffff8001d32e: 48 c7 45 d0 01 00 00 movq $0x1,-0x30(%rbp) -ffffffff8001d335: 00 -ffffffff8001d336: 48 8d 15 7b e3 00 00 lea 0xe37b(%rip),%rdx # ffffffff8002b6b8 -ffffffff8001d33d: 48 8d 7d b8 lea -0x48(%rbp),%rdi -ffffffff8001d341: 31 f6 xor %esi,%esi -ffffffff8001d343: e8 18 44 00 00 call ffffffff80021760 <_ZN4core9panicking18panic_nounwind_fmt17he8f1daf404a7edc9E> -ffffffff8001d348: 0f 0b ud2 -ffffffff8001d34a: 48 8d 45 f8 lea -0x8(%rbp),%rax -ffffffff8001d34e: 48 89 45 e8 mov %rax,-0x18(%rbp) -ffffffff8001d352: 48 8d 05 77 4e 00 00 lea 0x4e77(%rip),%rax # ffffffff800221d0 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u64$GT$3fmt17hb9efc93793ab2de5E> -ffffffff8001d359: 48 89 45 f0 mov %rax,-0x10(%rbp) -ffffffff8001d35d: 48 8d 05 34 e3 00 00 lea 0xe334(%rip),%rax # ffffffff8002b698 -ffffffff8001d364: 48 89 45 b8 mov %rax,-0x48(%rbp) -ffffffff8001d368: 48 c7 45 c0 02 00 00 movq $0x2,-0x40(%rbp) -ffffffff8001d36f: 00 -ffffffff8001d370: 48 c7 45 d8 00 00 00 movq $0x0,-0x28(%rbp) -ffffffff8001d377: 00 -ffffffff8001d378: 48 8d 45 e8 lea -0x18(%rbp),%rax -ffffffff8001d37c: 48 89 45 c8 mov %rax,-0x38(%rbp) -ffffffff8001d380: 48 c7 45 d0 01 00 00 movq $0x1,-0x30(%rbp) -ffffffff8001d387: 00 -ffffffff8001d388: 48 8d 35 41 e3 00 00 lea 0xe341(%rip),%rsi # ffffffff8002b6d0 -ffffffff8001d38f: 48 8d 7d b8 lea -0x48(%rbp),%rdi -ffffffff8001d393: e8 88 43 00 00 call ffffffff80021720 <_ZN4core9panicking9panic_fmt17hdab3eca30d19da73E> -ffffffff8001d398: 0f 0b ud2 -ffffffff8001d39a: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1) - -ffffffff8001d3a0 <_ZN5alloc4sync32arcinner_layout_for_value_layout17hd13aecf7aa064027E>: -ffffffff8001d3a0: 48 83 ff 09 cmp $0x9,%rdi -ffffffff8001d3a4: b8 08 00 00 00 mov $0x8,%eax -ffffffff8001d3a9: 48 0f 43 c7 cmovae %rdi,%rax -ffffffff8001d3ad: 48 8d 4f 0f lea 0xf(%rdi),%rcx -ffffffff8001d3b1: 48 f7 df neg %rdi -ffffffff8001d3b4: 48 21 cf and %rcx,%rdi -ffffffff8001d3b7: 48 83 c7 f0 add $0xfffffffffffffff0,%rdi -ffffffff8001d3bb: 48 83 c7 10 add $0x10,%rdi -ffffffff8001d3bf: 72 28 jb ffffffff8001d3e9 <_ZN5alloc4sync32arcinner_layout_for_value_layout17hd13aecf7aa064027E+0x49> -ffffffff8001d3c1: 48 01 f7 add %rsi,%rdi -ffffffff8001d3c4: 72 23 jb ffffffff8001d3e9 <_ZN5alloc4sync32arcinner_layout_for_value_layout17hd13aecf7aa064027E+0x49> -ffffffff8001d3c6: 48 b9 00 00 00 00 00 movabs $0x8000000000000000,%rcx -ffffffff8001d3cd: 00 00 80 -ffffffff8001d3d0: 48 29 c1 sub %rax,%rcx -ffffffff8001d3d3: 48 39 cf cmp %rcx,%rdi -ffffffff8001d3d6: 77 11 ja ffffffff8001d3e9 <_ZN5alloc4sync32arcinner_layout_for_value_layout17hd13aecf7aa064027E+0x49> -ffffffff8001d3d8: 48 8d 0c 38 lea (%rax,%rdi,1),%rcx -ffffffff8001d3dc: 48 ff c9 dec %rcx -ffffffff8001d3df: 48 89 c2 mov %rax,%rdx -ffffffff8001d3e2: 48 f7 da neg %rdx -ffffffff8001d3e5: 48 21 ca and %rcx,%rdx -ffffffff8001d3e8: c3 ret -ffffffff8001d3e9: 55 push %rbp -ffffffff8001d3ea: 48 89 e5 mov %rsp,%rbp -ffffffff8001d3ed: 48 83 ec 10 sub $0x10,%rsp -ffffffff8001d3f1: 48 8d 3d d7 95 00 00 lea 0x95d7(%rip),%rdi # ffffffff800269cf -ffffffff8001d3f8: 48 8d 0d e9 e2 00 00 lea 0xe2e9(%rip),%rcx # ffffffff8002b6e8 -ffffffff8001d3ff: 4c 8d 05 02 e3 00 00 lea 0xe302(%rip),%r8 # ffffffff8002b708 -ffffffff8001d406: 48 8d 55 ff lea -0x1(%rbp),%rdx -ffffffff8001d40a: be 2b 00 00 00 mov $0x2b,%esi -ffffffff8001d40f: e8 6c 49 00 00 call ffffffff80021d80 <_ZN4core6result13unwrap_failed17h657510ce64ac5bccE> -ffffffff8001d414: 0f 0b ud2 -ffffffff8001d416: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001d41d: 00 00 00 - -ffffffff8001d420 <_ZN4core3num14from_str_radix17h6a2a67efe7ec78b8E>: -ffffffff8001d420: 55 push %rbp -ffffffff8001d421: 48 89 e5 mov %rsp,%rbp -ffffffff8001d424: 41 56 push %r14 -ffffffff8001d426: 53 push %rbx -ffffffff8001d427: 48 83 ec 50 sub $0x50,%rsp -ffffffff8001d42b: 89 4d ec mov %ecx,-0x14(%rbp) -ffffffff8001d42e: 8d 41 fe lea -0x2(%rcx),%eax -ffffffff8001d431: 83 f8 23 cmp $0x23,%eax -ffffffff8001d434: 0f 83 86 01 00 00 jae ffffffff8001d5c0 <_ZN4core3num14from_str_radix17h6a2a67efe7ec78b8E+0x1a0> -ffffffff8001d43a: 49 89 d0 mov %rdx,%r8 -ffffffff8001d43d: 48 85 d2 test %rdx,%rdx -ffffffff8001d440: 74 24 je ffffffff8001d466 <_ZN4core3num14from_str_radix17h6a2a67efe7ec78b8E+0x46> -ffffffff8001d442: 0f b6 06 movzbl (%rsi),%eax -ffffffff8001d445: 83 f8 2b cmp $0x2b,%eax -ffffffff8001d448: 74 25 je ffffffff8001d46f <_ZN4core3num14from_str_radix17h6a2a67efe7ec78b8E+0x4f> -ffffffff8001d44a: 83 f8 2d cmp $0x2d,%eax -ffffffff8001d44d: 75 0a jne ffffffff8001d459 <_ZN4core3num14from_str_radix17h6a2a67efe7ec78b8E+0x39> -ffffffff8001d44f: 49 83 f8 01 cmp $0x1,%r8 -ffffffff8001d453: 0f 84 7e 00 00 00 je ffffffff8001d4d7 <_ZN4core3num14from_str_radix17h6a2a67efe7ec78b8E+0xb7> -ffffffff8001d459: 41 89 c9 mov %ecx,%r9d -ffffffff8001d45c: 83 f9 10 cmp $0x10,%ecx -ffffffff8001d45f: 76 1e jbe ffffffff8001d47f <_ZN4core3num14from_str_radix17h6a2a67efe7ec78b8E+0x5f> -ffffffff8001d461: e9 7a 00 00 00 jmp ffffffff8001d4e0 <_ZN4core3num14from_str_radix17h6a2a67efe7ec78b8E+0xc0> -ffffffff8001d466: c6 47 01 00 movb $0x0,0x1(%rdi) -ffffffff8001d46a: e9 41 01 00 00 jmp ffffffff8001d5b0 <_ZN4core3num14from_str_radix17h6a2a67efe7ec78b8E+0x190> -ffffffff8001d46f: 49 ff c8 dec %r8 -ffffffff8001d472: 74 63 je ffffffff8001d4d7 <_ZN4core3num14from_str_radix17h6a2a67efe7ec78b8E+0xb7> -ffffffff8001d474: 48 ff c6 inc %rsi -ffffffff8001d477: 41 89 c9 mov %ecx,%r9d -ffffffff8001d47a: 83 f9 10 cmp $0x10,%ecx -ffffffff8001d47d: 77 61 ja ffffffff8001d4e0 <_ZN4core3num14from_str_radix17h6a2a67efe7ec78b8E+0xc0> -ffffffff8001d47f: 49 83 f8 11 cmp $0x11,%r8 -ffffffff8001d483: 73 5b jae ffffffff8001d4e0 <_ZN4core3num14from_str_radix17h6a2a67efe7ec78b8E+0xc0> -ffffffff8001d485: 31 d2 xor %edx,%edx -ffffffff8001d487: 83 f9 0a cmp $0xa,%ecx -ffffffff8001d48a: 0f 86 af 00 00 00 jbe ffffffff8001d53f <_ZN4core3num14from_str_radix17h6a2a67efe7ec78b8E+0x11f> -ffffffff8001d490: 41 ba ff ff ff ff mov $0xffffffff,%r10d -ffffffff8001d496: 45 31 db xor %r11d,%r11d -ffffffff8001d499: eb 1d jmp ffffffff8001d4b8 <_ZN4core3num14from_str_radix17h6a2a67efe7ec78b8E+0x98> -ffffffff8001d49b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) -ffffffff8001d4a0: 4d 0f af d9 imul %r9,%r11 -ffffffff8001d4a4: 89 d8 mov %ebx,%eax -ffffffff8001d4a6: 4c 01 d8 add %r11,%rax -ffffffff8001d4a9: 48 ff c2 inc %rdx -ffffffff8001d4ac: 49 89 c3 mov %rax,%r11 -ffffffff8001d4af: 49 39 d0 cmp %rdx,%r8 -ffffffff8001d4b2: 0f 84 bb 00 00 00 je ffffffff8001d573 <_ZN4core3num14from_str_radix17h6a2a67efe7ec78b8E+0x153> -ffffffff8001d4b8: 0f b6 04 16 movzbl (%rsi,%rdx,1),%eax -ffffffff8001d4bc: 8d 58 d0 lea -0x30(%rax),%ebx -ffffffff8001d4bf: 83 fb 0a cmp $0xa,%ebx -ffffffff8001d4c2: 72 dc jb ffffffff8001d4a0 <_ZN4core3num14from_str_radix17h6a2a67efe7ec78b8E+0x80> -ffffffff8001d4c4: 83 c8 20 or $0x20,%eax -ffffffff8001d4c7: 83 c0 9f add $0xffffff9f,%eax -ffffffff8001d4ca: 83 c0 0a add $0xa,%eax -ffffffff8001d4cd: 41 0f 42 c2 cmovb %r10d,%eax -ffffffff8001d4d1: 89 c3 mov %eax,%ebx -ffffffff8001d4d3: 39 c8 cmp %ecx,%eax -ffffffff8001d4d5: 72 c9 jb ffffffff8001d4a0 <_ZN4core3num14from_str_radix17h6a2a67efe7ec78b8E+0x80> -ffffffff8001d4d7: c6 47 01 01 movb $0x1,0x1(%rdi) -ffffffff8001d4db: e9 d0 00 00 00 jmp ffffffff8001d5b0 <_ZN4core3num14from_str_radix17h6a2a67efe7ec78b8E+0x190> -ffffffff8001d4e0: 45 31 d2 xor %r10d,%r10d -ffffffff8001d4e3: 83 f9 0a cmp $0xa,%ecx -ffffffff8001d4e6: 0f 86 8f 00 00 00 jbe ffffffff8001d57b <_ZN4core3num14from_str_radix17h6a2a67efe7ec78b8E+0x15b> -ffffffff8001d4ec: 41 bb ff ff ff ff mov $0xffffffff,%r11d -ffffffff8001d4f2: 31 c0 xor %eax,%eax -ffffffff8001d4f4: 66 66 66 2e 0f 1f 84 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8001d4fb: 00 00 00 00 00 -ffffffff8001d500: 4d 39 d0 cmp %r10,%r8 -ffffffff8001d503: 74 6e je ffffffff8001d573 <_ZN4core3num14from_str_radix17h6a2a67efe7ec78b8E+0x153> -ffffffff8001d505: 42 0f b6 1c 16 movzbl (%rsi,%r10,1),%ebx -ffffffff8001d50a: 49 f7 e1 mul %r9 -ffffffff8001d50d: 0f 90 c2 seto %dl -ffffffff8001d510: 44 8d 73 d0 lea -0x30(%rbx),%r14d -ffffffff8001d514: 41 83 fe 0a cmp $0xa,%r14d -ffffffff8001d518: 72 14 jb ffffffff8001d52e <_ZN4core3num14from_str_radix17h6a2a67efe7ec78b8E+0x10e> -ffffffff8001d51a: 83 cb 20 or $0x20,%ebx -ffffffff8001d51d: 83 c3 9f add $0xffffff9f,%ebx -ffffffff8001d520: 83 c3 0a add $0xa,%ebx -ffffffff8001d523: 41 0f 42 db cmovb %r11d,%ebx -ffffffff8001d527: 41 89 de mov %ebx,%r14d -ffffffff8001d52a: 39 cb cmp %ecx,%ebx -ffffffff8001d52c: 73 a9 jae ffffffff8001d4d7 <_ZN4core3num14from_str_radix17h6a2a67efe7ec78b8E+0xb7> -ffffffff8001d52e: 84 d2 test %dl,%dl -ffffffff8001d530: 75 7a jne ffffffff8001d5ac <_ZN4core3num14from_str_radix17h6a2a67efe7ec78b8E+0x18c> -ffffffff8001d532: 44 89 f2 mov %r14d,%edx -ffffffff8001d535: 49 ff c2 inc %r10 -ffffffff8001d538: 48 01 d0 add %rdx,%rax -ffffffff8001d53b: 73 c3 jae ffffffff8001d500 <_ZN4core3num14from_str_radix17h6a2a67efe7ec78b8E+0xe0> -ffffffff8001d53d: eb 6d jmp ffffffff8001d5ac <_ZN4core3num14from_str_radix17h6a2a67efe7ec78b8E+0x18c> -ffffffff8001d53f: 45 31 d2 xor %r10d,%r10d -ffffffff8001d542: 66 66 66 66 66 2e 0f data16 data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8001d549: 1f 84 00 00 00 00 00 -ffffffff8001d550: 0f b6 04 16 movzbl (%rsi,%rdx,1),%eax -ffffffff8001d554: 83 c0 d0 add $0xffffffd0,%eax -ffffffff8001d557: 39 c8 cmp %ecx,%eax -ffffffff8001d559: 0f 83 78 ff ff ff jae ffffffff8001d4d7 <_ZN4core3num14from_str_radix17h6a2a67efe7ec78b8E+0xb7> -ffffffff8001d55f: 4d 0f af d1 imul %r9,%r10 -ffffffff8001d563: 89 c0 mov %eax,%eax -ffffffff8001d565: 4c 01 d0 add %r10,%rax -ffffffff8001d568: 48 ff c2 inc %rdx -ffffffff8001d56b: 49 89 c2 mov %rax,%r10 -ffffffff8001d56e: 49 39 d0 cmp %rdx,%r8 -ffffffff8001d571: 75 dd jne ffffffff8001d550 <_ZN4core3num14from_str_radix17h6a2a67efe7ec78b8E+0x130> -ffffffff8001d573: 48 89 47 08 mov %rax,0x8(%rdi) -ffffffff8001d577: 31 c0 xor %eax,%eax -ffffffff8001d579: eb 37 jmp ffffffff8001d5b2 <_ZN4core3num14from_str_radix17h6a2a67efe7ec78b8E+0x192> -ffffffff8001d57b: 31 c0 xor %eax,%eax -ffffffff8001d57d: 0f 1f 00 nopl (%rax) -ffffffff8001d580: 4d 39 d0 cmp %r10,%r8 -ffffffff8001d583: 74 ee je ffffffff8001d573 <_ZN4core3num14from_str_radix17h6a2a67efe7ec78b8E+0x153> -ffffffff8001d585: 46 0f b6 1c 16 movzbl (%rsi,%r10,1),%r11d -ffffffff8001d58a: 49 f7 e1 mul %r9 -ffffffff8001d58d: 0f 90 c2 seto %dl -ffffffff8001d590: 41 83 c3 d0 add $0xffffffd0,%r11d -ffffffff8001d594: 41 39 cb cmp %ecx,%r11d -ffffffff8001d597: 0f 83 3a ff ff ff jae ffffffff8001d4d7 <_ZN4core3num14from_str_radix17h6a2a67efe7ec78b8E+0xb7> -ffffffff8001d59d: 84 d2 test %dl,%dl -ffffffff8001d59f: 75 0b jne ffffffff8001d5ac <_ZN4core3num14from_str_radix17h6a2a67efe7ec78b8E+0x18c> -ffffffff8001d5a1: 44 89 da mov %r11d,%edx -ffffffff8001d5a4: 49 ff c2 inc %r10 -ffffffff8001d5a7: 48 01 d0 add %rdx,%rax -ffffffff8001d5aa: 73 d4 jae ffffffff8001d580 <_ZN4core3num14from_str_radix17h6a2a67efe7ec78b8E+0x160> -ffffffff8001d5ac: c6 47 01 02 movb $0x2,0x1(%rdi) -ffffffff8001d5b0: b0 01 mov $0x1,%al -ffffffff8001d5b2: 88 07 mov %al,(%rdi) -ffffffff8001d5b4: 48 89 f8 mov %rdi,%rax -ffffffff8001d5b7: 48 83 c4 50 add $0x50,%rsp -ffffffff8001d5bb: 5b pop %rbx -ffffffff8001d5bc: 41 5e pop %r14 -ffffffff8001d5be: 5d pop %rbp -ffffffff8001d5bf: c3 ret -ffffffff8001d5c0: 48 8d 45 ec lea -0x14(%rbp),%rax -ffffffff8001d5c4: 48 89 45 d8 mov %rax,-0x28(%rbp) -ffffffff8001d5c8: 48 8d 05 e1 4a 00 00 lea 0x4ae1(%rip),%rax # ffffffff800220b0 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u32$GT$3fmt17h075a1d797155bb92E> -ffffffff8001d5cf: 48 89 45 e0 mov %rax,-0x20(%rbp) -ffffffff8001d5d3: 48 8d 05 46 e1 00 00 lea 0xe146(%rip),%rax # ffffffff8002b720 -ffffffff8001d5da: 48 89 45 a8 mov %rax,-0x58(%rbp) -ffffffff8001d5de: 48 c7 45 b0 01 00 00 movq $0x1,-0x50(%rbp) -ffffffff8001d5e5: 00 -ffffffff8001d5e6: 48 c7 45 c8 00 00 00 movq $0x0,-0x38(%rbp) -ffffffff8001d5ed: 00 -ffffffff8001d5ee: 48 8d 45 d8 lea -0x28(%rbp),%rax -ffffffff8001d5f2: 48 89 45 b8 mov %rax,-0x48(%rbp) -ffffffff8001d5f6: 48 c7 45 c0 01 00 00 movq $0x1,-0x40(%rbp) -ffffffff8001d5fd: 00 -ffffffff8001d5fe: 48 8d 35 2b e1 00 00 lea 0xe12b(%rip),%rsi # ffffffff8002b730 -ffffffff8001d605: 48 8d 7d a8 lea -0x58(%rbp),%rdi -ffffffff8001d609: e8 12 41 00 00 call ffffffff80021720 <_ZN4core9panicking9panic_fmt17hdab3eca30d19da73E> -ffffffff8001d60e: 0f 0b ud2 - -ffffffff8001d610 <_ZN4core3num21_$LT$impl$u20$u64$GT$14from_str_radix17h72197dc34daa037fE>: -ffffffff8001d610: 55 push %rbp -ffffffff8001d611: 48 89 e5 mov %rsp,%rbp -ffffffff8001d614: 53 push %rbx -ffffffff8001d615: 50 push %rax -ffffffff8001d616: 48 89 fb mov %rdi,%rbx -ffffffff8001d619: e8 02 fe ff ff call ffffffff8001d420 <_ZN4core3num14from_str_radix17h6a2a67efe7ec78b8E> -ffffffff8001d61e: 48 89 d8 mov %rbx,%rax -ffffffff8001d621: 48 83 c4 08 add $0x8,%rsp -ffffffff8001d625: 5b pop %rbx -ffffffff8001d626: 5d pop %rbp -ffffffff8001d627: c3 ret -ffffffff8001d628: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff8001d62f: 00 - -ffffffff8001d630 <_ZN4core3num59_$LT$impl$u20$core..str..traits..FromStr$u20$for$u20$u8$GT$8from_str17hdb652382183bf54aE>: -ffffffff8001d630: 48 85 f6 test %rsi,%rsi -ffffffff8001d633: 74 1b je ffffffff8001d650 <_ZN4core3num59_$LT$impl$u20$core..str..traits..FromStr$u20$for$u20$u8$GT$8from_str17hdb652382183bf54aE+0x20> -ffffffff8001d635: 0f b6 07 movzbl (%rdi),%eax -ffffffff8001d638: 83 f8 2d cmp $0x2d,%eax -ffffffff8001d63b: 74 1a je ffffffff8001d657 <_ZN4core3num59_$LT$impl$u20$core..str..traits..FromStr$u20$for$u20$u8$GT$8from_str17hdb652382183bf54aE+0x27> -ffffffff8001d63d: 83 f8 2b cmp $0x2b,%eax -ffffffff8001d640: 75 22 jne ffffffff8001d664 <_ZN4core3num59_$LT$impl$u20$core..str..traits..FromStr$u20$for$u20$u8$GT$8from_str17hdb652382183bf54aE+0x34> -ffffffff8001d642: 48 ff ce dec %rsi -ffffffff8001d645: 0f 84 96 00 00 00 je ffffffff8001d6e1 <_ZN4core3num59_$LT$impl$u20$core..str..traits..FromStr$u20$for$u20$u8$GT$8from_str17hdb652382183bf54aE+0xb1> -ffffffff8001d64b: 48 ff c7 inc %rdi -ffffffff8001d64e: eb 14 jmp ffffffff8001d664 <_ZN4core3num59_$LT$impl$u20$core..str..traits..FromStr$u20$for$u20$u8$GT$8from_str17hdb652382183bf54aE+0x34> -ffffffff8001d650: b1 01 mov $0x1,%cl -ffffffff8001d652: 31 d2 xor %edx,%edx -ffffffff8001d654: 89 c8 mov %ecx,%eax -ffffffff8001d656: c3 ret -ffffffff8001d657: b2 01 mov $0x1,%dl -ffffffff8001d659: b1 01 mov $0x1,%cl -ffffffff8001d65b: 48 83 fe 01 cmp $0x1,%rsi -ffffffff8001d65f: 75 03 jne ffffffff8001d664 <_ZN4core3num59_$LT$impl$u20$core..str..traits..FromStr$u20$for$u20$u8$GT$8from_str17hdb652382183bf54aE+0x34> -ffffffff8001d661: 89 c8 mov %ecx,%eax -ffffffff8001d663: c3 ret -ffffffff8001d664: 55 push %rbp -ffffffff8001d665: 48 89 e5 mov %rsp,%rbp -ffffffff8001d668: 48 83 fe 03 cmp $0x3,%rsi -ffffffff8001d66c: 73 3a jae ffffffff8001d6a8 <_ZN4core3num59_$LT$impl$u20$core..str..traits..FromStr$u20$for$u20$u8$GT$8from_str17hdb652382183bf54aE+0x78> -ffffffff8001d66e: 31 c0 xor %eax,%eax -ffffffff8001d670: 31 d2 xor %edx,%edx -ffffffff8001d672: 66 66 66 66 66 2e 0f data16 data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8001d679: 1f 84 00 00 00 00 00 -ffffffff8001d680: 0f b6 0c 07 movzbl (%rdi,%rax,1),%ecx -ffffffff8001d684: 83 c1 d0 add $0xffffffd0,%ecx -ffffffff8001d687: 83 f9 09 cmp $0x9,%ecx -ffffffff8001d68a: 77 4d ja ffffffff8001d6d9 <_ZN4core3num59_$LT$impl$u20$core..str..traits..FromStr$u20$for$u20$u8$GT$8from_str17hdb652382183bf54aE+0xa9> -ffffffff8001d68c: 0f b6 d2 movzbl %dl,%edx -ffffffff8001d68f: 01 d2 add %edx,%edx -ffffffff8001d691: 44 8d 04 92 lea (%rdx,%rdx,4),%r8d -ffffffff8001d695: 89 ca mov %ecx,%edx -ffffffff8001d697: 44 00 c2 add %r8b,%dl -ffffffff8001d69a: 48 ff c0 inc %rax -ffffffff8001d69d: 48 39 c6 cmp %rax,%rsi -ffffffff8001d6a0: 75 de jne ffffffff8001d680 <_ZN4core3num59_$LT$impl$u20$core..str..traits..FromStr$u20$for$u20$u8$GT$8from_str17hdb652382183bf54aE+0x50> -ffffffff8001d6a2: 31 c9 xor %ecx,%ecx -ffffffff8001d6a4: 5d pop %rbp -ffffffff8001d6a5: 89 c8 mov %ecx,%eax -ffffffff8001d6a7: c3 ret -ffffffff8001d6a8: 45 31 c0 xor %r8d,%r8d -ffffffff8001d6ab: 41 b1 0a mov $0xa,%r9b -ffffffff8001d6ae: 31 c0 xor %eax,%eax -ffffffff8001d6b0: 4c 39 c6 cmp %r8,%rsi -ffffffff8001d6b3: 74 33 je ffffffff8001d6e8 <_ZN4core3num59_$LT$impl$u20$core..str..traits..FromStr$u20$for$u20$u8$GT$8from_str17hdb652382183bf54aE+0xb8> -ffffffff8001d6b5: 46 0f b6 14 07 movzbl (%rdi,%r8,1),%r10d -ffffffff8001d6ba: 41 83 c2 d0 add $0xffffffd0,%r10d -ffffffff8001d6be: b1 01 mov $0x1,%cl -ffffffff8001d6c0: 41 83 fa 09 cmp $0x9,%r10d -ffffffff8001d6c4: 77 2a ja ffffffff8001d6f0 <_ZN4core3num59_$LT$impl$u20$core..str..traits..FromStr$u20$for$u20$u8$GT$8from_str17hdb652382183bf54aE+0xc0> -ffffffff8001d6c6: 41 f6 e1 mul %r9b -ffffffff8001d6c9: b2 02 mov $0x2,%dl -ffffffff8001d6cb: 70 08 jo ffffffff8001d6d5 <_ZN4core3num59_$LT$impl$u20$core..str..traits..FromStr$u20$for$u20$u8$GT$8from_str17hdb652382183bf54aE+0xa5> -ffffffff8001d6cd: 49 ff c0 inc %r8 -ffffffff8001d6d0: 44 00 d0 add %r10b,%al -ffffffff8001d6d3: 73 db jae ffffffff8001d6b0 <_ZN4core3num59_$LT$impl$u20$core..str..traits..FromStr$u20$for$u20$u8$GT$8from_str17hdb652382183bf54aE+0x80> -ffffffff8001d6d5: 5d pop %rbp -ffffffff8001d6d6: 89 c8 mov %ecx,%eax -ffffffff8001d6d8: c3 ret -ffffffff8001d6d9: b2 01 mov $0x1,%dl -ffffffff8001d6db: b1 01 mov $0x1,%cl -ffffffff8001d6dd: 5d pop %rbp -ffffffff8001d6de: 89 c8 mov %ecx,%eax -ffffffff8001d6e0: c3 ret -ffffffff8001d6e1: b2 01 mov $0x1,%dl -ffffffff8001d6e3: b1 01 mov $0x1,%cl -ffffffff8001d6e5: 89 c8 mov %ecx,%eax -ffffffff8001d6e7: c3 ret -ffffffff8001d6e8: 31 c9 xor %ecx,%ecx -ffffffff8001d6ea: 89 c2 mov %eax,%edx -ffffffff8001d6ec: 5d pop %rbp -ffffffff8001d6ed: 89 c8 mov %ecx,%eax -ffffffff8001d6ef: c3 ret -ffffffff8001d6f0: b2 01 mov $0x1,%dl -ffffffff8001d6f2: 5d pop %rbp -ffffffff8001d6f3: 89 c8 mov %ecx,%eax -ffffffff8001d6f5: c3 ret -ffffffff8001d6f6: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001d6fd: 00 00 00 - -ffffffff8001d700 <_ZN4core3num60_$LT$impl$u20$core..str..traits..FromStr$u20$for$u20$u32$GT$8from_str17he1d315c0baf844bcE>: -ffffffff8001d700: b9 01 00 00 00 mov $0x1,%ecx -ffffffff8001d705: 48 85 f6 test %rsi,%rsi -ffffffff8001d708: 74 1f je ffffffff8001d729 <_ZN4core3num60_$LT$impl$u20$core..str..traits..FromStr$u20$for$u20$u32$GT$8from_str17he1d315c0baf844bcE+0x29> -ffffffff8001d70a: 0f b6 07 movzbl (%rdi),%eax -ffffffff8001d70d: 83 f8 2b cmp $0x2b,%eax -ffffffff8001d710: 74 20 je ffffffff8001d732 <_ZN4core3num60_$LT$impl$u20$core..str..traits..FromStr$u20$for$u20$u32$GT$8from_str17he1d315c0baf844bcE+0x32> -ffffffff8001d712: 83 f8 2d cmp $0x2d,%eax -ffffffff8001d715: 75 27 jne ffffffff8001d73e <_ZN4core3num60_$LT$impl$u20$core..str..traits..FromStr$u20$for$u20$u32$GT$8from_str17he1d315c0baf844bcE+0x3e> -ffffffff8001d717: b8 00 01 00 00 mov $0x100,%eax -ffffffff8001d71c: 48 83 fe 01 cmp $0x1,%rsi -ffffffff8001d720: 75 1c jne ffffffff8001d73e <_ZN4core3num60_$LT$impl$u20$core..str..traits..FromStr$u20$for$u20$u32$GT$8from_str17he1d315c0baf844bcE+0x3e> -ffffffff8001d722: 48 09 c1 or %rax,%rcx -ffffffff8001d725: 48 89 c8 mov %rcx,%rax -ffffffff8001d728: c3 ret -ffffffff8001d729: 31 c0 xor %eax,%eax -ffffffff8001d72b: 48 09 c1 or %rax,%rcx -ffffffff8001d72e: 48 89 c8 mov %rcx,%rax -ffffffff8001d731: c3 ret -ffffffff8001d732: 48 ff ce dec %rsi -ffffffff8001d735: 0f 84 95 00 00 00 je ffffffff8001d7d0 <_ZN4core3num60_$LT$impl$u20$core..str..traits..FromStr$u20$for$u20$u32$GT$8from_str17he1d315c0baf844bcE+0xd0> -ffffffff8001d73b: 48 ff c7 inc %rdi -ffffffff8001d73e: 55 push %rbp -ffffffff8001d73f: 48 89 e5 mov %rsp,%rbp -ffffffff8001d742: 48 83 fe 09 cmp $0x9,%rsi -ffffffff8001d746: 73 34 jae ffffffff8001d77c <_ZN4core3num60_$LT$impl$u20$core..str..traits..FromStr$u20$for$u20$u32$GT$8from_str17he1d315c0baf844bcE+0x7c> -ffffffff8001d748: 31 d2 xor %edx,%edx -ffffffff8001d74a: 31 c0 xor %eax,%eax -ffffffff8001d74c: 0f 1f 40 00 nopl 0x0(%rax) -ffffffff8001d750: 44 0f b6 04 17 movzbl (%rdi,%rdx,1),%r8d -ffffffff8001d755: 41 83 c0 d0 add $0xffffffd0,%r8d -ffffffff8001d759: 41 83 f8 09 cmp $0x9,%r8d -ffffffff8001d75d: 77 64 ja ffffffff8001d7c3 <_ZN4core3num60_$LT$impl$u20$core..str..traits..FromStr$u20$for$u20$u32$GT$8from_str17he1d315c0baf844bcE+0xc3> -ffffffff8001d75f: 8d 04 80 lea (%rax,%rax,4),%eax -ffffffff8001d762: 41 8d 04 40 lea (%r8,%rax,2),%eax -ffffffff8001d766: 48 ff c2 inc %rdx -ffffffff8001d769: 48 39 d6 cmp %rdx,%rsi -ffffffff8001d76c: 75 e2 jne ffffffff8001d750 <_ZN4core3num60_$LT$impl$u20$core..str..traits..FromStr$u20$for$u20$u32$GT$8from_str17he1d315c0baf844bcE+0x50> -ffffffff8001d76e: 48 c1 e0 20 shl $0x20,%rax -ffffffff8001d772: 31 c9 xor %ecx,%ecx -ffffffff8001d774: 5d pop %rbp -ffffffff8001d775: 48 09 c1 or %rax,%rcx -ffffffff8001d778: 48 89 c8 mov %rcx,%rax -ffffffff8001d77b: c3 ret -ffffffff8001d77c: 45 31 c0 xor %r8d,%r8d -ffffffff8001d77f: 41 b9 0a 00 00 00 mov $0xa,%r9d -ffffffff8001d785: 31 c0 xor %eax,%eax -ffffffff8001d787: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1) -ffffffff8001d78e: 00 00 -ffffffff8001d790: 4c 39 c6 cmp %r8,%rsi -ffffffff8001d793: 74 d9 je ffffffff8001d76e <_ZN4core3num60_$LT$impl$u20$core..str..traits..FromStr$u20$for$u20$u32$GT$8from_str17he1d315c0baf844bcE+0x6e> -ffffffff8001d795: 46 0f b6 14 07 movzbl (%rdi,%r8,1),%r10d -ffffffff8001d79a: 41 f7 e1 mul %r9d -ffffffff8001d79d: 0f 90 c2 seto %dl -ffffffff8001d7a0: 41 83 c2 d0 add $0xffffffd0,%r10d -ffffffff8001d7a4: 41 83 fa 09 cmp $0x9,%r10d -ffffffff8001d7a8: 77 32 ja ffffffff8001d7dc <_ZN4core3num60_$LT$impl$u20$core..str..traits..FromStr$u20$for$u20$u32$GT$8from_str17he1d315c0baf844bcE+0xdc> -ffffffff8001d7aa: 84 d2 test %dl,%dl -ffffffff8001d7ac: 75 2e jne ffffffff8001d7dc <_ZN4core3num60_$LT$impl$u20$core..str..traits..FromStr$u20$for$u20$u32$GT$8from_str17he1d315c0baf844bcE+0xdc> -ffffffff8001d7ae: 49 ff c0 inc %r8 -ffffffff8001d7b1: 44 01 d0 add %r10d,%eax -ffffffff8001d7b4: 73 da jae ffffffff8001d790 <_ZN4core3num60_$LT$impl$u20$core..str..traits..FromStr$u20$for$u20$u32$GT$8from_str17he1d315c0baf844bcE+0x90> -ffffffff8001d7b6: b8 00 02 00 00 mov $0x200,%eax -ffffffff8001d7bb: 5d pop %rbp -ffffffff8001d7bc: 48 09 c1 or %rax,%rcx -ffffffff8001d7bf: 48 89 c8 mov %rcx,%rax -ffffffff8001d7c2: c3 ret -ffffffff8001d7c3: b8 00 01 00 00 mov $0x100,%eax -ffffffff8001d7c8: 5d pop %rbp -ffffffff8001d7c9: 48 09 c1 or %rax,%rcx -ffffffff8001d7cc: 48 89 c8 mov %rcx,%rax -ffffffff8001d7cf: c3 ret -ffffffff8001d7d0: b8 00 01 00 00 mov $0x100,%eax -ffffffff8001d7d5: 48 09 c1 or %rax,%rcx -ffffffff8001d7d8: 48 89 c8 mov %rcx,%rax -ffffffff8001d7db: c3 ret -ffffffff8001d7dc: 31 c0 xor %eax,%eax -ffffffff8001d7de: 41 83 fa 0a cmp $0xa,%r10d -ffffffff8001d7e2: 0f 92 c0 setb %al -ffffffff8001d7e5: 48 c1 e0 08 shl $0x8,%rax -ffffffff8001d7e9: 48 05 00 01 00 00 add $0x100,%rax -ffffffff8001d7ef: 5d pop %rbp -ffffffff8001d7f0: 48 09 c1 or %rax,%rcx -ffffffff8001d7f3: 48 89 c8 mov %rcx,%rax -ffffffff8001d7f6: c3 ret -ffffffff8001d7f7: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1) -ffffffff8001d7fe: 00 00 - -ffffffff8001d800 <_ZN4core3num60_$LT$impl$u20$core..str..traits..FromStr$u20$for$u20$u64$GT$8from_str17hce5000c26726b9acE>: -ffffffff8001d800: 48 85 d2 test %rdx,%rdx -ffffffff8001d803: 74 1a je ffffffff8001d81f <_ZN4core3num60_$LT$impl$u20$core..str..traits..FromStr$u20$for$u20$u64$GT$8from_str17hce5000c26726b9acE+0x1f> -ffffffff8001d805: 48 89 d1 mov %rdx,%rcx -ffffffff8001d808: 0f b6 06 movzbl (%rsi),%eax -ffffffff8001d80b: 83 f8 2d cmp $0x2d,%eax -ffffffff8001d80e: 74 1b je ffffffff8001d82b <_ZN4core3num60_$LT$impl$u20$core..str..traits..FromStr$u20$for$u20$u64$GT$8from_str17hce5000c26726b9acE+0x2b> -ffffffff8001d810: 83 f8 2b cmp $0x2b,%eax -ffffffff8001d813: 75 28 jne ffffffff8001d83d <_ZN4core3num60_$LT$impl$u20$core..str..traits..FromStr$u20$for$u20$u64$GT$8from_str17hce5000c26726b9acE+0x3d> -ffffffff8001d815: 48 ff c9 dec %rcx -ffffffff8001d818: 74 17 je ffffffff8001d831 <_ZN4core3num60_$LT$impl$u20$core..str..traits..FromStr$u20$for$u20$u64$GT$8from_str17hce5000c26726b9acE+0x31> -ffffffff8001d81a: 48 ff c6 inc %rsi -ffffffff8001d81d: eb 1e jmp ffffffff8001d83d <_ZN4core3num60_$LT$impl$u20$core..str..traits..FromStr$u20$for$u20$u64$GT$8from_str17hce5000c26726b9acE+0x3d> -ffffffff8001d81f: c6 47 01 00 movb $0x0,0x1(%rdi) -ffffffff8001d823: b0 01 mov $0x1,%al -ffffffff8001d825: 88 07 mov %al,(%rdi) -ffffffff8001d827: 48 89 f8 mov %rdi,%rax -ffffffff8001d82a: c3 ret -ffffffff8001d82b: 48 83 f9 01 cmp $0x1,%rcx -ffffffff8001d82f: 75 0c jne ffffffff8001d83d <_ZN4core3num60_$LT$impl$u20$core..str..traits..FromStr$u20$for$u20$u64$GT$8from_str17hce5000c26726b9acE+0x3d> -ffffffff8001d831: c6 47 01 01 movb $0x1,0x1(%rdi) -ffffffff8001d835: b0 01 mov $0x1,%al -ffffffff8001d837: 88 07 mov %al,(%rdi) -ffffffff8001d839: 48 89 f8 mov %rdi,%rax -ffffffff8001d83c: c3 ret -ffffffff8001d83d: 55 push %rbp -ffffffff8001d83e: 48 89 e5 mov %rsp,%rbp -ffffffff8001d841: 48 83 f9 11 cmp $0x11,%rcx -ffffffff8001d845: 73 38 jae ffffffff8001d87f <_ZN4core3num60_$LT$impl$u20$core..str..traits..FromStr$u20$for$u20$u64$GT$8from_str17hce5000c26726b9acE+0x7f> -ffffffff8001d847: 31 d2 xor %edx,%edx -ffffffff8001d849: 31 c0 xor %eax,%eax -ffffffff8001d84b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) -ffffffff8001d850: 44 0f b6 04 16 movzbl (%rsi,%rdx,1),%r8d -ffffffff8001d855: 41 83 c0 d0 add $0xffffffd0,%r8d -ffffffff8001d859: 41 83 f8 09 cmp $0x9,%r8d -ffffffff8001d85d: 77 60 ja ffffffff8001d8bf <_ZN4core3num60_$LT$impl$u20$core..str..traits..FromStr$u20$for$u20$u64$GT$8from_str17hce5000c26726b9acE+0xbf> -ffffffff8001d85f: 48 8d 04 80 lea (%rax,%rax,4),%rax -ffffffff8001d863: 45 89 c0 mov %r8d,%r8d -ffffffff8001d866: 49 8d 04 40 lea (%r8,%rax,2),%rax -ffffffff8001d86a: 48 ff c2 inc %rdx -ffffffff8001d86d: 48 39 d1 cmp %rdx,%rcx -ffffffff8001d870: 75 de jne ffffffff8001d850 <_ZN4core3num60_$LT$impl$u20$core..str..traits..FromStr$u20$for$u20$u64$GT$8from_str17hce5000c26726b9acE+0x50> -ffffffff8001d872: 48 89 47 08 mov %rax,0x8(%rdi) -ffffffff8001d876: 31 c0 xor %eax,%eax -ffffffff8001d878: 5d pop %rbp -ffffffff8001d879: 88 07 mov %al,(%rdi) -ffffffff8001d87b: 48 89 f8 mov %rdi,%rax -ffffffff8001d87e: c3 ret -ffffffff8001d87f: 45 31 c0 xor %r8d,%r8d -ffffffff8001d882: 41 b9 0a 00 00 00 mov $0xa,%r9d -ffffffff8001d888: 31 c0 xor %eax,%eax -ffffffff8001d88a: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1) -ffffffff8001d890: 4c 39 c1 cmp %r8,%rcx -ffffffff8001d893: 74 dd je ffffffff8001d872 <_ZN4core3num60_$LT$impl$u20$core..str..traits..FromStr$u20$for$u20$u64$GT$8from_str17hce5000c26726b9acE+0x72> -ffffffff8001d895: 46 0f b6 14 06 movzbl (%rsi,%r8,1),%r10d -ffffffff8001d89a: 49 f7 e1 mul %r9 -ffffffff8001d89d: 0f 90 c2 seto %dl -ffffffff8001d8a0: 41 83 c2 d0 add $0xffffffd0,%r10d -ffffffff8001d8a4: 41 83 fa 09 cmp $0x9,%r10d -ffffffff8001d8a8: 77 15 ja ffffffff8001d8bf <_ZN4core3num60_$LT$impl$u20$core..str..traits..FromStr$u20$for$u20$u64$GT$8from_str17hce5000c26726b9acE+0xbf> -ffffffff8001d8aa: 84 d2 test %dl,%dl -ffffffff8001d8ac: 75 0b jne ffffffff8001d8b9 <_ZN4core3num60_$LT$impl$u20$core..str..traits..FromStr$u20$for$u20$u64$GT$8from_str17hce5000c26726b9acE+0xb9> -ffffffff8001d8ae: 44 89 d2 mov %r10d,%edx -ffffffff8001d8b1: 49 ff c0 inc %r8 -ffffffff8001d8b4: 48 01 d0 add %rdx,%rax -ffffffff8001d8b7: 73 d7 jae ffffffff8001d890 <_ZN4core3num60_$LT$impl$u20$core..str..traits..FromStr$u20$for$u20$u64$GT$8from_str17hce5000c26726b9acE+0x90> -ffffffff8001d8b9: c6 47 01 02 movb $0x2,0x1(%rdi) -ffffffff8001d8bd: eb 04 jmp ffffffff8001d8c3 <_ZN4core3num60_$LT$impl$u20$core..str..traits..FromStr$u20$for$u20$u64$GT$8from_str17hce5000c26726b9acE+0xc3> -ffffffff8001d8bf: c6 47 01 01 movb $0x1,0x1(%rdi) -ffffffff8001d8c3: b0 01 mov $0x1,%al -ffffffff8001d8c5: 5d pop %rbp -ffffffff8001d8c6: 88 07 mov %al,(%rdi) -ffffffff8001d8c8: 48 89 f8 mov %rdi,%rax -ffffffff8001d8cb: c3 ret -ffffffff8001d8cc: 0f 1f 40 00 nopl 0x0(%rax) - -ffffffff8001d8d0 <_ZN4core3fmt3num52_$LT$impl$u20$core..fmt..LowerHex$u20$for$u20$i8$GT$3fmt17h26d9716fee318249E>: -ffffffff8001d8d0: 55 push %rbp -ffffffff8001d8d1: 48 89 e5 mov %rsp,%rbp -ffffffff8001d8d4: 48 81 ec 80 00 00 00 sub $0x80,%rsp -ffffffff8001d8db: 0f b6 07 movzbl (%rdi),%eax -ffffffff8001d8de: 4c 8d 45 00 lea 0x0(%rbp),%r8 -ffffffff8001d8e2: 45 31 c9 xor %r9d,%r9d -ffffffff8001d8e5: b9 30 00 00 00 mov $0x30,%ecx -ffffffff8001d8ea: 89 c2 mov %eax,%edx -ffffffff8001d8ec: 0f 1f 40 00 nopl 0x0(%rax) -ffffffff8001d8f0: 89 c7 mov %eax,%edi -ffffffff8001d8f2: 40 80 e7 0f and $0xf,%dil -ffffffff8001d8f6: c0 ea 04 shr $0x4,%dl -ffffffff8001d8f9: 40 80 ff 0a cmp $0xa,%dil -ffffffff8001d8fd: 41 ba 57 00 00 00 mov $0x57,%r10d -ffffffff8001d903: 44 0f 42 d1 cmovb %ecx,%r10d -ffffffff8001d907: 41 00 fa add %dil,%r10b -ffffffff8001d90a: 45 88 50 ff mov %r10b,-0x1(%r8) -ffffffff8001d90e: 49 ff c8 dec %r8 -ffffffff8001d911: 49 ff c1 inc %r9 -ffffffff8001d914: 3c 10 cmp $0x10,%al -ffffffff8001d916: 89 d0 mov %edx,%eax -ffffffff8001d918: 73 d6 jae ffffffff8001d8f0 <_ZN4core3fmt3num52_$LT$impl$u20$core..fmt..LowerHex$u20$for$u20$i8$GT$3fmt17h26d9716fee318249E+0x20> -ffffffff8001d91a: bf 80 00 00 00 mov $0x80,%edi -ffffffff8001d91f: 4c 29 cf sub %r9,%rdi -ffffffff8001d922: 48 81 ff 80 00 00 00 cmp $0x80,%rdi -ffffffff8001d929: 77 22 ja ffffffff8001d94d <_ZN4core3fmt3num52_$LT$impl$u20$core..fmt..LowerHex$u20$for$u20$i8$GT$3fmt17h26d9716fee318249E+0x7d> -ffffffff8001d92b: 48 8d 15 ea 91 00 00 lea 0x91ea(%rip),%rdx # ffffffff80026b1c -ffffffff8001d932: b9 02 00 00 00 mov $0x2,%ecx -ffffffff8001d937: 48 89 f7 mov %rsi,%rdi -ffffffff8001d93a: be 01 00 00 00 mov $0x1,%esi -ffffffff8001d93f: e8 ec 08 00 00 call ffffffff8001e230 <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E> -ffffffff8001d944: 48 81 c4 80 00 00 00 add $0x80,%rsp -ffffffff8001d94b: 5d pop %rbp -ffffffff8001d94c: c3 ret -ffffffff8001d94d: 48 8d 15 f4 dd 00 00 lea 0xddf4(%rip),%rdx # ffffffff8002b748 -ffffffff8001d954: be 80 00 00 00 mov $0x80,%esi -ffffffff8001d959: e8 12 41 00 00 call ffffffff80021a70 <_ZN4core5slice5index26slice_start_index_len_fail17h804cb0b56fff6a53E> -ffffffff8001d95e: 0f 0b ud2 - -ffffffff8001d960 <_ZN4core3fmt3num52_$LT$impl$u20$core..fmt..UpperHex$u20$for$u20$i8$GT$3fmt17h9b3aa08c54f73787E>: -ffffffff8001d960: 55 push %rbp -ffffffff8001d961: 48 89 e5 mov %rsp,%rbp -ffffffff8001d964: 48 81 ec 80 00 00 00 sub $0x80,%rsp -ffffffff8001d96b: 0f b6 07 movzbl (%rdi),%eax -ffffffff8001d96e: 4c 8d 45 00 lea 0x0(%rbp),%r8 -ffffffff8001d972: 45 31 c9 xor %r9d,%r9d -ffffffff8001d975: b9 30 00 00 00 mov $0x30,%ecx -ffffffff8001d97a: 89 c2 mov %eax,%edx -ffffffff8001d97c: 0f 1f 40 00 nopl 0x0(%rax) -ffffffff8001d980: 89 c7 mov %eax,%edi -ffffffff8001d982: 40 80 e7 0f and $0xf,%dil -ffffffff8001d986: c0 ea 04 shr $0x4,%dl -ffffffff8001d989: 40 80 ff 0a cmp $0xa,%dil -ffffffff8001d98d: 41 ba 37 00 00 00 mov $0x37,%r10d -ffffffff8001d993: 44 0f 42 d1 cmovb %ecx,%r10d -ffffffff8001d997: 41 00 fa add %dil,%r10b -ffffffff8001d99a: 45 88 50 ff mov %r10b,-0x1(%r8) -ffffffff8001d99e: 49 ff c8 dec %r8 -ffffffff8001d9a1: 49 ff c1 inc %r9 -ffffffff8001d9a4: 3c 10 cmp $0x10,%al -ffffffff8001d9a6: 89 d0 mov %edx,%eax -ffffffff8001d9a8: 73 d6 jae ffffffff8001d980 <_ZN4core3fmt3num52_$LT$impl$u20$core..fmt..UpperHex$u20$for$u20$i8$GT$3fmt17h9b3aa08c54f73787E+0x20> -ffffffff8001d9aa: bf 80 00 00 00 mov $0x80,%edi -ffffffff8001d9af: 4c 29 cf sub %r9,%rdi -ffffffff8001d9b2: 48 81 ff 80 00 00 00 cmp $0x80,%rdi -ffffffff8001d9b9: 77 22 ja ffffffff8001d9dd <_ZN4core3fmt3num52_$LT$impl$u20$core..fmt..UpperHex$u20$for$u20$i8$GT$3fmt17h9b3aa08c54f73787E+0x7d> -ffffffff8001d9bb: 48 8d 15 5a 91 00 00 lea 0x915a(%rip),%rdx # ffffffff80026b1c -ffffffff8001d9c2: b9 02 00 00 00 mov $0x2,%ecx -ffffffff8001d9c7: 48 89 f7 mov %rsi,%rdi -ffffffff8001d9ca: be 01 00 00 00 mov $0x1,%esi -ffffffff8001d9cf: e8 5c 08 00 00 call ffffffff8001e230 <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E> -ffffffff8001d9d4: 48 81 c4 80 00 00 00 add $0x80,%rsp -ffffffff8001d9db: 5d pop %rbp -ffffffff8001d9dc: c3 ret -ffffffff8001d9dd: 48 8d 15 64 dd 00 00 lea 0xdd64(%rip),%rdx # ffffffff8002b748 -ffffffff8001d9e4: be 80 00 00 00 mov $0x80,%esi -ffffffff8001d9e9: e8 82 40 00 00 call ffffffff80021a70 <_ZN4core5slice5index26slice_start_index_len_fail17h804cb0b56fff6a53E> -ffffffff8001d9ee: 0f 0b ud2 - -ffffffff8001d9f0 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..LowerHex$u20$for$u20$i16$GT$3fmt17h3528c9b5053b1a19E>: -ffffffff8001d9f0: 55 push %rbp -ffffffff8001d9f1: 48 89 e5 mov %rsp,%rbp -ffffffff8001d9f4: 48 81 ec 80 00 00 00 sub $0x80,%rsp -ffffffff8001d9fb: 0f b7 07 movzwl (%rdi),%eax -ffffffff8001d9fe: 4c 8d 45 00 lea 0x0(%rbp),%r8 -ffffffff8001da02: 45 31 c9 xor %r9d,%r9d -ffffffff8001da05: eb 23 jmp ffffffff8001da2a <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..LowerHex$u20$for$u20$i16$GT$3fmt17h3528c9b5053b1a19E+0x3a> -ffffffff8001da07: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1) -ffffffff8001da0e: 00 00 -ffffffff8001da10: 0f b7 f8 movzwl %ax,%edi -ffffffff8001da13: c1 ef 04 shr $0x4,%edi -ffffffff8001da16: 00 ca add %cl,%dl -ffffffff8001da18: 41 88 50 ff mov %dl,-0x1(%r8) -ffffffff8001da1c: 49 ff c8 dec %r8 -ffffffff8001da1f: 49 ff c1 inc %r9 -ffffffff8001da22: 66 83 f8 10 cmp $0x10,%ax -ffffffff8001da26: 89 f8 mov %edi,%eax -ffffffff8001da28: 72 16 jb ffffffff8001da40 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..LowerHex$u20$for$u20$i16$GT$3fmt17h3528c9b5053b1a19E+0x50> -ffffffff8001da2a: 89 c1 mov %eax,%ecx -ffffffff8001da2c: 80 e1 0f and $0xf,%cl -ffffffff8001da2f: ba 30 00 00 00 mov $0x30,%edx -ffffffff8001da34: 80 f9 0a cmp $0xa,%cl -ffffffff8001da37: 72 d7 jb ffffffff8001da10 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..LowerHex$u20$for$u20$i16$GT$3fmt17h3528c9b5053b1a19E+0x20> -ffffffff8001da39: ba 57 00 00 00 mov $0x57,%edx -ffffffff8001da3e: eb d0 jmp ffffffff8001da10 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..LowerHex$u20$for$u20$i16$GT$3fmt17h3528c9b5053b1a19E+0x20> -ffffffff8001da40: bf 80 00 00 00 mov $0x80,%edi -ffffffff8001da45: 4c 29 cf sub %r9,%rdi -ffffffff8001da48: 48 81 ff 80 00 00 00 cmp $0x80,%rdi -ffffffff8001da4f: 77 22 ja ffffffff8001da73 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..LowerHex$u20$for$u20$i16$GT$3fmt17h3528c9b5053b1a19E+0x83> -ffffffff8001da51: 48 8d 15 c4 90 00 00 lea 0x90c4(%rip),%rdx # ffffffff80026b1c -ffffffff8001da58: b9 02 00 00 00 mov $0x2,%ecx -ffffffff8001da5d: 48 89 f7 mov %rsi,%rdi -ffffffff8001da60: be 01 00 00 00 mov $0x1,%esi -ffffffff8001da65: e8 c6 07 00 00 call ffffffff8001e230 <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E> -ffffffff8001da6a: 48 81 c4 80 00 00 00 add $0x80,%rsp -ffffffff8001da71: 5d pop %rbp -ffffffff8001da72: c3 ret -ffffffff8001da73: 48 8d 15 ce dc 00 00 lea 0xdcce(%rip),%rdx # ffffffff8002b748 -ffffffff8001da7a: be 80 00 00 00 mov $0x80,%esi -ffffffff8001da7f: e8 ec 3f 00 00 call ffffffff80021a70 <_ZN4core5slice5index26slice_start_index_len_fail17h804cb0b56fff6a53E> -ffffffff8001da84: 0f 0b ud2 -ffffffff8001da86: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001da8d: 00 00 00 - -ffffffff8001da90 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..UpperHex$u20$for$u20$i16$GT$3fmt17h625d0f2fe4b01bebE>: -ffffffff8001da90: 55 push %rbp -ffffffff8001da91: 48 89 e5 mov %rsp,%rbp -ffffffff8001da94: 48 81 ec 80 00 00 00 sub $0x80,%rsp -ffffffff8001da9b: 0f b7 07 movzwl (%rdi),%eax -ffffffff8001da9e: 4c 8d 45 00 lea 0x0(%rbp),%r8 -ffffffff8001daa2: 45 31 c9 xor %r9d,%r9d -ffffffff8001daa5: eb 23 jmp ffffffff8001daca <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..UpperHex$u20$for$u20$i16$GT$3fmt17h625d0f2fe4b01bebE+0x3a> -ffffffff8001daa7: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1) -ffffffff8001daae: 00 00 -ffffffff8001dab0: 0f b7 f8 movzwl %ax,%edi -ffffffff8001dab3: c1 ef 04 shr $0x4,%edi -ffffffff8001dab6: 00 ca add %cl,%dl -ffffffff8001dab8: 41 88 50 ff mov %dl,-0x1(%r8) -ffffffff8001dabc: 49 ff c8 dec %r8 -ffffffff8001dabf: 49 ff c1 inc %r9 -ffffffff8001dac2: 66 83 f8 10 cmp $0x10,%ax -ffffffff8001dac6: 89 f8 mov %edi,%eax -ffffffff8001dac8: 72 16 jb ffffffff8001dae0 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..UpperHex$u20$for$u20$i16$GT$3fmt17h625d0f2fe4b01bebE+0x50> -ffffffff8001daca: 89 c1 mov %eax,%ecx -ffffffff8001dacc: 80 e1 0f and $0xf,%cl -ffffffff8001dacf: ba 30 00 00 00 mov $0x30,%edx -ffffffff8001dad4: 80 f9 0a cmp $0xa,%cl -ffffffff8001dad7: 72 d7 jb ffffffff8001dab0 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..UpperHex$u20$for$u20$i16$GT$3fmt17h625d0f2fe4b01bebE+0x20> -ffffffff8001dad9: ba 37 00 00 00 mov $0x37,%edx -ffffffff8001dade: eb d0 jmp ffffffff8001dab0 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..UpperHex$u20$for$u20$i16$GT$3fmt17h625d0f2fe4b01bebE+0x20> -ffffffff8001dae0: bf 80 00 00 00 mov $0x80,%edi -ffffffff8001dae5: 4c 29 cf sub %r9,%rdi -ffffffff8001dae8: 48 81 ff 80 00 00 00 cmp $0x80,%rdi -ffffffff8001daef: 77 22 ja ffffffff8001db13 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..UpperHex$u20$for$u20$i16$GT$3fmt17h625d0f2fe4b01bebE+0x83> -ffffffff8001daf1: 48 8d 15 24 90 00 00 lea 0x9024(%rip),%rdx # ffffffff80026b1c -ffffffff8001daf8: b9 02 00 00 00 mov $0x2,%ecx -ffffffff8001dafd: 48 89 f7 mov %rsi,%rdi -ffffffff8001db00: be 01 00 00 00 mov $0x1,%esi -ffffffff8001db05: e8 26 07 00 00 call ffffffff8001e230 <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E> -ffffffff8001db0a: 48 81 c4 80 00 00 00 add $0x80,%rsp -ffffffff8001db11: 5d pop %rbp -ffffffff8001db12: c3 ret -ffffffff8001db13: 48 8d 15 2e dc 00 00 lea 0xdc2e(%rip),%rdx # ffffffff8002b748 -ffffffff8001db1a: be 80 00 00 00 mov $0x80,%esi -ffffffff8001db1f: e8 4c 3f 00 00 call ffffffff80021a70 <_ZN4core5slice5index26slice_start_index_len_fail17h804cb0b56fff6a53E> -ffffffff8001db24: 0f 0b ud2 -ffffffff8001db26: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001db2d: 00 00 00 - -ffffffff8001db30 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..LowerHex$u20$for$u20$i32$GT$3fmt17hc3f7231e823d0335E>: -ffffffff8001db30: 55 push %rbp -ffffffff8001db31: 48 89 e5 mov %rsp,%rbp -ffffffff8001db34: 48 81 ec 80 00 00 00 sub $0x80,%rsp -ffffffff8001db3b: 8b 07 mov (%rdi),%eax -ffffffff8001db3d: 4c 8d 45 00 lea 0x0(%rbp),%r8 -ffffffff8001db41: 45 31 c9 xor %r9d,%r9d -ffffffff8001db44: b9 30 00 00 00 mov $0x30,%ecx -ffffffff8001db49: 89 c2 mov %eax,%edx -ffffffff8001db4b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) -ffffffff8001db50: c1 ea 04 shr $0x4,%edx -ffffffff8001db53: 89 c7 mov %eax,%edi -ffffffff8001db55: 40 80 e7 0f and $0xf,%dil -ffffffff8001db59: 40 80 ff 0a cmp $0xa,%dil -ffffffff8001db5d: 41 ba 57 00 00 00 mov $0x57,%r10d -ffffffff8001db63: 44 0f 42 d1 cmovb %ecx,%r10d -ffffffff8001db67: 41 00 fa add %dil,%r10b -ffffffff8001db6a: 45 88 50 ff mov %r10b,-0x1(%r8) -ffffffff8001db6e: 49 ff c8 dec %r8 -ffffffff8001db71: 49 ff c1 inc %r9 -ffffffff8001db74: 83 f8 10 cmp $0x10,%eax -ffffffff8001db77: 89 d0 mov %edx,%eax -ffffffff8001db79: 73 d5 jae ffffffff8001db50 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..LowerHex$u20$for$u20$i32$GT$3fmt17hc3f7231e823d0335E+0x20> -ffffffff8001db7b: bf 80 00 00 00 mov $0x80,%edi -ffffffff8001db80: 4c 29 cf sub %r9,%rdi -ffffffff8001db83: 48 81 ff 80 00 00 00 cmp $0x80,%rdi -ffffffff8001db8a: 77 22 ja ffffffff8001dbae <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..LowerHex$u20$for$u20$i32$GT$3fmt17hc3f7231e823d0335E+0x7e> -ffffffff8001db8c: 48 8d 15 89 8f 00 00 lea 0x8f89(%rip),%rdx # ffffffff80026b1c -ffffffff8001db93: b9 02 00 00 00 mov $0x2,%ecx -ffffffff8001db98: 48 89 f7 mov %rsi,%rdi -ffffffff8001db9b: be 01 00 00 00 mov $0x1,%esi -ffffffff8001dba0: e8 8b 06 00 00 call ffffffff8001e230 <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E> -ffffffff8001dba5: 48 81 c4 80 00 00 00 add $0x80,%rsp -ffffffff8001dbac: 5d pop %rbp -ffffffff8001dbad: c3 ret -ffffffff8001dbae: 48 8d 15 93 db 00 00 lea 0xdb93(%rip),%rdx # ffffffff8002b748 -ffffffff8001dbb5: be 80 00 00 00 mov $0x80,%esi -ffffffff8001dbba: e8 b1 3e 00 00 call ffffffff80021a70 <_ZN4core5slice5index26slice_start_index_len_fail17h804cb0b56fff6a53E> -ffffffff8001dbbf: 0f 0b ud2 -ffffffff8001dbc1: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001dbc8: 00 00 00 -ffffffff8001dbcb: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) - -ffffffff8001dbd0 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..UpperHex$u20$for$u20$i32$GT$3fmt17hb545f5b1177c39baE>: -ffffffff8001dbd0: 55 push %rbp -ffffffff8001dbd1: 48 89 e5 mov %rsp,%rbp -ffffffff8001dbd4: 48 81 ec 80 00 00 00 sub $0x80,%rsp -ffffffff8001dbdb: 8b 07 mov (%rdi),%eax -ffffffff8001dbdd: 4c 8d 45 00 lea 0x0(%rbp),%r8 -ffffffff8001dbe1: 45 31 c9 xor %r9d,%r9d -ffffffff8001dbe4: b9 30 00 00 00 mov $0x30,%ecx -ffffffff8001dbe9: 89 c2 mov %eax,%edx -ffffffff8001dbeb: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) -ffffffff8001dbf0: c1 ea 04 shr $0x4,%edx -ffffffff8001dbf3: 89 c7 mov %eax,%edi -ffffffff8001dbf5: 40 80 e7 0f and $0xf,%dil -ffffffff8001dbf9: 40 80 ff 0a cmp $0xa,%dil -ffffffff8001dbfd: 41 ba 37 00 00 00 mov $0x37,%r10d -ffffffff8001dc03: 44 0f 42 d1 cmovb %ecx,%r10d -ffffffff8001dc07: 41 00 fa add %dil,%r10b -ffffffff8001dc0a: 45 88 50 ff mov %r10b,-0x1(%r8) -ffffffff8001dc0e: 49 ff c8 dec %r8 -ffffffff8001dc11: 49 ff c1 inc %r9 -ffffffff8001dc14: 83 f8 10 cmp $0x10,%eax -ffffffff8001dc17: 89 d0 mov %edx,%eax -ffffffff8001dc19: 73 d5 jae ffffffff8001dbf0 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..UpperHex$u20$for$u20$i32$GT$3fmt17hb545f5b1177c39baE+0x20> -ffffffff8001dc1b: bf 80 00 00 00 mov $0x80,%edi -ffffffff8001dc20: 4c 29 cf sub %r9,%rdi -ffffffff8001dc23: 48 81 ff 80 00 00 00 cmp $0x80,%rdi -ffffffff8001dc2a: 77 22 ja ffffffff8001dc4e <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..UpperHex$u20$for$u20$i32$GT$3fmt17hb545f5b1177c39baE+0x7e> -ffffffff8001dc2c: 48 8d 15 e9 8e 00 00 lea 0x8ee9(%rip),%rdx # ffffffff80026b1c -ffffffff8001dc33: b9 02 00 00 00 mov $0x2,%ecx -ffffffff8001dc38: 48 89 f7 mov %rsi,%rdi -ffffffff8001dc3b: be 01 00 00 00 mov $0x1,%esi -ffffffff8001dc40: e8 eb 05 00 00 call ffffffff8001e230 <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E> -ffffffff8001dc45: 48 81 c4 80 00 00 00 add $0x80,%rsp -ffffffff8001dc4c: 5d pop %rbp -ffffffff8001dc4d: c3 ret -ffffffff8001dc4e: 48 8d 15 f3 da 00 00 lea 0xdaf3(%rip),%rdx # ffffffff8002b748 -ffffffff8001dc55: be 80 00 00 00 mov $0x80,%esi -ffffffff8001dc5a: e8 11 3e 00 00 call ffffffff80021a70 <_ZN4core5slice5index26slice_start_index_len_fail17h804cb0b56fff6a53E> -ffffffff8001dc5f: 0f 0b ud2 -ffffffff8001dc61: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001dc68: 00 00 00 -ffffffff8001dc6b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) - -ffffffff8001dc70 <_ZN4core3fmt3num51_$LT$impl$u20$core..fmt..Binary$u20$for$u20$i64$GT$3fmt17h3e59e42d01f21fc1E>: -ffffffff8001dc70: 55 push %rbp -ffffffff8001dc71: 48 89 e5 mov %rsp,%rbp -ffffffff8001dc74: 48 81 ec 80 00 00 00 sub $0x80,%rsp -ffffffff8001dc7b: 48 8b 07 mov (%rdi),%rax -ffffffff8001dc7e: 4c 8d 45 00 lea 0x0(%rbp),%r8 -ffffffff8001dc82: 45 31 c9 xor %r9d,%r9d -ffffffff8001dc85: 48 89 c1 mov %rax,%rcx -ffffffff8001dc88: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff8001dc8f: 00 -ffffffff8001dc90: 48 d1 e9 shr %rcx -ffffffff8001dc93: 89 c2 mov %eax,%edx -ffffffff8001dc95: 80 e2 01 and $0x1,%dl -ffffffff8001dc98: 80 ca 30 or $0x30,%dl -ffffffff8001dc9b: 41 88 50 ff mov %dl,-0x1(%r8) -ffffffff8001dc9f: 49 ff c8 dec %r8 -ffffffff8001dca2: 49 ff c1 inc %r9 -ffffffff8001dca5: 48 83 f8 02 cmp $0x2,%rax -ffffffff8001dca9: 48 89 c8 mov %rcx,%rax -ffffffff8001dcac: 73 e2 jae ffffffff8001dc90 <_ZN4core3fmt3num51_$LT$impl$u20$core..fmt..Binary$u20$for$u20$i64$GT$3fmt17h3e59e42d01f21fc1E+0x20> -ffffffff8001dcae: bf 80 00 00 00 mov $0x80,%edi -ffffffff8001dcb3: 4c 29 cf sub %r9,%rdi -ffffffff8001dcb6: 48 81 ff 80 00 00 00 cmp $0x80,%rdi -ffffffff8001dcbd: 77 22 ja ffffffff8001dce1 <_ZN4core3fmt3num51_$LT$impl$u20$core..fmt..Binary$u20$for$u20$i64$GT$3fmt17h3e59e42d01f21fc1E+0x71> -ffffffff8001dcbf: 48 8d 15 cc 8e 00 00 lea 0x8ecc(%rip),%rdx # ffffffff80026b92 -ffffffff8001dcc6: b9 02 00 00 00 mov $0x2,%ecx -ffffffff8001dccb: 48 89 f7 mov %rsi,%rdi -ffffffff8001dcce: be 01 00 00 00 mov $0x1,%esi -ffffffff8001dcd3: e8 58 05 00 00 call ffffffff8001e230 <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E> -ffffffff8001dcd8: 48 81 c4 80 00 00 00 add $0x80,%rsp -ffffffff8001dcdf: 5d pop %rbp -ffffffff8001dce0: c3 ret -ffffffff8001dce1: 48 8d 15 60 da 00 00 lea 0xda60(%rip),%rdx # ffffffff8002b748 -ffffffff8001dce8: be 80 00 00 00 mov $0x80,%esi -ffffffff8001dced: e8 7e 3d 00 00 call ffffffff80021a70 <_ZN4core5slice5index26slice_start_index_len_fail17h804cb0b56fff6a53E> -ffffffff8001dcf2: 0f 0b ud2 -ffffffff8001dcf4: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001dcfb: 00 00 00 -ffffffff8001dcfe: 66 90 xchg %ax,%ax - -ffffffff8001dd00 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..LowerHex$u20$for$u20$i64$GT$3fmt17h8be0ad20e8af3692E>: -ffffffff8001dd00: 55 push %rbp -ffffffff8001dd01: 48 89 e5 mov %rsp,%rbp -ffffffff8001dd04: 48 81 ec 80 00 00 00 sub $0x80,%rsp -ffffffff8001dd0b: 48 8b 07 mov (%rdi),%rax -ffffffff8001dd0e: 4c 8d 45 00 lea 0x0(%rbp),%r8 -ffffffff8001dd12: 45 31 c9 xor %r9d,%r9d -ffffffff8001dd15: b9 30 00 00 00 mov $0x30,%ecx -ffffffff8001dd1a: 48 89 c2 mov %rax,%rdx -ffffffff8001dd1d: 0f 1f 00 nopl (%rax) -ffffffff8001dd20: 48 c1 ea 04 shr $0x4,%rdx -ffffffff8001dd24: 89 c7 mov %eax,%edi -ffffffff8001dd26: 40 80 e7 0f and $0xf,%dil -ffffffff8001dd2a: 40 80 ff 0a cmp $0xa,%dil -ffffffff8001dd2e: 41 ba 57 00 00 00 mov $0x57,%r10d -ffffffff8001dd34: 44 0f 42 d1 cmovb %ecx,%r10d -ffffffff8001dd38: 41 00 fa add %dil,%r10b -ffffffff8001dd3b: 45 88 50 ff mov %r10b,-0x1(%r8) -ffffffff8001dd3f: 49 ff c8 dec %r8 -ffffffff8001dd42: 49 ff c1 inc %r9 -ffffffff8001dd45: 48 83 f8 10 cmp $0x10,%rax -ffffffff8001dd49: 48 89 d0 mov %rdx,%rax -ffffffff8001dd4c: 73 d2 jae ffffffff8001dd20 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..LowerHex$u20$for$u20$i64$GT$3fmt17h8be0ad20e8af3692E+0x20> -ffffffff8001dd4e: bf 80 00 00 00 mov $0x80,%edi -ffffffff8001dd53: 4c 29 cf sub %r9,%rdi -ffffffff8001dd56: 48 81 ff 80 00 00 00 cmp $0x80,%rdi -ffffffff8001dd5d: 77 22 ja ffffffff8001dd81 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..LowerHex$u20$for$u20$i64$GT$3fmt17h8be0ad20e8af3692E+0x81> -ffffffff8001dd5f: 48 8d 15 b6 8d 00 00 lea 0x8db6(%rip),%rdx # ffffffff80026b1c -ffffffff8001dd66: b9 02 00 00 00 mov $0x2,%ecx -ffffffff8001dd6b: 48 89 f7 mov %rsi,%rdi -ffffffff8001dd6e: be 01 00 00 00 mov $0x1,%esi -ffffffff8001dd73: e8 b8 04 00 00 call ffffffff8001e230 <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E> -ffffffff8001dd78: 48 81 c4 80 00 00 00 add $0x80,%rsp -ffffffff8001dd7f: 5d pop %rbp -ffffffff8001dd80: c3 ret -ffffffff8001dd81: 48 8d 15 c0 d9 00 00 lea 0xd9c0(%rip),%rdx # ffffffff8002b748 -ffffffff8001dd88: be 80 00 00 00 mov $0x80,%esi -ffffffff8001dd8d: e8 de 3c 00 00 call ffffffff80021a70 <_ZN4core5slice5index26slice_start_index_len_fail17h804cb0b56fff6a53E> -ffffffff8001dd92: 0f 0b ud2 -ffffffff8001dd94: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001dd9b: 00 00 00 -ffffffff8001dd9e: 66 90 xchg %ax,%ax - -ffffffff8001dda0 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..UpperHex$u20$for$u20$i64$GT$3fmt17hb815251c2be6fbeaE>: -ffffffff8001dda0: 55 push %rbp -ffffffff8001dda1: 48 89 e5 mov %rsp,%rbp -ffffffff8001dda4: 48 81 ec 80 00 00 00 sub $0x80,%rsp -ffffffff8001ddab: 48 8b 07 mov (%rdi),%rax -ffffffff8001ddae: 4c 8d 45 00 lea 0x0(%rbp),%r8 -ffffffff8001ddb2: 45 31 c9 xor %r9d,%r9d -ffffffff8001ddb5: b9 30 00 00 00 mov $0x30,%ecx -ffffffff8001ddba: 48 89 c2 mov %rax,%rdx -ffffffff8001ddbd: 0f 1f 00 nopl (%rax) -ffffffff8001ddc0: 48 c1 ea 04 shr $0x4,%rdx -ffffffff8001ddc4: 89 c7 mov %eax,%edi -ffffffff8001ddc6: 40 80 e7 0f and $0xf,%dil -ffffffff8001ddca: 40 80 ff 0a cmp $0xa,%dil -ffffffff8001ddce: 41 ba 37 00 00 00 mov $0x37,%r10d -ffffffff8001ddd4: 44 0f 42 d1 cmovb %ecx,%r10d -ffffffff8001ddd8: 41 00 fa add %dil,%r10b -ffffffff8001dddb: 45 88 50 ff mov %r10b,-0x1(%r8) -ffffffff8001dddf: 49 ff c8 dec %r8 -ffffffff8001dde2: 49 ff c1 inc %r9 -ffffffff8001dde5: 48 83 f8 10 cmp $0x10,%rax -ffffffff8001dde9: 48 89 d0 mov %rdx,%rax -ffffffff8001ddec: 73 d2 jae ffffffff8001ddc0 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..UpperHex$u20$for$u20$i64$GT$3fmt17hb815251c2be6fbeaE+0x20> -ffffffff8001ddee: bf 80 00 00 00 mov $0x80,%edi -ffffffff8001ddf3: 4c 29 cf sub %r9,%rdi -ffffffff8001ddf6: 48 81 ff 80 00 00 00 cmp $0x80,%rdi -ffffffff8001ddfd: 77 22 ja ffffffff8001de21 <_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..UpperHex$u20$for$u20$i64$GT$3fmt17hb815251c2be6fbeaE+0x81> -ffffffff8001ddff: 48 8d 15 16 8d 00 00 lea 0x8d16(%rip),%rdx # ffffffff80026b1c -ffffffff8001de06: b9 02 00 00 00 mov $0x2,%ecx -ffffffff8001de0b: 48 89 f7 mov %rsi,%rdi -ffffffff8001de0e: be 01 00 00 00 mov $0x1,%esi -ffffffff8001de13: e8 18 04 00 00 call ffffffff8001e230 <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E> -ffffffff8001de18: 48 81 c4 80 00 00 00 add $0x80,%rsp -ffffffff8001de1f: 5d pop %rbp -ffffffff8001de20: c3 ret -ffffffff8001de21: 48 8d 15 20 d9 00 00 lea 0xd920(%rip),%rdx # ffffffff8002b748 -ffffffff8001de28: be 80 00 00 00 mov $0x80,%esi -ffffffff8001de2d: e8 3e 3c 00 00 call ffffffff80021a70 <_ZN4core5slice5index26slice_start_index_len_fail17h804cb0b56fff6a53E> -ffffffff8001de32: 0f 0b ud2 -ffffffff8001de34: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001de3b: 00 00 00 -ffffffff8001de3e: 66 90 xchg %ax,%ax - -ffffffff8001de40 <_ZN4core3ptr52drop_in_place$LT$core..fmt..builders..PadAdapter$GT$17haf77e2f8f71fe768E.llvm.10335039999846892696>: -ffffffff8001de40: 55 push %rbp -ffffffff8001de41: 48 89 e5 mov %rsp,%rbp -ffffffff8001de44: 5d pop %rbp -ffffffff8001de45: c3 ret -ffffffff8001de46: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001de4d: 00 00 00 - -ffffffff8001de50 <_ZN4core4char7methods22_$LT$impl$u20$char$GT$16escape_debug_ext17h58e83712820742d5E>: -ffffffff8001de50: 55 push %rbp -ffffffff8001de51: 48 89 e5 mov %rsp,%rbp -ffffffff8001de54: 41 56 push %r14 -ffffffff8001de56: 53 push %rbx -ffffffff8001de57: 48 83 ec 10 sub $0x10,%rsp -ffffffff8001de5b: 41 89 f6 mov %esi,%r14d -ffffffff8001de5e: 48 89 fb mov %rdi,%rbx -ffffffff8001de61: 83 fe 27 cmp $0x27,%esi -ffffffff8001de64: 77 1d ja ffffffff8001de83 <_ZN4core4char7methods22_$LT$impl$u20$char$GT$16escape_debug_ext17h58e83712820742d5E+0x33> -ffffffff8001de66: 44 89 f0 mov %r14d,%eax -ffffffff8001de69: 48 8d 0d ec 8d 00 00 lea 0x8dec(%rip),%rcx # ffffffff80026c5c -ffffffff8001de70: 48 63 04 81 movslq (%rcx,%rax,4),%rax -ffffffff8001de74: 48 01 c8 add %rcx,%rax -ffffffff8001de77: ff e0 jmp *%rax -ffffffff8001de79: 66 c7 03 5c 30 movw $0x305c,(%rbx) -ffffffff8001de7e: e9 34 01 00 00 jmp ffffffff8001dfb7 <_ZN4core4char7methods22_$LT$impl$u20$char$GT$16escape_debug_ext17h58e83712820742d5E+0x167> -ffffffff8001de83: 41 83 fe 5c cmp $0x5c,%r14d -ffffffff8001de87: 75 46 jne ffffffff8001decf <_ZN4core4char7methods22_$LT$impl$u20$char$GT$16escape_debug_ext17h58e83712820742d5E+0x7f> -ffffffff8001de89: 66 c7 03 5c 5c movw $0x5c5c,(%rbx) -ffffffff8001de8e: e9 24 01 00 00 jmp ffffffff8001dfb7 <_ZN4core4char7methods22_$LT$impl$u20$char$GT$16escape_debug_ext17h58e83712820742d5E+0x167> -ffffffff8001de93: 66 c7 03 5c 74 movw $0x745c,(%rbx) -ffffffff8001de98: e9 1a 01 00 00 jmp ffffffff8001dfb7 <_ZN4core4char7methods22_$LT$impl$u20$char$GT$16escape_debug_ext17h58e83712820742d5E+0x167> -ffffffff8001de9d: 66 c7 03 5c 6e movw $0x6e5c,(%rbx) -ffffffff8001dea2: e9 10 01 00 00 jmp ffffffff8001dfb7 <_ZN4core4char7methods22_$LT$impl$u20$char$GT$16escape_debug_ext17h58e83712820742d5E+0x167> -ffffffff8001dea7: 66 c7 03 5c 72 movw $0x725c,(%rbx) -ffffffff8001deac: e9 06 01 00 00 jmp ffffffff8001dfb7 <_ZN4core4char7methods22_$LT$impl$u20$char$GT$16escape_debug_ext17h58e83712820742d5E+0x167> -ffffffff8001deb1: f7 c2 00 00 01 00 test $0x10000,%edx -ffffffff8001deb7: 74 16 je ffffffff8001decf <_ZN4core4char7methods22_$LT$impl$u20$char$GT$16escape_debug_ext17h58e83712820742d5E+0x7f> -ffffffff8001deb9: 66 c7 03 5c 22 movw $0x225c,(%rbx) -ffffffff8001debe: e9 f4 00 00 00 jmp ffffffff8001dfb7 <_ZN4core4char7methods22_$LT$impl$u20$char$GT$16escape_debug_ext17h58e83712820742d5E+0x167> -ffffffff8001dec3: f7 c2 00 01 00 00 test $0x100,%edx -ffffffff8001dec9: 0f 85 e3 00 00 00 jne ffffffff8001dfb2 <_ZN4core4char7methods22_$LT$impl$u20$char$GT$16escape_debug_ext17h58e83712820742d5E+0x162> -ffffffff8001decf: f6 c2 01 test $0x1,%dl -ffffffff8001ded2: 74 0c je ffffffff8001dee0 <_ZN4core4char7methods22_$LT$impl$u20$char$GT$16escape_debug_ext17h58e83712820742d5E+0x90> -ffffffff8001ded4: 44 89 f7 mov %r14d,%edi -ffffffff8001ded7: e8 e4 3c 00 00 call ffffffff80021bc0 <_ZN4core7unicode12unicode_data15grapheme_extend6lookup17hfb8fac8fcf5208e2E> -ffffffff8001dedc: 84 c0 test %al,%al -ffffffff8001dede: 75 18 jne ffffffff8001def8 <_ZN4core4char7methods22_$LT$impl$u20$char$GT$16escape_debug_ext17h58e83712820742d5E+0xa8> -ffffffff8001dee0: 44 89 f7 mov %r14d,%edi -ffffffff8001dee3: e8 38 25 00 00 call ffffffff80020420 <_ZN4core7unicode9printable12is_printable17h1e1372fbd99c7a3cE> -ffffffff8001dee8: 84 c0 test %al,%al -ffffffff8001deea: 74 0c je ffffffff8001def8 <_ZN4core4char7methods22_$LT$impl$u20$char$GT$16escape_debug_ext17h58e83712820742d5E+0xa8> -ffffffff8001deec: c6 03 80 movb $0x80,(%rbx) -ffffffff8001deef: 44 89 73 04 mov %r14d,0x4(%rbx) -ffffffff8001def3: e9 cd 00 00 00 jmp ffffffff8001dfc5 <_ZN4core4char7methods22_$LT$impl$u20$char$GT$16escape_debug_ext17h58e83712820742d5E+0x175> -ffffffff8001def8: c6 45 e8 00 movb $0x0,-0x18(%rbp) -ffffffff8001defc: 66 c7 45 e6 00 00 movw $0x0,-0x1a(%rbp) -ffffffff8001df02: c6 45 ef 7d movb $0x7d,-0x11(%rbp) -ffffffff8001df06: 44 89 f1 mov %r14d,%ecx -ffffffff8001df09: c1 e9 14 shr $0x14,%ecx -ffffffff8001df0c: 83 e1 0f and $0xf,%ecx -ffffffff8001df0f: 48 8d 05 40 65 00 00 lea 0x6540(%rip),%rax # ffffffff80024456 -ffffffff8001df16: 0f b6 0c 01 movzbl (%rcx,%rax,1),%ecx -ffffffff8001df1a: 88 4d e9 mov %cl,-0x17(%rbp) -ffffffff8001df1d: 44 89 f1 mov %r14d,%ecx -ffffffff8001df20: c1 e9 10 shr $0x10,%ecx -ffffffff8001df23: 83 e1 0f and $0xf,%ecx -ffffffff8001df26: 0f b6 0c 01 movzbl (%rcx,%rax,1),%ecx -ffffffff8001df2a: 88 4d ea mov %cl,-0x16(%rbp) -ffffffff8001df2d: 44 89 f1 mov %r14d,%ecx -ffffffff8001df30: c1 e9 0c shr $0xc,%ecx -ffffffff8001df33: 83 e1 0f and $0xf,%ecx -ffffffff8001df36: 0f b6 0c 01 movzbl (%rcx,%rax,1),%ecx -ffffffff8001df3a: 88 4d eb mov %cl,-0x15(%rbp) -ffffffff8001df3d: 44 89 f1 mov %r14d,%ecx -ffffffff8001df40: c1 e9 08 shr $0x8,%ecx -ffffffff8001df43: 83 e1 0f and $0xf,%ecx -ffffffff8001df46: 0f b6 0c 01 movzbl (%rcx,%rax,1),%ecx -ffffffff8001df4a: 88 4d ec mov %cl,-0x14(%rbp) -ffffffff8001df4d: 44 89 f1 mov %r14d,%ecx -ffffffff8001df50: c1 e9 04 shr $0x4,%ecx -ffffffff8001df53: 83 e1 0f and $0xf,%ecx -ffffffff8001df56: 0f b6 0c 01 movzbl (%rcx,%rax,1),%ecx -ffffffff8001df5a: 88 4d ed mov %cl,-0x13(%rbp) -ffffffff8001df5d: 44 89 f1 mov %r14d,%ecx -ffffffff8001df60: 83 e1 0f and $0xf,%ecx -ffffffff8001df63: 0f b6 04 01 movzbl (%rcx,%rax,1),%eax -ffffffff8001df67: 88 45 ee mov %al,-0x12(%rbp) -ffffffff8001df6a: 41 83 ce 01 or $0x1,%r14d -ffffffff8001df6e: 41 0f bd fe bsr %r14d,%edi -ffffffff8001df72: 83 f7 1c xor $0x1c,%edi -ffffffff8001df75: c1 ef 02 shr $0x2,%edi -ffffffff8001df78: 48 83 c7 fe add $0xfffffffffffffffe,%rdi -ffffffff8001df7c: 48 83 ff 0b cmp $0xb,%rdi -ffffffff8001df80: 73 4c jae ffffffff8001dfce <_ZN4core4char7methods22_$LT$impl$u20$char$GT$16escape_debug_ext17h58e83712820742d5E+0x17e> -ffffffff8001df82: 0f b6 05 c5 9e 00 00 movzbl 0x9ec5(%rip),%eax # ffffffff80027e4e -ffffffff8001df89: 88 44 3d e8 mov %al,-0x18(%rbp,%rdi,1) -ffffffff8001df8d: 0f b7 05 b8 9e 00 00 movzwl 0x9eb8(%rip),%eax # ffffffff80027e4c -ffffffff8001df94: 66 89 44 3d e6 mov %ax,-0x1a(%rbp,%rdi,1) -ffffffff8001df99: 48 8b 45 e6 mov -0x1a(%rbp),%rax -ffffffff8001df9d: 48 89 03 mov %rax,(%rbx) -ffffffff8001dfa0: 0f b7 45 ee movzwl -0x12(%rbp),%eax -ffffffff8001dfa4: 66 89 43 08 mov %ax,0x8(%rbx) -ffffffff8001dfa8: 40 88 7b 0a mov %dil,0xa(%rbx) -ffffffff8001dfac: c6 43 0b 0a movb $0xa,0xb(%rbx) -ffffffff8001dfb0: eb 13 jmp ffffffff8001dfc5 <_ZN4core4char7methods22_$LT$impl$u20$char$GT$16escape_debug_ext17h58e83712820742d5E+0x175> -ffffffff8001dfb2: 66 c7 03 5c 27 movw $0x275c,(%rbx) -ffffffff8001dfb7: 48 c7 43 02 00 00 00 movq $0x0,0x2(%rbx) -ffffffff8001dfbe: 00 -ffffffff8001dfbf: 66 c7 43 0a 00 02 movw $0x200,0xa(%rbx) -ffffffff8001dfc5: 48 83 c4 10 add $0x10,%rsp -ffffffff8001dfc9: 5b pop %rbx -ffffffff8001dfca: 41 5e pop %r14 -ffffffff8001dfcc: 5d pop %rbp -ffffffff8001dfcd: c3 ret -ffffffff8001dfce: 48 8d 15 13 db 00 00 lea 0xdb13(%rip),%rdx # ffffffff8002bae8 -ffffffff8001dfd5: be 0a 00 00 00 mov $0xa,%esi -ffffffff8001dfda: e8 91 3a 00 00 call ffffffff80021a70 <_ZN4core5slice5index26slice_start_index_len_fail17h804cb0b56fff6a53E> -ffffffff8001dfdf: 0f 0b ud2 -ffffffff8001dfe1: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001dfe8: 00 00 00 -ffffffff8001dfeb: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) - -ffffffff8001dff0 <_ZN59_$LT$core..fmt..Arguments$u20$as$u20$core..fmt..Display$GT$3fmt17he3123d6f51307efbE>: -ffffffff8001dff0: 55 push %rbp -ffffffff8001dff1: 48 89 e5 mov %rsp,%rbp -ffffffff8001dff4: 48 89 fa mov %rdi,%rdx -ffffffff8001dff7: 48 8b 7e 20 mov 0x20(%rsi),%rdi -ffffffff8001dffb: 48 8b 76 28 mov 0x28(%rsi),%rsi -ffffffff8001dfff: 5d pop %rbp -ffffffff8001e000: e9 0b 00 00 00 jmp ffffffff8001e010 <_ZN4core3fmt5write17h2d87311a04992a27E> -ffffffff8001e005: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001e00c: 00 00 00 -ffffffff8001e00f: 90 nop - -ffffffff8001e010 <_ZN4core3fmt5write17h2d87311a04992a27E>: -ffffffff8001e010: 55 push %rbp -ffffffff8001e011: 48 89 e5 mov %rsp,%rbp -ffffffff8001e014: 41 57 push %r15 -ffffffff8001e016: 41 56 push %r14 -ffffffff8001e018: 41 55 push %r13 -ffffffff8001e01a: 41 54 push %r12 -ffffffff8001e01c: 53 push %rbx -ffffffff8001e01d: 48 83 ec 58 sub $0x58,%rsp -ffffffff8001e021: 48 c7 45 b8 20 00 00 movq $0x20,-0x48(%rbp) -ffffffff8001e028: 00 -ffffffff8001e029: c6 45 c0 03 movb $0x3,-0x40(%rbp) -ffffffff8001e02d: 48 c7 45 88 00 00 00 movq $0x0,-0x78(%rbp) -ffffffff8001e034: 00 -ffffffff8001e035: 48 c7 45 98 00 00 00 movq $0x0,-0x68(%rbp) -ffffffff8001e03c: 00 -ffffffff8001e03d: 48 89 7d a8 mov %rdi,-0x58(%rbp) -ffffffff8001e041: 48 89 75 b0 mov %rsi,-0x50(%rbp) -ffffffff8001e045: 4c 8b 62 20 mov 0x20(%rdx),%r12 -ffffffff8001e049: 4d 85 e4 test %r12,%r12 -ffffffff8001e04c: 48 89 55 c8 mov %rdx,-0x38(%rbp) -ffffffff8001e050: 0f 84 13 01 00 00 je ffffffff8001e169 <_ZN4core3fmt5write17h2d87311a04992a27E+0x159> -ffffffff8001e056: 48 8b 42 28 mov 0x28(%rdx),%rax -ffffffff8001e05a: 48 85 c0 test %rax,%rax -ffffffff8001e05d: 0f 84 76 01 00 00 je ffffffff8001e1d9 <_ZN4core3fmt5write17h2d87311a04992a27E+0x1c9> -ffffffff8001e063: 4c 8b 2a mov (%rdx),%r13 -ffffffff8001e066: 4c 8b 72 10 mov 0x10(%rdx),%r14 -ffffffff8001e06a: 49 83 c5 08 add $0x8,%r13 -ffffffff8001e06e: 48 6b c0 38 imul $0x38,%rax,%rax -ffffffff8001e072: 48 89 45 d0 mov %rax,-0x30(%rbp) -ffffffff8001e076: 31 db xor %ebx,%ebx -ffffffff8001e078: 45 31 ff xor %r15d,%r15d -ffffffff8001e07b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) -ffffffff8001e080: 49 8b 55 00 mov 0x0(%r13),%rdx -ffffffff8001e084: 48 85 d2 test %rdx,%rdx -ffffffff8001e087: 74 17 je ffffffff8001e0a0 <_ZN4core3fmt5write17h2d87311a04992a27E+0x90> -ffffffff8001e089: 48 8b 7d a8 mov -0x58(%rbp),%rdi -ffffffff8001e08d: 48 8b 45 b0 mov -0x50(%rbp),%rax -ffffffff8001e091: 49 8b 75 f8 mov -0x8(%r13),%rsi -ffffffff8001e095: ff 50 18 call *0x18(%rax) -ffffffff8001e098: 84 c0 test %al,%al -ffffffff8001e09a: 0f 85 78 01 00 00 jne ffffffff8001e218 <_ZN4core3fmt5write17h2d87311a04992a27E+0x208> -ffffffff8001e0a0: 41 8b 44 1c 28 mov 0x28(%r12,%rbx,1),%eax -ffffffff8001e0a5: 89 45 b8 mov %eax,-0x48(%rbp) -ffffffff8001e0a8: 41 0f b6 44 1c 30 movzbl 0x30(%r12,%rbx,1),%eax -ffffffff8001e0ae: 88 45 c0 mov %al,-0x40(%rbp) -ffffffff8001e0b1: 41 8b 44 1c 2c mov 0x2c(%r12,%rbx,1),%eax -ffffffff8001e0b6: 89 45 bc mov %eax,-0x44(%rbp) -ffffffff8001e0b9: 49 8b 4c 1c 10 mov 0x10(%r12,%rbx,1),%rcx -ffffffff8001e0be: 49 8b 44 1c 18 mov 0x18(%r12,%rbx,1),%rax -ffffffff8001e0c3: 48 85 c9 test %rcx,%rcx -ffffffff8001e0c6: 74 22 je ffffffff8001e0ea <_ZN4core3fmt5write17h2d87311a04992a27E+0xda> -ffffffff8001e0c8: 83 f9 01 cmp $0x1,%ecx -ffffffff8001e0cb: 75 12 jne ffffffff8001e0df <_ZN4core3fmt5write17h2d87311a04992a27E+0xcf> -ffffffff8001e0cd: 48 c1 e0 04 shl $0x4,%rax -ffffffff8001e0d1: 48 8d 0d 78 39 00 00 lea 0x3978(%rip),%rcx # ffffffff80021a50 <_ZN4core3ops8function6FnOnce9call_once17hca1dd54eb307f4dfE.llvm.3384932827650162863> -ffffffff8001e0d8: 49 39 4c 06 08 cmp %rcx,0x8(%r14,%rax,1) -ffffffff8001e0dd: 74 04 je ffffffff8001e0e3 <_ZN4core3fmt5write17h2d87311a04992a27E+0xd3> -ffffffff8001e0df: 31 c9 xor %ecx,%ecx -ffffffff8001e0e1: eb 0c jmp ffffffff8001e0ef <_ZN4core3fmt5write17h2d87311a04992a27E+0xdf> -ffffffff8001e0e3: 49 8b 04 06 mov (%r14,%rax,1),%rax -ffffffff8001e0e7: 48 8b 00 mov (%rax),%rax -ffffffff8001e0ea: b9 01 00 00 00 mov $0x1,%ecx -ffffffff8001e0ef: 48 89 4d 88 mov %rcx,-0x78(%rbp) -ffffffff8001e0f3: 48 89 45 90 mov %rax,-0x70(%rbp) -ffffffff8001e0f7: 49 8b 0c 1c mov (%r12,%rbx,1),%rcx -ffffffff8001e0fb: 49 8b 44 1c 08 mov 0x8(%r12,%rbx,1),%rax -ffffffff8001e100: 48 85 c9 test %rcx,%rcx -ffffffff8001e103: 74 22 je ffffffff8001e127 <_ZN4core3fmt5write17h2d87311a04992a27E+0x117> -ffffffff8001e105: 83 f9 01 cmp $0x1,%ecx -ffffffff8001e108: 75 12 jne ffffffff8001e11c <_ZN4core3fmt5write17h2d87311a04992a27E+0x10c> -ffffffff8001e10a: 48 c1 e0 04 shl $0x4,%rax -ffffffff8001e10e: 48 8d 0d 3b 39 00 00 lea 0x393b(%rip),%rcx # ffffffff80021a50 <_ZN4core3ops8function6FnOnce9call_once17hca1dd54eb307f4dfE.llvm.3384932827650162863> -ffffffff8001e115: 49 39 4c 06 08 cmp %rcx,0x8(%r14,%rax,1) -ffffffff8001e11a: 74 04 je ffffffff8001e120 <_ZN4core3fmt5write17h2d87311a04992a27E+0x110> -ffffffff8001e11c: 31 c9 xor %ecx,%ecx -ffffffff8001e11e: eb 0c jmp ffffffff8001e12c <_ZN4core3fmt5write17h2d87311a04992a27E+0x11c> -ffffffff8001e120: 49 8b 04 06 mov (%r14,%rax,1),%rax -ffffffff8001e124: 48 8b 00 mov (%rax),%rax -ffffffff8001e127: b9 01 00 00 00 mov $0x1,%ecx -ffffffff8001e12c: 48 89 4d 98 mov %rcx,-0x68(%rbp) -ffffffff8001e130: 48 89 45 a0 mov %rax,-0x60(%rbp) -ffffffff8001e134: 49 8b 44 1c 20 mov 0x20(%r12,%rbx,1),%rax -ffffffff8001e139: 48 c1 e0 04 shl $0x4,%rax -ffffffff8001e13d: 49 8b 3c 06 mov (%r14,%rax,1),%rdi -ffffffff8001e141: 48 8d 75 88 lea -0x78(%rbp),%rsi -ffffffff8001e145: 41 ff 54 06 08 call *0x8(%r14,%rax,1) -ffffffff8001e14a: 84 c0 test %al,%al -ffffffff8001e14c: 0f 85 c6 00 00 00 jne ffffffff8001e218 <_ZN4core3fmt5write17h2d87311a04992a27E+0x208> -ffffffff8001e152: 49 83 c5 10 add $0x10,%r13 -ffffffff8001e156: 48 83 c3 38 add $0x38,%rbx -ffffffff8001e15a: 49 ff c7 inc %r15 -ffffffff8001e15d: 48 39 5d d0 cmp %rbx,-0x30(%rbp) -ffffffff8001e161: 0f 85 19 ff ff ff jne ffffffff8001e080 <_ZN4core3fmt5write17h2d87311a04992a27E+0x70> -ffffffff8001e167: eb 73 jmp ffffffff8001e1dc <_ZN4core3fmt5write17h2d87311a04992a27E+0x1cc> -ffffffff8001e169: 48 8b 5a 18 mov 0x18(%rdx),%rbx -ffffffff8001e16d: 48 85 db test %rbx,%rbx -ffffffff8001e170: 74 76 je ffffffff8001e1e8 <_ZN4core3fmt5write17h2d87311a04992a27E+0x1d8> -ffffffff8001e172: 48 8b 42 10 mov 0x10(%rdx),%rax -ffffffff8001e176: 48 c1 e3 04 shl $0x4,%rbx -ffffffff8001e17a: 48 89 45 d0 mov %rax,-0x30(%rbp) -ffffffff8001e17e: 48 01 c3 add %rax,%rbx -ffffffff8001e181: 4c 8b 2a mov (%rdx),%r13 -ffffffff8001e184: 45 31 f6 xor %r14d,%r14d -ffffffff8001e187: 45 31 ff xor %r15d,%r15d -ffffffff8001e18a: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1) -ffffffff8001e190: 4b 8b 54 35 08 mov 0x8(%r13,%r14,1),%rdx -ffffffff8001e195: 48 85 d2 test %rdx,%rdx -ffffffff8001e198: 74 14 je ffffffff8001e1ae <_ZN4core3fmt5write17h2d87311a04992a27E+0x19e> -ffffffff8001e19a: 48 8b 7d a8 mov -0x58(%rbp),%rdi -ffffffff8001e19e: 48 8b 45 b0 mov -0x50(%rbp),%rax -ffffffff8001e1a2: 4b 8b 74 35 00 mov 0x0(%r13,%r14,1),%rsi -ffffffff8001e1a7: ff 50 18 call *0x18(%rax) -ffffffff8001e1aa: 84 c0 test %al,%al -ffffffff8001e1ac: 75 6a jne ffffffff8001e218 <_ZN4core3fmt5write17h2d87311a04992a27E+0x208> -ffffffff8001e1ae: 48 8b 45 d0 mov -0x30(%rbp),%rax -ffffffff8001e1b2: 4e 8d 24 30 lea (%rax,%r14,1),%r12 -ffffffff8001e1b6: 49 8b 3c 24 mov (%r12),%rdi -ffffffff8001e1ba: 48 8d 75 88 lea -0x78(%rbp),%rsi -ffffffff8001e1be: 41 ff 54 24 08 call *0x8(%r12) -ffffffff8001e1c3: 84 c0 test %al,%al -ffffffff8001e1c5: 75 51 jne ffffffff8001e218 <_ZN4core3fmt5write17h2d87311a04992a27E+0x208> -ffffffff8001e1c7: 49 83 c6 10 add $0x10,%r14 -ffffffff8001e1cb: 49 83 c4 10 add $0x10,%r12 -ffffffff8001e1cf: 49 ff c7 inc %r15 -ffffffff8001e1d2: 49 39 dc cmp %rbx,%r12 -ffffffff8001e1d5: 75 b9 jne ffffffff8001e190 <_ZN4core3fmt5write17h2d87311a04992a27E+0x180> -ffffffff8001e1d7: eb 03 jmp ffffffff8001e1dc <_ZN4core3fmt5write17h2d87311a04992a27E+0x1cc> -ffffffff8001e1d9: 45 31 ff xor %r15d,%r15d -ffffffff8001e1dc: 48 8b 45 c8 mov -0x38(%rbp),%rax -ffffffff8001e1e0: 4c 3b 78 08 cmp 0x8(%rax),%r15 -ffffffff8001e1e4: 72 0f jb ffffffff8001e1f5 <_ZN4core3fmt5write17h2d87311a04992a27E+0x1e5> -ffffffff8001e1e6: eb 34 jmp ffffffff8001e21c <_ZN4core3fmt5write17h2d87311a04992a27E+0x20c> -ffffffff8001e1e8: 45 31 ff xor %r15d,%r15d -ffffffff8001e1eb: 48 8b 45 c8 mov -0x38(%rbp),%rax -ffffffff8001e1ef: 4c 3b 78 08 cmp 0x8(%rax),%r15 -ffffffff8001e1f3: 73 27 jae ffffffff8001e21c <_ZN4core3fmt5write17h2d87311a04992a27E+0x20c> -ffffffff8001e1f5: 48 8b 45 c8 mov -0x38(%rbp),%rax -ffffffff8001e1f9: 48 8b 00 mov (%rax),%rax -ffffffff8001e1fc: 49 c1 e7 04 shl $0x4,%r15 -ffffffff8001e200: 48 8b 7d a8 mov -0x58(%rbp),%rdi -ffffffff8001e204: 48 8b 4d b0 mov -0x50(%rbp),%rcx -ffffffff8001e208: 4a 8b 34 38 mov (%rax,%r15,1),%rsi -ffffffff8001e20c: 4a 8b 54 38 08 mov 0x8(%rax,%r15,1),%rdx -ffffffff8001e211: ff 51 18 call *0x18(%rcx) -ffffffff8001e214: 84 c0 test %al,%al -ffffffff8001e216: 74 04 je ffffffff8001e21c <_ZN4core3fmt5write17h2d87311a04992a27E+0x20c> -ffffffff8001e218: b0 01 mov $0x1,%al -ffffffff8001e21a: eb 02 jmp ffffffff8001e21e <_ZN4core3fmt5write17h2d87311a04992a27E+0x20e> -ffffffff8001e21c: 31 c0 xor %eax,%eax -ffffffff8001e21e: 48 83 c4 58 add $0x58,%rsp -ffffffff8001e222: 5b pop %rbx -ffffffff8001e223: 41 5c pop %r12 -ffffffff8001e225: 41 5d pop %r13 -ffffffff8001e227: 41 5e pop %r14 -ffffffff8001e229: 41 5f pop %r15 -ffffffff8001e22b: 5d pop %rbp -ffffffff8001e22c: c3 ret -ffffffff8001e22d: 0f 1f 00 nopl (%rax) - -ffffffff8001e230 <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E>: -ffffffff8001e230: 55 push %rbp -ffffffff8001e231: 48 89 e5 mov %rsp,%rbp -ffffffff8001e234: 41 57 push %r15 -ffffffff8001e236: 41 56 push %r14 -ffffffff8001e238: 41 55 push %r13 -ffffffff8001e23a: 41 54 push %r12 -ffffffff8001e23c: 53 push %rbx -ffffffff8001e23d: 48 83 ec 28 sub $0x28,%rsp -ffffffff8001e241: 4d 89 ce mov %r9,%r14 -ffffffff8001e244: 49 89 d5 mov %rdx,%r13 -ffffffff8001e247: 49 89 f9 mov %rdi,%r9 -ffffffff8001e24a: 85 f6 test %esi,%esi -ffffffff8001e24c: 4c 89 45 c8 mov %r8,-0x38(%rbp) -ffffffff8001e250: 74 48 je ffffffff8001e29a <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E+0x6a> -ffffffff8001e252: 41 8b 59 34 mov 0x34(%r9),%ebx -ffffffff8001e256: 41 89 dc mov %ebx,%r12d -ffffffff8001e259: 41 83 e4 01 and $0x1,%r12d -ffffffff8001e25d: b8 00 00 11 00 mov $0x110000,%eax -ffffffff8001e262: ba 2b 00 00 00 mov $0x2b,%edx -ffffffff8001e267: 0f 44 d0 cmove %eax,%edx -ffffffff8001e26a: 89 55 d0 mov %edx,-0x30(%rbp) -ffffffff8001e26d: 4d 01 f4 add %r14,%r12 -ffffffff8001e270: f6 c3 04 test $0x4,%bl -ffffffff8001e273: 48 89 4d c0 mov %rcx,-0x40(%rbp) -ffffffff8001e277: 74 39 je ffffffff8001e2b2 <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E+0x82> -ffffffff8001e279: 48 83 f9 20 cmp $0x20,%rcx -ffffffff8001e27d: 73 45 jae ffffffff8001e2c4 <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E+0x94> -ffffffff8001e27f: 48 85 c9 test %rcx,%rcx -ffffffff8001e282: 74 53 je ffffffff8001e2d7 <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E+0xa7> -ffffffff8001e284: 41 89 ca mov %ecx,%r10d -ffffffff8001e287: 41 83 e2 03 and $0x3,%r10d -ffffffff8001e28b: 48 83 f9 04 cmp $0x4,%rcx -ffffffff8001e28f: 73 4a jae ffffffff8001e2db <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E+0xab> -ffffffff8001e291: 31 c0 xor %eax,%eax -ffffffff8001e293: 31 d2 xor %edx,%edx -ffffffff8001e295: e9 9a 00 00 00 jmp ffffffff8001e334 <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E+0x104> -ffffffff8001e29a: 4d 8d 66 01 lea 0x1(%r14),%r12 -ffffffff8001e29e: 41 8b 59 34 mov 0x34(%r9),%ebx -ffffffff8001e2a2: c7 45 d0 2d 00 00 00 movl $0x2d,-0x30(%rbp) -ffffffff8001e2a9: f6 c3 04 test $0x4,%bl -ffffffff8001e2ac: 48 89 4d c0 mov %rcx,-0x40(%rbp) -ffffffff8001e2b0: 75 c7 jne ffffffff8001e279 <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E+0x49> -ffffffff8001e2b2: 45 31 ed xor %r13d,%r13d -ffffffff8001e2b5: 49 83 39 00 cmpq $0x0,(%r9) -ffffffff8001e2b9: 0f 85 9f 00 00 00 jne ffffffff8001e35e <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E+0x12e> -ffffffff8001e2bf: e9 cc 00 00 00 jmp ffffffff8001e390 <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E+0x160> -ffffffff8001e2c4: 4c 89 ef mov %r13,%rdi -ffffffff8001e2c7: 48 89 ce mov %rcx,%rsi -ffffffff8001e2ca: 4d 89 cf mov %r9,%r15 -ffffffff8001e2cd: e8 1e 40 00 00 call ffffffff800222f0 <_ZN4core3str5count14do_count_chars17hd75a405ba2a0a8e8E> -ffffffff8001e2d2: 4d 89 f9 mov %r15,%r9 -ffffffff8001e2d5: eb 7e jmp ffffffff8001e355 <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E+0x125> -ffffffff8001e2d7: 31 c0 xor %eax,%eax -ffffffff8001e2d9: eb 7a jmp ffffffff8001e355 <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E+0x125> -ffffffff8001e2db: 48 89 ce mov %rcx,%rsi -ffffffff8001e2de: 48 83 e6 fc and $0xfffffffffffffffc,%rsi -ffffffff8001e2e2: 31 c0 xor %eax,%eax -ffffffff8001e2e4: 31 d2 xor %edx,%edx -ffffffff8001e2e6: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001e2ed: 00 00 00 -ffffffff8001e2f0: 31 ff xor %edi,%edi -ffffffff8001e2f2: 41 80 7c 15 00 c0 cmpb $0xc0,0x0(%r13,%rdx,1) -ffffffff8001e2f8: 40 0f 9d c7 setge %dil -ffffffff8001e2fc: 48 01 c7 add %rax,%rdi -ffffffff8001e2ff: 31 c0 xor %eax,%eax -ffffffff8001e301: 41 80 7c 15 01 c0 cmpb $0xc0,0x1(%r13,%rdx,1) -ffffffff8001e307: 0f 9d c0 setge %al -ffffffff8001e30a: 45 31 c0 xor %r8d,%r8d -ffffffff8001e30d: 41 80 7c 15 02 c0 cmpb $0xc0,0x2(%r13,%rdx,1) -ffffffff8001e313: 41 0f 9d c0 setge %r8b -ffffffff8001e317: 49 01 c0 add %rax,%r8 -ffffffff8001e31a: 49 01 f8 add %rdi,%r8 -ffffffff8001e31d: 31 c0 xor %eax,%eax -ffffffff8001e31f: 41 80 7c 15 03 c0 cmpb $0xc0,0x3(%r13,%rdx,1) -ffffffff8001e325: 0f 9d c0 setge %al -ffffffff8001e328: 4c 01 c0 add %r8,%rax -ffffffff8001e32b: 48 83 c2 04 add $0x4,%rdx -ffffffff8001e32f: 48 39 d6 cmp %rdx,%rsi -ffffffff8001e332: 75 bc jne ffffffff8001e2f0 <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E+0xc0> -ffffffff8001e334: 4d 85 d2 test %r10,%r10 -ffffffff8001e337: 74 1c je ffffffff8001e355 <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E+0x125> -ffffffff8001e339: 4c 01 ea add %r13,%rdx -ffffffff8001e33c: 31 f6 xor %esi,%esi -ffffffff8001e33e: 66 90 xchg %ax,%ax -ffffffff8001e340: 31 ff xor %edi,%edi -ffffffff8001e342: 80 3c 32 c0 cmpb $0xc0,(%rdx,%rsi,1) -ffffffff8001e346: 40 0f 9d c7 setge %dil -ffffffff8001e34a: 48 01 f8 add %rdi,%rax -ffffffff8001e34d: 48 ff c6 inc %rsi -ffffffff8001e350: 49 39 f2 cmp %rsi,%r10 -ffffffff8001e353: 75 eb jne ffffffff8001e340 <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E+0x110> -ffffffff8001e355: 49 01 c4 add %rax,%r12 -ffffffff8001e358: 49 83 39 00 cmpq $0x0,(%r9) -ffffffff8001e35c: 74 32 je ffffffff8001e390 <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E+0x160> -ffffffff8001e35e: 4d 8b 79 08 mov 0x8(%r9),%r15 -ffffffff8001e362: 4d 29 e7 sub %r12,%r15 -ffffffff8001e365: 76 29 jbe ffffffff8001e390 <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E+0x160> -ffffffff8001e367: f6 c3 08 test $0x8,%bl -ffffffff8001e36a: 75 78 jne ffffffff8001e3e4 <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E+0x1b4> -ffffffff8001e36c: 4c 89 75 b0 mov %r14,-0x50(%rbp) -ffffffff8001e370: 45 0f b6 71 38 movzbl 0x38(%r9),%r14d -ffffffff8001e375: 48 8d 05 80 89 00 00 lea 0x8980(%rip),%rax # ffffffff80026cfc -ffffffff8001e37c: 4a 63 0c b0 movslq (%rax,%r14,4),%rcx -ffffffff8001e380: 48 01 c1 add %rax,%rcx -ffffffff8001e383: ff e1 jmp *%rcx -ffffffff8001e385: 4d 89 fe mov %r15,%r14 -ffffffff8001e388: 45 31 ff xor %r15d,%r15d -ffffffff8001e38b: e9 c9 00 00 00 jmp ffffffff8001e459 <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E+0x229> -ffffffff8001e390: 49 8b 59 20 mov 0x20(%r9),%rbx -ffffffff8001e394: 4d 8b 79 28 mov 0x28(%r9),%r15 -ffffffff8001e398: 48 89 df mov %rbx,%rdi -ffffffff8001e39b: 4c 89 fe mov %r15,%rsi -ffffffff8001e39e: 8b 55 d0 mov -0x30(%rbp),%edx -ffffffff8001e3a1: 4c 89 e9 mov %r13,%rcx -ffffffff8001e3a4: 4c 8b 45 c0 mov -0x40(%rbp),%r8 -ffffffff8001e3a8: e8 83 01 00 00 call ffffffff8001e530 <_ZN4core3fmt9Formatter12pad_integral12write_prefix17hcbb8b9b988b69862E> -ffffffff8001e3ad: 41 b5 01 mov $0x1,%r13b -ffffffff8001e3b0: 84 c0 test %al,%al -ffffffff8001e3b2: 74 12 je ffffffff8001e3c6 <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E+0x196> -ffffffff8001e3b4: 44 89 e8 mov %r13d,%eax -ffffffff8001e3b7: 48 83 c4 28 add $0x28,%rsp -ffffffff8001e3bb: 5b pop %rbx -ffffffff8001e3bc: 41 5c pop %r12 -ffffffff8001e3be: 41 5d pop %r13 -ffffffff8001e3c0: 41 5e pop %r14 -ffffffff8001e3c2: 41 5f pop %r15 -ffffffff8001e3c4: 5d pop %rbp -ffffffff8001e3c5: c3 ret -ffffffff8001e3c6: 49 8b 47 18 mov 0x18(%r15),%rax -ffffffff8001e3ca: 48 89 df mov %rbx,%rdi -ffffffff8001e3cd: 48 8b 75 c8 mov -0x38(%rbp),%rsi -ffffffff8001e3d1: 4c 89 f2 mov %r14,%rdx -ffffffff8001e3d4: 48 83 c4 28 add $0x28,%rsp -ffffffff8001e3d8: 5b pop %rbx -ffffffff8001e3d9: 41 5c pop %r12 -ffffffff8001e3db: 41 5d pop %r13 -ffffffff8001e3dd: 41 5e pop %r14 -ffffffff8001e3df: 41 5f pop %r15 -ffffffff8001e3e1: 5d pop %rbp -ffffffff8001e3e2: ff e0 jmp *%rax -ffffffff8001e3e4: 41 8b 41 30 mov 0x30(%r9),%eax -ffffffff8001e3e8: 89 45 b0 mov %eax,-0x50(%rbp) -ffffffff8001e3eb: 41 c7 41 30 30 00 00 movl $0x30,0x30(%r9) -ffffffff8001e3f2: 00 -ffffffff8001e3f3: 41 0f b6 41 38 movzbl 0x38(%r9),%eax -ffffffff8001e3f8: 88 45 d7 mov %al,-0x29(%rbp) -ffffffff8001e3fb: 41 c6 41 38 01 movb $0x1,0x38(%r9) -ffffffff8001e400: 4d 8b 61 20 mov 0x20(%r9),%r12 -ffffffff8001e404: 4c 89 4d b8 mov %r9,-0x48(%rbp) -ffffffff8001e408: 49 8b 59 28 mov 0x28(%r9),%rbx -ffffffff8001e40c: 4c 89 e7 mov %r12,%rdi -ffffffff8001e40f: 48 89 de mov %rbx,%rsi -ffffffff8001e412: 8b 55 d0 mov -0x30(%rbp),%edx -ffffffff8001e415: 4c 89 e9 mov %r13,%rcx -ffffffff8001e418: 4c 8b 45 c0 mov -0x40(%rbp),%r8 -ffffffff8001e41c: e8 0f 01 00 00 call ffffffff8001e530 <_ZN4core3fmt9Formatter12pad_integral12write_prefix17hcbb8b9b988b69862E> -ffffffff8001e421: 41 b5 01 mov $0x1,%r13b -ffffffff8001e424: 84 c0 test %al,%al -ffffffff8001e426: 75 8c jne ffffffff8001e3b4 <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E+0x184> -ffffffff8001e428: 49 ff c7 inc %r15 -ffffffff8001e42b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) -ffffffff8001e430: 49 ff cf dec %r15 -ffffffff8001e433: 0f 84 b5 00 00 00 je ffffffff8001e4ee <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E+0x2be> -ffffffff8001e439: 4c 89 e7 mov %r12,%rdi -ffffffff8001e43c: be 30 00 00 00 mov $0x30,%esi -ffffffff8001e441: ff 53 20 call *0x20(%rbx) -ffffffff8001e444: 84 c0 test %al,%al -ffffffff8001e446: 74 e8 je ffffffff8001e430 <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E+0x200> -ffffffff8001e448: e9 67 ff ff ff jmp ffffffff8001e3b4 <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E+0x184> -ffffffff8001e44d: 4d 89 fe mov %r15,%r14 -ffffffff8001e450: 49 d1 ee shr %r14 -ffffffff8001e453: 49 ff c7 inc %r15 -ffffffff8001e456: 49 d1 ef shr %r15 -ffffffff8001e459: 49 8b 59 20 mov 0x20(%r9),%rbx -ffffffff8001e45d: 4d 8b 61 28 mov 0x28(%r9),%r12 -ffffffff8001e461: 41 8b 41 30 mov 0x30(%r9),%eax -ffffffff8001e465: 89 45 b8 mov %eax,-0x48(%rbp) -ffffffff8001e468: 49 ff c6 inc %r14 -ffffffff8001e46b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) -ffffffff8001e470: 48 89 df mov %rbx,%rdi -ffffffff8001e473: 49 ff ce dec %r14 -ffffffff8001e476: 74 14 je ffffffff8001e48c <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E+0x25c> -ffffffff8001e478: 8b 75 b8 mov -0x48(%rbp),%esi -ffffffff8001e47b: 41 ff 54 24 20 call *0x20(%r12) -ffffffff8001e480: 84 c0 test %al,%al -ffffffff8001e482: 74 ec je ffffffff8001e470 <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E+0x240> -ffffffff8001e484: 41 b5 01 mov $0x1,%r13b -ffffffff8001e487: e9 28 ff ff ff jmp ffffffff8001e3b4 <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E+0x184> -ffffffff8001e48c: 4c 89 e6 mov %r12,%rsi -ffffffff8001e48f: 8b 55 d0 mov -0x30(%rbp),%edx -ffffffff8001e492: 4c 89 e9 mov %r13,%rcx -ffffffff8001e495: 4c 8b 45 c0 mov -0x40(%rbp),%r8 -ffffffff8001e499: e8 92 00 00 00 call ffffffff8001e530 <_ZN4core3fmt9Formatter12pad_integral12write_prefix17hcbb8b9b988b69862E> -ffffffff8001e49e: 41 b5 01 mov $0x1,%r13b -ffffffff8001e4a1: 84 c0 test %al,%al -ffffffff8001e4a3: 0f 85 0b ff ff ff jne ffffffff8001e3b4 <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E+0x184> -ffffffff8001e4a9: 48 89 df mov %rbx,%rdi -ffffffff8001e4ac: 48 8b 75 c8 mov -0x38(%rbp),%rsi -ffffffff8001e4b0: 48 8b 55 b0 mov -0x50(%rbp),%rdx -ffffffff8001e4b4: 41 ff 54 24 18 call *0x18(%r12) -ffffffff8001e4b9: 84 c0 test %al,%al -ffffffff8001e4bb: 0f 85 f3 fe ff ff jne ffffffff8001e3b4 <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E+0x184> -ffffffff8001e4c1: 4d 89 fd mov %r15,%r13 -ffffffff8001e4c4: 49 f7 dd neg %r13 -ffffffff8001e4c7: 49 c7 c6 ff ff ff ff mov $0xffffffffffffffff,%r14 -ffffffff8001e4ce: 66 90 xchg %ax,%ax -ffffffff8001e4d0: 4b 8d 04 2e lea (%r14,%r13,1),%rax -ffffffff8001e4d4: 48 83 f8 ff cmp $0xffffffffffffffff,%rax -ffffffff8001e4d8: 74 42 je ffffffff8001e51c <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E+0x2ec> -ffffffff8001e4da: 48 89 df mov %rbx,%rdi -ffffffff8001e4dd: 8b 75 b8 mov -0x48(%rbp),%esi -ffffffff8001e4e0: 41 ff 54 24 20 call *0x20(%r12) -ffffffff8001e4e5: 49 ff c6 inc %r14 -ffffffff8001e4e8: 84 c0 test %al,%al -ffffffff8001e4ea: 74 e4 je ffffffff8001e4d0 <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E+0x2a0> -ffffffff8001e4ec: eb 31 jmp ffffffff8001e51f <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E+0x2ef> -ffffffff8001e4ee: 4c 89 e7 mov %r12,%rdi -ffffffff8001e4f1: 48 8b 75 c8 mov -0x38(%rbp),%rsi -ffffffff8001e4f5: 4c 89 f2 mov %r14,%rdx -ffffffff8001e4f8: ff 53 18 call *0x18(%rbx) -ffffffff8001e4fb: 84 c0 test %al,%al -ffffffff8001e4fd: 0f 85 b1 fe ff ff jne ffffffff8001e3b4 <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E+0x184> -ffffffff8001e503: 48 8b 45 b8 mov -0x48(%rbp),%rax -ffffffff8001e507: 8b 4d b0 mov -0x50(%rbp),%ecx -ffffffff8001e50a: 89 48 30 mov %ecx,0x30(%rax) -ffffffff8001e50d: 0f b6 4d d7 movzbl -0x29(%rbp),%ecx -ffffffff8001e511: 88 48 38 mov %cl,0x38(%rax) -ffffffff8001e514: 45 31 ed xor %r13d,%r13d -ffffffff8001e517: e9 98 fe ff ff jmp ffffffff8001e3b4 <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E+0x184> -ffffffff8001e51c: 4d 89 fe mov %r15,%r14 -ffffffff8001e51f: 4d 39 fe cmp %r15,%r14 -ffffffff8001e522: 41 0f 92 c5 setb %r13b -ffffffff8001e526: e9 89 fe ff ff jmp ffffffff8001e3b4 <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E+0x184> -ffffffff8001e52b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) - -ffffffff8001e530 <_ZN4core3fmt9Formatter12pad_integral12write_prefix17hcbb8b9b988b69862E>: -ffffffff8001e530: 55 push %rbp -ffffffff8001e531: 48 89 e5 mov %rsp,%rbp -ffffffff8001e534: 41 57 push %r15 -ffffffff8001e536: 41 56 push %r14 -ffffffff8001e538: 41 54 push %r12 -ffffffff8001e53a: 53 push %rbx -ffffffff8001e53b: 4c 89 c3 mov %r8,%rbx -ffffffff8001e53e: 49 89 ce mov %rcx,%r14 -ffffffff8001e541: 49 89 f4 mov %rsi,%r12 -ffffffff8001e544: 49 89 ff mov %rdi,%r15 -ffffffff8001e547: 81 fa 00 00 11 00 cmp $0x110000,%edx -ffffffff8001e54d: 74 12 je ffffffff8001e561 <_ZN4core3fmt9Formatter12pad_integral12write_prefix17hcbb8b9b988b69862E+0x31> -ffffffff8001e54f: 4c 89 ff mov %r15,%rdi -ffffffff8001e552: 89 d6 mov %edx,%esi -ffffffff8001e554: 41 ff 54 24 20 call *0x20(%r12) -ffffffff8001e559: 89 c1 mov %eax,%ecx -ffffffff8001e55b: b0 01 mov $0x1,%al -ffffffff8001e55d: 84 c9 test %cl,%cl -ffffffff8001e55f: 75 1f jne ffffffff8001e580 <_ZN4core3fmt9Formatter12pad_integral12write_prefix17hcbb8b9b988b69862E+0x50> -ffffffff8001e561: 4d 85 f6 test %r14,%r14 -ffffffff8001e564: 74 18 je ffffffff8001e57e <_ZN4core3fmt9Formatter12pad_integral12write_prefix17hcbb8b9b988b69862E+0x4e> -ffffffff8001e566: 49 8b 44 24 18 mov 0x18(%r12),%rax -ffffffff8001e56b: 4c 89 ff mov %r15,%rdi -ffffffff8001e56e: 4c 89 f6 mov %r14,%rsi -ffffffff8001e571: 48 89 da mov %rbx,%rdx -ffffffff8001e574: 5b pop %rbx -ffffffff8001e575: 41 5c pop %r12 -ffffffff8001e577: 41 5e pop %r14 -ffffffff8001e579: 41 5f pop %r15 -ffffffff8001e57b: 5d pop %rbp -ffffffff8001e57c: ff e0 jmp *%rax -ffffffff8001e57e: 31 c0 xor %eax,%eax -ffffffff8001e580: 5b pop %rbx -ffffffff8001e581: 41 5c pop %r12 -ffffffff8001e583: 41 5e pop %r14 -ffffffff8001e585: 41 5f pop %r15 -ffffffff8001e587: 5d pop %rbp -ffffffff8001e588: c3 ret -ffffffff8001e589: 0f 1f 80 00 00 00 00 nopl 0x0(%rax) - -ffffffff8001e590 <_ZN4core3fmt9Formatter3pad17hfec64c705344ef8cE>: -ffffffff8001e590: 55 push %rbp -ffffffff8001e591: 48 89 e5 mov %rsp,%rbp -ffffffff8001e594: 41 57 push %r15 -ffffffff8001e596: 41 56 push %r14 -ffffffff8001e598: 41 55 push %r13 -ffffffff8001e59a: 41 54 push %r12 -ffffffff8001e59c: 53 push %rbx -ffffffff8001e59d: 48 83 ec 18 sub $0x18,%rsp -ffffffff8001e5a1: 49 89 d4 mov %rdx,%r12 -ffffffff8001e5a4: 49 89 f6 mov %rsi,%r14 -ffffffff8001e5a7: 49 89 ff mov %rdi,%r15 -ffffffff8001e5aa: 48 8b 07 mov (%rdi),%rax -ffffffff8001e5ad: 48 8b 4f 10 mov 0x10(%rdi),%rcx -ffffffff8001e5b1: 48 89 c2 mov %rax,%rdx -ffffffff8001e5b4: 48 09 ca or %rcx,%rdx -ffffffff8001e5b7: 0f 84 1e 02 00 00 je ffffffff8001e7db <_ZN4core3fmt9Formatter3pad17hfec64c705344ef8cE+0x24b> -ffffffff8001e5bd: 48 85 c9 test %rcx,%rcx -ffffffff8001e5c0: 0f 84 41 01 00 00 je ffffffff8001e707 <_ZN4core3fmt9Formatter3pad17hfec64c705344ef8cE+0x177> -ffffffff8001e5c6: 49 8b 7f 18 mov 0x18(%r15),%rdi -ffffffff8001e5ca: 4b 8d 34 26 lea (%r14,%r12,1),%rsi -ffffffff8001e5ce: 48 ff c7 inc %rdi -ffffffff8001e5d1: 31 c9 xor %ecx,%ecx -ffffffff8001e5d3: 4c 89 f2 mov %r14,%rdx -ffffffff8001e5d6: eb 22 jmp ffffffff8001e5fa <_ZN4core3fmt9Formatter3pad17hfec64c705344ef8cE+0x6a> -ffffffff8001e5d8: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff8001e5df: 00 -ffffffff8001e5e0: 4c 8d 52 01 lea 0x1(%rdx),%r10 -ffffffff8001e5e4: 48 29 d1 sub %rdx,%rcx -ffffffff8001e5e7: 4c 01 d1 add %r10,%rcx -ffffffff8001e5ea: 4c 89 d2 mov %r10,%rdx -ffffffff8001e5ed: 41 81 f8 00 00 11 00 cmp $0x110000,%r8d -ffffffff8001e5f4: 0f 84 0d 01 00 00 je ffffffff8001e707 <_ZN4core3fmt9Formatter3pad17hfec64c705344ef8cE+0x177> -ffffffff8001e5fa: 48 ff cf dec %rdi -ffffffff8001e5fd: 0f 84 92 00 00 00 je ffffffff8001e695 <_ZN4core3fmt9Formatter3pad17hfec64c705344ef8cE+0x105> -ffffffff8001e603: 48 39 f2 cmp %rsi,%rdx -ffffffff8001e606: 0f 84 fb 00 00 00 je ffffffff8001e707 <_ZN4core3fmt9Formatter3pad17hfec64c705344ef8cE+0x177> -ffffffff8001e60c: 44 0f b6 02 movzbl (%rdx),%r8d -ffffffff8001e610: 45 84 c0 test %r8b,%r8b -ffffffff8001e613: 79 cb jns ffffffff8001e5e0 <_ZN4core3fmt9Formatter3pad17hfec64c705344ef8cE+0x50> -ffffffff8001e615: 45 89 c1 mov %r8d,%r9d -ffffffff8001e618: 41 83 e1 1f and $0x1f,%r9d -ffffffff8001e61c: 0f b6 5a 01 movzbl 0x1(%rdx),%ebx -ffffffff8001e620: 83 e3 3f and $0x3f,%ebx -ffffffff8001e623: 41 80 f8 df cmp $0xdf,%r8b -ffffffff8001e627: 76 46 jbe ffffffff8001e66f <_ZN4core3fmt9Formatter3pad17hfec64c705344ef8cE+0xdf> -ffffffff8001e629: 44 0f b6 5a 02 movzbl 0x2(%rdx),%r11d -ffffffff8001e62e: c1 e3 06 shl $0x6,%ebx -ffffffff8001e631: 41 83 e3 3f and $0x3f,%r11d -ffffffff8001e635: 41 09 db or %ebx,%r11d -ffffffff8001e638: 41 80 f8 f0 cmp $0xf0,%r8b -ffffffff8001e63c: 72 44 jb ffffffff8001e682 <_ZN4core3fmt9Formatter3pad17hfec64c705344ef8cE+0xf2> -ffffffff8001e63e: 44 0f b6 42 03 movzbl 0x3(%rdx),%r8d -ffffffff8001e643: 41 83 e1 07 and $0x7,%r9d -ffffffff8001e647: 41 c1 e1 12 shl $0x12,%r9d -ffffffff8001e64b: 41 c1 e3 06 shl $0x6,%r11d -ffffffff8001e64f: 41 83 e0 3f and $0x3f,%r8d -ffffffff8001e653: 45 09 d8 or %r11d,%r8d -ffffffff8001e656: 45 09 c8 or %r9d,%r8d -ffffffff8001e659: 41 81 f8 00 00 11 00 cmp $0x110000,%r8d -ffffffff8001e660: 0f 84 a1 00 00 00 je ffffffff8001e707 <_ZN4core3fmt9Formatter3pad17hfec64c705344ef8cE+0x177> -ffffffff8001e666: 4c 8d 52 04 lea 0x4(%rdx),%r10 -ffffffff8001e66a: e9 75 ff ff ff jmp ffffffff8001e5e4 <_ZN4core3fmt9Formatter3pad17hfec64c705344ef8cE+0x54> -ffffffff8001e66f: 4c 8d 52 02 lea 0x2(%rdx),%r10 -ffffffff8001e673: 41 c1 e1 06 shl $0x6,%r9d -ffffffff8001e677: 41 09 d9 or %ebx,%r9d -ffffffff8001e67a: 45 89 c8 mov %r9d,%r8d -ffffffff8001e67d: e9 62 ff ff ff jmp ffffffff8001e5e4 <_ZN4core3fmt9Formatter3pad17hfec64c705344ef8cE+0x54> -ffffffff8001e682: 4c 8d 52 03 lea 0x3(%rdx),%r10 -ffffffff8001e686: 41 c1 e1 0c shl $0xc,%r9d -ffffffff8001e68a: 45 09 cb or %r9d,%r11d -ffffffff8001e68d: 45 89 d8 mov %r11d,%r8d -ffffffff8001e690: e9 4f ff ff ff jmp ffffffff8001e5e4 <_ZN4core3fmt9Formatter3pad17hfec64c705344ef8cE+0x54> -ffffffff8001e695: 48 39 f2 cmp %rsi,%rdx -ffffffff8001e698: 74 6d je ffffffff8001e707 <_ZN4core3fmt9Formatter3pad17hfec64c705344ef8cE+0x177> -ffffffff8001e69a: 0f b6 32 movzbl (%rdx),%esi -ffffffff8001e69d: 40 84 f6 test %sil,%sil -ffffffff8001e6a0: 79 40 jns ffffffff8001e6e2 <_ZN4core3fmt9Formatter3pad17hfec64c705344ef8cE+0x152> -ffffffff8001e6a2: 40 80 fe e0 cmp $0xe0,%sil -ffffffff8001e6a6: 72 3a jb ffffffff8001e6e2 <_ZN4core3fmt9Formatter3pad17hfec64c705344ef8cE+0x152> -ffffffff8001e6a8: 40 80 fe f0 cmp $0xf0,%sil -ffffffff8001e6ac: 72 34 jb ffffffff8001e6e2 <_ZN4core3fmt9Formatter3pad17hfec64c705344ef8cE+0x152> -ffffffff8001e6ae: 0f b6 7a 01 movzbl 0x1(%rdx),%edi -ffffffff8001e6b2: 83 e7 3f and $0x3f,%edi -ffffffff8001e6b5: 44 0f b6 42 02 movzbl 0x2(%rdx),%r8d -ffffffff8001e6ba: 41 83 e0 3f and $0x3f,%r8d -ffffffff8001e6be: 0f b6 52 03 movzbl 0x3(%rdx),%edx -ffffffff8001e6c2: 83 e6 07 and $0x7,%esi -ffffffff8001e6c5: c1 e6 12 shl $0x12,%esi -ffffffff8001e6c8: c1 e7 0c shl $0xc,%edi -ffffffff8001e6cb: 41 c1 e0 06 shl $0x6,%r8d -ffffffff8001e6cf: 41 09 f8 or %edi,%r8d -ffffffff8001e6d2: 83 e2 3f and $0x3f,%edx -ffffffff8001e6d5: 44 09 c2 or %r8d,%edx -ffffffff8001e6d8: 09 f2 or %esi,%edx -ffffffff8001e6da: 81 fa 00 00 11 00 cmp $0x110000,%edx -ffffffff8001e6e0: 74 25 je ffffffff8001e707 <_ZN4core3fmt9Formatter3pad17hfec64c705344ef8cE+0x177> -ffffffff8001e6e2: 48 85 c9 test %rcx,%rcx -ffffffff8001e6e5: 74 12 je ffffffff8001e6f9 <_ZN4core3fmt9Formatter3pad17hfec64c705344ef8cE+0x169> -ffffffff8001e6e7: 4c 39 e1 cmp %r12,%rcx -ffffffff8001e6ea: 73 0b jae ffffffff8001e6f7 <_ZN4core3fmt9Formatter3pad17hfec64c705344ef8cE+0x167> -ffffffff8001e6ec: 41 80 3c 0e c0 cmpb $0xc0,(%r14,%rcx,1) -ffffffff8001e6f1: 7d 06 jge ffffffff8001e6f9 <_ZN4core3fmt9Formatter3pad17hfec64c705344ef8cE+0x169> -ffffffff8001e6f3: 31 d2 xor %edx,%edx -ffffffff8001e6f5: eb 05 jmp ffffffff8001e6fc <_ZN4core3fmt9Formatter3pad17hfec64c705344ef8cE+0x16c> -ffffffff8001e6f7: 75 fa jne ffffffff8001e6f3 <_ZN4core3fmt9Formatter3pad17hfec64c705344ef8cE+0x163> -ffffffff8001e6f9: 4c 89 f2 mov %r14,%rdx -ffffffff8001e6fc: 48 85 d2 test %rdx,%rdx -ffffffff8001e6ff: 4c 0f 45 e1 cmovne %rcx,%r12 -ffffffff8001e703: 4c 0f 45 f2 cmovne %rdx,%r14 -ffffffff8001e707: 48 85 c0 test %rax,%rax -ffffffff8001e70a: 0f 84 cb 00 00 00 je ffffffff8001e7db <_ZN4core3fmt9Formatter3pad17hfec64c705344ef8cE+0x24b> -ffffffff8001e710: 4d 8b 6f 08 mov 0x8(%r15),%r13 -ffffffff8001e714: 49 83 fc 20 cmp $0x20,%r12 -ffffffff8001e718: 73 17 jae ffffffff8001e731 <_ZN4core3fmt9Formatter3pad17hfec64c705344ef8cE+0x1a1> -ffffffff8001e71a: 4d 85 e4 test %r12,%r12 -ffffffff8001e71d: 74 1f je ffffffff8001e73e <_ZN4core3fmt9Formatter3pad17hfec64c705344ef8cE+0x1ae> -ffffffff8001e71f: 44 89 e1 mov %r12d,%ecx -ffffffff8001e722: 83 e1 03 and $0x3,%ecx -ffffffff8001e725: 49 83 fc 04 cmp $0x4,%r12 -ffffffff8001e729: 73 17 jae ffffffff8001e742 <_ZN4core3fmt9Formatter3pad17hfec64c705344ef8cE+0x1b2> -ffffffff8001e72b: 31 c0 xor %eax,%eax -ffffffff8001e72d: 31 d2 xor %edx,%edx -ffffffff8001e72f: eb 62 jmp ffffffff8001e793 <_ZN4core3fmt9Formatter3pad17hfec64c705344ef8cE+0x203> -ffffffff8001e731: 4c 89 f7 mov %r14,%rdi -ffffffff8001e734: 4c 89 e6 mov %r12,%rsi -ffffffff8001e737: e8 b4 3b 00 00 call ffffffff800222f0 <_ZN4core3str5count14do_count_chars17hd75a405ba2a0a8e8E> -ffffffff8001e73c: eb 77 jmp ffffffff8001e7b5 <_ZN4core3fmt9Formatter3pad17hfec64c705344ef8cE+0x225> -ffffffff8001e73e: 31 c0 xor %eax,%eax -ffffffff8001e740: eb 73 jmp ffffffff8001e7b5 <_ZN4core3fmt9Formatter3pad17hfec64c705344ef8cE+0x225> -ffffffff8001e742: 4c 89 e6 mov %r12,%rsi -ffffffff8001e745: 48 83 e6 fc and $0xfffffffffffffffc,%rsi -ffffffff8001e749: 31 c0 xor %eax,%eax -ffffffff8001e74b: 31 d2 xor %edx,%edx -ffffffff8001e74d: 0f 1f 00 nopl (%rax) -ffffffff8001e750: 31 ff xor %edi,%edi -ffffffff8001e752: 41 80 3c 16 c0 cmpb $0xc0,(%r14,%rdx,1) -ffffffff8001e757: 40 0f 9d c7 setge %dil -ffffffff8001e75b: 48 01 c7 add %rax,%rdi -ffffffff8001e75e: 31 c0 xor %eax,%eax -ffffffff8001e760: 41 80 7c 16 01 c0 cmpb $0xc0,0x1(%r14,%rdx,1) -ffffffff8001e766: 0f 9d c0 setge %al -ffffffff8001e769: 45 31 c0 xor %r8d,%r8d -ffffffff8001e76c: 41 80 7c 16 02 c0 cmpb $0xc0,0x2(%r14,%rdx,1) -ffffffff8001e772: 41 0f 9d c0 setge %r8b -ffffffff8001e776: 49 01 c0 add %rax,%r8 -ffffffff8001e779: 49 01 f8 add %rdi,%r8 -ffffffff8001e77c: 31 c0 xor %eax,%eax -ffffffff8001e77e: 41 80 7c 16 03 c0 cmpb $0xc0,0x3(%r14,%rdx,1) -ffffffff8001e784: 0f 9d c0 setge %al -ffffffff8001e787: 4c 01 c0 add %r8,%rax -ffffffff8001e78a: 48 83 c2 04 add $0x4,%rdx -ffffffff8001e78e: 48 39 d6 cmp %rdx,%rsi -ffffffff8001e791: 75 bd jne ffffffff8001e750 <_ZN4core3fmt9Formatter3pad17hfec64c705344ef8cE+0x1c0> -ffffffff8001e793: 48 85 c9 test %rcx,%rcx -ffffffff8001e796: 74 1d je ffffffff8001e7b5 <_ZN4core3fmt9Formatter3pad17hfec64c705344ef8cE+0x225> -ffffffff8001e798: 4c 01 f2 add %r14,%rdx -ffffffff8001e79b: 31 f6 xor %esi,%esi -ffffffff8001e79d: 0f 1f 00 nopl (%rax) -ffffffff8001e7a0: 31 ff xor %edi,%edi -ffffffff8001e7a2: 80 3c 32 c0 cmpb $0xc0,(%rdx,%rsi,1) -ffffffff8001e7a6: 40 0f 9d c7 setge %dil -ffffffff8001e7aa: 48 01 f8 add %rdi,%rax -ffffffff8001e7ad: 48 ff c6 inc %rsi -ffffffff8001e7b0: 48 39 f1 cmp %rsi,%rcx -ffffffff8001e7b3: 75 eb jne ffffffff8001e7a0 <_ZN4core3fmt9Formatter3pad17hfec64c705344ef8cE+0x210> -ffffffff8001e7b5: 49 29 c5 sub %rax,%r13 -ffffffff8001e7b8: 76 21 jbe ffffffff8001e7db <_ZN4core3fmt9Formatter3pad17hfec64c705344ef8cE+0x24b> -ffffffff8001e7ba: 41 0f b6 47 38 movzbl 0x38(%r15),%eax -ffffffff8001e7bf: 48 8d 0d 46 85 00 00 lea 0x8546(%rip),%rcx # ffffffff80026d0c -ffffffff8001e7c6: 48 63 04 81 movslq (%rcx,%rax,4),%rax -ffffffff8001e7ca: 48 01 c8 add %rcx,%rax -ffffffff8001e7cd: 4c 89 65 c8 mov %r12,-0x38(%rbp) -ffffffff8001e7d1: ff e0 jmp *%rax -ffffffff8001e7d3: 4c 89 6d d0 mov %r13,-0x30(%rbp) -ffffffff8001e7d7: 31 db xor %ebx,%ebx -ffffffff8001e7d9: eb 3d jmp ffffffff8001e818 <_ZN4core3fmt9Formatter3pad17hfec64c705344ef8cE+0x288> -ffffffff8001e7db: 49 8b 7f 20 mov 0x20(%r15),%rdi -ffffffff8001e7df: 49 8b 47 28 mov 0x28(%r15),%rax -ffffffff8001e7e3: 48 8b 40 18 mov 0x18(%rax),%rax -ffffffff8001e7e7: 4c 89 f6 mov %r14,%rsi -ffffffff8001e7ea: 4c 89 e2 mov %r12,%rdx -ffffffff8001e7ed: 48 83 c4 18 add $0x18,%rsp -ffffffff8001e7f1: 5b pop %rbx -ffffffff8001e7f2: 41 5c pop %r12 -ffffffff8001e7f4: 41 5d pop %r13 -ffffffff8001e7f6: 41 5e pop %r14 -ffffffff8001e7f8: 41 5f pop %r15 -ffffffff8001e7fa: 5d pop %rbp -ffffffff8001e7fb: ff e0 jmp *%rax -ffffffff8001e7fd: 4c 89 eb mov %r13,%rbx -ffffffff8001e800: 31 c0 xor %eax,%eax -ffffffff8001e802: 48 89 45 d0 mov %rax,-0x30(%rbp) -ffffffff8001e806: eb 10 jmp ffffffff8001e818 <_ZN4core3fmt9Formatter3pad17hfec64c705344ef8cE+0x288> -ffffffff8001e808: 4c 89 eb mov %r13,%rbx -ffffffff8001e80b: 48 d1 eb shr %rbx -ffffffff8001e80e: 49 ff c5 inc %r13 -ffffffff8001e811: 49 d1 ed shr %r13 -ffffffff8001e814: 4c 89 6d d0 mov %r13,-0x30(%rbp) -ffffffff8001e818: 4d 8b 67 20 mov 0x20(%r15),%r12 -ffffffff8001e81c: 4d 8b 6f 28 mov 0x28(%r15),%r13 -ffffffff8001e820: 45 8b 7f 30 mov 0x30(%r15),%r15d -ffffffff8001e824: 48 ff c3 inc %rbx -ffffffff8001e827: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1) -ffffffff8001e82e: 00 00 -ffffffff8001e830: 4c 89 e7 mov %r12,%rdi -ffffffff8001e833: 48 ff cb dec %rbx -ffffffff8001e836: 74 0f je ffffffff8001e847 <_ZN4core3fmt9Formatter3pad17hfec64c705344ef8cE+0x2b7> -ffffffff8001e838: 44 89 fe mov %r15d,%esi -ffffffff8001e83b: 41 ff 55 20 call *0x20(%r13) -ffffffff8001e83f: 84 c0 test %al,%al -ffffffff8001e841: 74 ed je ffffffff8001e830 <_ZN4core3fmt9Formatter3pad17hfec64c705344ef8cE+0x2a0> -ffffffff8001e843: b0 01 mov $0x1,%al -ffffffff8001e845: eb 51 jmp ffffffff8001e898 <_ZN4core3fmt9Formatter3pad17hfec64c705344ef8cE+0x308> -ffffffff8001e847: 4c 89 f6 mov %r14,%rsi -ffffffff8001e84a: 48 8b 55 c8 mov -0x38(%rbp),%rdx -ffffffff8001e84e: 41 ff 55 18 call *0x18(%r13) -ffffffff8001e852: 89 c1 mov %eax,%ecx -ffffffff8001e854: b0 01 mov $0x1,%al -ffffffff8001e856: 84 c9 test %cl,%cl -ffffffff8001e858: 75 3e jne ffffffff8001e898 <_ZN4core3fmt9Formatter3pad17hfec64c705344ef8cE+0x308> -ffffffff8001e85a: 4c 8b 75 d0 mov -0x30(%rbp),%r14 -ffffffff8001e85e: 49 f7 de neg %r14 -ffffffff8001e861: 48 c7 c3 ff ff ff ff mov $0xffffffffffffffff,%rbx -ffffffff8001e868: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff8001e86f: 00 -ffffffff8001e870: 49 8d 04 1e lea (%r14,%rbx,1),%rax -ffffffff8001e874: 48 83 f8 ff cmp $0xffffffffffffffff,%rax -ffffffff8001e878: 74 13 je ffffffff8001e88d <_ZN4core3fmt9Formatter3pad17hfec64c705344ef8cE+0x2fd> -ffffffff8001e87a: 4c 89 e7 mov %r12,%rdi -ffffffff8001e87d: 44 89 fe mov %r15d,%esi -ffffffff8001e880: 41 ff 55 20 call *0x20(%r13) -ffffffff8001e884: 48 ff c3 inc %rbx -ffffffff8001e887: 84 c0 test %al,%al -ffffffff8001e889: 74 e5 je ffffffff8001e870 <_ZN4core3fmt9Formatter3pad17hfec64c705344ef8cE+0x2e0> -ffffffff8001e88b: eb 04 jmp ffffffff8001e891 <_ZN4core3fmt9Formatter3pad17hfec64c705344ef8cE+0x301> -ffffffff8001e88d: 48 8b 5d d0 mov -0x30(%rbp),%rbx -ffffffff8001e891: 48 3b 5d d0 cmp -0x30(%rbp),%rbx -ffffffff8001e895: 0f 92 c0 setb %al -ffffffff8001e898: 48 83 c4 18 add $0x18,%rsp -ffffffff8001e89c: 5b pop %rbx -ffffffff8001e89d: 41 5c pop %r12 -ffffffff8001e89f: 41 5d pop %r13 -ffffffff8001e8a1: 41 5e pop %r14 -ffffffff8001e8a3: 41 5f pop %r15 -ffffffff8001e8a5: 5d pop %rbp -ffffffff8001e8a6: c3 ret -ffffffff8001e8a7: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1) -ffffffff8001e8ae: 00 00 - -ffffffff8001e8b0 <_ZN4core3fmt9Formatter9write_str17h5399c4ae0c5f789dE>: -ffffffff8001e8b0: 55 push %rbp -ffffffff8001e8b1: 48 89 e5 mov %rsp,%rbp -ffffffff8001e8b4: 48 8b 47 20 mov 0x20(%rdi),%rax -ffffffff8001e8b8: 48 8b 4f 28 mov 0x28(%rdi),%rcx -ffffffff8001e8bc: 48 8b 49 18 mov 0x18(%rcx),%rcx -ffffffff8001e8c0: 48 89 c7 mov %rax,%rdi -ffffffff8001e8c3: 5d pop %rbp -ffffffff8001e8c4: ff e1 jmp *%rcx -ffffffff8001e8c6: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001e8cd: 00 00 00 - -ffffffff8001e8d0 <_ZN4core3fmt9Formatter9write_fmt17hccb3b608677ed295E>: -ffffffff8001e8d0: 55 push %rbp -ffffffff8001e8d1: 48 89 e5 mov %rsp,%rbp -ffffffff8001e8d4: 48 89 f2 mov %rsi,%rdx -ffffffff8001e8d7: 48 8b 47 20 mov 0x20(%rdi),%rax -ffffffff8001e8db: 48 8b 77 28 mov 0x28(%rdi),%rsi -ffffffff8001e8df: 48 89 c7 mov %rax,%rdi -ffffffff8001e8e2: 5d pop %rbp -ffffffff8001e8e3: e9 28 f7 ff ff jmp ffffffff8001e010 <_ZN4core3fmt5write17h2d87311a04992a27E> -ffffffff8001e8e8: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff8001e8ef: 00 - -ffffffff8001e8f0 <_ZN4core3fmt9Formatter26debug_struct_field1_finish17h0901fdcb10de1972E>: -ffffffff8001e8f0: 55 push %rbp -ffffffff8001e8f1: 48 89 e5 mov %rsp,%rbp -ffffffff8001e8f4: 41 57 push %r15 -ffffffff8001e8f6: 41 56 push %r14 -ffffffff8001e8f8: 41 55 push %r13 -ffffffff8001e8fa: 41 54 push %r12 -ffffffff8001e8fc: 53 push %rbx -ffffffff8001e8fd: 48 83 ec 18 sub $0x18,%rsp -ffffffff8001e901: 4c 89 cb mov %r9,%rbx -ffffffff8001e904: 4d 89 c6 mov %r8,%r14 -ffffffff8001e907: 49 89 cf mov %rcx,%r15 -ffffffff8001e90a: 49 89 fc mov %rdi,%r12 -ffffffff8001e90d: 4c 8b 6d 10 mov 0x10(%rbp),%r13 -ffffffff8001e911: 48 8b 7f 20 mov 0x20(%rdi),%rdi -ffffffff8001e915: 49 8b 44 24 28 mov 0x28(%r12),%rax -ffffffff8001e91a: ff 50 18 call *0x18(%rax) -ffffffff8001e91d: 4c 89 65 c8 mov %r12,-0x38(%rbp) -ffffffff8001e921: 88 45 d0 mov %al,-0x30(%rbp) -ffffffff8001e924: c6 45 d1 00 movb $0x0,-0x2f(%rbp) -ffffffff8001e928: 48 8d 7d c8 lea -0x38(%rbp),%rdi -ffffffff8001e92c: 4c 89 fe mov %r15,%rsi -ffffffff8001e92f: 4c 89 f2 mov %r14,%rdx -ffffffff8001e932: 48 89 d9 mov %rbx,%rcx -ffffffff8001e935: 4d 89 e8 mov %r13,%r8 -ffffffff8001e938: e8 13 1f 00 00 call ffffffff80020850 <_ZN4core3fmt8builders11DebugStruct5field17hea8e885ade76c5bdE> -ffffffff8001e93d: 80 7d d1 00 cmpb $0x0,-0x2f(%rbp) -ffffffff8001e941: 0f b6 45 d0 movzbl -0x30(%rbp),%eax -ffffffff8001e945: 74 3d je ffffffff8001e984 <_ZN4core3fmt9Formatter26debug_struct_field1_finish17h0901fdcb10de1972E+0x94> -ffffffff8001e947: 84 c0 test %al,%al -ffffffff8001e949: b0 01 mov $0x1,%al -ffffffff8001e94b: 75 37 jne ffffffff8001e984 <_ZN4core3fmt9Formatter26debug_struct_field1_finish17h0901fdcb10de1972E+0x94> -ffffffff8001e94d: 48 8b 45 c8 mov -0x38(%rbp),%rax -ffffffff8001e951: f6 40 34 04 testb $0x4,0x34(%rax) -ffffffff8001e955: 75 16 jne ffffffff8001e96d <_ZN4core3fmt9Formatter26debug_struct_field1_finish17h0901fdcb10de1972E+0x7d> -ffffffff8001e957: 48 8b 78 20 mov 0x20(%rax),%rdi -ffffffff8001e95b: 48 8b 40 28 mov 0x28(%rax),%rax -ffffffff8001e95f: 48 8d 35 84 93 00 00 lea 0x9384(%rip),%rsi # ffffffff80027cea -ffffffff8001e966: ba 02 00 00 00 mov $0x2,%edx -ffffffff8001e96b: eb 14 jmp ffffffff8001e981 <_ZN4core3fmt9Formatter26debug_struct_field1_finish17h0901fdcb10de1972E+0x91> -ffffffff8001e96d: 48 8b 78 20 mov 0x20(%rax),%rdi -ffffffff8001e971: 48 8b 40 28 mov 0x28(%rax),%rax -ffffffff8001e975: 48 8d 35 6d 93 00 00 lea 0x936d(%rip),%rsi # ffffffff80027ce9 -ffffffff8001e97c: ba 01 00 00 00 mov $0x1,%edx -ffffffff8001e981: ff 50 18 call *0x18(%rax) -ffffffff8001e984: 84 c0 test %al,%al -ffffffff8001e986: 0f 95 c0 setne %al -ffffffff8001e989: 48 83 c4 18 add $0x18,%rsp -ffffffff8001e98d: 5b pop %rbx -ffffffff8001e98e: 41 5c pop %r12 -ffffffff8001e990: 41 5d pop %r13 -ffffffff8001e992: 41 5e pop %r14 -ffffffff8001e994: 41 5f pop %r15 -ffffffff8001e996: 5d pop %rbp -ffffffff8001e997: c3 ret -ffffffff8001e998: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff8001e99f: 00 - -ffffffff8001e9a0 <_ZN4core3fmt9Formatter26debug_struct_field2_finish17hd85c2347e53e94f3E>: -ffffffff8001e9a0: 55 push %rbp -ffffffff8001e9a1: 48 89 e5 mov %rsp,%rbp -ffffffff8001e9a4: 41 57 push %r15 -ffffffff8001e9a6: 41 56 push %r14 -ffffffff8001e9a8: 41 55 push %r13 -ffffffff8001e9aa: 41 54 push %r12 -ffffffff8001e9ac: 53 push %rbx -ffffffff8001e9ad: 48 83 ec 18 sub $0x18,%rsp -ffffffff8001e9b1: 4c 89 cb mov %r9,%rbx -ffffffff8001e9b4: 4d 89 c6 mov %r8,%r14 -ffffffff8001e9b7: 49 89 cf mov %rcx,%r15 -ffffffff8001e9ba: 49 89 fc mov %rdi,%r12 -ffffffff8001e9bd: 4c 8b 6d 10 mov 0x10(%rbp),%r13 -ffffffff8001e9c1: 48 8b 7f 20 mov 0x20(%rdi),%rdi -ffffffff8001e9c5: 49 8b 44 24 28 mov 0x28(%r12),%rax -ffffffff8001e9ca: ff 50 18 call *0x18(%rax) -ffffffff8001e9cd: 4c 89 65 c8 mov %r12,-0x38(%rbp) -ffffffff8001e9d1: 88 45 d0 mov %al,-0x30(%rbp) -ffffffff8001e9d4: c6 45 d1 00 movb $0x0,-0x2f(%rbp) -ffffffff8001e9d8: 4c 8d 65 c8 lea -0x38(%rbp),%r12 -ffffffff8001e9dc: 4c 89 e7 mov %r12,%rdi -ffffffff8001e9df: 4c 89 fe mov %r15,%rsi -ffffffff8001e9e2: 4c 89 f2 mov %r14,%rdx -ffffffff8001e9e5: 48 89 d9 mov %rbx,%rcx -ffffffff8001e9e8: 4d 89 e8 mov %r13,%r8 -ffffffff8001e9eb: e8 60 1e 00 00 call ffffffff80020850 <_ZN4core3fmt8builders11DebugStruct5field17hea8e885ade76c5bdE> -ffffffff8001e9f0: 4c 89 e7 mov %r12,%rdi -ffffffff8001e9f3: 48 8b 75 18 mov 0x18(%rbp),%rsi -ffffffff8001e9f7: 48 8b 55 20 mov 0x20(%rbp),%rdx -ffffffff8001e9fb: 48 8b 4d 28 mov 0x28(%rbp),%rcx -ffffffff8001e9ff: 4c 8b 45 30 mov 0x30(%rbp),%r8 -ffffffff8001ea03: e8 48 1e 00 00 call ffffffff80020850 <_ZN4core3fmt8builders11DebugStruct5field17hea8e885ade76c5bdE> -ffffffff8001ea08: 80 7d d1 00 cmpb $0x0,-0x2f(%rbp) -ffffffff8001ea0c: 0f b6 45 d0 movzbl -0x30(%rbp),%eax -ffffffff8001ea10: 74 3d je ffffffff8001ea4f <_ZN4core3fmt9Formatter26debug_struct_field2_finish17hd85c2347e53e94f3E+0xaf> -ffffffff8001ea12: 84 c0 test %al,%al -ffffffff8001ea14: b0 01 mov $0x1,%al -ffffffff8001ea16: 75 37 jne ffffffff8001ea4f <_ZN4core3fmt9Formatter26debug_struct_field2_finish17hd85c2347e53e94f3E+0xaf> -ffffffff8001ea18: 48 8b 45 c8 mov -0x38(%rbp),%rax -ffffffff8001ea1c: f6 40 34 04 testb $0x4,0x34(%rax) -ffffffff8001ea20: 75 16 jne ffffffff8001ea38 <_ZN4core3fmt9Formatter26debug_struct_field2_finish17hd85c2347e53e94f3E+0x98> -ffffffff8001ea22: 48 8b 78 20 mov 0x20(%rax),%rdi -ffffffff8001ea26: 48 8b 40 28 mov 0x28(%rax),%rax -ffffffff8001ea2a: 48 8d 35 b9 92 00 00 lea 0x92b9(%rip),%rsi # ffffffff80027cea -ffffffff8001ea31: ba 02 00 00 00 mov $0x2,%edx -ffffffff8001ea36: eb 14 jmp ffffffff8001ea4c <_ZN4core3fmt9Formatter26debug_struct_field2_finish17hd85c2347e53e94f3E+0xac> -ffffffff8001ea38: 48 8b 78 20 mov 0x20(%rax),%rdi -ffffffff8001ea3c: 48 8b 40 28 mov 0x28(%rax),%rax -ffffffff8001ea40: 48 8d 35 a2 92 00 00 lea 0x92a2(%rip),%rsi # ffffffff80027ce9 -ffffffff8001ea47: ba 01 00 00 00 mov $0x1,%edx -ffffffff8001ea4c: ff 50 18 call *0x18(%rax) -ffffffff8001ea4f: 84 c0 test %al,%al -ffffffff8001ea51: 0f 95 c0 setne %al -ffffffff8001ea54: 48 83 c4 18 add $0x18,%rsp -ffffffff8001ea58: 5b pop %rbx -ffffffff8001ea59: 41 5c pop %r12 -ffffffff8001ea5b: 41 5d pop %r13 -ffffffff8001ea5d: 41 5e pop %r14 -ffffffff8001ea5f: 41 5f pop %r15 -ffffffff8001ea61: 5d pop %rbp -ffffffff8001ea62: c3 ret -ffffffff8001ea63: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001ea6a: 00 00 00 -ffffffff8001ea6d: 0f 1f 00 nopl (%rax) - -ffffffff8001ea70 <_ZN4core3fmt9Formatter26debug_struct_field3_finish17h40ec1f1b6b8a9bceE>: -ffffffff8001ea70: 55 push %rbp -ffffffff8001ea71: 48 89 e5 mov %rsp,%rbp -ffffffff8001ea74: 41 57 push %r15 -ffffffff8001ea76: 41 56 push %r14 -ffffffff8001ea78: 41 55 push %r13 -ffffffff8001ea7a: 41 54 push %r12 -ffffffff8001ea7c: 53 push %rbx -ffffffff8001ea7d: 48 83 ec 18 sub $0x18,%rsp -ffffffff8001ea81: 4d 89 cd mov %r9,%r13 -ffffffff8001ea84: 4c 89 c3 mov %r8,%rbx -ffffffff8001ea87: 49 89 ce mov %rcx,%r14 -ffffffff8001ea8a: 49 89 ff mov %rdi,%r15 -ffffffff8001ea8d: 4c 8b 65 10 mov 0x10(%rbp),%r12 -ffffffff8001ea91: 48 8b 7f 20 mov 0x20(%rdi),%rdi -ffffffff8001ea95: 49 8b 47 28 mov 0x28(%r15),%rax -ffffffff8001ea99: ff 50 18 call *0x18(%rax) -ffffffff8001ea9c: 4c 89 7d c8 mov %r15,-0x38(%rbp) -ffffffff8001eaa0: 88 45 d0 mov %al,-0x30(%rbp) -ffffffff8001eaa3: c6 45 d1 00 movb $0x0,-0x2f(%rbp) -ffffffff8001eaa7: 4c 8d 7d c8 lea -0x38(%rbp),%r15 -ffffffff8001eaab: 4c 89 ff mov %r15,%rdi -ffffffff8001eaae: 4c 89 f6 mov %r14,%rsi -ffffffff8001eab1: 48 89 da mov %rbx,%rdx -ffffffff8001eab4: 4c 89 e9 mov %r13,%rcx -ffffffff8001eab7: 4d 89 e0 mov %r12,%r8 -ffffffff8001eaba: e8 91 1d 00 00 call ffffffff80020850 <_ZN4core3fmt8builders11DebugStruct5field17hea8e885ade76c5bdE> -ffffffff8001eabf: 4c 89 ff mov %r15,%rdi -ffffffff8001eac2: 48 8b 75 18 mov 0x18(%rbp),%rsi -ffffffff8001eac6: 48 8b 55 20 mov 0x20(%rbp),%rdx -ffffffff8001eaca: 48 8b 4d 28 mov 0x28(%rbp),%rcx -ffffffff8001eace: 4c 8b 45 30 mov 0x30(%rbp),%r8 -ffffffff8001ead2: e8 79 1d 00 00 call ffffffff80020850 <_ZN4core3fmt8builders11DebugStruct5field17hea8e885ade76c5bdE> -ffffffff8001ead7: 4c 89 ff mov %r15,%rdi -ffffffff8001eada: 48 8b 75 38 mov 0x38(%rbp),%rsi -ffffffff8001eade: 48 8b 55 40 mov 0x40(%rbp),%rdx -ffffffff8001eae2: 48 8b 4d 48 mov 0x48(%rbp),%rcx -ffffffff8001eae6: 4c 8b 45 50 mov 0x50(%rbp),%r8 -ffffffff8001eaea: e8 61 1d 00 00 call ffffffff80020850 <_ZN4core3fmt8builders11DebugStruct5field17hea8e885ade76c5bdE> -ffffffff8001eaef: 80 7d d1 00 cmpb $0x0,-0x2f(%rbp) -ffffffff8001eaf3: 0f b6 45 d0 movzbl -0x30(%rbp),%eax -ffffffff8001eaf7: 74 3d je ffffffff8001eb36 <_ZN4core3fmt9Formatter26debug_struct_field3_finish17h40ec1f1b6b8a9bceE+0xc6> -ffffffff8001eaf9: 84 c0 test %al,%al -ffffffff8001eafb: b0 01 mov $0x1,%al -ffffffff8001eafd: 75 37 jne ffffffff8001eb36 <_ZN4core3fmt9Formatter26debug_struct_field3_finish17h40ec1f1b6b8a9bceE+0xc6> -ffffffff8001eaff: 48 8b 45 c8 mov -0x38(%rbp),%rax -ffffffff8001eb03: f6 40 34 04 testb $0x4,0x34(%rax) -ffffffff8001eb07: 75 16 jne ffffffff8001eb1f <_ZN4core3fmt9Formatter26debug_struct_field3_finish17h40ec1f1b6b8a9bceE+0xaf> -ffffffff8001eb09: 48 8b 78 20 mov 0x20(%rax),%rdi -ffffffff8001eb0d: 48 8b 40 28 mov 0x28(%rax),%rax -ffffffff8001eb11: 48 8d 35 d2 91 00 00 lea 0x91d2(%rip),%rsi # ffffffff80027cea -ffffffff8001eb18: ba 02 00 00 00 mov $0x2,%edx -ffffffff8001eb1d: eb 14 jmp ffffffff8001eb33 <_ZN4core3fmt9Formatter26debug_struct_field3_finish17h40ec1f1b6b8a9bceE+0xc3> -ffffffff8001eb1f: 48 8b 78 20 mov 0x20(%rax),%rdi -ffffffff8001eb23: 48 8b 40 28 mov 0x28(%rax),%rax -ffffffff8001eb27: 48 8d 35 bb 91 00 00 lea 0x91bb(%rip),%rsi # ffffffff80027ce9 -ffffffff8001eb2e: ba 01 00 00 00 mov $0x1,%edx -ffffffff8001eb33: ff 50 18 call *0x18(%rax) -ffffffff8001eb36: 84 c0 test %al,%al -ffffffff8001eb38: 0f 95 c0 setne %al -ffffffff8001eb3b: 48 83 c4 18 add $0x18,%rsp -ffffffff8001eb3f: 5b pop %rbx -ffffffff8001eb40: 41 5c pop %r12 -ffffffff8001eb42: 41 5d pop %r13 -ffffffff8001eb44: 41 5e pop %r14 -ffffffff8001eb46: 41 5f pop %r15 -ffffffff8001eb48: 5d pop %rbp -ffffffff8001eb49: c3 ret -ffffffff8001eb4a: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1) - -ffffffff8001eb50 <_ZN4core3fmt9Formatter26debug_struct_field4_finish17h0e9758a521fd1c97E>: -ffffffff8001eb50: 55 push %rbp -ffffffff8001eb51: 48 89 e5 mov %rsp,%rbp -ffffffff8001eb54: 41 57 push %r15 -ffffffff8001eb56: 41 56 push %r14 -ffffffff8001eb58: 41 55 push %r13 -ffffffff8001eb5a: 41 54 push %r12 -ffffffff8001eb5c: 53 push %rbx -ffffffff8001eb5d: 48 83 ec 18 sub $0x18,%rsp -ffffffff8001eb61: 4d 89 cc mov %r9,%r12 -ffffffff8001eb64: 4c 89 c3 mov %r8,%rbx -ffffffff8001eb67: 49 89 ce mov %rcx,%r14 -ffffffff8001eb6a: 49 89 ff mov %rdi,%r15 -ffffffff8001eb6d: 4c 8b 6d 10 mov 0x10(%rbp),%r13 -ffffffff8001eb71: 48 8b 7f 20 mov 0x20(%rdi),%rdi -ffffffff8001eb75: 49 8b 47 28 mov 0x28(%r15),%rax -ffffffff8001eb79: ff 50 18 call *0x18(%rax) -ffffffff8001eb7c: 4c 89 7d c8 mov %r15,-0x38(%rbp) -ffffffff8001eb80: 88 45 d0 mov %al,-0x30(%rbp) -ffffffff8001eb83: c6 45 d1 00 movb $0x0,-0x2f(%rbp) -ffffffff8001eb87: 4c 8d 7d c8 lea -0x38(%rbp),%r15 -ffffffff8001eb8b: 4c 89 ff mov %r15,%rdi -ffffffff8001eb8e: 4c 89 f6 mov %r14,%rsi -ffffffff8001eb91: 48 89 da mov %rbx,%rdx -ffffffff8001eb94: 4c 89 e1 mov %r12,%rcx -ffffffff8001eb97: 4d 89 e8 mov %r13,%r8 -ffffffff8001eb9a: e8 b1 1c 00 00 call ffffffff80020850 <_ZN4core3fmt8builders11DebugStruct5field17hea8e885ade76c5bdE> -ffffffff8001eb9f: 4c 89 ff mov %r15,%rdi -ffffffff8001eba2: 48 8b 75 18 mov 0x18(%rbp),%rsi -ffffffff8001eba6: 48 8b 55 20 mov 0x20(%rbp),%rdx -ffffffff8001ebaa: 48 8b 4d 28 mov 0x28(%rbp),%rcx -ffffffff8001ebae: 4c 8b 45 30 mov 0x30(%rbp),%r8 -ffffffff8001ebb2: e8 99 1c 00 00 call ffffffff80020850 <_ZN4core3fmt8builders11DebugStruct5field17hea8e885ade76c5bdE> -ffffffff8001ebb7: 4c 89 ff mov %r15,%rdi -ffffffff8001ebba: 48 8b 75 38 mov 0x38(%rbp),%rsi -ffffffff8001ebbe: 48 8b 55 40 mov 0x40(%rbp),%rdx -ffffffff8001ebc2: 48 8b 4d 48 mov 0x48(%rbp),%rcx -ffffffff8001ebc6: 4c 8b 45 50 mov 0x50(%rbp),%r8 -ffffffff8001ebca: e8 81 1c 00 00 call ffffffff80020850 <_ZN4core3fmt8builders11DebugStruct5field17hea8e885ade76c5bdE> -ffffffff8001ebcf: 4c 89 ff mov %r15,%rdi -ffffffff8001ebd2: 48 8b 75 58 mov 0x58(%rbp),%rsi -ffffffff8001ebd6: 48 8b 55 60 mov 0x60(%rbp),%rdx -ffffffff8001ebda: 48 8b 4d 68 mov 0x68(%rbp),%rcx -ffffffff8001ebde: 4c 8b 45 70 mov 0x70(%rbp),%r8 -ffffffff8001ebe2: e8 69 1c 00 00 call ffffffff80020850 <_ZN4core3fmt8builders11DebugStruct5field17hea8e885ade76c5bdE> -ffffffff8001ebe7: 80 7d d1 00 cmpb $0x0,-0x2f(%rbp) -ffffffff8001ebeb: 0f b6 45 d0 movzbl -0x30(%rbp),%eax -ffffffff8001ebef: 74 3d je ffffffff8001ec2e <_ZN4core3fmt9Formatter26debug_struct_field4_finish17h0e9758a521fd1c97E+0xde> -ffffffff8001ebf1: 84 c0 test %al,%al -ffffffff8001ebf3: b0 01 mov $0x1,%al -ffffffff8001ebf5: 75 37 jne ffffffff8001ec2e <_ZN4core3fmt9Formatter26debug_struct_field4_finish17h0e9758a521fd1c97E+0xde> -ffffffff8001ebf7: 48 8b 45 c8 mov -0x38(%rbp),%rax -ffffffff8001ebfb: f6 40 34 04 testb $0x4,0x34(%rax) -ffffffff8001ebff: 75 16 jne ffffffff8001ec17 <_ZN4core3fmt9Formatter26debug_struct_field4_finish17h0e9758a521fd1c97E+0xc7> -ffffffff8001ec01: 48 8b 78 20 mov 0x20(%rax),%rdi -ffffffff8001ec05: 48 8b 40 28 mov 0x28(%rax),%rax -ffffffff8001ec09: 48 8d 35 da 90 00 00 lea 0x90da(%rip),%rsi # ffffffff80027cea -ffffffff8001ec10: ba 02 00 00 00 mov $0x2,%edx -ffffffff8001ec15: eb 14 jmp ffffffff8001ec2b <_ZN4core3fmt9Formatter26debug_struct_field4_finish17h0e9758a521fd1c97E+0xdb> -ffffffff8001ec17: 48 8b 78 20 mov 0x20(%rax),%rdi -ffffffff8001ec1b: 48 8b 40 28 mov 0x28(%rax),%rax -ffffffff8001ec1f: 48 8d 35 c3 90 00 00 lea 0x90c3(%rip),%rsi # ffffffff80027ce9 -ffffffff8001ec26: ba 01 00 00 00 mov $0x1,%edx -ffffffff8001ec2b: ff 50 18 call *0x18(%rax) -ffffffff8001ec2e: 84 c0 test %al,%al -ffffffff8001ec30: 0f 95 c0 setne %al -ffffffff8001ec33: 48 83 c4 18 add $0x18,%rsp -ffffffff8001ec37: 5b pop %rbx -ffffffff8001ec38: 41 5c pop %r12 -ffffffff8001ec3a: 41 5d pop %r13 -ffffffff8001ec3c: 41 5e pop %r14 -ffffffff8001ec3e: 41 5f pop %r15 -ffffffff8001ec40: 5d pop %rbp -ffffffff8001ec41: c3 ret -ffffffff8001ec42: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001ec49: 00 00 00 -ffffffff8001ec4c: 0f 1f 40 00 nopl 0x0(%rax) - -ffffffff8001ec50 <_ZN4core3fmt9Formatter26debug_struct_field5_finish17h9f571af659a93d52E>: -ffffffff8001ec50: 55 push %rbp -ffffffff8001ec51: 48 89 e5 mov %rsp,%rbp -ffffffff8001ec54: 41 57 push %r15 -ffffffff8001ec56: 41 56 push %r14 -ffffffff8001ec58: 41 55 push %r13 -ffffffff8001ec5a: 41 54 push %r12 -ffffffff8001ec5c: 53 push %rbx -ffffffff8001ec5d: 48 83 ec 18 sub $0x18,%rsp -ffffffff8001ec61: 4d 89 cc mov %r9,%r12 -ffffffff8001ec64: 4c 89 c3 mov %r8,%rbx -ffffffff8001ec67: 49 89 ce mov %rcx,%r14 -ffffffff8001ec6a: 49 89 ff mov %rdi,%r15 -ffffffff8001ec6d: 4c 8b 6d 10 mov 0x10(%rbp),%r13 -ffffffff8001ec71: 48 8b 7f 20 mov 0x20(%rdi),%rdi -ffffffff8001ec75: 49 8b 47 28 mov 0x28(%r15),%rax -ffffffff8001ec79: ff 50 18 call *0x18(%rax) -ffffffff8001ec7c: 4c 89 7d c8 mov %r15,-0x38(%rbp) -ffffffff8001ec80: 88 45 d0 mov %al,-0x30(%rbp) -ffffffff8001ec83: c6 45 d1 00 movb $0x0,-0x2f(%rbp) -ffffffff8001ec87: 4c 8d 7d c8 lea -0x38(%rbp),%r15 -ffffffff8001ec8b: 4c 89 ff mov %r15,%rdi -ffffffff8001ec8e: 4c 89 f6 mov %r14,%rsi -ffffffff8001ec91: 48 89 da mov %rbx,%rdx -ffffffff8001ec94: 4c 89 e1 mov %r12,%rcx -ffffffff8001ec97: 4d 89 e8 mov %r13,%r8 -ffffffff8001ec9a: e8 b1 1b 00 00 call ffffffff80020850 <_ZN4core3fmt8builders11DebugStruct5field17hea8e885ade76c5bdE> -ffffffff8001ec9f: 4c 89 ff mov %r15,%rdi -ffffffff8001eca2: 48 8b 75 18 mov 0x18(%rbp),%rsi -ffffffff8001eca6: 48 8b 55 20 mov 0x20(%rbp),%rdx -ffffffff8001ecaa: 48 8b 4d 28 mov 0x28(%rbp),%rcx -ffffffff8001ecae: 4c 8b 45 30 mov 0x30(%rbp),%r8 -ffffffff8001ecb2: e8 99 1b 00 00 call ffffffff80020850 <_ZN4core3fmt8builders11DebugStruct5field17hea8e885ade76c5bdE> -ffffffff8001ecb7: 4c 89 ff mov %r15,%rdi -ffffffff8001ecba: 48 8b 75 38 mov 0x38(%rbp),%rsi -ffffffff8001ecbe: 48 8b 55 40 mov 0x40(%rbp),%rdx -ffffffff8001ecc2: 48 8b 4d 48 mov 0x48(%rbp),%rcx -ffffffff8001ecc6: 4c 8b 45 50 mov 0x50(%rbp),%r8 -ffffffff8001ecca: e8 81 1b 00 00 call ffffffff80020850 <_ZN4core3fmt8builders11DebugStruct5field17hea8e885ade76c5bdE> -ffffffff8001eccf: 4c 89 ff mov %r15,%rdi -ffffffff8001ecd2: 48 8b 75 58 mov 0x58(%rbp),%rsi -ffffffff8001ecd6: 48 8b 55 60 mov 0x60(%rbp),%rdx -ffffffff8001ecda: 48 8b 4d 68 mov 0x68(%rbp),%rcx -ffffffff8001ecde: 4c 8b 45 70 mov 0x70(%rbp),%r8 -ffffffff8001ece2: e8 69 1b 00 00 call ffffffff80020850 <_ZN4core3fmt8builders11DebugStruct5field17hea8e885ade76c5bdE> -ffffffff8001ece7: 4c 89 ff mov %r15,%rdi -ffffffff8001ecea: 48 8b 75 78 mov 0x78(%rbp),%rsi -ffffffff8001ecee: 48 8b 95 80 00 00 00 mov 0x80(%rbp),%rdx -ffffffff8001ecf5: 48 8b 8d 88 00 00 00 mov 0x88(%rbp),%rcx -ffffffff8001ecfc: 4c 8b 85 90 00 00 00 mov 0x90(%rbp),%r8 -ffffffff8001ed03: e8 48 1b 00 00 call ffffffff80020850 <_ZN4core3fmt8builders11DebugStruct5field17hea8e885ade76c5bdE> -ffffffff8001ed08: 80 7d d1 00 cmpb $0x0,-0x2f(%rbp) -ffffffff8001ed0c: 0f b6 45 d0 movzbl -0x30(%rbp),%eax -ffffffff8001ed10: 74 3d je ffffffff8001ed4f <_ZN4core3fmt9Formatter26debug_struct_field5_finish17h9f571af659a93d52E+0xff> -ffffffff8001ed12: 84 c0 test %al,%al -ffffffff8001ed14: b0 01 mov $0x1,%al -ffffffff8001ed16: 75 37 jne ffffffff8001ed4f <_ZN4core3fmt9Formatter26debug_struct_field5_finish17h9f571af659a93d52E+0xff> -ffffffff8001ed18: 48 8b 45 c8 mov -0x38(%rbp),%rax -ffffffff8001ed1c: f6 40 34 04 testb $0x4,0x34(%rax) -ffffffff8001ed20: 75 16 jne ffffffff8001ed38 <_ZN4core3fmt9Formatter26debug_struct_field5_finish17h9f571af659a93d52E+0xe8> -ffffffff8001ed22: 48 8b 78 20 mov 0x20(%rax),%rdi -ffffffff8001ed26: 48 8b 40 28 mov 0x28(%rax),%rax -ffffffff8001ed2a: 48 8d 35 b9 8f 00 00 lea 0x8fb9(%rip),%rsi # ffffffff80027cea -ffffffff8001ed31: ba 02 00 00 00 mov $0x2,%edx -ffffffff8001ed36: eb 14 jmp ffffffff8001ed4c <_ZN4core3fmt9Formatter26debug_struct_field5_finish17h9f571af659a93d52E+0xfc> -ffffffff8001ed38: 48 8b 78 20 mov 0x20(%rax),%rdi -ffffffff8001ed3c: 48 8b 40 28 mov 0x28(%rax),%rax -ffffffff8001ed40: 48 8d 35 a2 8f 00 00 lea 0x8fa2(%rip),%rsi # ffffffff80027ce9 -ffffffff8001ed47: ba 01 00 00 00 mov $0x1,%edx -ffffffff8001ed4c: ff 50 18 call *0x18(%rax) -ffffffff8001ed4f: 84 c0 test %al,%al -ffffffff8001ed51: 0f 95 c0 setne %al -ffffffff8001ed54: 48 83 c4 18 add $0x18,%rsp -ffffffff8001ed58: 5b pop %rbx -ffffffff8001ed59: 41 5c pop %r12 -ffffffff8001ed5b: 41 5d pop %r13 -ffffffff8001ed5d: 41 5e pop %r14 -ffffffff8001ed5f: 41 5f pop %r15 -ffffffff8001ed61: 5d pop %rbp -ffffffff8001ed62: c3 ret -ffffffff8001ed63: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001ed6a: 00 00 00 -ffffffff8001ed6d: 0f 1f 00 nopl (%rax) - -ffffffff8001ed70 <_ZN4core3fmt9Formatter26debug_struct_fields_finish17h942aabec9feff6caE>: -ffffffff8001ed70: 55 push %rbp -ffffffff8001ed71: 48 89 e5 mov %rsp,%rbp -ffffffff8001ed74: 41 57 push %r15 -ffffffff8001ed76: 41 56 push %r14 -ffffffff8001ed78: 41 55 push %r13 -ffffffff8001ed7a: 41 54 push %r12 -ffffffff8001ed7c: 53 push %rbx -ffffffff8001ed7d: 48 83 ec 48 sub $0x48,%rsp -ffffffff8001ed81: 48 8b 45 10 mov 0x10(%rbp),%rax -ffffffff8001ed85: 4c 89 45 d0 mov %r8,-0x30(%rbp) -ffffffff8001ed89: 48 89 45 c8 mov %rax,-0x38(%rbp) -ffffffff8001ed8d: 49 39 c0 cmp %rax,%r8 -ffffffff8001ed90: 0f 85 b7 00 00 00 jne ffffffff8001ee4d <_ZN4core3fmt9Formatter26debug_struct_fields_finish17h942aabec9feff6caE+0xdd> -ffffffff8001ed96: 4c 89 cb mov %r9,%rbx -ffffffff8001ed99: 4d 89 c6 mov %r8,%r14 -ffffffff8001ed9c: 49 89 cf mov %rcx,%r15 -ffffffff8001ed9f: 49 89 fc mov %rdi,%r12 -ffffffff8001eda2: 48 8b 7f 20 mov 0x20(%rdi),%rdi -ffffffff8001eda6: 49 8b 44 24 28 mov 0x28(%r12),%rax -ffffffff8001edab: ff 50 18 call *0x18(%rax) -ffffffff8001edae: 4c 89 65 98 mov %r12,-0x68(%rbp) -ffffffff8001edb2: 88 45 a0 mov %al,-0x60(%rbp) -ffffffff8001edb5: c6 45 a1 00 movb $0x0,-0x5f(%rbp) -ffffffff8001edb9: 4d 85 f6 test %r14,%r14 -ffffffff8001edbc: 74 7b je ffffffff8001ee39 <_ZN4core3fmt9Formatter26debug_struct_fields_finish17h942aabec9feff6caE+0xc9> -ffffffff8001edbe: 49 83 c7 08 add $0x8,%r15 -ffffffff8001edc2: 4c 8d 25 df c9 00 00 lea 0xc9df(%rip),%r12 # ffffffff8002b7a8 -ffffffff8001edc9: 4c 8d 6d 98 lea -0x68(%rbp),%r13 -ffffffff8001edcd: 0f 1f 00 nopl (%rax) -ffffffff8001edd0: 49 8b 77 f8 mov -0x8(%r15),%rsi -ffffffff8001edd4: 49 8b 17 mov (%r15),%rdx -ffffffff8001edd7: 4c 89 ef mov %r13,%rdi -ffffffff8001edda: 48 89 d9 mov %rbx,%rcx -ffffffff8001eddd: 4d 89 e0 mov %r12,%r8 -ffffffff8001ede0: e8 6b 1a 00 00 call ffffffff80020850 <_ZN4core3fmt8builders11DebugStruct5field17hea8e885ade76c5bdE> -ffffffff8001ede5: 49 83 c7 10 add $0x10,%r15 -ffffffff8001ede9: 48 83 c3 10 add $0x10,%rbx -ffffffff8001eded: 49 ff ce dec %r14 -ffffffff8001edf0: 75 de jne ffffffff8001edd0 <_ZN4core3fmt9Formatter26debug_struct_fields_finish17h942aabec9feff6caE+0x60> -ffffffff8001edf2: 80 7d a1 00 cmpb $0x0,-0x5f(%rbp) -ffffffff8001edf6: 0f b6 45 a0 movzbl -0x60(%rbp),%eax -ffffffff8001edfa: 74 3d je ffffffff8001ee39 <_ZN4core3fmt9Formatter26debug_struct_fields_finish17h942aabec9feff6caE+0xc9> -ffffffff8001edfc: 84 c0 test %al,%al -ffffffff8001edfe: b0 01 mov $0x1,%al -ffffffff8001ee00: 75 37 jne ffffffff8001ee39 <_ZN4core3fmt9Formatter26debug_struct_fields_finish17h942aabec9feff6caE+0xc9> -ffffffff8001ee02: 48 8b 45 98 mov -0x68(%rbp),%rax -ffffffff8001ee06: f6 40 34 04 testb $0x4,0x34(%rax) -ffffffff8001ee0a: 75 16 jne ffffffff8001ee22 <_ZN4core3fmt9Formatter26debug_struct_fields_finish17h942aabec9feff6caE+0xb2> -ffffffff8001ee0c: 48 8b 78 20 mov 0x20(%rax),%rdi -ffffffff8001ee10: 48 8b 40 28 mov 0x28(%rax),%rax -ffffffff8001ee14: 48 8d 35 cf 8e 00 00 lea 0x8ecf(%rip),%rsi # ffffffff80027cea -ffffffff8001ee1b: ba 02 00 00 00 mov $0x2,%edx -ffffffff8001ee20: eb 14 jmp ffffffff8001ee36 <_ZN4core3fmt9Formatter26debug_struct_fields_finish17h942aabec9feff6caE+0xc6> -ffffffff8001ee22: 48 8b 78 20 mov 0x20(%rax),%rdi -ffffffff8001ee26: 48 8b 40 28 mov 0x28(%rax),%rax -ffffffff8001ee2a: 48 8d 35 b8 8e 00 00 lea 0x8eb8(%rip),%rsi # ffffffff80027ce9 -ffffffff8001ee31: ba 01 00 00 00 mov $0x1,%edx -ffffffff8001ee36: ff 50 18 call *0x18(%rax) -ffffffff8001ee39: 84 c0 test %al,%al -ffffffff8001ee3b: 0f 95 c0 setne %al -ffffffff8001ee3e: 48 83 c4 48 add $0x48,%rsp -ffffffff8001ee42: 5b pop %rbx -ffffffff8001ee43: 41 5c pop %r12 -ffffffff8001ee45: 41 5d pop %r13 -ffffffff8001ee47: 41 5e pop %r14 -ffffffff8001ee49: 41 5f pop %r15 -ffffffff8001ee4b: 5d pop %rbp -ffffffff8001ee4c: c3 ret -ffffffff8001ee4d: 48 c7 45 98 00 00 00 movq $0x0,-0x68(%rbp) -ffffffff8001ee54: 00 -ffffffff8001ee55: 4c 8d 05 34 c9 00 00 lea 0xc934(%rip),%r8 # ffffffff8002b790 -ffffffff8001ee5c: 48 8d 75 d0 lea -0x30(%rbp),%rsi -ffffffff8001ee60: 48 8d 55 c8 lea -0x38(%rbp),%rdx -ffffffff8001ee64: 48 8d 4d 98 lea -0x68(%rbp),%rcx -ffffffff8001ee68: 31 ff xor %edi,%edi -ffffffff8001ee6a: e8 f1 29 00 00 call ffffffff80021860 <_ZN4core9panicking13assert_failed17hebe1e1d25f000247E> -ffffffff8001ee6f: 0f 0b ud2 -ffffffff8001ee71: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001ee78: 00 00 00 -ffffffff8001ee7b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) - -ffffffff8001ee80 <_ZN4core3fmt9Formatter25debug_tuple_field1_finish17h9a0d02983cf6d8d0E>: -ffffffff8001ee80: 55 push %rbp -ffffffff8001ee81: 48 89 e5 mov %rsp,%rbp -ffffffff8001ee84: 41 57 push %r15 -ffffffff8001ee86: 41 56 push %r14 -ffffffff8001ee88: 41 54 push %r12 -ffffffff8001ee8a: 53 push %rbx -ffffffff8001ee8b: 48 83 ec 20 sub $0x20,%rsp -ffffffff8001ee8f: 4c 89 c3 mov %r8,%rbx -ffffffff8001ee92: 49 89 ce mov %rcx,%r14 -ffffffff8001ee95: 49 89 d7 mov %rdx,%r15 -ffffffff8001ee98: 49 89 fc mov %rdi,%r12 -ffffffff8001ee9b: 48 8b 7f 20 mov 0x20(%rdi),%rdi -ffffffff8001ee9f: 49 8b 44 24 28 mov 0x28(%r12),%rax -ffffffff8001eea4: ff 50 18 call *0x18(%rax) -ffffffff8001eea7: 4d 85 ff test %r15,%r15 -ffffffff8001eeaa: 4c 89 65 d0 mov %r12,-0x30(%rbp) -ffffffff8001eeae: 88 45 d8 mov %al,-0x28(%rbp) -ffffffff8001eeb1: 48 c7 45 c8 00 00 00 movq $0x0,-0x38(%rbp) -ffffffff8001eeb8: 00 -ffffffff8001eeb9: 0f 94 45 d9 sete -0x27(%rbp) -ffffffff8001eebd: 48 8d 7d c8 lea -0x38(%rbp),%rdi -ffffffff8001eec1: 4c 89 f6 mov %r14,%rsi -ffffffff8001eec4: 48 89 da mov %rbx,%rdx -ffffffff8001eec7: e8 64 1b 00 00 call ffffffff80020a30 <_ZN4core3fmt8builders10DebugTuple5field17hfef1a27c73e735c2E> -ffffffff8001eecc: 48 8b 45 c8 mov -0x38(%rbp),%rax -ffffffff8001eed0: 0f b6 4d d8 movzbl -0x28(%rbp),%ecx -ffffffff8001eed4: 48 85 c0 test %rax,%rax -ffffffff8001eed7: 74 53 je ffffffff8001ef2c <_ZN4core3fmt9Formatter25debug_tuple_field1_finish17h9a0d02983cf6d8d0E+0xac> -ffffffff8001eed9: b3 01 mov $0x1,%bl -ffffffff8001eedb: 84 c9 test %cl,%cl -ffffffff8001eedd: 75 4f jne ffffffff8001ef2e <_ZN4core3fmt9Formatter25debug_tuple_field1_finish17h9a0d02983cf6d8d0E+0xae> -ffffffff8001eedf: 4c 8b 75 d0 mov -0x30(%rbp),%r14 -ffffffff8001eee3: 48 83 f8 01 cmp $0x1,%rax -ffffffff8001eee7: 75 28 jne ffffffff8001ef11 <_ZN4core3fmt9Formatter25debug_tuple_field1_finish17h9a0d02983cf6d8d0E+0x91> -ffffffff8001eee9: 80 7d d9 00 cmpb $0x0,-0x27(%rbp) -ffffffff8001eeed: 74 22 je ffffffff8001ef11 <_ZN4core3fmt9Formatter25debug_tuple_field1_finish17h9a0d02983cf6d8d0E+0x91> -ffffffff8001eeef: 41 f6 46 34 04 testb $0x4,0x34(%r14) -ffffffff8001eef4: 75 1b jne ffffffff8001ef11 <_ZN4core3fmt9Formatter25debug_tuple_field1_finish17h9a0d02983cf6d8d0E+0x91> -ffffffff8001eef6: 49 8b 7e 20 mov 0x20(%r14),%rdi -ffffffff8001eefa: 49 8b 46 28 mov 0x28(%r14),%rax -ffffffff8001eefe: 48 8d 35 ea 8d 00 00 lea 0x8dea(%rip),%rsi # ffffffff80027cef -ffffffff8001ef05: ba 01 00 00 00 mov $0x1,%edx -ffffffff8001ef0a: ff 50 18 call *0x18(%rax) -ffffffff8001ef0d: 84 c0 test %al,%al -ffffffff8001ef0f: 75 1d jne ffffffff8001ef2e <_ZN4core3fmt9Formatter25debug_tuple_field1_finish17h9a0d02983cf6d8d0E+0xae> -ffffffff8001ef11: 49 8b 7e 20 mov 0x20(%r14),%rdi -ffffffff8001ef15: 49 8b 46 28 mov 0x28(%r14),%rax -ffffffff8001ef19: 48 8d 35 d0 8d 00 00 lea 0x8dd0(%rip),%rsi # ffffffff80027cf0 -ffffffff8001ef20: ba 01 00 00 00 mov $0x1,%edx -ffffffff8001ef25: ff 50 18 call *0x18(%rax) -ffffffff8001ef28: 89 c3 mov %eax,%ebx -ffffffff8001ef2a: eb 02 jmp ffffffff8001ef2e <_ZN4core3fmt9Formatter25debug_tuple_field1_finish17h9a0d02983cf6d8d0E+0xae> -ffffffff8001ef2c: 89 cb mov %ecx,%ebx -ffffffff8001ef2e: 84 db test %bl,%bl -ffffffff8001ef30: 0f 95 c0 setne %al -ffffffff8001ef33: 48 83 c4 20 add $0x20,%rsp -ffffffff8001ef37: 5b pop %rbx -ffffffff8001ef38: 41 5c pop %r12 -ffffffff8001ef3a: 41 5e pop %r14 -ffffffff8001ef3c: 41 5f pop %r15 -ffffffff8001ef3e: 5d pop %rbp -ffffffff8001ef3f: c3 ret - -ffffffff8001ef40 <_ZN4core3fmt9Formatter10debug_list17hb5446d113a4a5c85E>: -ffffffff8001ef40: 55 push %rbp -ffffffff8001ef41: 48 89 e5 mov %rsp,%rbp -ffffffff8001ef44: 41 56 push %r14 -ffffffff8001ef46: 53 push %rbx -ffffffff8001ef47: 48 89 f3 mov %rsi,%rbx -ffffffff8001ef4a: 49 89 fe mov %rdi,%r14 -ffffffff8001ef4d: 48 8b 7e 20 mov 0x20(%rsi),%rdi -ffffffff8001ef51: 48 8b 46 28 mov 0x28(%rsi),%rax -ffffffff8001ef55: 48 8d 35 96 8d 00 00 lea 0x8d96(%rip),%rsi # ffffffff80027cf2 -ffffffff8001ef5c: ba 01 00 00 00 mov $0x1,%edx -ffffffff8001ef61: ff 50 18 call *0x18(%rax) -ffffffff8001ef64: 49 89 1e mov %rbx,(%r14) -ffffffff8001ef67: 41 88 46 08 mov %al,0x8(%r14) -ffffffff8001ef6b: 41 c6 46 09 00 movb $0x0,0x9(%r14) -ffffffff8001ef70: 4c 89 f0 mov %r14,%rax -ffffffff8001ef73: 5b pop %rbx -ffffffff8001ef74: 41 5e pop %r14 -ffffffff8001ef76: 5d pop %rbp -ffffffff8001ef77: c3 ret -ffffffff8001ef78: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff8001ef7f: 00 - -ffffffff8001ef80 <_ZN43_$LT$bool$u20$as$u20$core..fmt..Display$GT$3fmt17hb94e53b15c61e85aE>: -ffffffff8001ef80: 55 push %rbp -ffffffff8001ef81: 48 89 e5 mov %rsp,%rbp -ffffffff8001ef84: 48 89 f0 mov %rsi,%rax -ffffffff8001ef87: 80 3f 00 cmpb $0x0,(%rdi) -ffffffff8001ef8a: 74 15 je ffffffff8001efa1 <_ZN43_$LT$bool$u20$as$u20$core..fmt..Display$GT$3fmt17hb94e53b15c61e85aE+0x21> -ffffffff8001ef8c: 48 8d 35 d2 4c 00 00 lea 0x4cd2(%rip),%rsi # ffffffff80023c65 -ffffffff8001ef93: ba 04 00 00 00 mov $0x4,%edx -ffffffff8001ef98: 48 89 c7 mov %rax,%rdi -ffffffff8001ef9b: 5d pop %rbp -ffffffff8001ef9c: e9 ef f5 ff ff jmp ffffffff8001e590 <_ZN4core3fmt9Formatter3pad17hfec64c705344ef8cE> -ffffffff8001efa1: 48 8d 35 e8 7d 00 00 lea 0x7de8(%rip),%rsi # ffffffff80026d90 -ffffffff8001efa8: ba 05 00 00 00 mov $0x5,%edx -ffffffff8001efad: 48 89 c7 mov %rax,%rdi -ffffffff8001efb0: 5d pop %rbp -ffffffff8001efb1: e9 da f5 ff ff jmp ffffffff8001e590 <_ZN4core3fmt9Formatter3pad17hfec64c705344ef8cE> -ffffffff8001efb6: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001efbd: 00 00 00 - -ffffffff8001efc0 <_ZN40_$LT$str$u20$as$u20$core..fmt..Debug$GT$3fmt17h0313dc1fb719f401E>: -ffffffff8001efc0: 55 push %rbp -ffffffff8001efc1: 48 89 e5 mov %rsp,%rbp -ffffffff8001efc4: 41 57 push %r15 -ffffffff8001efc6: 41 56 push %r14 -ffffffff8001efc8: 41 55 push %r13 -ffffffff8001efca: 41 54 push %r12 -ffffffff8001efcc: 53 push %rbx -ffffffff8001efcd: 48 83 ec 58 sub $0x58,%rsp -ffffffff8001efd1: 49 89 f7 mov %rsi,%r15 -ffffffff8001efd4: 49 89 fe mov %rdi,%r14 -ffffffff8001efd7: 48 8b 5a 20 mov 0x20(%rdx),%rbx -ffffffff8001efdb: 4c 8b 62 28 mov 0x28(%rdx),%r12 -ffffffff8001efdf: 49 8b 44 24 20 mov 0x20(%r12),%rax -ffffffff8001efe4: 48 89 df mov %rbx,%rdi -ffffffff8001efe7: be 22 00 00 00 mov $0x22,%esi -ffffffff8001efec: 48 89 45 a0 mov %rax,-0x60(%rbp) -ffffffff8001eff0: ff d0 call *%rax -ffffffff8001eff2: 84 c0 test %al,%al -ffffffff8001eff4: 74 11 je ffffffff8001f007 <_ZN40_$LT$str$u20$as$u20$core..fmt..Debug$GT$3fmt17h0313dc1fb719f401E+0x47> -ffffffff8001eff6: b0 01 mov $0x1,%al -ffffffff8001eff8: 48 83 c4 58 add $0x58,%rsp -ffffffff8001effc: 5b pop %rbx -ffffffff8001effd: 41 5c pop %r12 -ffffffff8001efff: 41 5d pop %r13 -ffffffff8001f001: 41 5e pop %r14 -ffffffff8001f003: 41 5f pop %r15 -ffffffff8001f005: 5d pop %rbp -ffffffff8001f006: c3 ret -ffffffff8001f007: 4d 85 ff test %r15,%r15 -ffffffff8001f00a: 0f 84 4c 02 00 00 je ffffffff8001f25c <_ZN40_$LT$str$u20$as$u20$core..fmt..Debug$GT$3fmt17h0313dc1fb719f401E+0x29c> -ffffffff8001f010: 4c 89 65 a8 mov %r12,-0x58(%rbp) -ffffffff8001f014: 4c 89 7d c0 mov %r15,-0x40(%rbp) -ffffffff8001f018: 4b 8d 04 3e lea (%r14,%r15,1),%rax -ffffffff8001f01c: 48 89 45 80 mov %rax,-0x80(%rbp) -ffffffff8001f020: 45 31 ff xor %r15d,%r15d -ffffffff8001f023: 4c 89 f1 mov %r14,%rcx -ffffffff8001f026: 45 31 e4 xor %r12d,%r12d -ffffffff8001f029: 4c 89 75 88 mov %r14,-0x78(%rbp) -ffffffff8001f02d: eb 20 jmp ffffffff8001f04f <_ZN40_$LT$str$u20$as$u20$core..fmt..Debug$GT$3fmt17h0313dc1fb719f401E+0x8f> -ffffffff8001f02f: 90 nop -ffffffff8001f030: 4d 01 e7 add %r12,%r15 -ffffffff8001f033: 4c 8b 75 88 mov -0x78(%rbp),%r14 -ffffffff8001f037: 48 8b 45 b0 mov -0x50(%rbp),%rax -ffffffff8001f03b: 49 29 c4 sub %rax,%r12 -ffffffff8001f03e: 48 8b 4d b8 mov -0x48(%rbp),%rcx -ffffffff8001f042: 49 01 cc add %rcx,%r12 -ffffffff8001f045: 48 3b 4d 80 cmp -0x80(%rbp),%rcx -ffffffff8001f049: 0f 84 44 02 00 00 je ffffffff8001f293 <_ZN40_$LT$str$u20$as$u20$core..fmt..Debug$GT$3fmt17h0313dc1fb719f401E+0x2d3> -ffffffff8001f04f: 44 0f b6 29 movzbl (%rcx),%r13d -ffffffff8001f053: 45 84 ed test %r13b,%r13b -ffffffff8001f056: 48 89 4d b0 mov %rcx,-0x50(%rbp) -ffffffff8001f05a: 78 14 js ffffffff8001f070 <_ZN40_$LT$str$u20$as$u20$core..fmt..Debug$GT$3fmt17h0313dc1fb719f401E+0xb0> -ffffffff8001f05c: 48 8d 41 01 lea 0x1(%rcx),%rax -ffffffff8001f060: 48 89 45 b8 mov %rax,-0x48(%rbp) -ffffffff8001f064: e9 87 00 00 00 jmp ffffffff8001f0f0 <_ZN40_$LT$str$u20$as$u20$core..fmt..Debug$GT$3fmt17h0313dc1fb719f401E+0x130> -ffffffff8001f069: 0f 1f 80 00 00 00 00 nopl 0x0(%rax) -ffffffff8001f070: 44 89 e8 mov %r13d,%eax -ffffffff8001f073: 83 e0 1f and $0x1f,%eax -ffffffff8001f076: 0f b6 51 01 movzbl 0x1(%rcx),%edx -ffffffff8001f07a: 83 e2 3f and $0x3f,%edx -ffffffff8001f07d: 41 80 fd df cmp $0xdf,%r13b -ffffffff8001f081: 76 44 jbe ffffffff8001f0c7 <_ZN40_$LT$str$u20$as$u20$core..fmt..Debug$GT$3fmt17h0313dc1fb719f401E+0x107> -ffffffff8001f083: 48 8d 71 03 lea 0x3(%rcx),%rsi -ffffffff8001f087: 0f b6 49 02 movzbl 0x2(%rcx),%ecx -ffffffff8001f08b: c1 e2 06 shl $0x6,%edx -ffffffff8001f08e: 83 e1 3f and $0x3f,%ecx -ffffffff8001f091: 09 d1 or %edx,%ecx -ffffffff8001f093: 41 80 fd f0 cmp $0xf0,%r13b -ffffffff8001f097: 72 40 jb ffffffff8001f0d9 <_ZN40_$LT$str$u20$as$u20$core..fmt..Debug$GT$3fmt17h0313dc1fb719f401E+0x119> -ffffffff8001f099: 44 0f b6 2e movzbl (%rsi),%r13d -ffffffff8001f09d: 83 e0 07 and $0x7,%eax -ffffffff8001f0a0: c1 e0 12 shl $0x12,%eax -ffffffff8001f0a3: c1 e1 06 shl $0x6,%ecx -ffffffff8001f0a6: 41 83 e5 3f and $0x3f,%r13d -ffffffff8001f0aa: 41 09 cd or %ecx,%r13d -ffffffff8001f0ad: 41 09 c5 or %eax,%r13d -ffffffff8001f0b0: 41 81 fd 00 00 11 00 cmp $0x110000,%r13d -ffffffff8001f0b7: 0f 84 d6 01 00 00 je ffffffff8001f293 <_ZN40_$LT$str$u20$as$u20$core..fmt..Debug$GT$3fmt17h0313dc1fb719f401E+0x2d3> -ffffffff8001f0bd: 48 8b 45 b0 mov -0x50(%rbp),%rax -ffffffff8001f0c1: 48 83 c0 04 add $0x4,%rax -ffffffff8001f0c5: eb 99 jmp ffffffff8001f060 <_ZN40_$LT$str$u20$as$u20$core..fmt..Debug$GT$3fmt17h0313dc1fb719f401E+0xa0> -ffffffff8001f0c7: 48 83 c1 02 add $0x2,%rcx -ffffffff8001f0cb: 48 89 4d b8 mov %rcx,-0x48(%rbp) -ffffffff8001f0cf: c1 e0 06 shl $0x6,%eax -ffffffff8001f0d2: 09 d0 or %edx,%eax -ffffffff8001f0d4: 41 89 c5 mov %eax,%r13d -ffffffff8001f0d7: eb 17 jmp ffffffff8001f0f0 <_ZN40_$LT$str$u20$as$u20$core..fmt..Debug$GT$3fmt17h0313dc1fb719f401E+0x130> -ffffffff8001f0d9: 48 89 75 b8 mov %rsi,-0x48(%rbp) -ffffffff8001f0dd: c1 e0 0c shl $0xc,%eax -ffffffff8001f0e0: 09 c1 or %eax,%ecx -ffffffff8001f0e2: 41 89 cd mov %ecx,%r13d -ffffffff8001f0e5: 66 66 2e 0f 1f 84 00 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8001f0ec: 00 00 00 00 -ffffffff8001f0f0: 48 8d 7d 94 lea -0x6c(%rbp),%rdi -ffffffff8001f0f4: 44 89 ee mov %r13d,%esi -ffffffff8001f0f7: ba 01 00 01 00 mov $0x10001,%edx -ffffffff8001f0fc: e8 4f ed ff ff call ffffffff8001de50 <_ZN4core4char7methods22_$LT$impl$u20$char$GT$16escape_debug_ext17h58e83712820742d5E> -ffffffff8001f101: 80 7d 94 80 cmpb $0x80,-0x6c(%rbp) -ffffffff8001f105: 0f 84 2c ff ff ff je ffffffff8001f037 <_ZN40_$LT$str$u20$as$u20$core..fmt..Debug$GT$3fmt17h0313dc1fb719f401E+0x77> -ffffffff8001f10b: 0f b6 45 9f movzbl -0x61(%rbp),%eax -ffffffff8001f10f: 2a 45 9e sub -0x62(%rbp),%al -ffffffff8001f112: 3c 01 cmp $0x1,%al -ffffffff8001f114: 0f 84 1d ff ff ff je ffffffff8001f037 <_ZN40_$LT$str$u20$as$u20$core..fmt..Debug$GT$3fmt17h0313dc1fb719f401E+0x77> -ffffffff8001f11a: 4c 89 e2 mov %r12,%rdx -ffffffff8001f11d: 4c 29 fa sub %r15,%rdx -ffffffff8001f120: 0f 82 bb 01 00 00 jb ffffffff8001f2e1 <_ZN40_$LT$str$u20$as$u20$core..fmt..Debug$GT$3fmt17h0313dc1fb719f401E+0x321> -ffffffff8001f126: 4d 85 ff test %r15,%r15 -ffffffff8001f129: 74 18 je ffffffff8001f143 <_ZN40_$LT$str$u20$as$u20$core..fmt..Debug$GT$3fmt17h0313dc1fb719f401E+0x183> -ffffffff8001f12b: 4c 3b 7d c0 cmp -0x40(%rbp),%r15 -ffffffff8001f12f: 73 0c jae ffffffff8001f13d <_ZN40_$LT$str$u20$as$u20$core..fmt..Debug$GT$3fmt17h0313dc1fb719f401E+0x17d> -ffffffff8001f131: 43 80 3c 3e c0 cmpb $0xc0,(%r14,%r15,1) -ffffffff8001f136: 7d 0b jge ffffffff8001f143 <_ZN40_$LT$str$u20$as$u20$core..fmt..Debug$GT$3fmt17h0313dc1fb719f401E+0x183> -ffffffff8001f138: e9 a4 01 00 00 jmp ffffffff8001f2e1 <_ZN40_$LT$str$u20$as$u20$core..fmt..Debug$GT$3fmt17h0313dc1fb719f401E+0x321> -ffffffff8001f13d: 0f 85 9e 01 00 00 jne ffffffff8001f2e1 <_ZN40_$LT$str$u20$as$u20$core..fmt..Debug$GT$3fmt17h0313dc1fb719f401E+0x321> -ffffffff8001f143: 4d 85 e4 test %r12,%r12 -ffffffff8001f146: 74 18 je ffffffff8001f160 <_ZN40_$LT$str$u20$as$u20$core..fmt..Debug$GT$3fmt17h0313dc1fb719f401E+0x1a0> -ffffffff8001f148: 4c 3b 65 c0 cmp -0x40(%rbp),%r12 -ffffffff8001f14c: 73 0c jae ffffffff8001f15a <_ZN40_$LT$str$u20$as$u20$core..fmt..Debug$GT$3fmt17h0313dc1fb719f401E+0x19a> -ffffffff8001f14e: 43 80 3c 26 bf cmpb $0xbf,(%r14,%r12,1) -ffffffff8001f153: 7f 0b jg ffffffff8001f160 <_ZN40_$LT$str$u20$as$u20$core..fmt..Debug$GT$3fmt17h0313dc1fb719f401E+0x1a0> -ffffffff8001f155: e9 87 01 00 00 jmp ffffffff8001f2e1 <_ZN40_$LT$str$u20$as$u20$core..fmt..Debug$GT$3fmt17h0313dc1fb719f401E+0x321> -ffffffff8001f15a: 0f 85 81 01 00 00 jne ffffffff8001f2e1 <_ZN40_$LT$str$u20$as$u20$core..fmt..Debug$GT$3fmt17h0313dc1fb719f401E+0x321> -ffffffff8001f160: 4d 01 f7 add %r14,%r15 -ffffffff8001f163: 48 89 df mov %rbx,%rdi -ffffffff8001f166: 4c 89 fe mov %r15,%rsi -ffffffff8001f169: 48 8b 45 a8 mov -0x58(%rbp),%rax -ffffffff8001f16d: ff 50 18 call *0x18(%rax) -ffffffff8001f170: 84 c0 test %al,%al -ffffffff8001f172: 0f 85 7e fe ff ff jne ffffffff8001eff6 <_ZN40_$LT$str$u20$as$u20$core..fmt..Debug$GT$3fmt17h0313dc1fb719f401E+0x36> -ffffffff8001f178: 8b 45 9c mov -0x64(%rbp),%eax -ffffffff8001f17b: 89 45 d0 mov %eax,-0x30(%rbp) -ffffffff8001f17e: 48 8b 45 94 mov -0x6c(%rbp),%rax -ffffffff8001f182: 48 89 45 c8 mov %rax,-0x38(%rbp) -ffffffff8001f186: 3c 80 cmp $0x80,%al -ffffffff8001f188: 75 56 jne ffffffff8001f1e0 <_ZN40_$LT$str$u20$as$u20$core..fmt..Debug$GT$3fmt17h0313dc1fb719f401E+0x220> -ffffffff8001f18a: 41 b6 80 mov $0x80,%r14b -ffffffff8001f18d: eb 24 jmp ffffffff8001f1b3 <_ZN40_$LT$str$u20$as$u20$core..fmt..Debug$GT$3fmt17h0313dc1fb719f401E+0x1f3> -ffffffff8001f18f: 90 nop -ffffffff8001f190: 8b 75 cc mov -0x34(%rbp),%esi -ffffffff8001f193: c7 45 d0 00 00 00 00 movl $0x0,-0x30(%rbp) -ffffffff8001f19a: 48 c7 45 c8 00 00 00 movq $0x0,-0x38(%rbp) -ffffffff8001f1a1: 00 -ffffffff8001f1a2: 45 31 f6 xor %r14d,%r14d -ffffffff8001f1a5: 48 89 df mov %rbx,%rdi -ffffffff8001f1a8: ff 55 a0 call *-0x60(%rbp) -ffffffff8001f1ab: 84 c0 test %al,%al -ffffffff8001f1ad: 0f 85 43 fe ff ff jne ffffffff8001eff6 <_ZN40_$LT$str$u20$as$u20$core..fmt..Debug$GT$3fmt17h0313dc1fb719f401E+0x36> -ffffffff8001f1b3: 41 80 fe 80 cmp $0x80,%r14b -ffffffff8001f1b7: 74 d7 je ffffffff8001f190 <_ZN40_$LT$str$u20$as$u20$core..fmt..Debug$GT$3fmt17h0313dc1fb719f401E+0x1d0> -ffffffff8001f1b9: 44 0f b6 7d d2 movzbl -0x2e(%rbp),%r15d -ffffffff8001f1be: 44 3a 7d d3 cmp -0x2d(%rbp),%r15b -ffffffff8001f1c2: 73 5c jae ffffffff8001f220 <_ZN40_$LT$str$u20$as$u20$core..fmt..Debug$GT$3fmt17h0313dc1fb719f401E+0x260> -ffffffff8001f1c4: 41 8d 47 01 lea 0x1(%r15),%eax -ffffffff8001f1c8: 88 45 d2 mov %al,-0x2e(%rbp) -ffffffff8001f1cb: 41 80 ff 0a cmp $0xa,%r15b -ffffffff8001f1cf: 0f 83 f6 00 00 00 jae ffffffff8001f2cb <_ZN40_$LT$str$u20$as$u20$core..fmt..Debug$GT$3fmt17h0313dc1fb719f401E+0x30b> -ffffffff8001f1d5: 42 0f b6 74 3d c8 movzbl -0x38(%rbp,%r15,1),%esi -ffffffff8001f1db: eb c8 jmp ffffffff8001f1a5 <_ZN40_$LT$str$u20$as$u20$core..fmt..Debug$GT$3fmt17h0313dc1fb719f401E+0x1e5> -ffffffff8001f1dd: 0f 1f 00 nopl (%rax) -ffffffff8001f1e0: 44 0f b6 75 d3 movzbl -0x2d(%rbp),%r14d -ffffffff8001f1e5: 44 0f b6 7d d2 movzbl -0x2e(%rbp),%r15d -ffffffff8001f1ea: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1) -ffffffff8001f1f0: 4d 39 f7 cmp %r14,%r15 -ffffffff8001f1f3: 73 2b jae ffffffff8001f220 <_ZN40_$LT$str$u20$as$u20$core..fmt..Debug$GT$3fmt17h0313dc1fb719f401E+0x260> -ffffffff8001f1f5: 41 8d 47 01 lea 0x1(%r15),%eax -ffffffff8001f1f9: 88 45 d2 mov %al,-0x2e(%rbp) -ffffffff8001f1fc: 49 83 ff 09 cmp $0x9,%r15 -ffffffff8001f200: 0f 87 c5 00 00 00 ja ffffffff8001f2cb <_ZN40_$LT$str$u20$as$u20$core..fmt..Debug$GT$3fmt17h0313dc1fb719f401E+0x30b> -ffffffff8001f206: 42 0f b6 74 3d c8 movzbl -0x38(%rbp,%r15,1),%esi -ffffffff8001f20c: 48 89 df mov %rbx,%rdi -ffffffff8001f20f: ff 55 a0 call *-0x60(%rbp) -ffffffff8001f212: 49 ff c7 inc %r15 -ffffffff8001f215: 84 c0 test %al,%al -ffffffff8001f217: 74 d7 je ffffffff8001f1f0 <_ZN40_$LT$str$u20$as$u20$core..fmt..Debug$GT$3fmt17h0313dc1fb719f401E+0x230> -ffffffff8001f219: e9 d8 fd ff ff jmp ffffffff8001eff6 <_ZN40_$LT$str$u20$as$u20$core..fmt..Debug$GT$3fmt17h0313dc1fb719f401E+0x36> -ffffffff8001f21e: 66 90 xchg %ax,%ax -ffffffff8001f220: 41 bf 01 00 00 00 mov $0x1,%r15d -ffffffff8001f226: 41 81 fd 80 00 00 00 cmp $0x80,%r13d -ffffffff8001f22d: 0f 82 fd fd ff ff jb ffffffff8001f030 <_ZN40_$LT$str$u20$as$u20$core..fmt..Debug$GT$3fmt17h0313dc1fb719f401E+0x70> -ffffffff8001f233: 41 bf 02 00 00 00 mov $0x2,%r15d -ffffffff8001f239: 41 81 fd 00 08 00 00 cmp $0x800,%r13d -ffffffff8001f240: 0f 82 ea fd ff ff jb ffffffff8001f030 <_ZN40_$LT$str$u20$as$u20$core..fmt..Debug$GT$3fmt17h0313dc1fb719f401E+0x70> -ffffffff8001f246: 41 81 fd 00 00 01 00 cmp $0x10000,%r13d -ffffffff8001f24d: 41 bf 04 00 00 00 mov $0x4,%r15d -ffffffff8001f253: 49 83 df 00 sbb $0x0,%r15 -ffffffff8001f257: e9 d4 fd ff ff jmp ffffffff8001f030 <_ZN40_$LT$str$u20$as$u20$core..fmt..Debug$GT$3fmt17h0313dc1fb719f401E+0x70> -ffffffff8001f25c: 45 31 ff xor %r15d,%r15d -ffffffff8001f25f: 31 d2 xor %edx,%edx -ffffffff8001f261: 4d 01 fe add %r15,%r14 -ffffffff8001f264: 48 89 df mov %rbx,%rdi -ffffffff8001f267: 4c 89 f6 mov %r14,%rsi -ffffffff8001f26a: 41 ff 54 24 18 call *0x18(%r12) -ffffffff8001f26f: 84 c0 test %al,%al -ffffffff8001f271: 0f 85 7f fd ff ff jne ffffffff8001eff6 <_ZN40_$LT$str$u20$as$u20$core..fmt..Debug$GT$3fmt17h0313dc1fb719f401E+0x36> -ffffffff8001f277: 48 89 df mov %rbx,%rdi -ffffffff8001f27a: be 22 00 00 00 mov $0x22,%esi -ffffffff8001f27f: 48 8b 45 a0 mov -0x60(%rbp),%rax -ffffffff8001f283: 48 83 c4 58 add $0x58,%rsp -ffffffff8001f287: 5b pop %rbx -ffffffff8001f288: 41 5c pop %r12 -ffffffff8001f28a: 41 5d pop %r13 -ffffffff8001f28c: 41 5e pop %r14 -ffffffff8001f28e: 41 5f pop %r15 -ffffffff8001f290: 5d pop %rbp -ffffffff8001f291: ff e0 jmp *%rax -ffffffff8001f293: 4d 85 ff test %r15,%r15 -ffffffff8001f296: 74 1c je ffffffff8001f2b4 <_ZN40_$LT$str$u20$as$u20$core..fmt..Debug$GT$3fmt17h0313dc1fb719f401E+0x2f4> -ffffffff8001f298: 48 8b 4d c0 mov -0x40(%rbp),%rcx -ffffffff8001f29c: 48 89 c8 mov %rcx,%rax -ffffffff8001f29f: 4c 29 f8 sub %r15,%rax -ffffffff8001f2a2: 4c 8b 65 a8 mov -0x58(%rbp),%r12 -ffffffff8001f2a6: 76 19 jbe ffffffff8001f2c1 <_ZN40_$LT$str$u20$as$u20$core..fmt..Debug$GT$3fmt17h0313dc1fb719f401E+0x301> -ffffffff8001f2a8: 43 80 3c 3e bf cmpb $0xbf,(%r14,%r15,1) -ffffffff8001f2ad: 7e 4d jle ffffffff8001f2fc <_ZN40_$LT$str$u20$as$u20$core..fmt..Debug$GT$3fmt17h0313dc1fb719f401E+0x33c> -ffffffff8001f2af: 48 89 c2 mov %rax,%rdx -ffffffff8001f2b2: eb ad jmp ffffffff8001f261 <_ZN40_$LT$str$u20$as$u20$core..fmt..Debug$GT$3fmt17h0313dc1fb719f401E+0x2a1> -ffffffff8001f2b4: 45 31 ff xor %r15d,%r15d -ffffffff8001f2b7: 48 8b 55 c0 mov -0x40(%rbp),%rdx -ffffffff8001f2bb: 4c 8b 65 a8 mov -0x58(%rbp),%r12 -ffffffff8001f2bf: eb a0 jmp ffffffff8001f261 <_ZN40_$LT$str$u20$as$u20$core..fmt..Debug$GT$3fmt17h0313dc1fb719f401E+0x2a1> -ffffffff8001f2c1: 75 39 jne ffffffff8001f2fc <_ZN40_$LT$str$u20$as$u20$core..fmt..Debug$GT$3fmt17h0313dc1fb719f401E+0x33c> -ffffffff8001f2c3: 49 89 cf mov %rcx,%r15 -ffffffff8001f2c6: 48 89 c2 mov %rax,%rdx -ffffffff8001f2c9: eb 96 jmp ffffffff8001f261 <_ZN40_$LT$str$u20$as$u20$core..fmt..Debug$GT$3fmt17h0313dc1fb719f401E+0x2a1> -ffffffff8001f2cb: 48 8d 15 2e c8 00 00 lea 0xc82e(%rip),%rdx # ffffffff8002bb00 -ffffffff8001f2d2: be 0a 00 00 00 mov $0xa,%esi -ffffffff8001f2d7: 4c 89 ff mov %r15,%rdi -ffffffff8001f2da: e8 11 25 00 00 call ffffffff800217f0 <_ZN4core9panicking18panic_bounds_check17h0aa7386a620f3834E> -ffffffff8001f2df: 0f 0b ud2 -ffffffff8001f2e1: 4c 8d 05 f8 c4 00 00 lea 0xc4f8(%rip),%r8 # ffffffff8002b7e0 -ffffffff8001f2e8: 4c 89 f7 mov %r14,%rdi -ffffffff8001f2eb: 48 8b 75 c0 mov -0x40(%rbp),%rsi -ffffffff8001f2ef: 4c 89 fa mov %r15,%rdx -ffffffff8001f2f2: 4c 89 e1 mov %r12,%rcx -ffffffff8001f2f5: e8 c6 0b 00 00 call ffffffff8001fec0 <_ZN4core3str16slice_error_fail17h11952ab1c100db37E> -ffffffff8001f2fa: 0f 0b ud2 -ffffffff8001f2fc: 4c 8d 05 c5 c4 00 00 lea 0xc4c5(%rip),%r8 # ffffffff8002b7c8 -ffffffff8001f303: 4c 89 f7 mov %r14,%rdi -ffffffff8001f306: 48 89 ce mov %rcx,%rsi -ffffffff8001f309: 4c 89 fa mov %r15,%rdx -ffffffff8001f30c: e8 af 0b 00 00 call ffffffff8001fec0 <_ZN4core3str16slice_error_fail17h11952ab1c100db37E> -ffffffff8001f311: 0f 0b ud2 -ffffffff8001f313: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001f31a: 00 00 00 -ffffffff8001f31d: 0f 1f 00 nopl (%rax) - -ffffffff8001f320 <_ZN42_$LT$str$u20$as$u20$core..fmt..Display$GT$3fmt17he638614914212881E>: -ffffffff8001f320: 55 push %rbp -ffffffff8001f321: 48 89 e5 mov %rsp,%rbp -ffffffff8001f324: 48 89 d0 mov %rdx,%rax -ffffffff8001f327: 48 89 f2 mov %rsi,%rdx -ffffffff8001f32a: 48 89 fe mov %rdi,%rsi -ffffffff8001f32d: 48 89 c7 mov %rax,%rdi -ffffffff8001f330: 5d pop %rbp -ffffffff8001f331: e9 5a f2 ff ff jmp ffffffff8001e590 <_ZN4core3fmt9Formatter3pad17hfec64c705344ef8cE> -ffffffff8001f336: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001f33d: 00 00 00 - -ffffffff8001f340 <_ZN41_$LT$char$u20$as$u20$core..fmt..Debug$GT$3fmt17hc82a263fddf421f5E>: -ffffffff8001f340: 55 push %rbp -ffffffff8001f341: 48 89 e5 mov %rsp,%rbp -ffffffff8001f344: 41 57 push %r15 -ffffffff8001f346: 41 56 push %r14 -ffffffff8001f348: 41 54 push %r12 -ffffffff8001f34a: 53 push %rbx -ffffffff8001f34b: 48 83 ec 10 sub $0x10,%rsp -ffffffff8001f34f: 49 89 fe mov %rdi,%r14 -ffffffff8001f352: 48 8b 5e 20 mov 0x20(%rsi),%rbx -ffffffff8001f356: 48 8b 46 28 mov 0x28(%rsi),%rax -ffffffff8001f35a: 48 8b 40 20 mov 0x20(%rax),%rax -ffffffff8001f35e: 48 89 df mov %rbx,%rdi -ffffffff8001f361: be 27 00 00 00 mov $0x27,%esi -ffffffff8001f366: 49 89 c4 mov %rax,%r12 -ffffffff8001f369: ff d0 call *%rax -ffffffff8001f36b: 84 c0 test %al,%al -ffffffff8001f36d: 74 0f je ffffffff8001f37e <_ZN41_$LT$char$u20$as$u20$core..fmt..Debug$GT$3fmt17hc82a263fddf421f5E+0x3e> -ffffffff8001f36f: b0 01 mov $0x1,%al -ffffffff8001f371: 48 83 c4 10 add $0x10,%rsp -ffffffff8001f375: 5b pop %rbx -ffffffff8001f376: 41 5c pop %r12 -ffffffff8001f378: 41 5e pop %r14 -ffffffff8001f37a: 41 5f pop %r15 -ffffffff8001f37c: 5d pop %rbp -ffffffff8001f37d: c3 ret -ffffffff8001f37e: 41 8b 36 mov (%r14),%esi -ffffffff8001f381: 48 8d 7d d0 lea -0x30(%rbp),%rdi -ffffffff8001f385: ba 01 01 00 00 mov $0x101,%edx -ffffffff8001f38a: e8 c1 ea ff ff call ffffffff8001de50 <_ZN4core4char7methods22_$LT$impl$u20$char$GT$16escape_debug_ext17h58e83712820742d5E> -ffffffff8001f38f: 80 7d d0 80 cmpb $0x80,-0x30(%rbp) -ffffffff8001f393: 75 5a jne ffffffff8001f3ef <_ZN41_$LT$char$u20$as$u20$core..fmt..Debug$GT$3fmt17hc82a263fddf421f5E+0xaf> -ffffffff8001f395: 41 b7 80 mov $0x80,%r15b -ffffffff8001f398: eb 25 jmp ffffffff8001f3bf <_ZN41_$LT$char$u20$as$u20$core..fmt..Debug$GT$3fmt17hc82a263fddf421f5E+0x7f> -ffffffff8001f39a: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1) -ffffffff8001f3a0: 8b 75 d4 mov -0x2c(%rbp),%esi -ffffffff8001f3a3: c7 45 d8 00 00 00 00 movl $0x0,-0x28(%rbp) -ffffffff8001f3aa: 48 c7 45 d0 00 00 00 movq $0x0,-0x30(%rbp) -ffffffff8001f3b1: 00 -ffffffff8001f3b2: 45 31 ff xor %r15d,%r15d -ffffffff8001f3b5: 48 89 df mov %rbx,%rdi -ffffffff8001f3b8: 41 ff d4 call *%r12 -ffffffff8001f3bb: 84 c0 test %al,%al -ffffffff8001f3bd: 75 b0 jne ffffffff8001f36f <_ZN41_$LT$char$u20$as$u20$core..fmt..Debug$GT$3fmt17hc82a263fddf421f5E+0x2f> -ffffffff8001f3bf: 41 80 ff 80 cmp $0x80,%r15b -ffffffff8001f3c3: 74 db je ffffffff8001f3a0 <_ZN41_$LT$char$u20$as$u20$core..fmt..Debug$GT$3fmt17hc82a263fddf421f5E+0x60> -ffffffff8001f3c5: 44 0f b6 75 da movzbl -0x26(%rbp),%r14d -ffffffff8001f3ca: 44 3a 75 db cmp -0x25(%rbp),%r14b -ffffffff8001f3ce: 73 5a jae ffffffff8001f42a <_ZN41_$LT$char$u20$as$u20$core..fmt..Debug$GT$3fmt17hc82a263fddf421f5E+0xea> -ffffffff8001f3d0: 41 8d 46 01 lea 0x1(%r14),%eax -ffffffff8001f3d4: 88 45 da mov %al,-0x26(%rbp) -ffffffff8001f3d7: 41 80 fe 0a cmp $0xa,%r14b -ffffffff8001f3db: 73 66 jae ffffffff8001f443 <_ZN41_$LT$char$u20$as$u20$core..fmt..Debug$GT$3fmt17hc82a263fddf421f5E+0x103> -ffffffff8001f3dd: 42 0f b6 74 35 d0 movzbl -0x30(%rbp,%r14,1),%esi -ffffffff8001f3e3: 48 89 df mov %rbx,%rdi -ffffffff8001f3e6: 41 ff d4 call *%r12 -ffffffff8001f3e9: 84 c0 test %al,%al -ffffffff8001f3eb: 74 d2 je ffffffff8001f3bf <_ZN41_$LT$char$u20$as$u20$core..fmt..Debug$GT$3fmt17hc82a263fddf421f5E+0x7f> -ffffffff8001f3ed: eb 80 jmp ffffffff8001f36f <_ZN41_$LT$char$u20$as$u20$core..fmt..Debug$GT$3fmt17hc82a263fddf421f5E+0x2f> -ffffffff8001f3ef: 44 0f b6 7d db movzbl -0x25(%rbp),%r15d -ffffffff8001f3f4: 44 0f b6 75 da movzbl -0x26(%rbp),%r14d -ffffffff8001f3f9: 0f 1f 80 00 00 00 00 nopl 0x0(%rax) -ffffffff8001f400: 4d 39 fe cmp %r15,%r14 -ffffffff8001f403: 73 25 jae ffffffff8001f42a <_ZN41_$LT$char$u20$as$u20$core..fmt..Debug$GT$3fmt17hc82a263fddf421f5E+0xea> -ffffffff8001f405: 41 8d 46 01 lea 0x1(%r14),%eax -ffffffff8001f409: 88 45 da mov %al,-0x26(%rbp) -ffffffff8001f40c: 49 83 fe 09 cmp $0x9,%r14 -ffffffff8001f410: 77 31 ja ffffffff8001f443 <_ZN41_$LT$char$u20$as$u20$core..fmt..Debug$GT$3fmt17hc82a263fddf421f5E+0x103> -ffffffff8001f412: 42 0f b6 74 35 d0 movzbl -0x30(%rbp,%r14,1),%esi -ffffffff8001f418: 48 89 df mov %rbx,%rdi -ffffffff8001f41b: 41 ff d4 call *%r12 -ffffffff8001f41e: 49 ff c6 inc %r14 -ffffffff8001f421: 84 c0 test %al,%al -ffffffff8001f423: 74 db je ffffffff8001f400 <_ZN41_$LT$char$u20$as$u20$core..fmt..Debug$GT$3fmt17hc82a263fddf421f5E+0xc0> -ffffffff8001f425: e9 45 ff ff ff jmp ffffffff8001f36f <_ZN41_$LT$char$u20$as$u20$core..fmt..Debug$GT$3fmt17hc82a263fddf421f5E+0x2f> -ffffffff8001f42a: 48 89 df mov %rbx,%rdi -ffffffff8001f42d: be 27 00 00 00 mov $0x27,%esi -ffffffff8001f432: 4c 89 e0 mov %r12,%rax -ffffffff8001f435: 48 83 c4 10 add $0x10,%rsp -ffffffff8001f439: 5b pop %rbx -ffffffff8001f43a: 41 5c pop %r12 -ffffffff8001f43c: 41 5e pop %r14 -ffffffff8001f43e: 41 5f pop %r15 -ffffffff8001f440: 5d pop %rbp -ffffffff8001f441: ff e0 jmp *%rax -ffffffff8001f443: 48 8d 15 b6 c6 00 00 lea 0xc6b6(%rip),%rdx # ffffffff8002bb00 -ffffffff8001f44a: be 0a 00 00 00 mov $0xa,%esi -ffffffff8001f44f: 4c 89 f7 mov %r14,%rdi -ffffffff8001f452: e8 99 23 00 00 call ffffffff800217f0 <_ZN4core9panicking18panic_bounds_check17h0aa7386a620f3834E> -ffffffff8001f457: 0f 0b ud2 -ffffffff8001f459: 0f 1f 80 00 00 00 00 nopl 0x0(%rax) - -ffffffff8001f460 <_ZN43_$LT$char$u20$as$u20$core..fmt..Display$GT$3fmt17h4babdc54e93760ccE>: -ffffffff8001f460: 48 8b 06 mov (%rsi),%rax -ffffffff8001f463: 48 0b 46 10 or 0x10(%rsi),%rax -ffffffff8001f467: 8b 07 mov (%rdi),%eax -ffffffff8001f469: 75 10 jne ffffffff8001f47b <_ZN43_$LT$char$u20$as$u20$core..fmt..Display$GT$3fmt17h4babdc54e93760ccE+0x1b> -ffffffff8001f46b: 48 8b 7e 20 mov 0x20(%rsi),%rdi -ffffffff8001f46f: 48 8b 4e 28 mov 0x28(%rsi),%rcx -ffffffff8001f473: 48 8b 49 20 mov 0x20(%rcx),%rcx -ffffffff8001f477: 89 c6 mov %eax,%esi -ffffffff8001f479: ff e1 jmp *%rcx -ffffffff8001f47b: 55 push %rbp -ffffffff8001f47c: 48 89 e5 mov %rsp,%rbp -ffffffff8001f47f: 48 83 ec 10 sub $0x10,%rsp -ffffffff8001f483: c7 45 fc 00 00 00 00 movl $0x0,-0x4(%rbp) -ffffffff8001f48a: 3d 80 00 00 00 cmp $0x80,%eax -ffffffff8001f48f: 73 0a jae ffffffff8001f49b <_ZN43_$LT$char$u20$as$u20$core..fmt..Display$GT$3fmt17h4babdc54e93760ccE+0x3b> -ffffffff8001f491: 88 45 fc mov %al,-0x4(%rbp) -ffffffff8001f494: ba 01 00 00 00 mov $0x1,%edx -ffffffff8001f499: eb 7d jmp ffffffff8001f518 <_ZN43_$LT$char$u20$as$u20$core..fmt..Display$GT$3fmt17h4babdc54e93760ccE+0xb8> -ffffffff8001f49b: 89 c1 mov %eax,%ecx -ffffffff8001f49d: 3d 00 08 00 00 cmp $0x800,%eax -ffffffff8001f4a2: 73 17 jae ffffffff8001f4bb <_ZN43_$LT$char$u20$as$u20$core..fmt..Display$GT$3fmt17h4babdc54e93760ccE+0x5b> -ffffffff8001f4a4: c1 e9 06 shr $0x6,%ecx -ffffffff8001f4a7: 80 c9 c0 or $0xc0,%cl -ffffffff8001f4aa: 88 4d fc mov %cl,-0x4(%rbp) -ffffffff8001f4ad: 24 3f and $0x3f,%al -ffffffff8001f4af: 0c 80 or $0x80,%al -ffffffff8001f4b1: 88 45 fd mov %al,-0x3(%rbp) -ffffffff8001f4b4: ba 02 00 00 00 mov $0x2,%edx -ffffffff8001f4b9: eb 5d jmp ffffffff8001f518 <_ZN43_$LT$char$u20$as$u20$core..fmt..Display$GT$3fmt17h4babdc54e93760ccE+0xb8> -ffffffff8001f4bb: 3d 00 00 01 00 cmp $0x10000,%eax -ffffffff8001f4c0: 73 25 jae ffffffff8001f4e7 <_ZN43_$LT$char$u20$as$u20$core..fmt..Display$GT$3fmt17h4babdc54e93760ccE+0x87> -ffffffff8001f4c2: c1 e9 0c shr $0xc,%ecx -ffffffff8001f4c5: 80 c9 e0 or $0xe0,%cl -ffffffff8001f4c8: 88 4d fc mov %cl,-0x4(%rbp) -ffffffff8001f4cb: 89 c1 mov %eax,%ecx -ffffffff8001f4cd: c1 e9 06 shr $0x6,%ecx -ffffffff8001f4d0: 80 e1 3f and $0x3f,%cl -ffffffff8001f4d3: 80 c9 80 or $0x80,%cl -ffffffff8001f4d6: 88 4d fd mov %cl,-0x3(%rbp) -ffffffff8001f4d9: 24 3f and $0x3f,%al -ffffffff8001f4db: 0c 80 or $0x80,%al -ffffffff8001f4dd: 88 45 fe mov %al,-0x2(%rbp) -ffffffff8001f4e0: ba 03 00 00 00 mov $0x3,%edx -ffffffff8001f4e5: eb 31 jmp ffffffff8001f518 <_ZN43_$LT$char$u20$as$u20$core..fmt..Display$GT$3fmt17h4babdc54e93760ccE+0xb8> -ffffffff8001f4e7: c1 e9 12 shr $0x12,%ecx -ffffffff8001f4ea: 80 c9 f0 or $0xf0,%cl -ffffffff8001f4ed: 88 4d fc mov %cl,-0x4(%rbp) -ffffffff8001f4f0: 89 c1 mov %eax,%ecx -ffffffff8001f4f2: c1 e9 0c shr $0xc,%ecx -ffffffff8001f4f5: 80 e1 3f and $0x3f,%cl -ffffffff8001f4f8: 80 c9 80 or $0x80,%cl -ffffffff8001f4fb: 88 4d fd mov %cl,-0x3(%rbp) -ffffffff8001f4fe: 89 c1 mov %eax,%ecx -ffffffff8001f500: c1 e9 06 shr $0x6,%ecx -ffffffff8001f503: 80 e1 3f and $0x3f,%cl -ffffffff8001f506: 80 c9 80 or $0x80,%cl -ffffffff8001f509: 88 4d fe mov %cl,-0x2(%rbp) -ffffffff8001f50c: 24 3f and $0x3f,%al -ffffffff8001f50e: 0c 80 or $0x80,%al -ffffffff8001f510: 88 45 ff mov %al,-0x1(%rbp) -ffffffff8001f513: ba 04 00 00 00 mov $0x4,%edx -ffffffff8001f518: 48 8d 45 fc lea -0x4(%rbp),%rax -ffffffff8001f51c: 48 89 f7 mov %rsi,%rdi -ffffffff8001f51f: 48 89 c6 mov %rax,%rsi -ffffffff8001f522: e8 69 f0 ff ff call ffffffff8001e590 <_ZN4core3fmt9Formatter3pad17hfec64c705344ef8cE> -ffffffff8001f527: 48 83 c4 10 add $0x10,%rsp -ffffffff8001f52b: 5d pop %rbp -ffffffff8001f52c: c3 ret -ffffffff8001f52d: 0f 1f 00 nopl (%rax) - -ffffffff8001f530 <_ZN4core3fmt17pointer_fmt_inner17h045f84b406453d98E>: -ffffffff8001f530: 55 push %rbp -ffffffff8001f531: 48 89 e5 mov %rsp,%rbp -ffffffff8001f534: 41 57 push %r15 -ffffffff8001f536: 41 56 push %r14 -ffffffff8001f538: 41 54 push %r12 -ffffffff8001f53a: 53 push %rbx -ffffffff8001f53b: 48 81 ec 80 00 00 00 sub $0x80,%rsp -ffffffff8001f542: 48 89 f3 mov %rsi,%rbx -ffffffff8001f545: 4c 8b 36 mov (%rsi),%r14 -ffffffff8001f548: 4c 8b 7e 08 mov 0x8(%rsi),%r15 -ffffffff8001f54c: 44 8b 66 34 mov 0x34(%rsi),%r12d -ffffffff8001f550: 44 89 e0 mov %r12d,%eax -ffffffff8001f553: 41 f6 c4 04 test $0x4,%r12b -ffffffff8001f557: 74 1a je ffffffff8001f573 <_ZN4core3fmt17pointer_fmt_inner17h045f84b406453d98E+0x43> -ffffffff8001f559: 44 89 e0 mov %r12d,%eax -ffffffff8001f55c: 83 c8 08 or $0x8,%eax -ffffffff8001f55f: 4d 85 f6 test %r14,%r14 -ffffffff8001f562: 75 0f jne ffffffff8001f573 <_ZN4core3fmt17pointer_fmt_inner17h045f84b406453d98E+0x43> -ffffffff8001f564: 48 c7 03 01 00 00 00 movq $0x1,(%rbx) -ffffffff8001f56b: 48 c7 43 08 12 00 00 movq $0x12,0x8(%rbx) -ffffffff8001f572: 00 -ffffffff8001f573: 83 c8 04 or $0x4,%eax -ffffffff8001f576: 89 43 34 mov %eax,0x34(%rbx) -ffffffff8001f579: 4c 8d 45 e0 lea -0x20(%rbp),%r8 -ffffffff8001f57d: 45 31 c9 xor %r9d,%r9d -ffffffff8001f580: b8 30 00 00 00 mov $0x30,%eax -ffffffff8001f585: 48 89 f9 mov %rdi,%rcx -ffffffff8001f588: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff8001f58f: 00 -ffffffff8001f590: 48 c1 e9 04 shr $0x4,%rcx -ffffffff8001f594: 89 fa mov %edi,%edx -ffffffff8001f596: 80 e2 0f and $0xf,%dl -ffffffff8001f599: 80 fa 0a cmp $0xa,%dl -ffffffff8001f59c: be 57 00 00 00 mov $0x57,%esi -ffffffff8001f5a1: 0f 42 f0 cmovb %eax,%esi -ffffffff8001f5a4: 40 00 d6 add %dl,%sil -ffffffff8001f5a7: 41 88 70 ff mov %sil,-0x1(%r8) -ffffffff8001f5ab: 49 ff c8 dec %r8 -ffffffff8001f5ae: 49 ff c1 inc %r9 -ffffffff8001f5b1: 48 83 ff 10 cmp $0x10,%rdi -ffffffff8001f5b5: 48 89 cf mov %rcx,%rdi -ffffffff8001f5b8: 73 d6 jae ffffffff8001f590 <_ZN4core3fmt17pointer_fmt_inner17h045f84b406453d98E+0x60> -ffffffff8001f5ba: bf 80 00 00 00 mov $0x80,%edi -ffffffff8001f5bf: 4c 29 cf sub %r9,%rdi -ffffffff8001f5c2: 48 81 ff 80 00 00 00 cmp $0x80,%rdi -ffffffff8001f5c9: 77 34 ja ffffffff8001f5ff <_ZN4core3fmt17pointer_fmt_inner17h045f84b406453d98E+0xcf> -ffffffff8001f5cb: 48 8d 15 4a 75 00 00 lea 0x754a(%rip),%rdx # ffffffff80026b1c -ffffffff8001f5d2: b9 02 00 00 00 mov $0x2,%ecx -ffffffff8001f5d7: 48 89 df mov %rbx,%rdi -ffffffff8001f5da: be 01 00 00 00 mov $0x1,%esi -ffffffff8001f5df: e8 4c ec ff ff call ffffffff8001e230 <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E> -ffffffff8001f5e4: 4c 89 33 mov %r14,(%rbx) -ffffffff8001f5e7: 4c 89 7b 08 mov %r15,0x8(%rbx) -ffffffff8001f5eb: 44 89 63 34 mov %r12d,0x34(%rbx) -ffffffff8001f5ef: 48 81 c4 80 00 00 00 add $0x80,%rsp -ffffffff8001f5f6: 5b pop %rbx -ffffffff8001f5f7: 41 5c pop %r12 -ffffffff8001f5f9: 41 5e pop %r14 -ffffffff8001f5fb: 41 5f pop %r15 -ffffffff8001f5fd: 5d pop %rbp -ffffffff8001f5fe: c3 ret -ffffffff8001f5ff: 48 8d 15 42 c1 00 00 lea 0xc142(%rip),%rdx # ffffffff8002b748 -ffffffff8001f606: be 80 00 00 00 mov $0x80,%esi -ffffffff8001f60b: e8 60 24 00 00 call ffffffff80021a70 <_ZN4core5slice5index26slice_start_index_len_fail17h804cb0b56fff6a53E> -ffffffff8001f610: 0f 0b ud2 -ffffffff8001f612: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001f619: 00 00 00 -ffffffff8001f61c: 0f 1f 40 00 nopl 0x0(%rax) - -ffffffff8001f620 <_ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17h4d68db5dd2fe67d9E>: -ffffffff8001f620: 55 push %rbp -ffffffff8001f621: 48 89 e5 mov %rsp,%rbp -ffffffff8001f624: 48 8b 07 mov (%rdi),%rax -ffffffff8001f627: 48 8b 4f 08 mov 0x8(%rdi),%rcx -ffffffff8001f62b: 48 8b 49 18 mov 0x18(%rcx),%rcx -ffffffff8001f62f: 48 89 c7 mov %rax,%rdi -ffffffff8001f632: 5d pop %rbp -ffffffff8001f633: ff e1 jmp *%rcx -ffffffff8001f635: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8001f63c: 00 00 00 -ffffffff8001f63f: 90 nop - -ffffffff8001f640 <_ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17ha815fe34b1b790caE>: -ffffffff8001f640: 55 push %rbp -ffffffff8001f641: 48 89 e5 mov %rsp,%rbp -ffffffff8001f644: 48 81 ec 80 00 00 00 sub $0x80,%rsp -ffffffff8001f64b: 48 8b 07 mov (%rdi),%rax -ffffffff8001f64e: 8b 4e 34 mov 0x34(%rsi),%ecx -ffffffff8001f651: f6 c1 10 test $0x10,%cl -ffffffff8001f654: 0f 85 e4 00 00 00 jne ffffffff8001f73e <_ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17ha815fe34b1b790caE+0xfe> -ffffffff8001f65a: f6 c1 20 test $0x20,%cl -ffffffff8001f65d: 0f 85 1d 01 00 00 jne ffffffff8001f780 <_ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17ha815fe34b1b790caE+0x140> -ffffffff8001f663: 48 8b 08 mov (%rax),%rcx -ffffffff8001f666: b8 27 00 00 00 mov $0x27,%eax -ffffffff8001f66b: 48 81 f9 10 27 00 00 cmp $0x2710,%rcx -ffffffff8001f672: 0f 82 89 01 00 00 jb ffffffff8001f801 <_ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17ha815fe34b1b790caE+0x1c1> -ffffffff8001f678: 41 b9 27 00 00 00 mov $0x27,%r9d -ffffffff8001f67e: 48 bf 4b 59 86 38 d6 movabs $0x346dc5d63886594b,%rdi -ffffffff8001f685: c5 6d 34 -ffffffff8001f688: 4c 8d 05 05 75 00 00 lea 0x7505(%rip),%r8 # ffffffff80026b94 -ffffffff8001f68f: 90 nop -ffffffff8001f690: 48 89 c8 mov %rcx,%rax -ffffffff8001f693: 48 f7 e7 mul %rdi -ffffffff8001f696: 48 c1 ea 0b shr $0xb,%rdx -ffffffff8001f69a: 69 c2 10 27 00 00 imul $0x2710,%edx,%eax -ffffffff8001f6a0: 41 89 ca mov %ecx,%r10d -ffffffff8001f6a3: 41 29 c2 sub %eax,%r10d -ffffffff8001f6a6: 45 69 da 7b 14 00 00 imul $0x147b,%r10d,%r11d -ffffffff8001f6ad: 41 c1 eb 13 shr $0x13,%r11d -ffffffff8001f6b1: 41 6b c3 64 imul $0x64,%r11d,%eax -ffffffff8001f6b5: 41 29 c2 sub %eax,%r10d -ffffffff8001f6b8: 45 0f b7 d2 movzwl %r10w,%r10d -ffffffff8001f6bc: 49 8d 41 fc lea -0x4(%r9),%rax -ffffffff8001f6c0: 47 0f b7 1c 58 movzwl (%r8,%r11,2),%r11d -ffffffff8001f6c5: 66 46 89 9c 0d 7c ff mov %r11w,-0x84(%rbp,%r9,1) -ffffffff8001f6cc: ff ff -ffffffff8001f6ce: 47 0f b7 14 50 movzwl (%r8,%r10,2),%r10d -ffffffff8001f6d3: 66 46 89 94 0d 7e ff mov %r10w,-0x82(%rbp,%r9,1) -ffffffff8001f6da: ff ff -ffffffff8001f6dc: 49 89 c1 mov %rax,%r9 -ffffffff8001f6df: 48 81 f9 ff e0 f5 05 cmp $0x5f5e0ff,%rcx -ffffffff8001f6e6: 48 89 d1 mov %rdx,%rcx -ffffffff8001f6e9: 77 a5 ja ffffffff8001f690 <_ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17ha815fe34b1b790caE+0x50> -ffffffff8001f6eb: 48 83 fa 63 cmp $0x63,%rdx -ffffffff8001f6ef: 76 31 jbe ffffffff8001f722 <_ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17ha815fe34b1b790caE+0xe2> -ffffffff8001f6f1: 0f b7 ca movzwl %dx,%ecx -ffffffff8001f6f4: c1 e9 02 shr $0x2,%ecx -ffffffff8001f6f7: 69 c9 7b 14 00 00 imul $0x147b,%ecx,%ecx -ffffffff8001f6fd: c1 e9 11 shr $0x11,%ecx -ffffffff8001f700: 6b f9 64 imul $0x64,%ecx,%edi -ffffffff8001f703: 29 fa sub %edi,%edx -ffffffff8001f705: 0f b7 d2 movzwl %dx,%edx -ffffffff8001f708: 48 8d 3d 85 74 00 00 lea 0x7485(%rip),%rdi # ffffffff80026b94 -ffffffff8001f70f: 0f b7 14 57 movzwl (%rdi,%rdx,2),%edx -ffffffff8001f713: 66 89 94 05 7e ff ff mov %dx,-0x82(%rbp,%rax,1) -ffffffff8001f71a: ff -ffffffff8001f71b: 48 83 c0 fe add $0xfffffffffffffffe,%rax -ffffffff8001f71f: 48 89 ca mov %rcx,%rdx -ffffffff8001f722: 48 83 fa 0a cmp $0xa,%rdx -ffffffff8001f726: 0f 83 e7 00 00 00 jae ffffffff8001f813 <_ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17ha815fe34b1b790caE+0x1d3> -ffffffff8001f72c: 80 c2 30 add $0x30,%dl -ffffffff8001f72f: 88 94 05 7f ff ff ff mov %dl,-0x81(%rbp,%rax,1) -ffffffff8001f736: 48 ff c8 dec %rax -ffffffff8001f739: e9 ec 00 00 00 jmp ffffffff8001f82a <_ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17ha815fe34b1b790caE+0x1ea> -ffffffff8001f73e: 48 8b 00 mov (%rax),%rax -ffffffff8001f741: 4c 8d 45 00 lea 0x0(%rbp),%r8 -ffffffff8001f745: 45 31 c9 xor %r9d,%r9d -ffffffff8001f748: b9 30 00 00 00 mov $0x30,%ecx -ffffffff8001f74d: 48 89 c2 mov %rax,%rdx -ffffffff8001f750: 48 c1 ea 04 shr $0x4,%rdx -ffffffff8001f754: 89 c7 mov %eax,%edi -ffffffff8001f756: 40 80 e7 0f and $0xf,%dil -ffffffff8001f75a: 40 80 ff 0a cmp $0xa,%dil -ffffffff8001f75e: 41 ba 57 00 00 00 mov $0x57,%r10d -ffffffff8001f764: 44 0f 42 d1 cmovb %ecx,%r10d -ffffffff8001f768: 41 00 fa add %dil,%r10b -ffffffff8001f76b: 45 88 50 ff mov %r10b,-0x1(%r8) -ffffffff8001f76f: 49 ff c8 dec %r8 -ffffffff8001f772: 49 ff c1 inc %r9 -ffffffff8001f775: 48 83 f8 10 cmp $0x10,%rax -ffffffff8001f779: 48 89 d0 mov %rdx,%rax -ffffffff8001f77c: 73 d2 jae ffffffff8001f750 <_ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17ha815fe34b1b790caE+0x110> -ffffffff8001f77e: eb 4e jmp ffffffff8001f7ce <_ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17ha815fe34b1b790caE+0x18e> -ffffffff8001f780: 48 8b 00 mov (%rax),%rax -ffffffff8001f783: 4c 8d 45 00 lea 0x0(%rbp),%r8 -ffffffff8001f787: 45 31 c9 xor %r9d,%r9d -ffffffff8001f78a: b9 30 00 00 00 mov $0x30,%ecx -ffffffff8001f78f: 48 89 c2 mov %rax,%rdx -ffffffff8001f792: 66 66 66 66 66 2e 0f data16 data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8001f799: 1f 84 00 00 00 00 00 -ffffffff8001f7a0: 48 c1 ea 04 shr $0x4,%rdx -ffffffff8001f7a4: 89 c7 mov %eax,%edi -ffffffff8001f7a6: 40 80 e7 0f and $0xf,%dil -ffffffff8001f7aa: 40 80 ff 0a cmp $0xa,%dil -ffffffff8001f7ae: 41 ba 37 00 00 00 mov $0x37,%r10d -ffffffff8001f7b4: 44 0f 42 d1 cmovb %ecx,%r10d -ffffffff8001f7b8: 41 00 fa add %dil,%r10b -ffffffff8001f7bb: 45 88 50 ff mov %r10b,-0x1(%r8) -ffffffff8001f7bf: 49 ff c8 dec %r8 -ffffffff8001f7c2: 49 ff c1 inc %r9 -ffffffff8001f7c5: 48 83 f8 10 cmp $0x10,%rax -ffffffff8001f7c9: 48 89 d0 mov %rdx,%rax -ffffffff8001f7cc: 73 d2 jae ffffffff8001f7a0 <_ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17ha815fe34b1b790caE+0x160> -ffffffff8001f7ce: bf 80 00 00 00 mov $0x80,%edi -ffffffff8001f7d3: 4c 29 cf sub %r9,%rdi -ffffffff8001f7d6: 48 81 ff 80 00 00 00 cmp $0x80,%rdi -ffffffff8001f7dd: 77 7b ja ffffffff8001f85a <_ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17ha815fe34b1b790caE+0x21a> -ffffffff8001f7df: 48 8d 15 36 73 00 00 lea 0x7336(%rip),%rdx # ffffffff80026b1c -ffffffff8001f7e6: b9 02 00 00 00 mov $0x2,%ecx -ffffffff8001f7eb: 48 89 f7 mov %rsi,%rdi -ffffffff8001f7ee: be 01 00 00 00 mov $0x1,%esi -ffffffff8001f7f3: e8 38 ea ff ff call ffffffff8001e230 <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E> -ffffffff8001f7f8: 48 81 c4 80 00 00 00 add $0x80,%rsp -ffffffff8001f7ff: 5d pop %rbp -ffffffff8001f800: c3 ret -ffffffff8001f801: 48 89 ca mov %rcx,%rdx -ffffffff8001f804: 48 83 fa 63 cmp $0x63,%rdx -ffffffff8001f808: 0f 87 e3 fe ff ff ja ffffffff8001f6f1 <_ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17ha815fe34b1b790caE+0xb1> -ffffffff8001f80e: e9 0f ff ff ff jmp ffffffff8001f722 <_ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17ha815fe34b1b790caE+0xe2> -ffffffff8001f813: 48 8d 0d 7a 73 00 00 lea 0x737a(%rip),%rcx # ffffffff80026b94 -ffffffff8001f81a: 0f b7 0c 51 movzwl (%rcx,%rdx,2),%ecx -ffffffff8001f81e: 66 89 8c 05 7e ff ff mov %cx,-0x82(%rbp,%rax,1) -ffffffff8001f825: ff -ffffffff8001f826: 48 83 c0 fe add $0xfffffffffffffffe,%rax -ffffffff8001f82a: 4c 8d 04 28 lea (%rax,%rbp,1),%r8 -ffffffff8001f82e: 49 83 c0 80 add $0xffffffffffffff80,%r8 -ffffffff8001f832: 41 b9 27 00 00 00 mov $0x27,%r9d -ffffffff8001f838: 49 29 c1 sub %rax,%r9 -ffffffff8001f83b: 48 8d 15 46 8a 00 00 lea 0x8a46(%rip),%rdx # ffffffff80028288 -ffffffff8001f842: 48 89 f7 mov %rsi,%rdi -ffffffff8001f845: be 01 00 00 00 mov $0x1,%esi -ffffffff8001f84a: 31 c9 xor %ecx,%ecx -ffffffff8001f84c: e8 df e9 ff ff call ffffffff8001e230 <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E> -ffffffff8001f851: 48 81 c4 80 00 00 00 add $0x80,%rsp -ffffffff8001f858: 5d pop %rbp -ffffffff8001f859: c3 ret -ffffffff8001f85a: 48 8d 15 e7 be 00 00 lea 0xbee7(%rip),%rdx # ffffffff8002b748 -ffffffff8001f861: be 80 00 00 00 mov $0x80,%esi -ffffffff8001f866: e8 05 22 00 00 call ffffffff80021a70 <_ZN4core5slice5index26slice_start_index_len_fail17h804cb0b56fff6a53E> -ffffffff8001f86b: 0f 0b ud2 -ffffffff8001f86d: 0f 1f 00 nopl (%rax) - -ffffffff8001f870 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17hcb8eb6f6833ab5f3E>: -ffffffff8001f870: 55 push %rbp -ffffffff8001f871: 48 89 e5 mov %rsp,%rbp -ffffffff8001f874: 48 89 f0 mov %rsi,%rax -ffffffff8001f877: 48 8b 37 mov (%rdi),%rsi -ffffffff8001f87a: 48 8b 57 08 mov 0x8(%rdi),%rdx -ffffffff8001f87e: 48 89 c7 mov %rax,%rdi -ffffffff8001f881: 5d pop %rbp -ffffffff8001f882: e9 09 ed ff ff jmp ffffffff8001e590 <_ZN4core3fmt9Formatter3pad17hfec64c705344ef8cE> -ffffffff8001f887: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1) -ffffffff8001f88e: 00 00 - -ffffffff8001f890 <_ZN36_$LT$T$u20$as$u20$core..any..Any$GT$7type_id17hb18b04bcc097b72fE>: -ffffffff8001f890: 55 push %rbp -ffffffff8001f891: 48 89 e5 mov %rsp,%rbp -ffffffff8001f894: 48 b8 8c 9a ad 86 5e movabs $0x672fec5e86ad9a8c,%rax -ffffffff8001f89b: ec 2f 67 -ffffffff8001f89e: 48 ba c4 df 39 39 a2 movabs $0xfd6dc4a23939dfc4,%rdx -ffffffff8001f8a5: c4 6d fd -ffffffff8001f8a8: 5d pop %rbp -ffffffff8001f8a9: c3 ret -ffffffff8001f8aa: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1) - -ffffffff8001f8b0 <_ZN73_$LT$core..panic..panic_info..PanicInfo$u20$as$u20$core..fmt..Display$GT$3fmt17h6def0cb1abbc0f22E>: -ffffffff8001f8b0: 55 push %rbp -ffffffff8001f8b1: 48 89 e5 mov %rsp,%rbp -ffffffff8001f8b4: 41 57 push %r15 -ffffffff8001f8b6: 41 56 push %r14 -ffffffff8001f8b8: 41 55 push %r13 -ffffffff8001f8ba: 41 54 push %r12 -ffffffff8001f8bc: 53 push %rbx -ffffffff8001f8bd: 48 83 ec 68 sub $0x68,%rsp -ffffffff8001f8c1: 49 89 fc mov %rdi,%r12 -ffffffff8001f8c4: 4c 8b 76 20 mov 0x20(%rsi),%r14 -ffffffff8001f8c8: 4c 8b 7e 28 mov 0x28(%rsi),%r15 -ffffffff8001f8cc: 4d 8b 6f 18 mov 0x18(%r15),%r13 -ffffffff8001f8d0: 48 8d 35 be 74 00 00 lea 0x74be(%rip),%rsi # ffffffff80026d95 -ffffffff8001f8d7: ba 0c 00 00 00 mov $0xc,%edx -ffffffff8001f8dc: 4c 89 f7 mov %r14,%rdi -ffffffff8001f8df: 41 ff d5 call *%r13 -ffffffff8001f8e2: b3 01 mov $0x1,%bl -ffffffff8001f8e4: 84 c0 test %al,%al -ffffffff8001f8e6: 0f 85 41 01 00 00 jne ffffffff8001fa2d <_ZN73_$LT$core..panic..panic_info..PanicInfo$u20$as$u20$core..fmt..Display$GT$3fmt17h6def0cb1abbc0f22E+0x17d> -ffffffff8001f8ec: 49 8b 44 24 18 mov 0x18(%r12),%rax -ffffffff8001f8f1: 48 8d 48 10 lea 0x10(%rax),%rcx -ffffffff8001f8f5: 48 89 45 a8 mov %rax,-0x58(%rbp) -ffffffff8001f8f9: 48 83 c0 14 add $0x14,%rax -ffffffff8001f8fd: 48 8d 15 6c ff ff ff lea -0x94(%rip),%rdx # ffffffff8001f870 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17hcb8eb6f6833ab5f3E> -ffffffff8001f904: 48 89 55 b0 mov %rdx,-0x50(%rbp) -ffffffff8001f908: 48 89 4d b8 mov %rcx,-0x48(%rbp) -ffffffff8001f90c: 48 8d 0d 9d 27 00 00 lea 0x279d(%rip),%rcx # ffffffff800220b0 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u32$GT$3fmt17h075a1d797155bb92E> -ffffffff8001f913: 48 89 4d c0 mov %rcx,-0x40(%rbp) -ffffffff8001f917: 48 89 45 c8 mov %rax,-0x38(%rbp) -ffffffff8001f91b: 48 89 4d d0 mov %rcx,-0x30(%rbp) -ffffffff8001f91f: 48 8d 05 c2 c0 00 00 lea 0xc0c2(%rip),%rax # ffffffff8002b9e8 -ffffffff8001f926: 48 89 85 78 ff ff ff mov %rax,-0x88(%rbp) -ffffffff8001f92d: 48 c7 45 80 03 00 00 movq $0x3,-0x80(%rbp) -ffffffff8001f934: 00 -ffffffff8001f935: 48 c7 45 98 00 00 00 movq $0x0,-0x68(%rbp) -ffffffff8001f93c: 00 -ffffffff8001f93d: 48 8d 45 a8 lea -0x58(%rbp),%rax -ffffffff8001f941: 48 89 45 88 mov %rax,-0x78(%rbp) -ffffffff8001f945: 48 c7 45 90 03 00 00 movq $0x3,-0x70(%rbp) -ffffffff8001f94c: 00 -ffffffff8001f94d: 48 8d 95 78 ff ff ff lea -0x88(%rbp),%rdx -ffffffff8001f954: 4c 89 f7 mov %r14,%rdi -ffffffff8001f957: 4c 89 fe mov %r15,%rsi -ffffffff8001f95a: e8 b1 e6 ff ff call ffffffff8001e010 <_ZN4core3fmt5write17h2d87311a04992a27E> -ffffffff8001f95f: 84 c0 test %al,%al -ffffffff8001f961: 0f 85 c6 00 00 00 jne ffffffff8001fa2d <_ZN73_$LT$core..panic..panic_info..PanicInfo$u20$as$u20$core..fmt..Display$GT$3fmt17h6def0cb1abbc0f22E+0x17d> -ffffffff8001f967: 49 8b 5c 24 10 mov 0x10(%r12),%rbx -ffffffff8001f96c: 48 85 db test %rbx,%rbx -ffffffff8001f96f: 74 1d je ffffffff8001f98e <_ZN73_$LT$core..panic..panic_info..PanicInfo$u20$as$u20$core..fmt..Display$GT$3fmt17h6def0cb1abbc0f22E+0xde> -ffffffff8001f971: 48 8d 35 29 74 00 00 lea 0x7429(%rip),%rsi # ffffffff80026da1 -ffffffff8001f978: ba 02 00 00 00 mov $0x2,%edx -ffffffff8001f97d: 4c 89 f7 mov %r14,%rdi -ffffffff8001f980: 41 ff d5 call *%r13 -ffffffff8001f983: 84 c0 test %al,%al -ffffffff8001f985: 74 60 je ffffffff8001f9e7 <_ZN73_$LT$core..panic..panic_info..PanicInfo$u20$as$u20$core..fmt..Display$GT$3fmt17h6def0cb1abbc0f22E+0x137> -ffffffff8001f987: b3 01 mov $0x1,%bl -ffffffff8001f989: e9 9f 00 00 00 jmp ffffffff8001fa2d <_ZN73_$LT$core..panic..panic_info..PanicInfo$u20$as$u20$core..fmt..Display$GT$3fmt17h6def0cb1abbc0f22E+0x17d> -ffffffff8001f98e: 4d 8b 3c 24 mov (%r12),%r15 -ffffffff8001f992: 49 8b 44 24 08 mov 0x8(%r12),%rax -ffffffff8001f997: 4c 89 ff mov %r15,%rdi -ffffffff8001f99a: ff 50 18 call *0x18(%rax) -ffffffff8001f99d: 48 b9 64 ef b1 00 81 movabs $0xfdbc168100b1ef64,%rcx -ffffffff8001f9a4: 16 bc fd -ffffffff8001f9a7: 48 31 d1 xor %rdx,%rcx -ffffffff8001f9aa: 48 ba c1 7b 1e cd 9c movabs $0xc1a2c89ccd1e7bc1,%rdx -ffffffff8001f9b1: c8 a2 c1 -ffffffff8001f9b4: 48 31 c2 xor %rax,%rdx -ffffffff8001f9b7: 48 09 ca or %rcx,%rdx -ffffffff8001f9ba: b3 01 mov $0x1,%bl -ffffffff8001f9bc: 75 6d jne ffffffff8001fa2b <_ZN73_$LT$core..panic..panic_info..PanicInfo$u20$as$u20$core..fmt..Display$GT$3fmt17h6def0cb1abbc0f22E+0x17b> -ffffffff8001f9be: 48 8d 35 dc 73 00 00 lea 0x73dc(%rip),%rsi # ffffffff80026da1 -ffffffff8001f9c5: ba 02 00 00 00 mov $0x2,%edx -ffffffff8001f9ca: 4c 89 f7 mov %r14,%rdi -ffffffff8001f9cd: 41 ff d5 call *%r13 -ffffffff8001f9d0: 84 c0 test %al,%al -ffffffff8001f9d2: 75 59 jne ffffffff8001fa2d <_ZN73_$LT$core..panic..panic_info..PanicInfo$u20$as$u20$core..fmt..Display$GT$3fmt17h6def0cb1abbc0f22E+0x17d> -ffffffff8001f9d4: 49 8b 37 mov (%r15),%rsi -ffffffff8001f9d7: 49 8b 57 08 mov 0x8(%r15),%rdx -ffffffff8001f9db: 4c 89 f7 mov %r14,%rdi -ffffffff8001f9de: 41 ff d5 call *%r13 -ffffffff8001f9e1: 84 c0 test %al,%al -ffffffff8001f9e3: 74 46 je ffffffff8001fa2b <_ZN73_$LT$core..panic..panic_info..PanicInfo$u20$as$u20$core..fmt..Display$GT$3fmt17h6def0cb1abbc0f22E+0x17b> -ffffffff8001f9e5: eb 46 jmp ffffffff8001fa2d <_ZN73_$LT$core..panic..panic_info..PanicInfo$u20$as$u20$core..fmt..Display$GT$3fmt17h6def0cb1abbc0f22E+0x17d> -ffffffff8001f9e7: 48 8b 43 28 mov 0x28(%rbx),%rax -ffffffff8001f9eb: 48 89 45 d0 mov %rax,-0x30(%rbp) -ffffffff8001f9ef: 48 8b 43 20 mov 0x20(%rbx),%rax -ffffffff8001f9f3: 48 89 45 c8 mov %rax,-0x38(%rbp) -ffffffff8001f9f7: 48 8b 43 18 mov 0x18(%rbx),%rax -ffffffff8001f9fb: 48 89 45 c0 mov %rax,-0x40(%rbp) -ffffffff8001f9ff: 48 8b 43 10 mov 0x10(%rbx),%rax -ffffffff8001fa03: 48 89 45 b8 mov %rax,-0x48(%rbp) -ffffffff8001fa07: 48 8b 03 mov (%rbx),%rax -ffffffff8001fa0a: 48 8b 4b 08 mov 0x8(%rbx),%rcx -ffffffff8001fa0e: 48 89 4d b0 mov %rcx,-0x50(%rbp) -ffffffff8001fa12: 48 89 45 a8 mov %rax,-0x58(%rbp) -ffffffff8001fa16: 48 8d 55 a8 lea -0x58(%rbp),%rdx -ffffffff8001fa1a: 4c 89 f7 mov %r14,%rdi -ffffffff8001fa1d: 4c 89 fe mov %r15,%rsi -ffffffff8001fa20: e8 eb e5 ff ff call ffffffff8001e010 <_ZN4core3fmt5write17h2d87311a04992a27E> -ffffffff8001fa25: 84 c0 test %al,%al -ffffffff8001fa27: b3 01 mov $0x1,%bl -ffffffff8001fa29: 75 02 jne ffffffff8001fa2d <_ZN73_$LT$core..panic..panic_info..PanicInfo$u20$as$u20$core..fmt..Display$GT$3fmt17h6def0cb1abbc0f22E+0x17d> -ffffffff8001fa2b: 31 db xor %ebx,%ebx -ffffffff8001fa2d: 89 d8 mov %ebx,%eax -ffffffff8001fa2f: 48 83 c4 68 add $0x68,%rsp -ffffffff8001fa33: 5b pop %rbx -ffffffff8001fa34: 41 5c pop %r12 -ffffffff8001fa36: 41 5d pop %r13 -ffffffff8001fa38: 41 5e pop %r14 -ffffffff8001fa3a: 41 5f pop %r15 -ffffffff8001fa3c: 5d pop %rbp -ffffffff8001fa3d: c3 ret -ffffffff8001fa3e: 66 90 xchg %ax,%ax - -ffffffff8001fa40 <_ZN4core7unicode12unicode_data10alphabetic6lookup17h0100f2033633cdcaE>: -ffffffff8001fa40: 55 push %rbp -ffffffff8001fa41: 48 89 e5 mov %rsp,%rbp -ffffffff8001fa44: 89 fe mov %edi,%esi -ffffffff8001fa46: c1 e6 0b shl $0xb,%esi -ffffffff8001fa49: b8 35 00 00 00 mov $0x35,%eax -ffffffff8001fa4e: 31 d2 xor %edx,%edx -ffffffff8001fa50: 48 8d 0d cd 73 00 00 lea 0x73cd(%rip),%rcx # ffffffff80026e24 <_ZN4core7unicode12unicode_data10alphabetic17SHORT_OFFSET_RUNS17hef1ae19eb2a9ea52E> -ffffffff8001fa57: 41 b8 ff 00 00 00 mov $0xff,%r8d -ffffffff8001fa5d: 41 b9 35 00 00 00 mov $0x35,%r9d -ffffffff8001fa63: eb 13 jmp ffffffff8001fa78 <_ZN4core7unicode12unicode_data10alphabetic6lookup17h0100f2033633cdcaE+0x38> -ffffffff8001fa65: 66 66 2e 0f 1f 84 00 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8001fa6c: 00 00 00 00 -ffffffff8001fa70: 49 89 c1 mov %rax,%r9 -ffffffff8001fa73: 48 29 d0 sub %rdx,%rax -ffffffff8001fa76: 76 41 jbe ffffffff8001fab9 <_ZN4core7unicode12unicode_data10alphabetic6lookup17h0100f2033633cdcaE+0x79> -ffffffff8001fa78: 48 d1 e8 shr %rax -ffffffff8001fa7b: 48 01 d0 add %rdx,%rax -ffffffff8001fa7e: 44 8b 1c 81 mov (%rcx,%rax,4),%r11d -ffffffff8001fa82: 41 c1 e3 0b shl $0xb,%r11d -ffffffff8001fa86: 45 31 d2 xor %r10d,%r10d -ffffffff8001fa89: 41 39 f3 cmp %esi,%r11d -ffffffff8001fa8c: 41 0f 95 c2 setne %r10b -ffffffff8001fa90: 45 0f 42 d0 cmovb %r8d,%r10d -ffffffff8001fa94: 41 80 fa 01 cmp $0x1,%r10b -ffffffff8001fa98: 74 d6 je ffffffff8001fa70 <_ZN4core7unicode12unicode_data10alphabetic6lookup17h0100f2033633cdcaE+0x30> -ffffffff8001fa9a: 41 0f b6 d2 movzbl %r10b,%edx -ffffffff8001fa9e: 48 ff c0 inc %rax -ffffffff8001faa1: 81 fa ff 00 00 00 cmp $0xff,%edx -ffffffff8001faa7: 75 0d jne ffffffff8001fab6 <_ZN4core7unicode12unicode_data10alphabetic6lookup17h0100f2033633cdcaE+0x76> -ffffffff8001faa9: 48 89 c2 mov %rax,%rdx -ffffffff8001faac: 4c 89 c8 mov %r9,%rax -ffffffff8001faaf: 48 29 d0 sub %rdx,%rax -ffffffff8001fab2: 77 c4 ja ffffffff8001fa78 <_ZN4core7unicode12unicode_data10alphabetic6lookup17h0100f2033633cdcaE+0x38> -ffffffff8001fab4: eb 03 jmp ffffffff8001fab9 <_ZN4core7unicode12unicode_data10alphabetic6lookup17h0100f2033633cdcaE+0x79> -ffffffff8001fab6: 48 89 c2 mov %rax,%rdx -ffffffff8001fab9: 48 83 fa 34 cmp $0x34,%rdx -ffffffff8001fabd: 0f 87 bd 00 00 00 ja ffffffff8001fb80 <_ZN4core7unicode12unicode_data10alphabetic6lookup17h0100f2033633cdcaE+0x140> -ffffffff8001fac3: 8b 04 91 mov (%rcx,%rdx,4),%eax -ffffffff8001fac6: c1 e8 15 shr $0x15,%eax -ffffffff8001fac9: 48 83 fa 34 cmp $0x34,%rdx -ffffffff8001facd: 75 0c jne ffffffff8001fadb <_ZN4core7unicode12unicode_data10alphabetic6lookup17h0100f2033633cdcaE+0x9b> -ffffffff8001facf: ba 33 00 00 00 mov $0x33,%edx -ffffffff8001fad4: be b9 05 00 00 mov $0x5b9,%esi -ffffffff8001fad9: eb 0f jmp ffffffff8001faea <_ZN4core7unicode12unicode_data10alphabetic6lookup17h0100f2033633cdcaE+0xaa> -ffffffff8001fadb: 8b 74 91 04 mov 0x4(%rcx,%rdx,4),%esi -ffffffff8001fadf: c1 ee 15 shr $0x15,%esi -ffffffff8001fae2: 48 85 d2 test %rdx,%rdx -ffffffff8001fae5: 74 64 je ffffffff8001fb4b <_ZN4core7unicode12unicode_data10alphabetic6lookup17h0100f2033633cdcaE+0x10b> -ffffffff8001fae7: 48 ff ca dec %rdx -ffffffff8001faea: 41 b8 ff ff 1f 00 mov $0x1fffff,%r8d -ffffffff8001faf0: 44 23 04 91 and (%rcx,%rdx,4),%r8d -ffffffff8001faf4: 48 89 c1 mov %rax,%rcx -ffffffff8001faf7: 48 f7 d1 not %rcx -ffffffff8001fafa: 48 01 f1 add %rsi,%rcx -ffffffff8001fafd: 74 41 je ffffffff8001fb40 <_ZN4core7unicode12unicode_data10alphabetic6lookup17h0100f2033633cdcaE+0x100> -ffffffff8001faff: 44 29 c7 sub %r8d,%edi -ffffffff8001fb02: 48 ff ce dec %rsi -ffffffff8001fb05: 31 c9 xor %ecx,%ecx -ffffffff8001fb07: 4c 8d 05 ea 73 00 00 lea 0x73ea(%rip),%r8 # ffffffff80026ef8 <_ZN4core7unicode12unicode_data10alphabetic7OFFSETS17hfab13e375dafb4ccE> -ffffffff8001fb0e: 48 89 c2 mov %rax,%rdx -ffffffff8001fb11: 66 66 66 66 66 66 2e data16 data16 data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8001fb18: 0f 1f 84 00 00 00 00 -ffffffff8001fb1f: 00 -ffffffff8001fb20: 48 81 fa b8 05 00 00 cmp $0x5b8,%rdx -ffffffff8001fb27: 77 32 ja ffffffff8001fb5b <_ZN4core7unicode12unicode_data10alphabetic6lookup17h0100f2033633cdcaE+0x11b> -ffffffff8001fb29: 46 0f b6 0c 02 movzbl (%rdx,%r8,1),%r9d -ffffffff8001fb2e: 44 01 c9 add %r9d,%ecx -ffffffff8001fb31: 39 f9 cmp %edi,%ecx -ffffffff8001fb33: 77 0f ja ffffffff8001fb44 <_ZN4core7unicode12unicode_data10alphabetic6lookup17h0100f2033633cdcaE+0x104> -ffffffff8001fb35: 48 ff c2 inc %rdx -ffffffff8001fb38: 48 39 d6 cmp %rdx,%rsi -ffffffff8001fb3b: 75 e3 jne ffffffff8001fb20 <_ZN4core7unicode12unicode_data10alphabetic6lookup17h0100f2033633cdcaE+0xe0> -ffffffff8001fb3d: 48 89 f0 mov %rsi,%rax -ffffffff8001fb40: 24 01 and $0x1,%al -ffffffff8001fb42: 5d pop %rbp -ffffffff8001fb43: c3 ret -ffffffff8001fb44: 48 89 d0 mov %rdx,%rax -ffffffff8001fb47: 24 01 and $0x1,%al -ffffffff8001fb49: 5d pop %rbp -ffffffff8001fb4a: c3 ret -ffffffff8001fb4b: 45 31 c0 xor %r8d,%r8d -ffffffff8001fb4e: 48 89 c1 mov %rax,%rcx -ffffffff8001fb51: 48 f7 d1 not %rcx -ffffffff8001fb54: 48 01 f1 add %rsi,%rcx -ffffffff8001fb57: 75 a6 jne ffffffff8001faff <_ZN4core7unicode12unicode_data10alphabetic6lookup17h0100f2033633cdcaE+0xbf> -ffffffff8001fb59: eb e5 jmp ffffffff8001fb40 <_ZN4core7unicode12unicode_data10alphabetic6lookup17h0100f2033633cdcaE+0x100> -ffffffff8001fb5b: 48 3d ba 05 00 00 cmp $0x5ba,%rax -ffffffff8001fb61: b9 b9 05 00 00 mov $0x5b9,%ecx -ffffffff8001fb66: 48 0f 42 c1 cmovb %rcx,%rax -ffffffff8001fb6a: 48 8d 15 9f bc 00 00 lea 0xbc9f(%rip),%rdx # ffffffff8002b810 -ffffffff8001fb71: be b9 05 00 00 mov $0x5b9,%esi -ffffffff8001fb76: 48 89 c7 mov %rax,%rdi -ffffffff8001fb79: e8 72 1c 00 00 call ffffffff800217f0 <_ZN4core9panicking18panic_bounds_check17h0aa7386a620f3834E> -ffffffff8001fb7e: 0f 0b ud2 -ffffffff8001fb80: 48 8d 15 71 bc 00 00 lea 0xbc71(%rip),%rdx # ffffffff8002b7f8 -ffffffff8001fb87: bf 35 00 00 00 mov $0x35,%edi -ffffffff8001fb8c: be 35 00 00 00 mov $0x35,%esi -ffffffff8001fb91: e8 5a 1c 00 00 call ffffffff800217f0 <_ZN4core9panicking18panic_bounds_check17h0aa7386a620f3834E> -ffffffff8001fb96: 0f 0b ud2 -ffffffff8001fb98: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff8001fb9f: 00 - -ffffffff8001fba0 <_ZN4core3ffi5c_str4CStr6to_str17h0b33c248fd29840aE>: -ffffffff8001fba0: 55 push %rbp -ffffffff8001fba1: 48 89 e5 mov %rsp,%rbp -ffffffff8001fba4: 53 push %rbx -ffffffff8001fba5: 50 push %rax -ffffffff8001fba6: 48 89 fb mov %rdi,%rbx -ffffffff8001fba9: 48 ff ca dec %rdx -ffffffff8001fbac: e8 ff 00 00 00 call ffffffff8001fcb0 <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E> -ffffffff8001fbb1: 48 89 d8 mov %rbx,%rax -ffffffff8001fbb4: 48 83 c4 08 add $0x8,%rsp -ffffffff8001fbb8: 5b pop %rbx -ffffffff8001fbb9: 5d pop %rbp -ffffffff8001fbba: c3 ret -ffffffff8001fbbb: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) - -ffffffff8001fbc0 <_ZN4core5slice6memchr14memchr_aligned17h6dc6b58677b23db7E>: -ffffffff8001fbc0: 55 push %rbp -ffffffff8001fbc1: 48 89 e5 mov %rsp,%rbp -ffffffff8001fbc4: 41 56 push %r14 -ffffffff8001fbc6: 53 push %rbx -ffffffff8001fbc7: 4c 8d 46 07 lea 0x7(%rsi),%r8 -ffffffff8001fbcb: 49 83 e0 f8 and $0xfffffffffffffff8,%r8 -ffffffff8001fbcf: 49 29 f0 sub %rsi,%r8 -ffffffff8001fbd2: 74 39 je ffffffff8001fc0d <_ZN4core5slice6memchr14memchr_aligned17h6dc6b58677b23db7E+0x4d> -ffffffff8001fbd4: 49 39 d0 cmp %rdx,%r8 -ffffffff8001fbd7: 4c 0f 43 c2 cmovae %rdx,%r8 -ffffffff8001fbdb: 4d 85 c0 test %r8,%r8 -ffffffff8001fbde: 74 2d je ffffffff8001fc0d <_ZN4core5slice6memchr14memchr_aligned17h6dc6b58677b23db7E+0x4d> -ffffffff8001fbe0: 31 c9 xor %ecx,%ecx -ffffffff8001fbe2: 66 66 66 66 66 2e 0f data16 data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8001fbe9: 1f 84 00 00 00 00 00 -ffffffff8001fbf0: 40 38 3c 0e cmp %dil,(%rsi,%rcx,1) -ffffffff8001fbf4: 0f 84 a3 00 00 00 je ffffffff8001fc9d <_ZN4core5slice6memchr14memchr_aligned17h6dc6b58677b23db7E+0xdd> -ffffffff8001fbfa: 48 ff c1 inc %rcx -ffffffff8001fbfd: 49 39 c8 cmp %rcx,%r8 -ffffffff8001fc00: 75 ee jne ffffffff8001fbf0 <_ZN4core5slice6memchr14memchr_aligned17h6dc6b58677b23db7E+0x30> -ffffffff8001fc02: 48 8d 42 f0 lea -0x10(%rdx),%rax -ffffffff8001fc06: 49 39 c0 cmp %rax,%r8 -ffffffff8001fc09: 76 09 jbe ffffffff8001fc14 <_ZN4core5slice6memchr14memchr_aligned17h6dc6b58677b23db7E+0x54> -ffffffff8001fc0b: eb 67 jmp ffffffff8001fc74 <_ZN4core5slice6memchr14memchr_aligned17h6dc6b58677b23db7E+0xb4> -ffffffff8001fc0d: 48 8d 42 f0 lea -0x10(%rdx),%rax -ffffffff8001fc11: 45 31 c0 xor %r8d,%r8d -ffffffff8001fc14: 48 b9 ff fe fe fe fe movabs $0xfefefefefefefeff,%rcx -ffffffff8001fc1b: fe fe fe -ffffffff8001fc1e: 44 0f b6 d7 movzbl %dil,%r10d -ffffffff8001fc22: 49 b9 01 01 01 01 01 movabs $0x101010101010101,%r9 -ffffffff8001fc29: 01 01 01 -ffffffff8001fc2c: 4d 0f af ca imul %r10,%r9 -ffffffff8001fc30: 49 ba 80 80 80 80 80 movabs $0x8080808080808080,%r10 -ffffffff8001fc37: 80 80 80 -ffffffff8001fc3a: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1) -ffffffff8001fc40: 4e 8b 1c 06 mov (%rsi,%r8,1),%r11 -ffffffff8001fc44: 4d 31 cb xor %r9,%r11 -ffffffff8001fc47: 49 8d 1c 0b lea (%r11,%rcx,1),%rbx -ffffffff8001fc4b: 49 f7 d3 not %r11 -ffffffff8001fc4e: 49 21 db and %rbx,%r11 -ffffffff8001fc51: 4a 8b 5c 06 08 mov 0x8(%rsi,%r8,1),%rbx -ffffffff8001fc56: 4c 31 cb xor %r9,%rbx -ffffffff8001fc59: 4c 8d 34 0b lea (%rbx,%rcx,1),%r14 -ffffffff8001fc5d: 48 f7 d3 not %rbx -ffffffff8001fc60: 4c 21 f3 and %r14,%rbx -ffffffff8001fc63: 4c 09 db or %r11,%rbx -ffffffff8001fc66: 4c 85 d3 test %r10,%rbx -ffffffff8001fc69: 75 09 jne ffffffff8001fc74 <_ZN4core5slice6memchr14memchr_aligned17h6dc6b58677b23db7E+0xb4> -ffffffff8001fc6b: 49 83 c0 10 add $0x10,%r8 -ffffffff8001fc6f: 49 39 c0 cmp %rax,%r8 -ffffffff8001fc72: 76 cc jbe ffffffff8001fc40 <_ZN4core5slice6memchr14memchr_aligned17h6dc6b58677b23db7E+0x80> -ffffffff8001fc74: 31 c0 xor %eax,%eax -ffffffff8001fc76: 49 39 d0 cmp %rdx,%r8 -ffffffff8001fc79: 74 13 je ffffffff8001fc8e <_ZN4core5slice6memchr14memchr_aligned17h6dc6b58677b23db7E+0xce> -ffffffff8001fc7b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) -ffffffff8001fc80: 42 38 3c 06 cmp %dil,(%rsi,%r8,1) -ffffffff8001fc84: 74 0d je ffffffff8001fc93 <_ZN4core5slice6memchr14memchr_aligned17h6dc6b58677b23db7E+0xd3> -ffffffff8001fc86: 49 ff c0 inc %r8 -ffffffff8001fc89: 4c 39 c2 cmp %r8,%rdx -ffffffff8001fc8c: 75 f2 jne ffffffff8001fc80 <_ZN4core5slice6memchr14memchr_aligned17h6dc6b58677b23db7E+0xc0> -ffffffff8001fc8e: 48 89 d1 mov %rdx,%rcx -ffffffff8001fc91: eb 0f jmp ffffffff8001fca2 <_ZN4core5slice6memchr14memchr_aligned17h6dc6b58677b23db7E+0xe2> -ffffffff8001fc93: b8 01 00 00 00 mov $0x1,%eax -ffffffff8001fc98: 4c 89 c1 mov %r8,%rcx -ffffffff8001fc9b: eb 05 jmp ffffffff8001fca2 <_ZN4core5slice6memchr14memchr_aligned17h6dc6b58677b23db7E+0xe2> -ffffffff8001fc9d: b8 01 00 00 00 mov $0x1,%eax -ffffffff8001fca2: 48 89 ca mov %rcx,%rdx -ffffffff8001fca5: 5b pop %rbx -ffffffff8001fca6: 41 5e pop %r14 -ffffffff8001fca8: 5d pop %rbp -ffffffff8001fca9: c3 ret -ffffffff8001fcaa: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1) - -ffffffff8001fcb0 <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E>: -ffffffff8001fcb0: 55 push %rbp -ffffffff8001fcb1: 48 89 e5 mov %rsp,%rbp -ffffffff8001fcb4: 41 57 push %r15 -ffffffff8001fcb6: 41 56 push %r14 -ffffffff8001fcb8: 53 push %rbx -ffffffff8001fcb9: 48 89 f8 mov %rdi,%rax -ffffffff8001fcbc: 31 ff xor %edi,%edi -ffffffff8001fcbe: 48 89 d1 mov %rdx,%rcx -ffffffff8001fcc1: 48 83 e9 0f sub $0xf,%rcx -ffffffff8001fcc5: 48 0f 43 f9 cmovae %rcx,%rdi -ffffffff8001fcc9: 48 85 d2 test %rdx,%rdx -ffffffff8001fccc: 0f 84 b5 01 00 00 je ffffffff8001fe87 <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E+0x1d7> -ffffffff8001fcd2: 4c 8d 46 07 lea 0x7(%rsi),%r8 -ffffffff8001fcd6: 49 83 e0 f8 and $0xfffffffffffffff8,%r8 -ffffffff8001fcda: 49 29 f0 sub %rsi,%r8 -ffffffff8001fcdd: 31 c9 xor %ecx,%ecx -ffffffff8001fcdf: 4c 8d 15 d2 77 00 00 lea 0x77d2(%rip),%r10 # ffffffff800274b8 <_ZN4core7unicode12unicode_data10alphabetic7OFFSETS17hfab13e375dafb4ccE+0x5c0> -ffffffff8001fce6: 49 bb 80 80 80 80 80 movabs $0x8080808080808080,%r11 -ffffffff8001fced: 80 80 80 -ffffffff8001fcf0: eb 1d jmp ffffffff8001fd0f <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E+0x5f> -ffffffff8001fcf2: 66 66 66 66 66 2e 0f data16 data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8001fcf9: 1f 84 00 00 00 00 00 -ffffffff8001fd00: 49 ff c6 inc %r14 -ffffffff8001fd03: 4c 89 f1 mov %r14,%rcx -ffffffff8001fd06: 48 39 d1 cmp %rdx,%rcx -ffffffff8001fd09: 0f 83 78 01 00 00 jae ffffffff8001fe87 <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E+0x1d7> -ffffffff8001fd0f: 0f b6 1c 0e movzbl (%rsi,%rcx,1),%ebx -ffffffff8001fd13: 84 db test %bl,%bl -ffffffff8001fd15: 78 59 js ffffffff8001fd70 <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E+0xc0> -ffffffff8001fd17: 45 89 c1 mov %r8d,%r9d -ffffffff8001fd1a: 41 29 c9 sub %ecx,%r9d -ffffffff8001fd1d: 41 f6 c1 07 test $0x7,%r9b -ffffffff8001fd21: 74 11 je ffffffff8001fd34 <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E+0x84> -ffffffff8001fd23: 48 ff c1 inc %rcx -ffffffff8001fd26: eb de jmp ffffffff8001fd06 <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E+0x56> -ffffffff8001fd28: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff8001fd2f: 00 -ffffffff8001fd30: 48 83 c1 10 add $0x10,%rcx -ffffffff8001fd34: 48 39 f9 cmp %rdi,%rcx -ffffffff8001fd37: 73 0e jae ffffffff8001fd47 <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E+0x97> -ffffffff8001fd39: 4c 8b 4c 0e 08 mov 0x8(%rsi,%rcx,1),%r9 -ffffffff8001fd3e: 4c 0b 0c 0e or (%rsi,%rcx,1),%r9 -ffffffff8001fd42: 4d 85 d9 test %r11,%r9 -ffffffff8001fd45: 74 e9 je ffffffff8001fd30 <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E+0x80> -ffffffff8001fd47: 48 39 d1 cmp %rdx,%rcx -ffffffff8001fd4a: 73 ba jae ffffffff8001fd06 <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E+0x56> -ffffffff8001fd4c: 0f 1f 40 00 nopl 0x0(%rax) -ffffffff8001fd50: 80 3c 0e 00 cmpb $0x0,(%rsi,%rcx,1) -ffffffff8001fd54: 78 b0 js ffffffff8001fd06 <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E+0x56> -ffffffff8001fd56: 48 ff c1 inc %rcx -ffffffff8001fd59: 48 39 ca cmp %rcx,%rdx -ffffffff8001fd5c: 75 f2 jne ffffffff8001fd50 <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E+0xa0> -ffffffff8001fd5e: e9 24 01 00 00 jmp ffffffff8001fe87 <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E+0x1d7> -ffffffff8001fd63: 66 66 66 66 2e 0f 1f data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8001fd6a: 84 00 00 00 00 00 -ffffffff8001fd70: 46 0f b6 34 13 movzbl (%rbx,%r10,1),%r14d -ffffffff8001fd75: 41 b1 01 mov $0x1,%r9b -ffffffff8001fd78: 41 83 fe 04 cmp $0x4,%r14d -ffffffff8001fd7c: 74 2f je ffffffff8001fdad <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E+0xfd> -ffffffff8001fd7e: 41 83 fe 03 cmp $0x3,%r14d -ffffffff8001fd82: 74 57 je ffffffff8001fddb <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E+0x12b> -ffffffff8001fd84: 41 83 fe 02 cmp $0x2,%r14d -ffffffff8001fd88: 0f 85 0a 01 00 00 jne ffffffff8001fe98 <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E+0x1e8> -ffffffff8001fd8e: 4c 8d 71 01 lea 0x1(%rcx),%r14 -ffffffff8001fd92: 49 39 d6 cmp %rdx,%r14 -ffffffff8001fd95: 0f 83 f8 00 00 00 jae ffffffff8001fe93 <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E+0x1e3> -ffffffff8001fd9b: 42 80 3c 36 bf cmpb $0xbf,(%rsi,%r14,1) -ffffffff8001fda0: b3 01 mov $0x1,%bl -ffffffff8001fda2: 0f 8e 58 ff ff ff jle ffffffff8001fd00 <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E+0x50> -ffffffff8001fda8: e9 f1 00 00 00 jmp ffffffff8001fe9e <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E+0x1ee> -ffffffff8001fdad: 4c 8d 71 01 lea 0x1(%rcx),%r14 -ffffffff8001fdb1: 49 39 d6 cmp %rdx,%r14 -ffffffff8001fdb4: 0f 83 d9 00 00 00 jae ffffffff8001fe93 <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E+0x1e3> -ffffffff8001fdba: 46 0f b6 34 36 movzbl (%rsi,%r14,1),%r14d -ffffffff8001fdbf: 48 81 fb f0 00 00 00 cmp $0xf0,%rbx -ffffffff8001fdc6: 74 41 je ffffffff8001fe09 <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E+0x159> -ffffffff8001fdc8: 81 fb f4 00 00 00 cmp $0xf4,%ebx -ffffffff8001fdce: 75 48 jne ffffffff8001fe18 <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E+0x168> -ffffffff8001fdd0: 41 80 fe 8f cmp $0x8f,%r14b -ffffffff8001fdd4: 7e 50 jle ffffffff8001fe26 <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E+0x176> -ffffffff8001fdd6: e9 bd 00 00 00 jmp ffffffff8001fe98 <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E+0x1e8> -ffffffff8001fddb: 4c 8d 71 01 lea 0x1(%rcx),%r14 -ffffffff8001fddf: 49 39 d6 cmp %rdx,%r14 -ffffffff8001fde2: 0f 83 ab 00 00 00 jae ffffffff8001fe93 <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E+0x1e3> -ffffffff8001fde8: 46 0f b6 34 36 movzbl (%rsi,%r14,1),%r14d -ffffffff8001fded: 48 81 fb e0 00 00 00 cmp $0xe0,%rbx -ffffffff8001fdf4: 74 55 je ffffffff8001fe4b <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E+0x19b> -ffffffff8001fdf6: 81 fb ed 00 00 00 cmp $0xed,%ebx -ffffffff8001fdfc: 75 59 jne ffffffff8001fe57 <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E+0x1a7> -ffffffff8001fdfe: 41 80 fe 9f cmp $0x9f,%r14b -ffffffff8001fe02: 7e 6b jle ffffffff8001fe6f <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E+0x1bf> -ffffffff8001fe04: e9 8f 00 00 00 jmp ffffffff8001fe98 <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E+0x1e8> -ffffffff8001fe09: 41 80 c6 70 add $0x70,%r14b -ffffffff8001fe0d: 41 80 fe 30 cmp $0x30,%r14b -ffffffff8001fe11: 72 13 jb ffffffff8001fe26 <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E+0x176> -ffffffff8001fe13: e9 80 00 00 00 jmp ffffffff8001fe98 <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E+0x1e8> -ffffffff8001fe18: 80 c3 0f add $0xf,%bl -ffffffff8001fe1b: 80 fb 02 cmp $0x2,%bl -ffffffff8001fe1e: 77 78 ja ffffffff8001fe98 <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E+0x1e8> -ffffffff8001fe20: 41 80 fe c0 cmp $0xc0,%r14b -ffffffff8001fe24: 7d 72 jge ffffffff8001fe98 <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E+0x1e8> -ffffffff8001fe26: 48 8d 59 02 lea 0x2(%rcx),%rbx -ffffffff8001fe2a: 48 39 d3 cmp %rdx,%rbx -ffffffff8001fe2d: 73 64 jae ffffffff8001fe93 <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E+0x1e3> -ffffffff8001fe2f: 80 3c 1e bf cmpb $0xbf,(%rsi,%rbx,1) -ffffffff8001fe33: 7f 4e jg ffffffff8001fe83 <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E+0x1d3> -ffffffff8001fe35: 4c 8d 71 03 lea 0x3(%rcx),%r14 -ffffffff8001fe39: 49 39 d6 cmp %rdx,%r14 -ffffffff8001fe3c: 73 55 jae ffffffff8001fe93 <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E+0x1e3> -ffffffff8001fe3e: 42 80 3c 36 bf cmpb $0xbf,(%rsi,%r14,1) -ffffffff8001fe43: 0f 8e b7 fe ff ff jle ffffffff8001fd00 <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E+0x50> -ffffffff8001fe49: eb 51 jmp ffffffff8001fe9c <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E+0x1ec> -ffffffff8001fe4b: 41 80 e6 e0 and $0xe0,%r14b -ffffffff8001fe4f: 41 80 fe a0 cmp $0xa0,%r14b -ffffffff8001fe53: 74 1a je ffffffff8001fe6f <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E+0x1bf> -ffffffff8001fe55: eb 41 jmp ffffffff8001fe98 <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E+0x1e8> -ffffffff8001fe57: 44 8d 7b 1f lea 0x1f(%rbx),%r15d -ffffffff8001fe5b: 41 80 ff 0c cmp $0xc,%r15b -ffffffff8001fe5f: 72 08 jb ffffffff8001fe69 <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E+0x1b9> -ffffffff8001fe61: 80 e3 fe and $0xfe,%bl -ffffffff8001fe64: 80 fb ee cmp $0xee,%bl -ffffffff8001fe67: 75 2f jne ffffffff8001fe98 <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E+0x1e8> -ffffffff8001fe69: 41 80 fe c0 cmp $0xc0,%r14b -ffffffff8001fe6d: 7d 29 jge ffffffff8001fe98 <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E+0x1e8> -ffffffff8001fe6f: 4c 8d 71 02 lea 0x2(%rcx),%r14 -ffffffff8001fe73: 49 39 d6 cmp %rdx,%r14 -ffffffff8001fe76: 73 1b jae ffffffff8001fe93 <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E+0x1e3> -ffffffff8001fe78: 42 80 3c 36 bf cmpb $0xbf,(%rsi,%r14,1) -ffffffff8001fe7d: 0f 8e 7d fe ff ff jle ffffffff8001fd00 <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E+0x50> -ffffffff8001fe83: b3 02 mov $0x2,%bl -ffffffff8001fe85: eb 17 jmp ffffffff8001fe9e <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E+0x1ee> -ffffffff8001fe87: 48 89 70 08 mov %rsi,0x8(%rax) -ffffffff8001fe8b: 48 89 50 10 mov %rdx,0x10(%rax) -ffffffff8001fe8f: 31 c9 xor %ecx,%ecx -ffffffff8001fe91: eb 1b jmp ffffffff8001feae <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E+0x1fe> -ffffffff8001fe93: 45 31 c9 xor %r9d,%r9d -ffffffff8001fe96: eb 06 jmp ffffffff8001fe9e <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E+0x1ee> -ffffffff8001fe98: b3 01 mov $0x1,%bl -ffffffff8001fe9a: eb 02 jmp ffffffff8001fe9e <_ZN4core3str8converts9from_utf817hd76ef6f055f42211E+0x1ee> -ffffffff8001fe9c: b3 03 mov $0x3,%bl -ffffffff8001fe9e: 48 89 48 08 mov %rcx,0x8(%rax) -ffffffff8001fea2: 44 88 48 10 mov %r9b,0x10(%rax) -ffffffff8001fea6: 88 58 11 mov %bl,0x11(%rax) -ffffffff8001fea9: b9 01 00 00 00 mov $0x1,%ecx -ffffffff8001feae: 48 89 08 mov %rcx,(%rax) -ffffffff8001feb1: 5b pop %rbx -ffffffff8001feb2: 41 5e pop %r14 -ffffffff8001feb4: 41 5f pop %r15 -ffffffff8001feb6: 5d pop %rbp -ffffffff8001feb7: c3 ret -ffffffff8001feb8: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff8001febf: 00 - -ffffffff8001fec0 <_ZN4core3str16slice_error_fail17h11952ab1c100db37E>: -ffffffff8001fec0: 55 push %rbp -ffffffff8001fec1: 48 89 e5 mov %rsp,%rbp -ffffffff8001fec4: e8 07 00 00 00 call ffffffff8001fed0 <_ZN4core3str19slice_error_fail_rt17hd34a377ae4e21e51E> -ffffffff8001fec9: 0f 0b ud2 -ffffffff8001fecb: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) - -ffffffff8001fed0 <_ZN4core3str19slice_error_fail_rt17hd34a377ae4e21e51E>: -ffffffff8001fed0: 55 push %rbp -ffffffff8001fed1: 48 89 e5 mov %rsp,%rbp -ffffffff8001fed4: 48 81 ec d0 00 00 00 sub $0xd0,%rsp -ffffffff8001fedb: 48 89 95 40 ff ff ff mov %rdx,-0xc0(%rbp) -ffffffff8001fee2: 48 89 8d 38 ff ff ff mov %rcx,-0xc8(%rbp) -ffffffff8001fee9: 48 81 fe 01 01 00 00 cmp $0x101,%rsi -ffffffff8001fef0: 72 5b jb ffffffff8001ff4d <_ZN4core3str19slice_error_fail_rt17hd34a377ae4e21e51E+0x7d> -ffffffff8001fef2: b8 00 01 00 00 mov $0x100,%eax -ffffffff8001fef7: 80 bf 00 01 00 00 bf cmpb $0xbf,0x100(%rdi) -ffffffff8001fefe: 7f 21 jg ffffffff8001ff21 <_ZN4core3str19slice_error_fail_rt17hd34a377ae4e21e51E+0x51> -ffffffff8001ff00: b8 ff 00 00 00 mov $0xff,%eax -ffffffff8001ff05: 80 bf ff 00 00 00 bf cmpb $0xbf,0xff(%rdi) -ffffffff8001ff0c: 7f 13 jg ffffffff8001ff21 <_ZN4core3str19slice_error_fail_rt17hd34a377ae4e21e51E+0x51> -ffffffff8001ff0e: b8 fe 00 00 00 mov $0xfe,%eax -ffffffff8001ff13: 80 bf fe 00 00 00 bf cmpb $0xbf,0xfe(%rdi) -ffffffff8001ff1a: 7f 05 jg ffffffff8001ff21 <_ZN4core3str19slice_error_fail_rt17hd34a377ae4e21e51E+0x51> -ffffffff8001ff1c: b8 fd 00 00 00 mov $0xfd,%eax -ffffffff8001ff21: 48 89 7d e8 mov %rdi,-0x18(%rbp) -ffffffff8001ff25: 48 89 45 f0 mov %rax,-0x10(%rbp) -ffffffff8001ff29: b8 05 00 00 00 mov $0x5,%eax -ffffffff8001ff2e: 4c 8d 0d 83 76 00 00 lea 0x7683(%rip),%r9 # ffffffff800275b8 <_ZN4core7unicode12unicode_data10alphabetic7OFFSETS17hfab13e375dafb4ccE+0x6c0> -ffffffff8001ff35: 4c 89 8d 58 ff ff ff mov %r9,-0xa8(%rbp) -ffffffff8001ff3c: 48 89 85 60 ff ff ff mov %rax,-0xa0(%rbp) -ffffffff8001ff43: 48 39 f2 cmp %rsi,%rdx -ffffffff8001ff46: 76 2d jbe ffffffff8001ff75 <_ZN4core3str19slice_error_fail_rt17hd34a377ae4e21e51E+0xa5> -ffffffff8001ff48: e9 c6 00 00 00 jmp ffffffff80020013 <_ZN4core3str19slice_error_fail_rt17hd34a377ae4e21e51E+0x143> -ffffffff8001ff4d: 48 89 7d e8 mov %rdi,-0x18(%rbp) -ffffffff8001ff51: 48 89 75 f0 mov %rsi,-0x10(%rbp) -ffffffff8001ff55: 4c 8d 0d 5c 75 00 00 lea 0x755c(%rip),%r9 # ffffffff800274b8 <_ZN4core7unicode12unicode_data10alphabetic7OFFSETS17hfab13e375dafb4ccE+0x5c0> -ffffffff8001ff5c: 31 c0 xor %eax,%eax -ffffffff8001ff5e: 4c 89 8d 58 ff ff ff mov %r9,-0xa8(%rbp) -ffffffff8001ff65: 48 89 85 60 ff ff ff mov %rax,-0xa0(%rbp) -ffffffff8001ff6c: 48 39 f2 cmp %rsi,%rdx -ffffffff8001ff6f: 0f 87 9e 00 00 00 ja ffffffff80020013 <_ZN4core3str19slice_error_fail_rt17hd34a377ae4e21e51E+0x143> -ffffffff8001ff75: 48 39 f1 cmp %rsi,%rcx -ffffffff8001ff78: 0f 87 95 00 00 00 ja ffffffff80020013 <_ZN4core3str19slice_error_fail_rt17hd34a377ae4e21e51E+0x143> -ffffffff8001ff7e: 48 39 ca cmp %rcx,%rdx -ffffffff8001ff81: 0f 86 17 01 00 00 jbe ffffffff8002009e <_ZN4core3str19slice_error_fail_rt17hd34a377ae4e21e51E+0x1ce> -ffffffff8001ff87: 48 8d 85 40 ff ff ff lea -0xc0(%rbp),%rax -ffffffff8001ff8e: 48 89 85 68 ff ff ff mov %rax,-0x98(%rbp) -ffffffff8001ff95: 48 8d 05 34 22 00 00 lea 0x2234(%rip),%rax # ffffffff800221d0 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u64$GT$3fmt17hb9efc93793ab2de5E> -ffffffff8001ff9c: 48 89 85 70 ff ff ff mov %rax,-0x90(%rbp) -ffffffff8001ffa3: 48 8d 8d 38 ff ff ff lea -0xc8(%rbp),%rcx -ffffffff8001ffaa: 48 89 8d 78 ff ff ff mov %rcx,-0x88(%rbp) -ffffffff8001ffb1: 48 89 45 80 mov %rax,-0x80(%rbp) -ffffffff8001ffb5: 48 8d 45 e8 lea -0x18(%rbp),%rax -ffffffff8001ffb9: 48 89 45 88 mov %rax,-0x78(%rbp) -ffffffff8001ffbd: 48 8d 05 ac f8 ff ff lea -0x754(%rip),%rax # ffffffff8001f870 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17hcb8eb6f6833ab5f3E> -ffffffff8001ffc4: 48 89 45 90 mov %rax,-0x70(%rbp) -ffffffff8001ffc8: 48 8d 8d 58 ff ff ff lea -0xa8(%rbp),%rcx -ffffffff8001ffcf: 48 89 4d 98 mov %rcx,-0x68(%rbp) -ffffffff8001ffd3: 48 89 45 a0 mov %rax,-0x60(%rbp) -ffffffff8001ffd7: 48 8d 05 4a b8 00 00 lea 0xb84a(%rip),%rax # ffffffff8002b828 -ffffffff8001ffde: 48 89 45 b8 mov %rax,-0x48(%rbp) -ffffffff8001ffe2: 48 c7 45 c0 04 00 00 movq $0x4,-0x40(%rbp) -ffffffff8001ffe9: 00 -ffffffff8001ffea: 48 c7 45 d8 00 00 00 movq $0x0,-0x28(%rbp) -ffffffff8001fff1: 00 -ffffffff8001fff2: 48 8d 85 68 ff ff ff lea -0x98(%rbp),%rax -ffffffff8001fff9: 48 89 45 c8 mov %rax,-0x38(%rbp) -ffffffff8001fffd: 48 c7 45 d0 04 00 00 movq $0x4,-0x30(%rbp) -ffffffff80020004: 00 -ffffffff80020005: 48 8d 7d b8 lea -0x48(%rbp),%rdi -ffffffff80020009: 4c 89 c6 mov %r8,%rsi -ffffffff8002000c: e8 0f 17 00 00 call ffffffff80021720 <_ZN4core9panicking9panic_fmt17hdab3eca30d19da73E> -ffffffff80020011: 0f 0b ud2 -ffffffff80020013: 48 39 f2 cmp %rsi,%rdx -ffffffff80020016: 48 0f 47 ca cmova %rdx,%rcx -ffffffff8002001a: 48 89 8d 48 ff ff ff mov %rcx,-0xb8(%rbp) -ffffffff80020021: 48 8d 85 48 ff ff ff lea -0xb8(%rbp),%rax -ffffffff80020028: 48 89 85 68 ff ff ff mov %rax,-0x98(%rbp) -ffffffff8002002f: 48 8d 05 9a 21 00 00 lea 0x219a(%rip),%rax # ffffffff800221d0 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u64$GT$3fmt17hb9efc93793ab2de5E> -ffffffff80020036: 48 89 85 70 ff ff ff mov %rax,-0x90(%rbp) -ffffffff8002003d: 48 8d 45 e8 lea -0x18(%rbp),%rax -ffffffff80020041: 48 89 85 78 ff ff ff mov %rax,-0x88(%rbp) -ffffffff80020048: 48 8d 05 21 f8 ff ff lea -0x7df(%rip),%rax # ffffffff8001f870 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17hcb8eb6f6833ab5f3E> -ffffffff8002004f: 48 89 45 80 mov %rax,-0x80(%rbp) -ffffffff80020053: 48 8d 8d 58 ff ff ff lea -0xa8(%rbp),%rcx -ffffffff8002005a: 48 89 4d 88 mov %rcx,-0x78(%rbp) -ffffffff8002005e: 48 89 45 90 mov %rax,-0x70(%rbp) -ffffffff80020062: 48 8d 05 4f b8 00 00 lea 0xb84f(%rip),%rax # ffffffff8002b8b8 -ffffffff80020069: 48 89 45 b8 mov %rax,-0x48(%rbp) -ffffffff8002006d: 48 c7 45 c0 03 00 00 movq $0x3,-0x40(%rbp) -ffffffff80020074: 00 -ffffffff80020075: 48 c7 45 d8 00 00 00 movq $0x0,-0x28(%rbp) -ffffffff8002007c: 00 -ffffffff8002007d: 48 8d 85 68 ff ff ff lea -0x98(%rbp),%rax -ffffffff80020084: 48 89 45 c8 mov %rax,-0x38(%rbp) -ffffffff80020088: 48 c7 45 d0 03 00 00 movq $0x3,-0x30(%rbp) -ffffffff8002008f: 00 -ffffffff80020090: 48 8d 7d b8 lea -0x48(%rbp),%rdi -ffffffff80020094: 4c 89 c6 mov %r8,%rsi -ffffffff80020097: e8 84 16 00 00 call ffffffff80021720 <_ZN4core9panicking9panic_fmt17hdab3eca30d19da73E> -ffffffff8002009c: 0f 0b ud2 -ffffffff8002009e: 48 85 d2 test %rdx,%rdx -ffffffff800200a1: 74 0b je ffffffff800200ae <_ZN4core3str19slice_error_fail_rt17hd34a377ae4e21e51E+0x1de> -ffffffff800200a3: 48 39 f2 cmp %rsi,%rdx -ffffffff800200a6: 73 06 jae ffffffff800200ae <_ZN4core3str19slice_error_fail_rt17hd34a377ae4e21e51E+0x1de> -ffffffff800200a8: 80 3c 17 c0 cmpb $0xc0,(%rdi,%rdx,1) -ffffffff800200ac: 7c 03 jl ffffffff800200b1 <_ZN4core3str19slice_error_fail_rt17hd34a377ae4e21e51E+0x1e1> -ffffffff800200ae: 48 89 ca mov %rcx,%rdx -ffffffff800200b1: 48 89 95 30 ff ff ff mov %rdx,-0xd0(%rbp) -ffffffff800200b8: 48 89 f0 mov %rsi,%rax -ffffffff800200bb: 48 39 f2 cmp %rsi,%rdx -ffffffff800200be: 0f 83 8f 00 00 00 jae ffffffff80020153 <_ZN4core3str19slice_error_fail_rt17hd34a377ae4e21e51E+0x283> -ffffffff800200c4: 31 c9 xor %ecx,%ecx -ffffffff800200c6: 48 89 d0 mov %rdx,%rax -ffffffff800200c9: 48 83 e8 03 sub $0x3,%rax -ffffffff800200cd: 48 0f 43 c8 cmovae %rax,%rcx -ffffffff800200d1: 48 8d 42 01 lea 0x1(%rdx),%rax -ffffffff800200d5: 48 39 c1 cmp %rax,%rcx -ffffffff800200d8: 76 14 jbe ffffffff800200ee <_ZN4core3str19slice_error_fail_rt17hd34a377ae4e21e51E+0x21e> -ffffffff800200da: 48 8d 15 07 b8 00 00 lea 0xb807(%rip),%rdx # ffffffff8002b8e8 -ffffffff800200e1: 48 89 cf mov %rcx,%rdi -ffffffff800200e4: 48 89 c6 mov %rax,%rsi -ffffffff800200e7: e8 64 1a 00 00 call ffffffff80021b50 <_ZN4core5slice5index22slice_index_order_fail17h47451dbb1327e2efE> -ffffffff800200ec: 0f 0b ud2 -ffffffff800200ee: 74 60 je ffffffff80020150 <_ZN4core3str19slice_error_fail_rt17hd34a377ae4e21e51E+0x280> -ffffffff800200f0: 4c 8d 0c 0f lea (%rdi,%rcx,1),%r9 -ffffffff800200f4: 48 01 f8 add %rdi,%rax -ffffffff800200f7: 4c 29 c8 sub %r9,%rax -ffffffff800200fa: 80 3c 17 bf cmpb $0xbf,(%rdi,%rdx,1) -ffffffff800200fe: 7e 05 jle ffffffff80020105 <_ZN4core3str19slice_error_fail_rt17hd34a377ae4e21e51E+0x235> -ffffffff80020100: 48 ff c8 dec %rax -ffffffff80020103: eb 4b jmp ffffffff80020150 <_ZN4core3str19slice_error_fail_rt17hd34a377ae4e21e51E+0x280> -ffffffff80020105: 48 39 d1 cmp %rdx,%rcx -ffffffff80020108: 74 46 je ffffffff80020150 <_ZN4core3str19slice_error_fail_rt17hd34a377ae4e21e51E+0x280> -ffffffff8002010a: 48 01 fa add %rdi,%rdx -ffffffff8002010d: 80 7a ff bf cmpb $0xbf,-0x1(%rdx) -ffffffff80020111: 7e 06 jle ffffffff80020119 <_ZN4core3str19slice_error_fail_rt17hd34a377ae4e21e51E+0x249> -ffffffff80020113: 48 83 c0 fe add $0xfffffffffffffffe,%rax -ffffffff80020117: eb 37 jmp ffffffff80020150 <_ZN4core3str19slice_error_fail_rt17hd34a377ae4e21e51E+0x280> -ffffffff80020119: 4c 8d 52 ff lea -0x1(%rdx),%r10 -ffffffff8002011d: 4d 39 d1 cmp %r10,%r9 -ffffffff80020120: 74 2e je ffffffff80020150 <_ZN4core3str19slice_error_fail_rt17hd34a377ae4e21e51E+0x280> -ffffffff80020122: 80 7a fe bf cmpb $0xbf,-0x2(%rdx) -ffffffff80020126: 7e 06 jle ffffffff8002012e <_ZN4core3str19slice_error_fail_rt17hd34a377ae4e21e51E+0x25e> -ffffffff80020128: 48 83 c0 fd add $0xfffffffffffffffd,%rax -ffffffff8002012c: eb 22 jmp ffffffff80020150 <_ZN4core3str19slice_error_fail_rt17hd34a377ae4e21e51E+0x280> -ffffffff8002012e: 4c 8d 52 fe lea -0x2(%rdx),%r10 -ffffffff80020132: 4d 39 d1 cmp %r10,%r9 -ffffffff80020135: 74 19 je ffffffff80020150 <_ZN4core3str19slice_error_fail_rt17hd34a377ae4e21e51E+0x280> -ffffffff80020137: 80 7a fd bf cmpb $0xbf,-0x3(%rdx) -ffffffff8002013b: 7e 06 jle ffffffff80020143 <_ZN4core3str19slice_error_fail_rt17hd34a377ae4e21e51E+0x273> -ffffffff8002013d: 48 83 c0 fc add $0xfffffffffffffffc,%rax -ffffffff80020141: eb 0d jmp ffffffff80020150 <_ZN4core3str19slice_error_fail_rt17hd34a377ae4e21e51E+0x280> -ffffffff80020143: 48 83 c2 fd add $0xfffffffffffffffd,%rdx -ffffffff80020147: 49 39 d1 cmp %rdx,%r9 -ffffffff8002014a: 74 04 je ffffffff80020150 <_ZN4core3str19slice_error_fail_rt17hd34a377ae4e21e51E+0x280> -ffffffff8002014c: 48 83 c0 fb add $0xfffffffffffffffb,%rax -ffffffff80020150: 48 01 c8 add %rcx,%rax -ffffffff80020153: 48 85 c0 test %rax,%rax -ffffffff80020156: 75 05 jne ffffffff8002015d <_ZN4core3str19slice_error_fail_rt17hd34a377ae4e21e51E+0x28d> -ffffffff80020158: 48 89 f1 mov %rsi,%rcx -ffffffff8002015b: eb 1d jmp ffffffff8002017a <_ZN4core3str19slice_error_fail_rt17hd34a377ae4e21e51E+0x2aa> -ffffffff8002015d: 48 89 f1 mov %rsi,%rcx -ffffffff80020160: 48 29 c1 sub %rax,%rcx -ffffffff80020163: 76 13 jbe ffffffff80020178 <_ZN4core3str19slice_error_fail_rt17hd34a377ae4e21e51E+0x2a8> -ffffffff80020165: 80 3c 07 bf cmpb $0xbf,(%rdi,%rax,1) -ffffffff80020169: 7f 0f jg ffffffff8002017a <_ZN4core3str19slice_error_fail_rt17hd34a377ae4e21e51E+0x2aa> -ffffffff8002016b: 48 89 c2 mov %rax,%rdx -ffffffff8002016e: 48 89 f1 mov %rsi,%rcx -ffffffff80020171: e8 4a fd ff ff call ffffffff8001fec0 <_ZN4core3str16slice_error_fail17h11952ab1c100db37E> -ffffffff80020176: 0f 0b ud2 -ffffffff80020178: 75 f1 jne ffffffff8002016b <_ZN4core3str19slice_error_fail_rt17hd34a377ae4e21e51E+0x29b> -ffffffff8002017a: 48 85 c9 test %rcx,%rcx -ffffffff8002017d: 75 16 jne ffffffff80020195 <_ZN4core3str19slice_error_fail_rt17hd34a377ae4e21e51E+0x2c5> -ffffffff8002017f: 48 8d 3d 46 74 00 00 lea 0x7446(%rip),%rdi # ffffffff800275cc <_ZN4core7unicode12unicode_data10alphabetic7OFFSETS17hfab13e375dafb4ccE+0x6d4> -ffffffff80020186: be 2b 00 00 00 mov $0x2b,%esi -ffffffff8002018b: 4c 89 c2 mov %r8,%rdx -ffffffff8002018e: e8 0d 16 00 00 call ffffffff800217a0 <_ZN4core9panicking5panic17h5954f42149c26846E> -ffffffff80020193: 0f 0b ud2 -ffffffff80020195: 0f b6 14 07 movzbl (%rdi,%rax,1),%edx -ffffffff80020199: 84 d2 test %dl,%dl -ffffffff8002019b: 78 0d js ffffffff800201aa <_ZN4core3str19slice_error_fail_rt17hd34a377ae4e21e51E+0x2da> -ffffffff8002019d: 89 55 fc mov %edx,-0x4(%rbp) -ffffffff800201a0: b9 01 00 00 00 mov $0x1,%ecx -ffffffff800201a5: e9 84 00 00 00 jmp ffffffff8002022e <_ZN4core3str19slice_error_fail_rt17hd34a377ae4e21e51E+0x35e> -ffffffff800201aa: 89 d1 mov %edx,%ecx -ffffffff800201ac: 83 e1 1f and $0x1f,%ecx -ffffffff800201af: 44 0f b6 4c 07 01 movzbl 0x1(%rdi,%rax,1),%r9d -ffffffff800201b5: 41 83 e1 3f and $0x3f,%r9d -ffffffff800201b9: 80 fa df cmp $0xdf,%dl -ffffffff800201bc: 76 33 jbe ffffffff800201f1 <_ZN4core3str19slice_error_fail_rt17hd34a377ae4e21e51E+0x321> -ffffffff800201be: 0f b6 74 07 02 movzbl 0x2(%rdi,%rax,1),%esi -ffffffff800201c3: 41 c1 e1 06 shl $0x6,%r9d -ffffffff800201c7: 83 e6 3f and $0x3f,%esi -ffffffff800201ca: 44 09 ce or %r9d,%esi -ffffffff800201cd: 80 fa f0 cmp $0xf0,%dl -ffffffff800201d0: 72 29 jb ffffffff800201fb <_ZN4core3str19slice_error_fail_rt17hd34a377ae4e21e51E+0x32b> -ffffffff800201d2: 0f b6 54 07 03 movzbl 0x3(%rdi,%rax,1),%edx -ffffffff800201d7: 83 e1 07 and $0x7,%ecx -ffffffff800201da: c1 e1 12 shl $0x12,%ecx -ffffffff800201dd: c1 e6 06 shl $0x6,%esi -ffffffff800201e0: 83 e2 3f and $0x3f,%edx -ffffffff800201e3: 09 f2 or %esi,%edx -ffffffff800201e5: 09 ca or %ecx,%edx -ffffffff800201e7: 81 fa 00 00 11 00 cmp $0x110000,%edx -ffffffff800201ed: 74 90 je ffffffff8002017f <_ZN4core3str19slice_error_fail_rt17hd34a377ae4e21e51E+0x2af> -ffffffff800201ef: eb 11 jmp ffffffff80020202 <_ZN4core3str19slice_error_fail_rt17hd34a377ae4e21e51E+0x332> -ffffffff800201f1: c1 e1 06 shl $0x6,%ecx -ffffffff800201f4: 44 09 c9 or %r9d,%ecx -ffffffff800201f7: 89 ca mov %ecx,%edx -ffffffff800201f9: eb 07 jmp ffffffff80020202 <_ZN4core3str19slice_error_fail_rt17hd34a377ae4e21e51E+0x332> -ffffffff800201fb: c1 e1 0c shl $0xc,%ecx -ffffffff800201fe: 09 ce or %ecx,%esi -ffffffff80020200: 89 f2 mov %esi,%edx -ffffffff80020202: 89 55 fc mov %edx,-0x4(%rbp) -ffffffff80020205: b9 01 00 00 00 mov $0x1,%ecx -ffffffff8002020a: 81 fa 80 00 00 00 cmp $0x80,%edx -ffffffff80020210: 72 1c jb ffffffff8002022e <_ZN4core3str19slice_error_fail_rt17hd34a377ae4e21e51E+0x35e> -ffffffff80020212: b9 02 00 00 00 mov $0x2,%ecx -ffffffff80020217: 81 fa 00 08 00 00 cmp $0x800,%edx -ffffffff8002021d: 72 0f jb ffffffff8002022e <_ZN4core3str19slice_error_fail_rt17hd34a377ae4e21e51E+0x35e> -ffffffff8002021f: 81 fa 00 00 01 00 cmp $0x10000,%edx -ffffffff80020225: b9 04 00 00 00 mov $0x4,%ecx -ffffffff8002022a: 48 83 d9 00 sbb $0x0,%rcx -ffffffff8002022e: 48 01 c1 add %rax,%rcx -ffffffff80020231: 48 89 85 48 ff ff ff mov %rax,-0xb8(%rbp) -ffffffff80020238: 48 89 8d 50 ff ff ff mov %rcx,-0xb0(%rbp) -ffffffff8002023f: 48 8d 85 30 ff ff ff lea -0xd0(%rbp),%rax -ffffffff80020246: 48 89 85 68 ff ff ff mov %rax,-0x98(%rbp) -ffffffff8002024d: 48 8d 05 7c 1f 00 00 lea 0x1f7c(%rip),%rax # ffffffff800221d0 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u64$GT$3fmt17hb9efc93793ab2de5E> -ffffffff80020254: 48 89 85 70 ff ff ff mov %rax,-0x90(%rbp) -ffffffff8002025b: 48 8d 45 fc lea -0x4(%rbp),%rax -ffffffff8002025f: 48 89 85 78 ff ff ff mov %rax,-0x88(%rbp) -ffffffff80020266: 48 8d 05 d3 f0 ff ff lea -0xf2d(%rip),%rax # ffffffff8001f340 <_ZN41_$LT$char$u20$as$u20$core..fmt..Debug$GT$3fmt17hc82a263fddf421f5E> -ffffffff8002026d: 48 89 45 80 mov %rax,-0x80(%rbp) -ffffffff80020271: 48 8d 85 48 ff ff ff lea -0xb8(%rbp),%rax -ffffffff80020278: 48 89 45 88 mov %rax,-0x78(%rbp) -ffffffff8002027c: 48 8d 05 0d 10 00 00 lea 0x100d(%rip),%rax # ffffffff80021290 <_ZN71_$LT$core..ops..range..Range$LT$Idx$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h32b5ee7ff1cd761aE> -ffffffff80020283: 48 89 45 90 mov %rax,-0x70(%rbp) -ffffffff80020287: 48 8d 45 e8 lea -0x18(%rbp),%rax -ffffffff8002028b: 48 89 45 98 mov %rax,-0x68(%rbp) -ffffffff8002028f: 48 8d 05 da f5 ff ff lea -0xa26(%rip),%rax # ffffffff8001f870 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17hcb8eb6f6833ab5f3E> -ffffffff80020296: 48 89 45 a0 mov %rax,-0x60(%rbp) -ffffffff8002029a: 48 8d 8d 58 ff ff ff lea -0xa8(%rbp),%rcx -ffffffff800202a1: 48 89 4d a8 mov %rcx,-0x58(%rbp) -ffffffff800202a5: 48 89 45 b0 mov %rax,-0x50(%rbp) -ffffffff800202a9: 48 8d 05 b8 b5 00 00 lea 0xb5b8(%rip),%rax # ffffffff8002b868 -ffffffff800202b0: 48 89 45 b8 mov %rax,-0x48(%rbp) -ffffffff800202b4: 48 c7 45 c0 05 00 00 movq $0x5,-0x40(%rbp) -ffffffff800202bb: 00 -ffffffff800202bc: 48 c7 45 d8 00 00 00 movq $0x0,-0x28(%rbp) -ffffffff800202c3: 00 -ffffffff800202c4: 48 8d 85 68 ff ff ff lea -0x98(%rbp),%rax -ffffffff800202cb: 48 89 45 c8 mov %rax,-0x38(%rbp) -ffffffff800202cf: 48 c7 45 d0 05 00 00 movq $0x5,-0x30(%rbp) -ffffffff800202d6: 00 -ffffffff800202d7: 48 8d 7d b8 lea -0x48(%rbp),%rdi -ffffffff800202db: 4c 89 c6 mov %r8,%rsi -ffffffff800202de: e8 3d 14 00 00 call ffffffff80021720 <_ZN4core9panicking9panic_fmt17hdab3eca30d19da73E> -ffffffff800202e3: 0f 0b ud2 -ffffffff800202e5: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff800202ec: 00 00 00 -ffffffff800202ef: 90 nop - -ffffffff800202f0 <_ZN4core7unicode9printable5check17h75927df4cf6adc29E.llvm.4467878097881905329>: -ffffffff800202f0: 55 push %rbp -ffffffff800202f1: 48 89 e5 mov %rsp,%rbp -ffffffff800202f4: 41 57 push %r15 -ffffffff800202f6: 41 56 push %r14 -ffffffff800202f8: 53 push %rbx -ffffffff800202f9: 50 push %rax -ffffffff800202fa: 48 85 d2 test %rdx,%rdx -ffffffff800202fd: 74 6b je ffffffff8002036a <_ZN4core7unicode9printable5check17h75927df4cf6adc29E.llvm.4467878097881905329+0x7a> -ffffffff800202ff: 41 89 fb mov %edi,%r11d -ffffffff80020302: 41 c1 eb 08 shr $0x8,%r11d -ffffffff80020306: 48 8d 14 56 lea (%rsi,%rdx,2),%rdx -ffffffff8002030a: 31 c0 xor %eax,%eax -ffffffff8002030c: 49 89 f6 mov %rsi,%r14 -ffffffff8002030f: 0f b6 5e 01 movzbl 0x1(%rsi),%ebx -ffffffff80020313: 48 83 c6 02 add $0x2,%rsi -ffffffff80020317: 4c 8d 14 18 lea (%rax,%rbx,1),%r10 -ffffffff8002031b: 45 38 1e cmp %r11b,(%r14) -ffffffff8002031e: 75 40 jne ffffffff80020360 <_ZN4core7unicode9printable5check17h75927df4cf6adc29E.llvm.4467878097881905329+0x70> -ffffffff80020320: 4c 39 d0 cmp %r10,%rax -ffffffff80020323: 0f 87 ce 00 00 00 ja ffffffff800203f7 <_ZN4core7unicode9printable5check17h75927df4cf6adc29E.llvm.4467878097881905329+0x107> -ffffffff80020329: 4d 39 c2 cmp %r8,%r10 -ffffffff8002032c: 0f 87 d9 00 00 00 ja ffffffff8002040b <_ZN4core7unicode9printable5check17h75927df4cf6adc29E.llvm.4467878097881905329+0x11b> -ffffffff80020332: 48 01 c8 add %rcx,%rax -ffffffff80020335: 45 31 f6 xor %r14d,%r14d -ffffffff80020338: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff8002033f: 00 -ffffffff80020340: 4c 39 f3 cmp %r14,%rbx -ffffffff80020343: 74 1d je ffffffff80020362 <_ZN4core7unicode9printable5check17h75927df4cf6adc29E.llvm.4467878097881905329+0x72> -ffffffff80020345: 4d 8d 7e 01 lea 0x1(%r14),%r15 -ffffffff80020349: 42 38 3c 30 cmp %dil,(%rax,%r14,1) -ffffffff8002034d: 4d 89 fe mov %r15,%r14 -ffffffff80020350: 75 ee jne ffffffff80020340 <_ZN4core7unicode9printable5check17h75927df4cf6adc29E.llvm.4467878097881905329+0x50> -ffffffff80020352: eb 76 jmp ffffffff800203ca <_ZN4core7unicode9printable5check17h75927df4cf6adc29E.llvm.4467878097881905329+0xda> -ffffffff80020354: 66 66 66 2e 0f 1f 84 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8002035b: 00 00 00 00 00 -ffffffff80020360: 77 08 ja ffffffff8002036a <_ZN4core7unicode9printable5check17h75927df4cf6adc29E.llvm.4467878097881905329+0x7a> -ffffffff80020362: 4c 89 d0 mov %r10,%rax -ffffffff80020365: 48 39 d6 cmp %rdx,%rsi -ffffffff80020368: 75 a2 jne ffffffff8002030c <_ZN4core7unicode9printable5check17h75927df4cf6adc29E.llvm.4467878097881905329+0x1c> -ffffffff8002036a: 48 8b 45 10 mov 0x10(%rbp),%rax -ffffffff8002036e: 48 85 c0 test %rax,%rax -ffffffff80020371: 74 5b je ffffffff800203ce <_ZN4core7unicode9printable5check17h75927df4cf6adc29E.llvm.4467878097881905329+0xde> -ffffffff80020373: 49 8d 0c 01 lea (%r9,%rax,1),%rcx -ffffffff80020377: 48 83 f8 01 cmp $0x1,%rax -ffffffff8002037b: 4c 89 ce mov %r9,%rsi -ffffffff8002037e: 48 83 de ff sbb $0xffffffffffffffff,%rsi -ffffffff80020382: 0f b7 d7 movzwl %di,%edx -ffffffff80020385: b0 01 mov $0x1,%al -ffffffff80020387: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1) -ffffffff8002038e: 00 00 -ffffffff80020390: 41 0f b6 39 movzbl (%r9),%edi -ffffffff80020394: 40 84 ff test %dil,%dil -ffffffff80020397: 79 15 jns ffffffff800203ae <_ZN4core7unicode9printable5check17h75927df4cf6adc29E.llvm.4467878097881905329+0xbe> -ffffffff80020399: 48 39 ce cmp %rcx,%rsi -ffffffff8002039c: 74 3f je ffffffff800203dd <_ZN4core7unicode9printable5check17h75927df4cf6adc29E.llvm.4467878097881905329+0xed> -ffffffff8002039e: 44 0f b6 06 movzbl (%rsi),%r8d -ffffffff800203a2: 48 ff c6 inc %rsi -ffffffff800203a5: 83 e7 7f and $0x7f,%edi -ffffffff800203a8: c1 e7 08 shl $0x8,%edi -ffffffff800203ab: 44 09 c7 or %r8d,%edi -ffffffff800203ae: 49 89 f1 mov %rsi,%r9 -ffffffff800203b1: 29 fa sub %edi,%edx -ffffffff800203b3: 78 1b js ffffffff800203d0 <_ZN4core7unicode9printable5check17h75927df4cf6adc29E.llvm.4467878097881905329+0xe0> -ffffffff800203b5: 34 01 xor $0x1,%al -ffffffff800203b7: 31 f6 xor %esi,%esi -ffffffff800203b9: 49 39 c9 cmp %rcx,%r9 -ffffffff800203bc: 40 0f 95 c6 setne %sil -ffffffff800203c0: 4c 01 ce add %r9,%rsi -ffffffff800203c3: 49 39 c9 cmp %rcx,%r9 -ffffffff800203c6: 75 c8 jne ffffffff80020390 <_ZN4core7unicode9printable5check17h75927df4cf6adc29E.llvm.4467878097881905329+0xa0> -ffffffff800203c8: eb 06 jmp ffffffff800203d0 <_ZN4core7unicode9printable5check17h75927df4cf6adc29E.llvm.4467878097881905329+0xe0> -ffffffff800203ca: 31 c0 xor %eax,%eax -ffffffff800203cc: eb 02 jmp ffffffff800203d0 <_ZN4core7unicode9printable5check17h75927df4cf6adc29E.llvm.4467878097881905329+0xe0> -ffffffff800203ce: b0 01 mov $0x1,%al -ffffffff800203d0: 24 01 and $0x1,%al -ffffffff800203d2: 48 83 c4 08 add $0x8,%rsp -ffffffff800203d6: 5b pop %rbx -ffffffff800203d7: 41 5e pop %r14 -ffffffff800203d9: 41 5f pop %r15 -ffffffff800203db: 5d pop %rbp -ffffffff800203dc: c3 ret -ffffffff800203dd: 48 8d 3d d4 72 00 00 lea 0x72d4(%rip),%rdi # ffffffff800276b8 <_ZN4core7unicode12unicode_data10alphabetic7OFFSETS17hfab13e375dafb4ccE+0x7c0> -ffffffff800203e4: 48 8d 15 15 b5 00 00 lea 0xb515(%rip),%rdx # ffffffff8002b900 -ffffffff800203eb: be 2b 00 00 00 mov $0x2b,%esi -ffffffff800203f0: e8 ab 13 00 00 call ffffffff800217a0 <_ZN4core9panicking5panic17h5954f42149c26846E> -ffffffff800203f5: 0f 0b ud2 -ffffffff800203f7: 48 8d 15 1a b5 00 00 lea 0xb51a(%rip),%rdx # ffffffff8002b918 -ffffffff800203fe: 48 89 c7 mov %rax,%rdi -ffffffff80020401: 4c 89 d6 mov %r10,%rsi -ffffffff80020404: e8 47 17 00 00 call ffffffff80021b50 <_ZN4core5slice5index22slice_index_order_fail17h47451dbb1327e2efE> -ffffffff80020409: 0f 0b ud2 -ffffffff8002040b: 48 8d 15 06 b5 00 00 lea 0xb506(%rip),%rdx # ffffffff8002b918 -ffffffff80020412: 4c 89 d7 mov %r10,%rdi -ffffffff80020415: 4c 89 c6 mov %r8,%rsi -ffffffff80020418: e8 c3 16 00 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff8002041d: 0f 0b ud2 -ffffffff8002041f: 90 nop - -ffffffff80020420 <_ZN4core7unicode9printable12is_printable17h1e1372fbd99c7a3cE>: -ffffffff80020420: 55 push %rbp -ffffffff80020421: 48 89 e5 mov %rsp,%rbp -ffffffff80020424: 48 83 ec 10 sub $0x10,%rsp -ffffffff80020428: 83 ff 20 cmp $0x20,%edi -ffffffff8002042b: 73 08 jae ffffffff80020435 <_ZN4core7unicode9printable12is_printable17h1e1372fbd99c7a3cE+0x15> -ffffffff8002042d: 31 c0 xor %eax,%eax -ffffffff8002042f: 48 83 c4 10 add $0x10,%rsp -ffffffff80020433: 5d pop %rbp -ffffffff80020434: c3 ret -ffffffff80020435: b0 01 mov $0x1,%al -ffffffff80020437: 83 ff 7f cmp $0x7f,%edi -ffffffff8002043a: 73 06 jae ffffffff80020442 <_ZN4core7unicode9printable12is_printable17h1e1372fbd99c7a3cE+0x22> -ffffffff8002043c: 48 83 c4 10 add $0x10,%rsp -ffffffff80020440: 5d pop %rbp -ffffffff80020441: c3 ret -ffffffff80020442: 81 ff 00 00 01 00 cmp $0x10000,%edi -ffffffff80020448: 73 33 jae ffffffff8002047d <_ZN4core7unicode9printable12is_printable17h1e1372fbd99c7a3cE+0x5d> -ffffffff8002044a: 48 c7 04 24 2f 01 00 movq $0x12f,(%rsp) -ffffffff80020451: 00 -ffffffff80020452: 48 8d 35 e6 75 00 00 lea 0x75e6(%rip),%rsi # ffffffff80027a3f -ffffffff80020459: 48 8d 0d 2f 76 00 00 lea 0x762f(%rip),%rcx # ffffffff80027a8f -ffffffff80020460: 4c 8d 0d 47 77 00 00 lea 0x7747(%rip),%r9 # ffffffff80027bae -ffffffff80020467: ba 28 00 00 00 mov $0x28,%edx -ffffffff8002046c: 41 b8 1f 01 00 00 mov $0x11f,%r8d -ffffffff80020472: e8 79 fe ff ff call ffffffff800202f0 <_ZN4core7unicode9printable5check17h75927df4cf6adc29E.llvm.4467878097881905329> -ffffffff80020477: 48 83 c4 10 add $0x10,%rsp -ffffffff8002047b: 5d pop %rbp -ffffffff8002047c: c3 ret -ffffffff8002047d: 81 ff 00 00 02 00 cmp $0x20000,%edi -ffffffff80020483: 73 33 jae ffffffff800204b8 <_ZN4core7unicode9printable12is_printable17h1e1372fbd99c7a3cE+0x98> -ffffffff80020485: 48 c7 04 24 c2 01 00 movq $0x1c2,(%rsp) -ffffffff8002048c: 00 -ffffffff8002048d: 48 8d 35 cd 72 00 00 lea 0x72cd(%rip),%rsi # ffffffff80027761 -ffffffff80020494: 48 8d 0d 1e 73 00 00 lea 0x731e(%rip),%rcx # ffffffff800277b9 -ffffffff8002049b: 4c 8d 0d db 73 00 00 lea 0x73db(%rip),%r9 # ffffffff8002787d -ffffffff800204a2: ba 2c 00 00 00 mov $0x2c,%edx -ffffffff800204a7: 41 b8 c4 00 00 00 mov $0xc4,%r8d -ffffffff800204ad: e8 3e fe ff ff call ffffffff800202f0 <_ZN4core7unicode9printable5check17h75927df4cf6adc29E.llvm.4467878097881905329> -ffffffff800204b2: 48 83 c4 10 add $0x10,%rsp -ffffffff800204b6: 5d pop %rbp -ffffffff800204b7: c3 ret -ffffffff800204b8: 8d 8f 50 dc fc ff lea -0x323b0(%rdi),%ecx -ffffffff800204be: 31 c0 xor %eax,%eax -ffffffff800204c0: 81 f9 50 dd 0a 00 cmp $0xadd50,%ecx -ffffffff800204c6: 0f 82 70 ff ff ff jb ffffffff8002043c <_ZN4core7unicode9printable12is_printable17h1e1372fbd99c7a3cE+0x1c> -ffffffff800204cc: 8d 8f b5 ec fc ff lea -0x3134b(%rdi),%ecx -ffffffff800204d2: 83 f9 05 cmp $0x5,%ecx -ffffffff800204d5: 0f 82 61 ff ff ff jb ffffffff8002043c <_ZN4core7unicode9printable12is_printable17h1e1372fbd99c7a3cE+0x1c> -ffffffff800204db: 8d 8f e2 05 fd ff lea -0x2fa1e(%rdi),%ecx -ffffffff800204e1: 81 f9 e2 05 00 00 cmp $0x5e2,%ecx -ffffffff800204e7: 0f 82 4f ff ff ff jb ffffffff8002043c <_ZN4core7unicode9printable12is_printable17h1e1372fbd99c7a3cE+0x1c> -ffffffff800204ed: 8d 8f 1f 14 fd ff lea -0x2ebe1(%rdi),%ecx -ffffffff800204f3: 81 f9 1f 0c 00 00 cmp $0xc1f,%ecx -ffffffff800204f9: 0f 82 3d ff ff ff jb ffffffff8002043c <_ZN4core7unicode9printable12is_printable17h1e1372fbd99c7a3cE+0x1c> -ffffffff800204ff: 8d 8f 5e 31 fd ff lea -0x2cea2(%rdi),%ecx -ffffffff80020505: 83 f9 0e cmp $0xe,%ecx -ffffffff80020508: 0f 82 2e ff ff ff jb ffffffff8002043c <_ZN4core7unicode9printable12is_printable17h1e1372fbd99c7a3cE+0x1c> -ffffffff8002050e: 89 f9 mov %edi,%ecx -ffffffff80020510: 83 e1 fe and $0xfffffffe,%ecx -ffffffff80020513: 81 f9 1e b8 02 00 cmp $0x2b81e,%ecx -ffffffff80020519: 0f 84 1d ff ff ff je ffffffff8002043c <_ZN4core7unicode9printable12is_printable17h1e1372fbd99c7a3cE+0x1c> -ffffffff8002051f: 89 f9 mov %edi,%ecx -ffffffff80020521: 83 e1 e0 and $0xffffffe0,%ecx -ffffffff80020524: 81 f9 e0 a6 02 00 cmp $0x2a6e0,%ecx -ffffffff8002052a: 0f 84 0c ff ff ff je ffffffff8002043c <_ZN4core7unicode9printable12is_printable17h1e1372fbd99c7a3cE+0x1c> -ffffffff80020530: 8d 8f c6 48 fd ff lea -0x2b73a(%rdi),%ecx -ffffffff80020536: 83 f9 06 cmp $0x6,%ecx -ffffffff80020539: 0f 82 fd fe ff ff jb ffffffff8002043c <_ZN4core7unicode9printable12is_printable17h1e1372fbd99c7a3cE+0x1c> -ffffffff8002053f: 81 c7 00 00 ef ff add $0xffef0000,%edi -ffffffff80020545: 81 ff f0 01 fd ff cmp $0xfffd01f0,%edi -ffffffff8002054b: 0f 92 c0 setb %al -ffffffff8002054e: 48 83 c4 10 add $0x10,%rsp -ffffffff80020552: 5d pop %rbp -ffffffff80020553: c3 ret -ffffffff80020554: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8002055b: 00 00 00 -ffffffff8002055e: 66 90 xchg %ax,%ax - -ffffffff80020560 <_ZN4core3ptr52drop_in_place$LT$core..fmt..builders..PadAdapter$GT$17haf77e2f8f71fe768E>: -ffffffff80020560: 55 push %rbp -ffffffff80020561: 48 89 e5 mov %rsp,%rbp -ffffffff80020564: 5d pop %rbp -ffffffff80020565: c3 ret -ffffffff80020566: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8002056d: 00 00 00 - -ffffffff80020570 <_ZN68_$LT$core..fmt..builders..PadAdapter$u20$as$u20$core..fmt..Write$GT$9write_str17h46b2be4348c0fb10E>: -ffffffff80020570: 55 push %rbp -ffffffff80020571: 48 89 e5 mov %rsp,%rbp -ffffffff80020574: 41 57 push %r15 -ffffffff80020576: 41 56 push %r14 -ffffffff80020578: 41 55 push %r13 -ffffffff8002057a: 41 54 push %r12 -ffffffff8002057c: 53 push %rbx -ffffffff8002057d: 48 83 ec 38 sub $0x38,%rsp -ffffffff80020581: 48 89 d3 mov %rdx,%rbx -ffffffff80020584: 49 bb ff fe fe fe fe movabs $0xfefefefefefefeff,%r11 -ffffffff8002058b: fe fe fe -ffffffff8002058e: 49 bc 0a 0a 0a 0a 0a movabs $0xa0a0a0a0a0a0a0a,%r12 -ffffffff80020595: 0a 0a 0a -ffffffff80020598: 48 8b 47 10 mov 0x10(%rdi),%rax -ffffffff8002059c: 48 89 45 a8 mov %rax,-0x58(%rbp) -ffffffff800205a0: 48 8b 07 mov (%rdi),%rax -ffffffff800205a3: 48 89 45 b0 mov %rax,-0x50(%rbp) -ffffffff800205a7: 48 8b 47 08 mov 0x8(%rdi),%rax -ffffffff800205ab: 48 89 45 b8 mov %rax,-0x48(%rbp) -ffffffff800205af: 48 89 75 c8 mov %rsi,-0x38(%rbp) -ffffffff800205b3: 48 8d 46 08 lea 0x8(%rsi),%rax -ffffffff800205b7: 48 89 45 a0 mov %rax,-0x60(%rbp) -ffffffff800205bb: 31 ff xor %edi,%edi -ffffffff800205bd: 49 bd 80 80 80 80 80 movabs $0x8080808080808080,%r13 -ffffffff800205c4: 80 80 80 -ffffffff800205c7: 45 31 ff xor %r15d,%r15d -ffffffff800205ca: 31 c0 xor %eax,%eax -ffffffff800205cc: eb 43 jmp ffffffff80020611 <_ZN68_$LT$core..fmt..builders..PadAdapter$u20$as$u20$core..fmt..Write$GT$9write_str17h46b2be4348c0fb10E+0xa1> -ffffffff800205ce: 66 90 xchg %ax,%ax -ffffffff800205d0: 80 7c 32 ff 0a cmpb $0xa,-0x1(%rdx,%rsi,1) -ffffffff800205d5: 0f 94 c0 sete %al -ffffffff800205d8: 4c 89 eb mov %r13,%rbx -ffffffff800205db: 48 8b 4d a8 mov -0x58(%rbp),%rcx -ffffffff800205df: 88 01 mov %al,(%rcx) -ffffffff800205e1: 48 8b 7d b0 mov -0x50(%rbp),%rdi -ffffffff800205e5: 48 8b 45 b8 mov -0x48(%rbp),%rax -ffffffff800205e9: ff 50 18 call *0x18(%rax) -ffffffff800205ec: 4c 89 f7 mov %r14,%rdi -ffffffff800205ef: 84 c0 test %al,%al -ffffffff800205f1: 4d 89 e3 mov %r12,%r11 -ffffffff800205f4: 49 bc 0a 0a 0a 0a 0a movabs $0xa0a0a0a0a0a0a0a,%r12 -ffffffff800205fb: 0a 0a 0a -ffffffff800205fe: 49 bd 80 80 80 80 80 movabs $0x8080808080808080,%r13 -ffffffff80020605: 80 80 80 -ffffffff80020608: 8b 45 c4 mov -0x3c(%rbp),%eax -ffffffff8002060b: 0f 85 ce 01 00 00 jne ffffffff800207df <_ZN68_$LT$core..fmt..builders..PadAdapter$u20$as$u20$core..fmt..Write$GT$9write_str17h46b2be4348c0fb10E+0x26f> -ffffffff80020611: 84 c0 test %al,%al -ffffffff80020613: 0f 85 c2 01 00 00 jne ffffffff800207db <_ZN68_$LT$core..fmt..builders..PadAdapter$u20$as$u20$core..fmt..Write$GT$9write_str17h46b2be4348c0fb10E+0x26b> -ffffffff80020619: 49 39 df cmp %rbx,%r15 -ffffffff8002061c: 48 89 7d d0 mov %rdi,-0x30(%rbp) -ffffffff80020620: 76 1a jbe ffffffff8002063c <_ZN68_$LT$core..fmt..builders..PadAdapter$u20$as$u20$core..fmt..Write$GT$9write_str17h46b2be4348c0fb10E+0xcc> -ffffffff80020622: 4d 89 fe mov %r15,%r14 -ffffffff80020625: e9 49 01 00 00 jmp ffffffff80020773 <_ZN68_$LT$core..fmt..builders..PadAdapter$u20$as$u20$core..fmt..Write$GT$9write_str17h46b2be4348c0fb10E+0x203> -ffffffff8002062a: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1) -ffffffff80020630: 4d 89 f7 mov %r14,%r15 -ffffffff80020633: 49 39 de cmp %rbx,%r14 -ffffffff80020636: 0f 87 37 01 00 00 ja ffffffff80020773 <_ZN68_$LT$core..fmt..builders..PadAdapter$u20$as$u20$core..fmt..Write$GT$9write_str17h46b2be4348c0fb10E+0x203> -ffffffff8002063c: 48 89 d8 mov %rbx,%rax -ffffffff8002063f: 4c 29 f8 sub %r15,%rax -ffffffff80020642: 48 8b 4d c8 mov -0x38(%rbp),%rcx -ffffffff80020646: 4c 01 f9 add %r15,%rcx -ffffffff80020649: 48 83 f8 10 cmp $0x10,%rax -ffffffff8002064d: 73 31 jae ffffffff80020680 <_ZN68_$LT$core..fmt..builders..PadAdapter$u20$as$u20$core..fmt..Write$GT$9write_str17h46b2be4348c0fb10E+0x110> -ffffffff8002064f: 4c 39 fb cmp %r15,%rbx -ffffffff80020652: 0f 84 18 01 00 00 je ffffffff80020770 <_ZN68_$LT$core..fmt..builders..PadAdapter$u20$as$u20$core..fmt..Write$GT$9write_str17h46b2be4348c0fb10E+0x200> -ffffffff80020658: 31 f6 xor %esi,%esi -ffffffff8002065a: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1) -ffffffff80020660: 80 3c 31 0a cmpb $0xa,(%rcx,%rsi,1) -ffffffff80020664: 0f 84 c9 00 00 00 je ffffffff80020733 <_ZN68_$LT$core..fmt..builders..PadAdapter$u20$as$u20$core..fmt..Write$GT$9write_str17h46b2be4348c0fb10E+0x1c3> -ffffffff8002066a: 48 ff c6 inc %rsi -ffffffff8002066d: 48 39 f0 cmp %rsi,%rax -ffffffff80020670: 75 ee jne ffffffff80020660 <_ZN68_$LT$core..fmt..builders..PadAdapter$u20$as$u20$core..fmt..Write$GT$9write_str17h46b2be4348c0fb10E+0xf0> -ffffffff80020672: e9 f9 00 00 00 jmp ffffffff80020770 <_ZN68_$LT$core..fmt..builders..PadAdapter$u20$as$u20$core..fmt..Write$GT$9write_str17h46b2be4348c0fb10E+0x200> -ffffffff80020677: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1) -ffffffff8002067e: 00 00 -ffffffff80020680: 48 8d 51 07 lea 0x7(%rcx),%rdx -ffffffff80020684: 48 83 e2 f8 and $0xfffffffffffffff8,%rdx -ffffffff80020688: 48 29 ca sub %rcx,%rdx -ffffffff8002068b: 74 33 je ffffffff800206c0 <_ZN68_$LT$core..fmt..builders..PadAdapter$u20$as$u20$core..fmt..Write$GT$9write_str17h46b2be4348c0fb10E+0x150> -ffffffff8002068d: 74 31 je ffffffff800206c0 <_ZN68_$LT$core..fmt..builders..PadAdapter$u20$as$u20$core..fmt..Write$GT$9write_str17h46b2be4348c0fb10E+0x150> -ffffffff8002068f: 31 f6 xor %esi,%esi -ffffffff80020691: 66 66 66 66 66 66 2e data16 data16 data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff80020698: 0f 1f 84 00 00 00 00 -ffffffff8002069f: 00 -ffffffff800206a0: 80 3c 31 0a cmpb $0xa,(%rcx,%rsi,1) -ffffffff800206a4: 0f 84 89 00 00 00 je ffffffff80020733 <_ZN68_$LT$core..fmt..builders..PadAdapter$u20$as$u20$core..fmt..Write$GT$9write_str17h46b2be4348c0fb10E+0x1c3> -ffffffff800206aa: 48 ff c6 inc %rsi -ffffffff800206ad: 48 39 f2 cmp %rsi,%rdx -ffffffff800206b0: 75 ee jne ffffffff800206a0 <_ZN68_$LT$core..fmt..builders..PadAdapter$u20$as$u20$core..fmt..Write$GT$9write_str17h46b2be4348c0fb10E+0x130> -ffffffff800206b2: 48 8d 70 f0 lea -0x10(%rax),%rsi -ffffffff800206b6: 48 39 f2 cmp %rsi,%rdx -ffffffff800206b9: 76 0b jbe ffffffff800206c6 <_ZN68_$LT$core..fmt..builders..PadAdapter$u20$as$u20$core..fmt..Write$GT$9write_str17h46b2be4348c0fb10E+0x156> -ffffffff800206bb: eb 4b jmp ffffffff80020708 <_ZN68_$LT$core..fmt..builders..PadAdapter$u20$as$u20$core..fmt..Write$GT$9write_str17h46b2be4348c0fb10E+0x198> -ffffffff800206bd: 0f 1f 00 nopl (%rax) -ffffffff800206c0: 48 8d 70 f0 lea -0x10(%rax),%rsi -ffffffff800206c4: 31 d2 xor %edx,%edx -ffffffff800206c6: 48 8b 7d a0 mov -0x60(%rbp),%rdi -ffffffff800206ca: 4c 01 ff add %r15,%rdi -ffffffff800206cd: 0f 1f 00 nopl (%rax) -ffffffff800206d0: 4c 8b 44 17 f8 mov -0x8(%rdi,%rdx,1),%r8 -ffffffff800206d5: 4c 8b 0c 17 mov (%rdi,%rdx,1),%r9 -ffffffff800206d9: 4d 89 c2 mov %r8,%r10 -ffffffff800206dc: 4d 31 e2 xor %r12,%r10 -ffffffff800206df: 4d 01 da add %r11,%r10 -ffffffff800206e2: 49 f7 d0 not %r8 -ffffffff800206e5: 4d 21 d0 and %r10,%r8 -ffffffff800206e8: 4d 89 ca mov %r9,%r10 -ffffffff800206eb: 4d 31 e2 xor %r12,%r10 -ffffffff800206ee: 4d 01 da add %r11,%r10 -ffffffff800206f1: 49 f7 d1 not %r9 -ffffffff800206f4: 4d 21 d1 and %r10,%r9 -ffffffff800206f7: 4d 09 c1 or %r8,%r9 -ffffffff800206fa: 4d 85 e9 test %r13,%r9 -ffffffff800206fd: 75 09 jne ffffffff80020708 <_ZN68_$LT$core..fmt..builders..PadAdapter$u20$as$u20$core..fmt..Write$GT$9write_str17h46b2be4348c0fb10E+0x198> -ffffffff800206ff: 48 83 c2 10 add $0x10,%rdx -ffffffff80020703: 48 39 f2 cmp %rsi,%rdx -ffffffff80020706: 76 c8 jbe ffffffff800206d0 <_ZN68_$LT$core..fmt..builders..PadAdapter$u20$as$u20$core..fmt..Write$GT$9write_str17h46b2be4348c0fb10E+0x160> -ffffffff80020708: 48 39 c2 cmp %rax,%rdx -ffffffff8002070b: 0f 84 c1 00 00 00 je ffffffff800207d2 <_ZN68_$LT$core..fmt..builders..PadAdapter$u20$as$u20$core..fmt..Write$GT$9write_str17h46b2be4348c0fb10E+0x262> -ffffffff80020711: 48 8b 7d d0 mov -0x30(%rbp),%rdi -ffffffff80020715: 66 66 2e 0f 1f 84 00 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8002071c: 00 00 00 00 -ffffffff80020720: 80 3c 11 0a cmpb $0xa,(%rcx,%rdx,1) -ffffffff80020724: 74 0a je ffffffff80020730 <_ZN68_$LT$core..fmt..builders..PadAdapter$u20$as$u20$core..fmt..Write$GT$9write_str17h46b2be4348c0fb10E+0x1c0> -ffffffff80020726: 48 ff c2 inc %rdx -ffffffff80020729: 48 39 d0 cmp %rdx,%rax -ffffffff8002072c: 75 f2 jne ffffffff80020720 <_ZN68_$LT$core..fmt..builders..PadAdapter$u20$as$u20$core..fmt..Write$GT$9write_str17h46b2be4348c0fb10E+0x1b0> -ffffffff8002072e: eb 40 jmp ffffffff80020770 <_ZN68_$LT$core..fmt..builders..PadAdapter$u20$as$u20$core..fmt..Write$GT$9write_str17h46b2be4348c0fb10E+0x200> -ffffffff80020730: 48 89 d6 mov %rdx,%rsi -ffffffff80020733: 4e 8d 34 3e lea (%rsi,%r15,1),%r14 -ffffffff80020737: 49 ff c6 inc %r14 -ffffffff8002073a: 4c 01 fe add %r15,%rsi -ffffffff8002073d: 48 39 de cmp %rbx,%rsi -ffffffff80020740: 0f 83 ea fe ff ff jae ffffffff80020630 <_ZN68_$LT$core..fmt..builders..PadAdapter$u20$as$u20$core..fmt..Write$GT$9write_str17h46b2be4348c0fb10E+0xc0> -ffffffff80020746: 48 8b 45 c8 mov -0x38(%rbp),%rax -ffffffff8002074a: 80 3c 30 0a cmpb $0xa,(%rax,%rsi,1) -ffffffff8002074e: 0f 85 dc fe ff ff jne ffffffff80020630 <_ZN68_$LT$core..fmt..builders..PadAdapter$u20$as$u20$core..fmt..Write$GT$9write_str17h46b2be4348c0fb10E+0xc0> -ffffffff80020754: 4d 89 dc mov %r11,%r12 -ffffffff80020757: 49 89 dd mov %rbx,%r13 -ffffffff8002075a: 31 c9 xor %ecx,%ecx -ffffffff8002075c: 4d 89 f7 mov %r14,%r15 -ffffffff8002075f: 4c 89 f3 mov %r14,%rbx -ffffffff80020762: eb 25 jmp ffffffff80020789 <_ZN68_$LT$core..fmt..builders..PadAdapter$u20$as$u20$core..fmt..Write$GT$9write_str17h46b2be4348c0fb10E+0x219> -ffffffff80020764: 66 66 66 2e 0f 1f 84 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8002076b: 00 00 00 00 00 -ffffffff80020770: 49 89 de mov %rbx,%r14 -ffffffff80020773: 4d 89 dc mov %r11,%r12 -ffffffff80020776: 4d 89 f7 mov %r14,%r15 -ffffffff80020779: b1 01 mov $0x1,%cl -ffffffff8002077b: 49 89 fe mov %rdi,%r14 -ffffffff8002077e: 48 89 d8 mov %rbx,%rax -ffffffff80020781: 49 89 dd mov %rbx,%r13 -ffffffff80020784: 48 39 df cmp %rbx,%rdi -ffffffff80020787: 74 52 je ffffffff800207db <_ZN68_$LT$core..fmt..builders..PadAdapter$u20$as$u20$core..fmt..Write$GT$9write_str17h46b2be4348c0fb10E+0x26b> -ffffffff80020789: 89 4d c4 mov %ecx,-0x3c(%rbp) -ffffffff8002078c: 48 8b 45 a8 mov -0x58(%rbp),%rax -ffffffff80020790: 80 38 00 cmpb $0x0,(%rax) -ffffffff80020793: 74 1f je ffffffff800207b4 <_ZN68_$LT$core..fmt..builders..PadAdapter$u20$as$u20$core..fmt..Write$GT$9write_str17h46b2be4348c0fb10E+0x244> -ffffffff80020795: ba 04 00 00 00 mov $0x4,%edx -ffffffff8002079a: 48 8b 7d b0 mov -0x50(%rbp),%rdi -ffffffff8002079e: 48 8d 35 c8 34 00 00 lea 0x34c8(%rip),%rsi # ffffffff80023c6d -ffffffff800207a5: 48 8b 45 b8 mov -0x48(%rbp),%rax -ffffffff800207a9: ff 50 18 call *0x18(%rax) -ffffffff800207ac: 48 8b 7d d0 mov -0x30(%rbp),%rdi -ffffffff800207b0: 84 c0 test %al,%al -ffffffff800207b2: 75 2b jne ffffffff800207df <_ZN68_$LT$core..fmt..builders..PadAdapter$u20$as$u20$core..fmt..Write$GT$9write_str17h46b2be4348c0fb10E+0x26f> -ffffffff800207b4: 48 89 da mov %rbx,%rdx -ffffffff800207b7: 48 29 fa sub %rdi,%rdx -ffffffff800207ba: 48 8b 45 c8 mov -0x38(%rbp),%rax -ffffffff800207be: 48 8d 34 38 lea (%rax,%rdi,1),%rsi -ffffffff800207c2: 48 39 fb cmp %rdi,%rbx -ffffffff800207c5: 0f 85 05 fe ff ff jne ffffffff800205d0 <_ZN68_$LT$core..fmt..builders..PadAdapter$u20$as$u20$core..fmt..Write$GT$9write_str17h46b2be4348c0fb10E+0x60> -ffffffff800207cb: 31 c0 xor %eax,%eax -ffffffff800207cd: e9 06 fe ff ff jmp ffffffff800205d8 <_ZN68_$LT$core..fmt..builders..PadAdapter$u20$as$u20$core..fmt..Write$GT$9write_str17h46b2be4348c0fb10E+0x68> -ffffffff800207d2: 49 89 de mov %rbx,%r14 -ffffffff800207d5: 48 8b 7d d0 mov -0x30(%rbp),%rdi -ffffffff800207d9: eb 98 jmp ffffffff80020773 <_ZN68_$LT$core..fmt..builders..PadAdapter$u20$as$u20$core..fmt..Write$GT$9write_str17h46b2be4348c0fb10E+0x203> -ffffffff800207db: 31 c0 xor %eax,%eax -ffffffff800207dd: eb 02 jmp ffffffff800207e1 <_ZN68_$LT$core..fmt..builders..PadAdapter$u20$as$u20$core..fmt..Write$GT$9write_str17h46b2be4348c0fb10E+0x271> -ffffffff800207df: b0 01 mov $0x1,%al -ffffffff800207e1: 48 83 c4 38 add $0x38,%rsp -ffffffff800207e5: 5b pop %rbx -ffffffff800207e6: 41 5c pop %r12 -ffffffff800207e8: 41 5d pop %r13 -ffffffff800207ea: 41 5e pop %r14 -ffffffff800207ec: 41 5f pop %r15 -ffffffff800207ee: 5d pop %rbp -ffffffff800207ef: c3 ret - -ffffffff800207f0 <_ZN68_$LT$core..fmt..builders..PadAdapter$u20$as$u20$core..fmt..Write$GT$10write_char17hc544d169feb97950E>: -ffffffff800207f0: 55 push %rbp -ffffffff800207f1: 48 89 e5 mov %rsp,%rbp -ffffffff800207f4: 41 57 push %r15 -ffffffff800207f6: 41 56 push %r14 -ffffffff800207f8: 41 54 push %r12 -ffffffff800207fa: 53 push %rbx -ffffffff800207fb: 89 f3 mov %esi,%ebx -ffffffff800207fd: 4c 8b 7f 10 mov 0x10(%rdi),%r15 -ffffffff80020801: 41 80 3f 00 cmpb $0x0,(%r15) -ffffffff80020805: 4c 8b 37 mov (%rdi),%r14 -ffffffff80020808: 4c 8b 67 08 mov 0x8(%rdi),%r12 -ffffffff8002080c: 74 23 je ffffffff80020831 <_ZN68_$LT$core..fmt..builders..PadAdapter$u20$as$u20$core..fmt..Write$GT$10write_char17hc544d169feb97950E+0x41> -ffffffff8002080e: 48 8d 35 58 34 00 00 lea 0x3458(%rip),%rsi # ffffffff80023c6d -ffffffff80020815: ba 04 00 00 00 mov $0x4,%edx -ffffffff8002081a: 4c 89 f7 mov %r14,%rdi -ffffffff8002081d: 41 ff 54 24 18 call *0x18(%r12) -ffffffff80020822: 84 c0 test %al,%al -ffffffff80020824: 74 0b je ffffffff80020831 <_ZN68_$LT$core..fmt..builders..PadAdapter$u20$as$u20$core..fmt..Write$GT$10write_char17hc544d169feb97950E+0x41> -ffffffff80020826: b0 01 mov $0x1,%al -ffffffff80020828: 5b pop %rbx -ffffffff80020829: 41 5c pop %r12 -ffffffff8002082b: 41 5e pop %r14 -ffffffff8002082d: 41 5f pop %r15 -ffffffff8002082f: 5d pop %rbp -ffffffff80020830: c3 ret -ffffffff80020831: 83 fb 0a cmp $0xa,%ebx -ffffffff80020834: 41 0f 94 07 sete (%r15) -ffffffff80020838: 49 8b 44 24 20 mov 0x20(%r12),%rax -ffffffff8002083d: 4c 89 f7 mov %r14,%rdi -ffffffff80020840: 89 de mov %ebx,%esi -ffffffff80020842: 5b pop %rbx -ffffffff80020843: 41 5c pop %r12 -ffffffff80020845: 41 5e pop %r14 -ffffffff80020847: 41 5f pop %r15 -ffffffff80020849: 5d pop %rbp -ffffffff8002084a: ff e0 jmp *%rax -ffffffff8002084c: 0f 1f 40 00 nopl 0x0(%rax) - -ffffffff80020850 <_ZN4core3fmt8builders11DebugStruct5field17hea8e885ade76c5bdE>: -ffffffff80020850: 55 push %rbp -ffffffff80020851: 48 89 e5 mov %rsp,%rbp -ffffffff80020854: 41 57 push %r15 -ffffffff80020856: 41 56 push %r14 -ffffffff80020858: 41 55 push %r13 -ffffffff8002085a: 41 54 push %r12 -ffffffff8002085c: 53 push %rbx -ffffffff8002085d: 48 83 ec 78 sub $0x78,%rsp -ffffffff80020861: 48 89 fb mov %rdi,%rbx -ffffffff80020864: 41 b7 01 mov $0x1,%r15b -ffffffff80020867: 80 7f 08 00 cmpb $0x0,0x8(%rdi) -ffffffff8002086b: 74 1a je ffffffff80020887 <_ZN4core3fmt8builders11DebugStruct5field17hea8e885ade76c5bdE+0x37> -ffffffff8002086d: 44 88 7b 08 mov %r15b,0x8(%rbx) -ffffffff80020871: c6 43 09 01 movb $0x1,0x9(%rbx) -ffffffff80020875: 48 89 d8 mov %rbx,%rax -ffffffff80020878: 48 83 c4 78 add $0x78,%rsp -ffffffff8002087c: 5b pop %rbx -ffffffff8002087d: 41 5c pop %r12 -ffffffff8002087f: 41 5d pop %r13 -ffffffff80020881: 41 5e pop %r14 -ffffffff80020883: 41 5f pop %r15 -ffffffff80020885: 5d pop %rbp -ffffffff80020886: c3 ret -ffffffff80020887: 49 89 d5 mov %rdx,%r13 -ffffffff8002088a: 49 89 f6 mov %rsi,%r14 -ffffffff8002088d: 4c 8b 23 mov (%rbx),%r12 -ffffffff80020890: 41 8b 44 24 34 mov 0x34(%r12),%eax -ffffffff80020895: 0f b6 73 09 movzbl 0x9(%rbx),%esi -ffffffff80020899: a8 04 test $0x4,%al -ffffffff8002089b: 4c 89 45 c0 mov %r8,-0x40(%rbp) -ffffffff8002089f: 48 89 4d c8 mov %rcx,-0x38(%rbp) -ffffffff800208a3: 75 7a jne ffffffff8002091f <_ZN4core3fmt8builders11DebugStruct5field17hea8e885ade76c5bdE+0xcf> -ffffffff800208a5: 31 d2 xor %edx,%edx -ffffffff800208a7: 40 84 f6 test %sil,%sil -ffffffff800208aa: 48 8d 05 2c 74 00 00 lea 0x742c(%rip),%rax # ffffffff80027cdd -ffffffff800208b1: 48 8d 35 28 74 00 00 lea 0x7428(%rip),%rsi # ffffffff80027ce0 -ffffffff800208b8: 48 0f 44 f0 cmove %rax,%rsi -ffffffff800208bc: 0f 94 c2 sete %dl -ffffffff800208bf: 48 83 ca 02 or $0x2,%rdx -ffffffff800208c3: 49 8b 7c 24 20 mov 0x20(%r12),%rdi -ffffffff800208c8: 49 8b 44 24 28 mov 0x28(%r12),%rax -ffffffff800208cd: ff 50 18 call *0x18(%rax) -ffffffff800208d0: 84 c0 test %al,%al -ffffffff800208d2: 75 99 jne ffffffff8002086d <_ZN4core3fmt8builders11DebugStruct5field17hea8e885ade76c5bdE+0x1d> -ffffffff800208d4: 49 8b 7c 24 20 mov 0x20(%r12),%rdi -ffffffff800208d9: 49 8b 44 24 28 mov 0x28(%r12),%rax -ffffffff800208de: 4c 89 f6 mov %r14,%rsi -ffffffff800208e1: 4c 89 ea mov %r13,%rdx -ffffffff800208e4: ff 50 18 call *0x18(%rax) -ffffffff800208e7: 84 c0 test %al,%al -ffffffff800208e9: 75 82 jne ffffffff8002086d <_ZN4core3fmt8builders11DebugStruct5field17hea8e885ade76c5bdE+0x1d> -ffffffff800208eb: 49 8b 7c 24 20 mov 0x20(%r12),%rdi -ffffffff800208f0: 49 8b 44 24 28 mov 0x28(%r12),%rax -ffffffff800208f5: 48 8d 35 e6 73 00 00 lea 0x73e6(%rip),%rsi # ffffffff80027ce2 -ffffffff800208fc: ba 02 00 00 00 mov $0x2,%edx -ffffffff80020901: ff 50 18 call *0x18(%rax) -ffffffff80020904: 84 c0 test %al,%al -ffffffff80020906: 0f 85 61 ff ff ff jne ffffffff8002086d <_ZN4core3fmt8builders11DebugStruct5field17hea8e885ade76c5bdE+0x1d> -ffffffff8002090c: 48 8b 7d c8 mov -0x38(%rbp),%rdi -ffffffff80020910: 4c 89 e6 mov %r12,%rsi -ffffffff80020913: 48 8b 45 c0 mov -0x40(%rbp),%rax -ffffffff80020917: ff 50 18 call *0x18(%rax) -ffffffff8002091a: e9 fd 00 00 00 jmp ffffffff80020a1c <_ZN4core3fmt8builders11DebugStruct5field17hea8e885ade76c5bdE+0x1cc> -ffffffff8002091f: 40 84 f6 test %sil,%sil -ffffffff80020922: 75 26 jne ffffffff8002094a <_ZN4core3fmt8builders11DebugStruct5field17hea8e885ade76c5bdE+0xfa> -ffffffff80020924: 49 8b 7c 24 20 mov 0x20(%r12),%rdi -ffffffff80020929: 49 8b 44 24 28 mov 0x28(%r12),%rax -ffffffff8002092e: 48 8d 35 af 73 00 00 lea 0x73af(%rip),%rsi # ffffffff80027ce4 -ffffffff80020935: ba 03 00 00 00 mov $0x3,%edx -ffffffff8002093a: ff 50 18 call *0x18(%rax) -ffffffff8002093d: 84 c0 test %al,%al -ffffffff8002093f: 0f 85 28 ff ff ff jne ffffffff8002086d <_ZN4core3fmt8builders11DebugStruct5field17hea8e885ade76c5bdE+0x1d> -ffffffff80020945: 41 8b 44 24 34 mov 0x34(%r12),%eax -ffffffff8002094a: c6 45 d7 01 movb $0x1,-0x29(%rbp) -ffffffff8002094e: 49 8b 4c 24 20 mov 0x20(%r12),%rcx -ffffffff80020953: 49 8b 54 24 28 mov 0x28(%r12),%rdx -ffffffff80020958: 48 89 4d a8 mov %rcx,-0x58(%rbp) -ffffffff8002095c: 48 89 55 b0 mov %rdx,-0x50(%rbp) -ffffffff80020960: 48 8d 4d d7 lea -0x29(%rbp),%rcx -ffffffff80020964: 48 89 4d b8 mov %rcx,-0x48(%rbp) -ffffffff80020968: 41 8b 4c 24 30 mov 0x30(%r12),%ecx -ffffffff8002096d: 41 0f b6 54 24 38 movzbl 0x38(%r12),%edx -ffffffff80020973: 49 8b 34 24 mov (%r12),%rsi -ffffffff80020977: 49 8b 7c 24 08 mov 0x8(%r12),%rdi -ffffffff8002097c: 4d 8b 44 24 10 mov 0x10(%r12),%r8 -ffffffff80020981: 4d 8b 4c 24 18 mov 0x18(%r12),%r9 -ffffffff80020986: 89 45 9c mov %eax,-0x64(%rbp) -ffffffff80020989: 89 4d 98 mov %ecx,-0x68(%rbp) -ffffffff8002098c: 88 55 a0 mov %dl,-0x60(%rbp) -ffffffff8002098f: 48 89 b5 68 ff ff ff mov %rsi,-0x98(%rbp) -ffffffff80020996: 48 89 bd 70 ff ff ff mov %rdi,-0x90(%rbp) -ffffffff8002099d: 4c 89 85 78 ff ff ff mov %r8,-0x88(%rbp) -ffffffff800209a4: 4c 89 4d 80 mov %r9,-0x80(%rbp) -ffffffff800209a8: 48 8d 7d a8 lea -0x58(%rbp),%rdi -ffffffff800209ac: 48 89 7d 88 mov %rdi,-0x78(%rbp) -ffffffff800209b0: 48 8d 05 a9 ad 00 00 lea 0xada9(%rip),%rax # ffffffff8002b760 -ffffffff800209b7: 48 89 45 90 mov %rax,-0x70(%rbp) -ffffffff800209bb: 4c 89 f6 mov %r14,%rsi -ffffffff800209be: 4c 89 ea mov %r13,%rdx -ffffffff800209c1: e8 aa fb ff ff call ffffffff80020570 <_ZN68_$LT$core..fmt..builders..PadAdapter$u20$as$u20$core..fmt..Write$GT$9write_str17h46b2be4348c0fb10E> -ffffffff800209c6: 84 c0 test %al,%al -ffffffff800209c8: 0f 85 9f fe ff ff jne ffffffff8002086d <_ZN4core3fmt8builders11DebugStruct5field17hea8e885ade76c5bdE+0x1d> -ffffffff800209ce: 48 8d 35 0d 73 00 00 lea 0x730d(%rip),%rsi # ffffffff80027ce2 -ffffffff800209d5: 48 8d 7d a8 lea -0x58(%rbp),%rdi -ffffffff800209d9: ba 02 00 00 00 mov $0x2,%edx -ffffffff800209de: e8 8d fb ff ff call ffffffff80020570 <_ZN68_$LT$core..fmt..builders..PadAdapter$u20$as$u20$core..fmt..Write$GT$9write_str17h46b2be4348c0fb10E> -ffffffff800209e3: 84 c0 test %al,%al -ffffffff800209e5: 0f 85 82 fe ff ff jne ffffffff8002086d <_ZN4core3fmt8builders11DebugStruct5field17hea8e885ade76c5bdE+0x1d> -ffffffff800209eb: 48 8d b5 68 ff ff ff lea -0x98(%rbp),%rsi -ffffffff800209f2: 48 8b 7d c8 mov -0x38(%rbp),%rdi -ffffffff800209f6: 48 8b 45 c0 mov -0x40(%rbp),%rax -ffffffff800209fa: ff 50 18 call *0x18(%rax) -ffffffff800209fd: 84 c0 test %al,%al -ffffffff800209ff: 0f 85 68 fe ff ff jne ffffffff8002086d <_ZN4core3fmt8builders11DebugStruct5field17hea8e885ade76c5bdE+0x1d> -ffffffff80020a05: 48 8b 7d 88 mov -0x78(%rbp),%rdi -ffffffff80020a09: 48 8b 45 90 mov -0x70(%rbp),%rax -ffffffff80020a0d: 48 8d 35 d3 72 00 00 lea 0x72d3(%rip),%rsi # ffffffff80027ce7 -ffffffff80020a14: ba 02 00 00 00 mov $0x2,%edx -ffffffff80020a19: ff 50 18 call *0x18(%rax) -ffffffff80020a1c: 41 89 c7 mov %eax,%r15d -ffffffff80020a1f: e9 49 fe ff ff jmp ffffffff8002086d <_ZN4core3fmt8builders11DebugStruct5field17hea8e885ade76c5bdE+0x1d> -ffffffff80020a24: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff80020a2b: 00 00 00 -ffffffff80020a2e: 66 90 xchg %ax,%ax - -ffffffff80020a30 <_ZN4core3fmt8builders10DebugTuple5field17hfef1a27c73e735c2E>: -ffffffff80020a30: 55 push %rbp -ffffffff80020a31: 48 89 e5 mov %rsp,%rbp -ffffffff80020a34: 41 57 push %r15 -ffffffff80020a36: 41 56 push %r14 -ffffffff80020a38: 41 55 push %r13 -ffffffff80020a3a: 41 54 push %r12 -ffffffff80020a3c: 53 push %rbx -ffffffff80020a3d: 48 83 ec 68 sub $0x68,%rsp -ffffffff80020a41: 48 89 fb mov %rdi,%rbx -ffffffff80020a44: 80 7f 10 00 cmpb $0x0,0x10(%rdi) -ffffffff80020a48: 4c 8b 2f mov (%rdi),%r13 -ffffffff80020a4b: b0 01 mov $0x1,%al -ffffffff80020a4d: 74 1b je ffffffff80020a6a <_ZN4core3fmt8builders10DebugTuple5field17hfef1a27c73e735c2E+0x3a> -ffffffff80020a4f: 88 43 10 mov %al,0x10(%rbx) -ffffffff80020a52: 49 ff c5 inc %r13 -ffffffff80020a55: 4c 89 2b mov %r13,(%rbx) -ffffffff80020a58: 48 89 d8 mov %rbx,%rax -ffffffff80020a5b: 48 83 c4 68 add $0x68,%rsp -ffffffff80020a5f: 5b pop %rbx -ffffffff80020a60: 41 5c pop %r12 -ffffffff80020a62: 41 5d pop %r13 -ffffffff80020a64: 41 5e pop %r14 -ffffffff80020a66: 41 5f pop %r15 -ffffffff80020a68: 5d pop %rbp -ffffffff80020a69: c3 ret -ffffffff80020a6a: 49 89 d6 mov %rdx,%r14 -ffffffff80020a6d: 49 89 f7 mov %rsi,%r15 -ffffffff80020a70: 4c 8b 63 08 mov 0x8(%rbx),%r12 -ffffffff80020a74: 41 8b 44 24 34 mov 0x34(%r12),%eax -ffffffff80020a79: a8 04 test $0x4,%al -ffffffff80020a7b: 75 3e jne ffffffff80020abb <_ZN4core3fmt8builders10DebugTuple5field17hfef1a27c73e735c2E+0x8b> -ffffffff80020a7d: 31 d2 xor %edx,%edx -ffffffff80020a7f: 4d 85 ed test %r13,%r13 -ffffffff80020a82: 48 8d 05 63 72 00 00 lea 0x7263(%rip),%rax # ffffffff80027cec -ffffffff80020a89: 48 8d 35 50 72 00 00 lea 0x7250(%rip),%rsi # ffffffff80027ce0 -ffffffff80020a90: 48 0f 44 f0 cmove %rax,%rsi -ffffffff80020a94: 0f 95 c2 setne %dl -ffffffff80020a97: 48 ff c2 inc %rdx -ffffffff80020a9a: 49 8b 7c 24 20 mov 0x20(%r12),%rdi -ffffffff80020a9f: 49 8b 44 24 28 mov 0x28(%r12),%rax -ffffffff80020aa4: ff 50 18 call *0x18(%rax) -ffffffff80020aa7: 89 c1 mov %eax,%ecx -ffffffff80020aa9: b0 01 mov $0x1,%al -ffffffff80020aab: 84 c9 test %cl,%cl -ffffffff80020aad: 75 a0 jne ffffffff80020a4f <_ZN4core3fmt8builders10DebugTuple5field17hfef1a27c73e735c2E+0x1f> -ffffffff80020aaf: 4c 89 ff mov %r15,%rdi -ffffffff80020ab2: 4c 89 e6 mov %r12,%rsi -ffffffff80020ab5: 41 ff 56 18 call *0x18(%r14) -ffffffff80020ab9: eb 94 jmp ffffffff80020a4f <_ZN4core3fmt8builders10DebugTuple5field17hfef1a27c73e735c2E+0x1f> -ffffffff80020abb: 4d 85 ed test %r13,%r13 -ffffffff80020abe: 75 2a jne ffffffff80020aea <_ZN4core3fmt8builders10DebugTuple5field17hfef1a27c73e735c2E+0xba> -ffffffff80020ac0: 49 8b 7c 24 20 mov 0x20(%r12),%rdi -ffffffff80020ac5: 49 8b 44 24 28 mov 0x28(%r12),%rax -ffffffff80020aca: 48 8d 35 1c 72 00 00 lea 0x721c(%rip),%rsi # ffffffff80027ced -ffffffff80020ad1: ba 02 00 00 00 mov $0x2,%edx -ffffffff80020ad6: ff 50 18 call *0x18(%rax) -ffffffff80020ad9: 89 c1 mov %eax,%ecx -ffffffff80020adb: b0 01 mov $0x1,%al -ffffffff80020add: 84 c9 test %cl,%cl -ffffffff80020adf: 0f 85 6a ff ff ff jne ffffffff80020a4f <_ZN4core3fmt8builders10DebugTuple5field17hfef1a27c73e735c2E+0x1f> -ffffffff80020ae5: 41 8b 44 24 34 mov 0x34(%r12),%eax -ffffffff80020aea: c6 45 d7 01 movb $0x1,-0x29(%rbp) -ffffffff80020aee: 49 8b 4c 24 20 mov 0x20(%r12),%rcx -ffffffff80020af3: 49 8b 54 24 28 mov 0x28(%r12),%rdx -ffffffff80020af8: 48 89 8d 78 ff ff ff mov %rcx,-0x88(%rbp) -ffffffff80020aff: 48 89 55 80 mov %rdx,-0x80(%rbp) -ffffffff80020b03: 48 8d 4d d7 lea -0x29(%rbp),%rcx -ffffffff80020b07: 48 89 4d 88 mov %rcx,-0x78(%rbp) -ffffffff80020b0b: 41 8b 4c 24 30 mov 0x30(%r12),%ecx -ffffffff80020b10: 41 0f b6 54 24 38 movzbl 0x38(%r12),%edx -ffffffff80020b16: 49 8b 34 24 mov (%r12),%rsi -ffffffff80020b1a: 49 8b 7c 24 08 mov 0x8(%r12),%rdi -ffffffff80020b1f: 4d 8b 44 24 10 mov 0x10(%r12),%r8 -ffffffff80020b24: 4d 8b 4c 24 18 mov 0x18(%r12),%r9 -ffffffff80020b29: 89 45 c4 mov %eax,-0x3c(%rbp) -ffffffff80020b2c: 89 4d c0 mov %ecx,-0x40(%rbp) -ffffffff80020b2f: 88 55 c8 mov %dl,-0x38(%rbp) -ffffffff80020b32: 48 89 75 90 mov %rsi,-0x70(%rbp) -ffffffff80020b36: 48 89 7d 98 mov %rdi,-0x68(%rbp) -ffffffff80020b3a: 4c 89 45 a0 mov %r8,-0x60(%rbp) -ffffffff80020b3e: 4c 89 4d a8 mov %r9,-0x58(%rbp) -ffffffff80020b42: 48 8d 85 78 ff ff ff lea -0x88(%rbp),%rax -ffffffff80020b49: 48 89 45 b0 mov %rax,-0x50(%rbp) -ffffffff80020b4d: 48 8d 05 0c ac 00 00 lea 0xac0c(%rip),%rax # ffffffff8002b760 -ffffffff80020b54: 48 89 45 b8 mov %rax,-0x48(%rbp) -ffffffff80020b58: 48 8d 75 90 lea -0x70(%rbp),%rsi -ffffffff80020b5c: 4c 89 ff mov %r15,%rdi -ffffffff80020b5f: 41 ff 56 18 call *0x18(%r14) -ffffffff80020b63: 84 c0 test %al,%al -ffffffff80020b65: 74 07 je ffffffff80020b6e <_ZN4core3fmt8builders10DebugTuple5field17hfef1a27c73e735c2E+0x13e> -ffffffff80020b67: b0 01 mov $0x1,%al -ffffffff80020b69: e9 e1 fe ff ff jmp ffffffff80020a4f <_ZN4core3fmt8builders10DebugTuple5field17hfef1a27c73e735c2E+0x1f> -ffffffff80020b6e: 48 8b 7d b0 mov -0x50(%rbp),%rdi -ffffffff80020b72: 48 8b 45 b8 mov -0x48(%rbp),%rax -ffffffff80020b76: 48 8d 35 6a 71 00 00 lea 0x716a(%rip),%rsi # ffffffff80027ce7 -ffffffff80020b7d: ba 02 00 00 00 mov $0x2,%edx -ffffffff80020b82: ff 50 18 call *0x18(%rax) -ffffffff80020b85: e9 c5 fe ff ff jmp ffffffff80020a4f <_ZN4core3fmt8builders10DebugTuple5field17hfef1a27c73e735c2E+0x1f> -ffffffff80020b8a: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1) - -ffffffff80020b90 <_ZN4core3fmt8builders8DebugSet5entry17heb3636fc4c134120E>: -ffffffff80020b90: 55 push %rbp -ffffffff80020b91: 48 89 e5 mov %rsp,%rbp -ffffffff80020b94: 41 57 push %r15 -ffffffff80020b96: 41 56 push %r14 -ffffffff80020b98: 41 54 push %r12 -ffffffff80020b9a: 53 push %rbx -ffffffff80020b9b: 48 83 ec 60 sub $0x60,%rsp -ffffffff80020b9f: 48 89 fb mov %rdi,%rbx -ffffffff80020ba2: b0 01 mov $0x1,%al -ffffffff80020ba4: 80 7f 08 00 cmpb $0x0,0x8(%rdi) -ffffffff80020ba8: 74 17 je ffffffff80020bc1 <_ZN4core3fmt8builders8DebugSet5entry17heb3636fc4c134120E+0x31> -ffffffff80020baa: 88 43 08 mov %al,0x8(%rbx) -ffffffff80020bad: c6 43 09 01 movb $0x1,0x9(%rbx) -ffffffff80020bb1: 48 89 d8 mov %rbx,%rax -ffffffff80020bb4: 48 83 c4 60 add $0x60,%rsp -ffffffff80020bb8: 5b pop %rbx -ffffffff80020bb9: 41 5c pop %r12 -ffffffff80020bbb: 41 5e pop %r14 -ffffffff80020bbd: 41 5f pop %r15 -ffffffff80020bbf: 5d pop %rbp -ffffffff80020bc0: c3 ret -ffffffff80020bc1: 49 89 d6 mov %rdx,%r14 -ffffffff80020bc4: 49 89 f7 mov %rsi,%r15 -ffffffff80020bc7: 4c 8b 23 mov (%rbx),%r12 -ffffffff80020bca: 41 8b 44 24 34 mov 0x34(%r12),%eax -ffffffff80020bcf: 0f b6 4b 09 movzbl 0x9(%rbx),%ecx -ffffffff80020bd3: a8 04 test $0x4,%al -ffffffff80020bd5: 75 31 jne ffffffff80020c08 <_ZN4core3fmt8builders8DebugSet5entry17heb3636fc4c134120E+0x78> -ffffffff80020bd7: 84 c9 test %cl,%cl -ffffffff80020bd9: 74 21 je ffffffff80020bfc <_ZN4core3fmt8builders8DebugSet5entry17heb3636fc4c134120E+0x6c> -ffffffff80020bdb: 49 8b 7c 24 20 mov 0x20(%r12),%rdi -ffffffff80020be0: 49 8b 44 24 28 mov 0x28(%r12),%rax -ffffffff80020be5: 48 8d 35 f4 70 00 00 lea 0x70f4(%rip),%rsi # ffffffff80027ce0 -ffffffff80020bec: ba 02 00 00 00 mov $0x2,%edx -ffffffff80020bf1: ff 50 18 call *0x18(%rax) -ffffffff80020bf4: 89 c1 mov %eax,%ecx -ffffffff80020bf6: b0 01 mov $0x1,%al -ffffffff80020bf8: 84 c9 test %cl,%cl -ffffffff80020bfa: 75 ae jne ffffffff80020baa <_ZN4core3fmt8builders8DebugSet5entry17heb3636fc4c134120E+0x1a> -ffffffff80020bfc: 4c 89 ff mov %r15,%rdi -ffffffff80020bff: 4c 89 e6 mov %r12,%rsi -ffffffff80020c02: 41 ff 56 18 call *0x18(%r14) -ffffffff80020c06: eb a2 jmp ffffffff80020baa <_ZN4core3fmt8builders8DebugSet5entry17heb3636fc4c134120E+0x1a> -ffffffff80020c08: 84 c9 test %cl,%cl -ffffffff80020c0a: 75 2a jne ffffffff80020c36 <_ZN4core3fmt8builders8DebugSet5entry17heb3636fc4c134120E+0xa6> -ffffffff80020c0c: 49 8b 7c 24 20 mov 0x20(%r12),%rdi -ffffffff80020c11: 49 8b 44 24 28 mov 0x28(%r12),%rax -ffffffff80020c16: 48 8d 35 d4 70 00 00 lea 0x70d4(%rip),%rsi # ffffffff80027cf1 -ffffffff80020c1d: ba 01 00 00 00 mov $0x1,%edx -ffffffff80020c22: ff 50 18 call *0x18(%rax) -ffffffff80020c25: 89 c1 mov %eax,%ecx -ffffffff80020c27: b0 01 mov $0x1,%al -ffffffff80020c29: 84 c9 test %cl,%cl -ffffffff80020c2b: 0f 85 79 ff ff ff jne ffffffff80020baa <_ZN4core3fmt8builders8DebugSet5entry17heb3636fc4c134120E+0x1a> -ffffffff80020c31: 41 8b 44 24 34 mov 0x34(%r12),%eax -ffffffff80020c36: c6 45 df 01 movb $0x1,-0x21(%rbp) -ffffffff80020c3a: 49 8b 4c 24 20 mov 0x20(%r12),%rcx -ffffffff80020c3f: 49 8b 54 24 28 mov 0x28(%r12),%rdx -ffffffff80020c44: 48 89 4d 80 mov %rcx,-0x80(%rbp) -ffffffff80020c48: 48 89 55 88 mov %rdx,-0x78(%rbp) -ffffffff80020c4c: 48 8d 4d df lea -0x21(%rbp),%rcx -ffffffff80020c50: 48 89 4d 90 mov %rcx,-0x70(%rbp) -ffffffff80020c54: 41 8b 4c 24 30 mov 0x30(%r12),%ecx -ffffffff80020c59: 41 0f b6 54 24 38 movzbl 0x38(%r12),%edx -ffffffff80020c5f: 49 8b 34 24 mov (%r12),%rsi -ffffffff80020c63: 49 8b 7c 24 08 mov 0x8(%r12),%rdi -ffffffff80020c68: 4d 8b 44 24 10 mov 0x10(%r12),%r8 -ffffffff80020c6d: 4d 8b 4c 24 18 mov 0x18(%r12),%r9 -ffffffff80020c72: 89 45 cc mov %eax,-0x34(%rbp) -ffffffff80020c75: 89 4d c8 mov %ecx,-0x38(%rbp) -ffffffff80020c78: 88 55 d0 mov %dl,-0x30(%rbp) -ffffffff80020c7b: 48 89 75 98 mov %rsi,-0x68(%rbp) -ffffffff80020c7f: 48 89 7d a0 mov %rdi,-0x60(%rbp) -ffffffff80020c83: 4c 89 45 a8 mov %r8,-0x58(%rbp) -ffffffff80020c87: 4c 89 4d b0 mov %r9,-0x50(%rbp) -ffffffff80020c8b: 48 8d 45 80 lea -0x80(%rbp),%rax -ffffffff80020c8f: 48 89 45 b8 mov %rax,-0x48(%rbp) -ffffffff80020c93: 48 8d 05 c6 aa 00 00 lea 0xaac6(%rip),%rax # ffffffff8002b760 -ffffffff80020c9a: 48 89 45 c0 mov %rax,-0x40(%rbp) -ffffffff80020c9e: 48 8d 75 98 lea -0x68(%rbp),%rsi -ffffffff80020ca2: 4c 89 ff mov %r15,%rdi -ffffffff80020ca5: 41 ff 56 18 call *0x18(%r14) -ffffffff80020ca9: 84 c0 test %al,%al -ffffffff80020cab: 74 07 je ffffffff80020cb4 <_ZN4core3fmt8builders8DebugSet5entry17heb3636fc4c134120E+0x124> -ffffffff80020cad: b0 01 mov $0x1,%al -ffffffff80020caf: e9 f6 fe ff ff jmp ffffffff80020baa <_ZN4core3fmt8builders8DebugSet5entry17heb3636fc4c134120E+0x1a> -ffffffff80020cb4: 48 8b 7d b8 mov -0x48(%rbp),%rdi -ffffffff80020cb8: 48 8b 45 c0 mov -0x40(%rbp),%rax -ffffffff80020cbc: 48 8d 35 24 70 00 00 lea 0x7024(%rip),%rsi # ffffffff80027ce7 -ffffffff80020cc3: ba 02 00 00 00 mov $0x2,%edx -ffffffff80020cc8: ff 50 18 call *0x18(%rax) -ffffffff80020ccb: e9 da fe ff ff jmp ffffffff80020baa <_ZN4core3fmt8builders8DebugSet5entry17heb3636fc4c134120E+0x1a> - -ffffffff80020cd0 <_ZN4core3fmt8builders9DebugList6finish17h3d19d99ff7cde6f2E>: -ffffffff80020cd0: 55 push %rbp -ffffffff80020cd1: 48 89 e5 mov %rsp,%rbp -ffffffff80020cd4: 80 7f 08 00 cmpb $0x0,0x8(%rdi) -ffffffff80020cd8: 74 04 je ffffffff80020cde <_ZN4core3fmt8builders9DebugList6finish17h3d19d99ff7cde6f2E+0xe> -ffffffff80020cda: b0 01 mov $0x1,%al -ffffffff80020cdc: 5d pop %rbp -ffffffff80020cdd: c3 ret -ffffffff80020cde: 48 8b 07 mov (%rdi),%rax -ffffffff80020ce1: 48 8b 78 20 mov 0x20(%rax),%rdi -ffffffff80020ce5: 48 8b 40 28 mov 0x28(%rax),%rax -ffffffff80020ce9: 48 8b 40 18 mov 0x18(%rax),%rax -ffffffff80020ced: 48 8d 35 ff 6f 00 00 lea 0x6fff(%rip),%rsi # ffffffff80027cf3 -ffffffff80020cf4: ba 01 00 00 00 mov $0x1,%edx -ffffffff80020cf9: 5d pop %rbp -ffffffff80020cfa: ff e0 jmp *%rax -ffffffff80020cfc: 0f 1f 40 00 nopl 0x0(%rax) - -ffffffff80020d00 <_ZN4core3fmt5Write9write_fmt17h0e8720089a7ea01aE>: -ffffffff80020d00: 55 push %rbp -ffffffff80020d01: 48 89 e5 mov %rsp,%rbp -ffffffff80020d04: 48 89 f2 mov %rsi,%rdx -ffffffff80020d07: 48 8d 35 22 ac 00 00 lea 0xac22(%rip),%rsi # ffffffff8002b930 -ffffffff80020d0e: 5d pop %rbp -ffffffff80020d0f: e9 fc d2 ff ff jmp ffffffff8001e010 <_ZN4core3fmt5write17h2d87311a04992a27E> -ffffffff80020d14: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff80020d1b: 00 00 00 -ffffffff80020d1e: 66 90 xchg %ax,%ax - -ffffffff80020d20 <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE>: -ffffffff80020d20: 55 push %rbp -ffffffff80020d21: 48 89 e5 mov %rsp,%rbp -ffffffff80020d24: 41 57 push %r15 -ffffffff80020d26: 41 56 push %r14 -ffffffff80020d28: 41 55 push %r13 -ffffffff80020d2a: 41 54 push %r12 -ffffffff80020d2c: 53 push %rbx -ffffffff80020d2d: 48 83 ec 18 sub $0x18,%rsp -ffffffff80020d31: 49 89 cc mov %rcx,%r12 -ffffffff80020d34: 49 89 fa mov %rdi,%r10 -ffffffff80020d37: 4d 85 c0 test %r8,%r8 -ffffffff80020d3a: 0f 84 8c 00 00 00 je ffffffff80020dcc <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE+0xac> -ffffffff80020d40: 4c 89 c3 mov %r8,%rbx -ffffffff80020d43: 49 83 f8 01 cmp $0x1,%r8 -ffffffff80020d47: 48 89 55 c0 mov %rdx,-0x40(%rbp) -ffffffff80020d4b: 48 89 75 c8 mov %rsi,-0x38(%rbp) -ffffffff80020d4f: 0f 85 af 00 00 00 jne ffffffff80020e04 <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE+0xe4> -ffffffff80020d55: 41 bf 01 00 00 00 mov $0x1,%r15d -ffffffff80020d5b: 31 c0 xor %eax,%eax -ffffffff80020d5d: 45 31 ed xor %r13d,%r13d -ffffffff80020d60: b9 01 00 00 00 mov $0x1,%ecx -ffffffff80020d65: 4c 39 e8 cmp %r13,%rax -ffffffff80020d68: 4c 0f 47 e8 cmova %rax,%r13 -ffffffff80020d6c: 4c 0f 46 f9 cmovbe %rcx,%r15 -ffffffff80020d70: 49 89 de mov %rbx,%r14 -ffffffff80020d73: 4d 29 ee sub %r13,%r14 -ffffffff80020d76: 0f 82 b7 04 00 00 jb ffffffff80021233 <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE+0x513> -ffffffff80020d7c: 4c 89 fe mov %r15,%rsi -ffffffff80020d7f: 4c 01 ee add %r13,%rsi -ffffffff80020d82: 0f 82 bf 04 00 00 jb ffffffff80021247 <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE+0x527> -ffffffff80020d88: 4c 89 55 d0 mov %r10,-0x30(%rbp) -ffffffff80020d8c: 48 39 de cmp %rbx,%rsi -ffffffff80020d8f: 0f 87 c3 04 00 00 ja ffffffff80021258 <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE+0x538> -ffffffff80020d95: 4b 8d 34 3c lea (%r12,%r15,1),%rsi -ffffffff80020d99: 4c 89 e7 mov %r12,%rdi -ffffffff80020d9c: 4c 89 ea mov %r13,%rdx -ffffffff80020d9f: e8 fc 18 00 00 call ffffffff800226a0 -ffffffff80020da4: 85 c0 test %eax,%eax -ffffffff80020da6: 0f 84 74 01 00 00 je ffffffff80020f20 <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE+0x200> -ffffffff80020dac: 48 8d 43 ff lea -0x1(%rbx),%rax -ffffffff80020db0: 89 d9 mov %ebx,%ecx -ffffffff80020db2: 83 e1 03 and $0x3,%ecx -ffffffff80020db5: 48 83 f8 03 cmp $0x3,%rax -ffffffff80020db9: 0f 83 f2 02 00 00 jae ffffffff800210b1 <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE+0x391> -ffffffff80020dbf: 31 c0 xor %eax,%eax -ffffffff80020dc1: 31 d2 xor %edx,%edx -ffffffff80020dc3: 4c 8b 55 d0 mov -0x30(%rbp),%r10 -ffffffff80020dc7: e9 24 03 00 00 jmp ffffffff800210f0 <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE+0x3d0> -ffffffff80020dcc: 49 89 72 48 mov %rsi,0x48(%r10) -ffffffff80020dd0: 49 89 52 50 mov %rdx,0x50(%r10) -ffffffff80020dd4: 4d 89 62 58 mov %r12,0x58(%r10) -ffffffff80020dd8: 49 c7 42 60 00 00 00 movq $0x0,0x60(%r10) -ffffffff80020ddf: 00 -ffffffff80020de0: 49 c7 02 00 00 00 00 movq $0x0,(%r10) -ffffffff80020de7: 49 c7 42 08 00 00 00 movq $0x0,0x8(%r10) -ffffffff80020dee: 00 -ffffffff80020def: 49 89 52 10 mov %rdx,0x10(%r10) -ffffffff80020df3: 66 41 c7 42 18 01 01 movw $0x101,0x18(%r10) -ffffffff80020dfa: 41 c6 42 1a 00 movb $0x0,0x1a(%r10) -ffffffff80020dff: e9 e7 03 00 00 jmp ffffffff800211eb <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE+0x4cb> -ffffffff80020e04: 41 b8 01 00 00 00 mov $0x1,%r8d -ffffffff80020e0a: 31 c9 xor %ecx,%ecx -ffffffff80020e0c: 41 bf 01 00 00 00 mov $0x1,%r15d -ffffffff80020e12: 31 c0 xor %eax,%eax -ffffffff80020e14: 41 bb 01 00 00 00 mov $0x1,%r11d -ffffffff80020e1a: 45 31 c9 xor %r9d,%r9d -ffffffff80020e1d: eb 1d jmp ffffffff80020e3c <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE+0x11c> -ffffffff80020e1f: 90 nop -ffffffff80020e20: 4b 8d 3c 0b lea (%r11,%r9,1),%rdi -ffffffff80020e24: 48 ff c7 inc %rdi -ffffffff80020e27: 49 89 ff mov %rdi,%r15 -ffffffff80020e2a: 49 29 c7 sub %rax,%r15 -ffffffff80020e2d: 45 31 c9 xor %r9d,%r9d -ffffffff80020e30: 4e 8d 04 0f lea (%rdi,%r9,1),%r8 -ffffffff80020e34: 49 89 fb mov %rdi,%r11 -ffffffff80020e37: 49 39 d8 cmp %rbx,%r8 -ffffffff80020e3a: 73 56 jae ffffffff80020e92 <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE+0x172> -ffffffff80020e3c: 49 8d 3c 01 lea (%r9,%rax,1),%rdi -ffffffff80020e40: 48 39 df cmp %rbx,%rdi -ffffffff80020e43: 0f 83 b4 03 00 00 jae ffffffff800211fd <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE+0x4dd> -ffffffff80020e49: 41 0f b6 3c 3c movzbl (%r12,%rdi,1),%edi -ffffffff80020e4e: 43 38 3c 04 cmp %dil,(%r12,%r8,1) -ffffffff80020e52: 72 cc jb ffffffff80020e20 <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE+0x100> -ffffffff80020e54: 75 2a jne ffffffff80020e80 <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE+0x160> -ffffffff80020e56: 49 ff c1 inc %r9 -ffffffff80020e59: 4d 39 f9 cmp %r15,%r9 -ffffffff80020e5c: 4d 89 c8 mov %r9,%r8 -ffffffff80020e5f: 4c 0f 44 c1 cmove %rcx,%r8 -ffffffff80020e63: 4c 0f 45 c9 cmovne %rcx,%r9 -ffffffff80020e67: 4c 89 cf mov %r9,%rdi -ffffffff80020e6a: 4c 01 df add %r11,%rdi -ffffffff80020e6d: 4d 89 c1 mov %r8,%r9 -ffffffff80020e70: eb be jmp ffffffff80020e30 <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE+0x110> -ffffffff80020e72: 66 66 66 66 66 2e 0f data16 data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff80020e79: 1f 84 00 00 00 00 00 -ffffffff80020e80: 49 8d 7b 01 lea 0x1(%r11),%rdi -ffffffff80020e84: 41 bf 01 00 00 00 mov $0x1,%r15d -ffffffff80020e8a: 45 31 c9 xor %r9d,%r9d -ffffffff80020e8d: 4c 89 d8 mov %r11,%rax -ffffffff80020e90: eb 9e jmp ffffffff80020e30 <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE+0x110> -ffffffff80020e92: 41 b9 01 00 00 00 mov $0x1,%r9d -ffffffff80020e98: 31 d2 xor %edx,%edx -ffffffff80020e9a: b9 01 00 00 00 mov $0x1,%ecx -ffffffff80020e9f: 45 31 ed xor %r13d,%r13d -ffffffff80020ea2: 41 b8 01 00 00 00 mov $0x1,%r8d -ffffffff80020ea8: 31 f6 xor %esi,%esi -ffffffff80020eaa: eb 23 jmp ffffffff80020ecf <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE+0x1af> -ffffffff80020eac: 0f 1f 40 00 nopl 0x0(%rax) -ffffffff80020eb0: 49 8d 3c 30 lea (%r8,%rsi,1),%rdi -ffffffff80020eb4: 48 ff c7 inc %rdi -ffffffff80020eb7: 48 89 f9 mov %rdi,%rcx -ffffffff80020eba: 4c 29 e9 sub %r13,%rcx -ffffffff80020ebd: 31 f6 xor %esi,%esi -ffffffff80020ebf: 4c 8d 0c 37 lea (%rdi,%rsi,1),%r9 -ffffffff80020ec3: 49 89 f8 mov %rdi,%r8 -ffffffff80020ec6: 49 39 d9 cmp %rbx,%r9 -ffffffff80020ec9: 0f 83 96 fe ff ff jae ffffffff80020d65 <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE+0x45> -ffffffff80020ecf: 4a 8d 3c 2e lea (%rsi,%r13,1),%rdi -ffffffff80020ed3: 48 39 df cmp %rbx,%rdi -ffffffff80020ed6: 0f 83 21 03 00 00 jae ffffffff800211fd <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE+0x4dd> -ffffffff80020edc: 41 0f b6 3c 3c movzbl (%r12,%rdi,1),%edi -ffffffff80020ee1: 43 38 3c 0c cmp %dil,(%r12,%r9,1) -ffffffff80020ee5: 77 c9 ja ffffffff80020eb0 <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE+0x190> -ffffffff80020ee7: 75 27 jne ffffffff80020f10 <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE+0x1f0> -ffffffff80020ee9: 48 ff c6 inc %rsi -ffffffff80020eec: 48 39 ce cmp %rcx,%rsi -ffffffff80020eef: 49 89 f1 mov %rsi,%r9 -ffffffff80020ef2: 4c 0f 44 ca cmove %rdx,%r9 -ffffffff80020ef6: 48 0f 45 f2 cmovne %rdx,%rsi -ffffffff80020efa: 48 89 f7 mov %rsi,%rdi -ffffffff80020efd: 4c 01 c7 add %r8,%rdi -ffffffff80020f00: 4c 89 ce mov %r9,%rsi -ffffffff80020f03: eb ba jmp ffffffff80020ebf <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE+0x19f> -ffffffff80020f05: 66 66 2e 0f 1f 84 00 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff80020f0c: 00 00 00 00 -ffffffff80020f10: 49 8d 78 01 lea 0x1(%r8),%rdi -ffffffff80020f14: b9 01 00 00 00 mov $0x1,%ecx -ffffffff80020f19: 31 f6 xor %esi,%esi -ffffffff80020f1b: 4d 89 c5 mov %r8,%r13 -ffffffff80020f1e: eb 9f jmp ffffffff80020ebf <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE+0x19f> -ffffffff80020f20: be 01 00 00 00 mov $0x1,%esi -ffffffff80020f25: 31 d2 xor %edx,%edx -ffffffff80020f27: 45 31 c0 xor %r8d,%r8d -ffffffff80020f2a: 41 b9 01 00 00 00 mov $0x1,%r9d -ffffffff80020f30: 31 c9 xor %ecx,%ecx -ffffffff80020f32: eb 24 jmp ffffffff80020f58 <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE+0x238> -ffffffff80020f34: 66 66 66 2e 0f 1f 84 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff80020f3b: 00 00 00 00 00 -ffffffff80020f40: 4f 8d 14 08 lea (%r8,%r9,1),%r10 -ffffffff80020f44: 49 ff c2 inc %r10 -ffffffff80020f47: 4c 89 d6 mov %r10,%rsi -ffffffff80020f4a: 48 29 ce sub %rcx,%rsi -ffffffff80020f4d: 45 31 c0 xor %r8d,%r8d -ffffffff80020f50: 4d 89 d1 mov %r10,%r9 -ffffffff80020f53: 4c 39 fe cmp %r15,%rsi -ffffffff80020f56: 74 75 je ffffffff80020fcd <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE+0x2ad> -ffffffff80020f58: 4b 8d 04 01 lea (%r9,%r8,1),%rax -ffffffff80020f5c: 48 39 d8 cmp %rbx,%rax -ffffffff80020f5f: 73 6c jae ffffffff80020fcd <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE+0x2ad> -ffffffff80020f61: 4c 89 c8 mov %r9,%rax -ffffffff80020f64: 48 f7 d0 not %rax -ffffffff80020f67: 48 89 df mov %rbx,%rdi -ffffffff80020f6a: 4c 29 c7 sub %r8,%rdi -ffffffff80020f6d: 48 01 c7 add %rax,%rdi -ffffffff80020f70: 48 39 df cmp %rbx,%rdi -ffffffff80020f73: 0f 83 95 02 00 00 jae ffffffff8002120e <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE+0x4ee> -ffffffff80020f79: 4c 89 c0 mov %r8,%rax -ffffffff80020f7c: 48 f7 d0 not %rax -ffffffff80020f7f: 48 01 d8 add %rbx,%rax -ffffffff80020f82: 48 29 c8 sub %rcx,%rax -ffffffff80020f85: 48 39 d8 cmp %rbx,%rax -ffffffff80020f88: 0f 83 91 02 00 00 jae ffffffff8002121f <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE+0x4ff> -ffffffff80020f8e: 4d 8d 51 01 lea 0x1(%r9),%r10 -ffffffff80020f92: 41 0f b6 04 04 movzbl (%r12,%rax,1),%eax -ffffffff80020f97: 41 38 04 3c cmp %al,(%r12,%rdi,1) -ffffffff80020f9b: 72 a3 jb ffffffff80020f40 <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE+0x220> -ffffffff80020f9d: 75 21 jne ffffffff80020fc0 <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE+0x2a0> -ffffffff80020f9f: 49 ff c0 inc %r8 -ffffffff80020fa2: 49 39 f0 cmp %rsi,%r8 -ffffffff80020fa5: 4c 89 c0 mov %r8,%rax -ffffffff80020fa8: 48 0f 44 c2 cmove %rdx,%rax -ffffffff80020fac: 4c 0f 45 c2 cmovne %rdx,%r8 -ffffffff80020fb0: 4d 89 c2 mov %r8,%r10 -ffffffff80020fb3: 4d 01 ca add %r9,%r10 -ffffffff80020fb6: 49 89 c0 mov %rax,%r8 -ffffffff80020fb9: eb 95 jmp ffffffff80020f50 <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE+0x230> -ffffffff80020fbb: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) -ffffffff80020fc0: be 01 00 00 00 mov $0x1,%esi -ffffffff80020fc5: 45 31 c0 xor %r8d,%r8d -ffffffff80020fc8: 4c 89 c9 mov %r9,%rcx -ffffffff80020fcb: eb 83 jmp ffffffff80020f50 <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE+0x230> -ffffffff80020fcd: 41 b8 01 00 00 00 mov $0x1,%r8d -ffffffff80020fd3: 31 d2 xor %edx,%edx -ffffffff80020fd5: 45 31 c9 xor %r9d,%r9d -ffffffff80020fd8: 41 ba 01 00 00 00 mov $0x1,%r10d -ffffffff80020fde: 31 f6 xor %esi,%esi -ffffffff80020fe0: eb 26 jmp ffffffff80021008 <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE+0x2e8> -ffffffff80020fe2: 66 66 66 66 66 2e 0f data16 data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff80020fe9: 1f 84 00 00 00 00 00 -ffffffff80020ff0: 4f 8d 1c 11 lea (%r9,%r10,1),%r11 -ffffffff80020ff4: 49 ff c3 inc %r11 -ffffffff80020ff7: 4d 89 d8 mov %r11,%r8 -ffffffff80020ffa: 49 29 f0 sub %rsi,%r8 -ffffffff80020ffd: 45 31 c9 xor %r9d,%r9d -ffffffff80021000: 4d 89 da mov %r11,%r10 -ffffffff80021003: 4d 39 f8 cmp %r15,%r8 -ffffffff80021006: 74 76 je ffffffff8002107e <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE+0x35e> -ffffffff80021008: 4b 8d 04 0a lea (%r10,%r9,1),%rax -ffffffff8002100c: 48 39 d8 cmp %rbx,%rax -ffffffff8002100f: 73 6d jae ffffffff8002107e <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE+0x35e> -ffffffff80021011: 4c 89 d0 mov %r10,%rax -ffffffff80021014: 48 f7 d0 not %rax -ffffffff80021017: 48 89 df mov %rbx,%rdi -ffffffff8002101a: 4c 29 cf sub %r9,%rdi -ffffffff8002101d: 48 01 c7 add %rax,%rdi -ffffffff80021020: 48 39 df cmp %rbx,%rdi -ffffffff80021023: 0f 83 e5 01 00 00 jae ffffffff8002120e <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE+0x4ee> -ffffffff80021029: 4c 89 c8 mov %r9,%rax -ffffffff8002102c: 48 f7 d0 not %rax -ffffffff8002102f: 48 01 d8 add %rbx,%rax -ffffffff80021032: 48 29 f0 sub %rsi,%rax -ffffffff80021035: 48 39 d8 cmp %rbx,%rax -ffffffff80021038: 0f 83 e1 01 00 00 jae ffffffff8002121f <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE+0x4ff> -ffffffff8002103e: 4d 8d 5a 01 lea 0x1(%r10),%r11 -ffffffff80021042: 41 0f b6 04 04 movzbl (%r12,%rax,1),%eax -ffffffff80021047: 41 38 04 3c cmp %al,(%r12,%rdi,1) -ffffffff8002104b: 77 a3 ja ffffffff80020ff0 <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE+0x2d0> -ffffffff8002104d: 75 21 jne ffffffff80021070 <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE+0x350> -ffffffff8002104f: 49 ff c1 inc %r9 -ffffffff80021052: 4d 39 c1 cmp %r8,%r9 -ffffffff80021055: 4c 89 c8 mov %r9,%rax -ffffffff80021058: 48 0f 44 c2 cmove %rdx,%rax -ffffffff8002105c: 4c 0f 45 ca cmovne %rdx,%r9 -ffffffff80021060: 4d 89 cb mov %r9,%r11 -ffffffff80021063: 4d 01 d3 add %r10,%r11 -ffffffff80021066: 49 89 c1 mov %rax,%r9 -ffffffff80021069: eb 95 jmp ffffffff80021000 <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE+0x2e0> -ffffffff8002106b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) -ffffffff80021070: 41 b8 01 00 00 00 mov $0x1,%r8d -ffffffff80021076: 45 31 c9 xor %r9d,%r9d -ffffffff80021079: 4c 89 d6 mov %r10,%rsi -ffffffff8002107c: eb 82 jmp ffffffff80021000 <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE+0x2e0> -ffffffff8002107e: 48 39 f1 cmp %rsi,%rcx -ffffffff80021081: 48 0f 47 f1 cmova %rcx,%rsi -ffffffff80021085: 48 89 d9 mov %rbx,%rcx -ffffffff80021088: 48 29 f1 sub %rsi,%rcx -ffffffff8002108b: 4d 85 ff test %r15,%r15 -ffffffff8002108e: 0f 84 9c 00 00 00 je ffffffff80021130 <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE+0x410> -ffffffff80021094: 44 89 fa mov %r15d,%edx -ffffffff80021097: 83 e2 03 and $0x3,%edx -ffffffff8002109a: 49 83 ff 04 cmp $0x4,%r15 -ffffffff8002109e: 4c 8b 55 d0 mov -0x30(%rbp),%r10 -ffffffff800210a2: 0f 83 98 00 00 00 jae ffffffff80021140 <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE+0x420> -ffffffff800210a8: 31 c0 xor %eax,%eax -ffffffff800210aa: 31 ff xor %edi,%edi -ffffffff800210ac: e9 cf 00 00 00 jmp ffffffff80021180 <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE+0x460> -ffffffff800210b1: 48 89 de mov %rbx,%rsi -ffffffff800210b4: 48 83 e6 fc and $0xfffffffffffffffc,%rsi -ffffffff800210b8: 31 c0 xor %eax,%eax -ffffffff800210ba: 31 d2 xor %edx,%edx -ffffffff800210bc: 4c 8b 55 d0 mov -0x30(%rbp),%r10 -ffffffff800210c0: 41 0f b6 3c 14 movzbl (%r12,%rdx,1),%edi -ffffffff800210c5: 45 0f b6 44 14 01 movzbl 0x1(%r12,%rdx,1),%r8d -ffffffff800210cb: 48 0f ab f8 bts %rdi,%rax -ffffffff800210cf: 4c 0f ab c0 bts %r8,%rax -ffffffff800210d3: 41 0f b6 7c 14 02 movzbl 0x2(%r12,%rdx,1),%edi -ffffffff800210d9: 48 0f ab f8 bts %rdi,%rax -ffffffff800210dd: 41 0f b6 7c 14 03 movzbl 0x3(%r12,%rdx,1),%edi -ffffffff800210e3: 48 0f ab f8 bts %rdi,%rax -ffffffff800210e7: 48 83 c2 04 add $0x4,%rdx -ffffffff800210eb: 48 39 d6 cmp %rdx,%rsi -ffffffff800210ee: 75 d0 jne ffffffff800210c0 <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE+0x3a0> -ffffffff800210f0: 48 85 c9 test %rcx,%rcx -ffffffff800210f3: 74 1b je ffffffff80021110 <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE+0x3f0> -ffffffff800210f5: 4c 01 e2 add %r12,%rdx -ffffffff800210f8: 31 f6 xor %esi,%esi -ffffffff800210fa: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1) -ffffffff80021100: 0f b6 3c 32 movzbl (%rdx,%rsi,1),%edi -ffffffff80021104: 48 0f ab f8 bts %rdi,%rax -ffffffff80021108: 48 ff c6 inc %rsi -ffffffff8002110b: 48 39 f1 cmp %rsi,%rcx -ffffffff8002110e: 75 f0 jne ffffffff80021100 <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE+0x3e0> -ffffffff80021110: 4d 39 f5 cmp %r14,%r13 -ffffffff80021113: 4d 0f 47 f5 cmova %r13,%r14 -ffffffff80021117: 49 ff c6 inc %r14 -ffffffff8002111a: 48 c7 c6 ff ff ff ff mov $0xffffffffffffffff,%rsi -ffffffff80021121: 48 c7 c2 ff ff ff ff mov $0xffffffffffffffff,%rdx -ffffffff80021128: 4d 89 f7 mov %r14,%r15 -ffffffff8002112b: 4c 89 e9 mov %r13,%rcx -ffffffff8002112e: eb 78 jmp ffffffff800211a8 <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE+0x488> -ffffffff80021130: 31 f6 xor %esi,%esi -ffffffff80021132: 48 89 da mov %rbx,%rdx -ffffffff80021135: 31 c0 xor %eax,%eax -ffffffff80021137: 45 31 ff xor %r15d,%r15d -ffffffff8002113a: 4c 8b 55 d0 mov -0x30(%rbp),%r10 -ffffffff8002113e: eb 68 jmp ffffffff800211a8 <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE+0x488> -ffffffff80021140: 4c 89 fe mov %r15,%rsi -ffffffff80021143: 48 83 e6 fc and $0xfffffffffffffffc,%rsi -ffffffff80021147: 31 c0 xor %eax,%eax -ffffffff80021149: 31 ff xor %edi,%edi -ffffffff8002114b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) -ffffffff80021150: 45 0f b6 04 3c movzbl (%r12,%rdi,1),%r8d -ffffffff80021155: 45 0f b6 4c 3c 01 movzbl 0x1(%r12,%rdi,1),%r9d -ffffffff8002115b: 4c 0f ab c0 bts %r8,%rax -ffffffff8002115f: 4c 0f ab c8 bts %r9,%rax -ffffffff80021163: 45 0f b6 44 3c 02 movzbl 0x2(%r12,%rdi,1),%r8d -ffffffff80021169: 4c 0f ab c0 bts %r8,%rax -ffffffff8002116d: 45 0f b6 44 3c 03 movzbl 0x3(%r12,%rdi,1),%r8d -ffffffff80021173: 4c 0f ab c0 bts %r8,%rax -ffffffff80021177: 48 83 c7 04 add $0x4,%rdi -ffffffff8002117b: 48 39 fe cmp %rdi,%rsi -ffffffff8002117e: 75 d0 jne ffffffff80021150 <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE+0x430> -ffffffff80021180: 48 85 d2 test %rdx,%rdx -ffffffff80021183: 74 1e je ffffffff800211a3 <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE+0x483> -ffffffff80021185: 4c 01 e7 add %r12,%rdi -ffffffff80021188: 31 f6 xor %esi,%esi -ffffffff8002118a: 45 31 c0 xor %r8d,%r8d -ffffffff8002118d: 0f 1f 00 nopl (%rax) -ffffffff80021190: 46 0f b6 0c 07 movzbl (%rdi,%r8,1),%r9d -ffffffff80021195: 4c 0f ab c8 bts %r9,%rax -ffffffff80021199: 49 ff c0 inc %r8 -ffffffff8002119c: 4c 39 c2 cmp %r8,%rdx -ffffffff8002119f: 75 ef jne ffffffff80021190 <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE+0x470> -ffffffff800211a1: eb 02 jmp ffffffff800211a5 <_ZN4core3str7pattern11StrSearcher3new17h46682ed937f67e1cE+0x485> -ffffffff800211a3: 31 f6 xor %esi,%esi -ffffffff800211a5: 48 89 da mov %rbx,%rdx -ffffffff800211a8: 48 8b 7d c8 mov -0x38(%rbp),%rdi -ffffffff800211ac: 49 89 7a 48 mov %rdi,0x48(%r10) -ffffffff800211b0: 48 8b 7d c0 mov -0x40(%rbp),%rdi -ffffffff800211b4: 49 89 7a 50 mov %rdi,0x50(%r10) -ffffffff800211b8: 4d 89 62 58 mov %r12,0x58(%r10) -ffffffff800211bc: 49 89 5a 60 mov %rbx,0x60(%r10) -ffffffff800211c0: 49 c7 02 01 00 00 00 movq $0x1,(%r10) -ffffffff800211c7: 4d 89 6a 08 mov %r13,0x8(%r10) -ffffffff800211cb: 49 89 4a 10 mov %rcx,0x10(%r10) -ffffffff800211cf: 4d 89 7a 18 mov %r15,0x18(%r10) -ffffffff800211d3: 49 89 42 20 mov %rax,0x20(%r10) -ffffffff800211d7: 49 c7 42 28 00 00 00 movq $0x0,0x28(%r10) -ffffffff800211de: 00 -ffffffff800211df: 49 89 7a 30 mov %rdi,0x30(%r10) -ffffffff800211e3: 49 89 72 38 mov %rsi,0x38(%r10) -ffffffff800211e7: 49 89 52 40 mov %rdx,0x40(%r10) -ffffffff800211eb: 4c 89 d0 mov %r10,%rax -ffffffff800211ee: 48 83 c4 18 add $0x18,%rsp -ffffffff800211f2: 5b pop %rbx -ffffffff800211f3: 41 5c pop %r12 -ffffffff800211f5: 41 5d pop %r13 -ffffffff800211f7: 41 5e pop %r14 -ffffffff800211f9: 41 5f pop %r15 -ffffffff800211fb: 5d pop %rbp -ffffffff800211fc: c3 ret -ffffffff800211fd: 48 8d 15 8c a7 00 00 lea 0xa78c(%rip),%rdx # ffffffff8002b990 -ffffffff80021204: 48 89 de mov %rbx,%rsi -ffffffff80021207: e8 e4 05 00 00 call ffffffff800217f0 <_ZN4core9panicking18panic_bounds_check17h0aa7386a620f3834E> -ffffffff8002120c: 0f 0b ud2 -ffffffff8002120e: 48 8d 15 93 a7 00 00 lea 0xa793(%rip),%rdx # ffffffff8002b9a8 -ffffffff80021215: 48 89 de mov %rbx,%rsi -ffffffff80021218: e8 d3 05 00 00 call ffffffff800217f0 <_ZN4core9panicking18panic_bounds_check17h0aa7386a620f3834E> -ffffffff8002121d: 0f 0b ud2 -ffffffff8002121f: 48 8d 15 9a a7 00 00 lea 0xa79a(%rip),%rdx # ffffffff8002b9c0 -ffffffff80021226: 48 89 c7 mov %rax,%rdi -ffffffff80021229: 48 89 de mov %rbx,%rsi -ffffffff8002122c: e8 bf 05 00 00 call ffffffff800217f0 <_ZN4core9panicking18panic_bounds_check17h0aa7386a620f3834E> -ffffffff80021231: 0f 0b ud2 -ffffffff80021233: 48 8d 15 26 a7 00 00 lea 0xa726(%rip),%rdx # ffffffff8002b960 -ffffffff8002123a: 4c 89 ef mov %r13,%rdi -ffffffff8002123d: 48 89 de mov %rbx,%rsi -ffffffff80021240: e8 9b 08 00 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff80021245: 0f 0b ud2 -ffffffff80021247: 48 8d 15 2a a7 00 00 lea 0xa72a(%rip),%rdx # ffffffff8002b978 -ffffffff8002124e: 4c 89 ff mov %r15,%rdi -ffffffff80021251: e8 fa 08 00 00 call ffffffff80021b50 <_ZN4core5slice5index22slice_index_order_fail17h47451dbb1327e2efE> -ffffffff80021256: 0f 0b ud2 -ffffffff80021258: 48 8d 15 19 a7 00 00 lea 0xa719(%rip),%rdx # ffffffff8002b978 -ffffffff8002125f: 48 89 f7 mov %rsi,%rdi -ffffffff80021262: 48 89 de mov %rbx,%rsi -ffffffff80021265: e8 76 08 00 00 call ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE> -ffffffff8002126a: 0f 0b ud2 -ffffffff8002126c: 0f 1f 40 00 nopl 0x0(%rax) - -ffffffff80021270 <_ZN4core3ptr26drop_in_place$LT$usize$GT$17hc219e93af61e3918E>: -ffffffff80021270: 55 push %rbp -ffffffff80021271: 48 89 e5 mov %rsp,%rbp -ffffffff80021274: 5d pop %rbp -ffffffff80021275: c3 ret -ffffffff80021276: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8002127d: 00 00 00 - -ffffffff80021280 <_ZN4core3ptr37drop_in_place$LT$core..fmt..Error$GT$17h342b53d264d6cfe1E>: -ffffffff80021280: 55 push %rbp -ffffffff80021281: 48 89 e5 mov %rsp,%rbp -ffffffff80021284: 5d pop %rbp -ffffffff80021285: c3 ret -ffffffff80021286: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff8002128d: 00 00 00 - -ffffffff80021290 <_ZN71_$LT$core..ops..range..Range$LT$Idx$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h32b5ee7ff1cd761aE>: -ffffffff80021290: 55 push %rbp -ffffffff80021291: 48 89 e5 mov %rsp,%rbp -ffffffff80021294: 41 56 push %r14 -ffffffff80021296: 53 push %rbx -ffffffff80021297: 48 81 ec 80 00 00 00 sub $0x80,%rsp -ffffffff8002129e: 48 89 f3 mov %rsi,%rbx -ffffffff800212a1: 49 89 fe mov %rdi,%r14 -ffffffff800212a4: 8b 46 34 mov 0x34(%rsi),%eax -ffffffff800212a7: a8 10 test $0x10,%al -ffffffff800212a9: 0f 85 ef 00 00 00 jne ffffffff8002139e <_ZN71_$LT$core..ops..range..Range$LT$Idx$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h32b5ee7ff1cd761aE+0x10e> -ffffffff800212af: a8 20 test $0x20,%al -ffffffff800212b1: 0f 85 27 01 00 00 jne ffffffff800213de <_ZN71_$LT$core..ops..range..Range$LT$Idx$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h32b5ee7ff1cd761aE+0x14e> -ffffffff800212b7: 49 8b 0e mov (%r14),%rcx -ffffffff800212ba: b8 27 00 00 00 mov $0x27,%eax -ffffffff800212bf: 48 81 f9 10 27 00 00 cmp $0x2710,%rcx -ffffffff800212c6: 0f 82 7b 01 00 00 jb ffffffff80021447 <_ZN71_$LT$core..ops..range..Range$LT$Idx$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h32b5ee7ff1cd761aE+0x1b7> -ffffffff800212cc: 41 b8 27 00 00 00 mov $0x27,%r8d -ffffffff800212d2: 48 be 4b 59 86 38 d6 movabs $0x346dc5d63886594b,%rsi -ffffffff800212d9: c5 6d 34 -ffffffff800212dc: 48 8d 3d b1 58 00 00 lea 0x58b1(%rip),%rdi # ffffffff80026b94 -ffffffff800212e3: 66 66 66 66 2e 0f 1f data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff800212ea: 84 00 00 00 00 00 -ffffffff800212f0: 48 89 c8 mov %rcx,%rax -ffffffff800212f3: 48 f7 e6 mul %rsi -ffffffff800212f6: 48 c1 ea 0b shr $0xb,%rdx -ffffffff800212fa: 69 c2 10 27 00 00 imul $0x2710,%edx,%eax -ffffffff80021300: 41 89 c9 mov %ecx,%r9d -ffffffff80021303: 41 29 c1 sub %eax,%r9d -ffffffff80021306: 45 69 d1 7b 14 00 00 imul $0x147b,%r9d,%r10d -ffffffff8002130d: 41 c1 ea 13 shr $0x13,%r10d -ffffffff80021311: 41 6b c2 64 imul $0x64,%r10d,%eax -ffffffff80021315: 41 29 c1 sub %eax,%r9d -ffffffff80021318: 45 0f b7 c9 movzwl %r9w,%r9d -ffffffff8002131c: 49 8d 40 fc lea -0x4(%r8),%rax -ffffffff80021320: 46 0f b7 14 57 movzwl (%rdi,%r10,2),%r10d -ffffffff80021325: 66 46 89 94 05 6c ff mov %r10w,-0x94(%rbp,%r8,1) -ffffffff8002132c: ff ff -ffffffff8002132e: 46 0f b7 0c 4f movzwl (%rdi,%r9,2),%r9d -ffffffff80021333: 66 46 89 8c 05 6e ff mov %r9w,-0x92(%rbp,%r8,1) -ffffffff8002133a: ff ff -ffffffff8002133c: 49 89 c0 mov %rax,%r8 -ffffffff8002133f: 48 81 f9 ff e0 f5 05 cmp $0x5f5e0ff,%rcx -ffffffff80021346: 48 89 d1 mov %rdx,%rcx -ffffffff80021349: 77 a5 ja ffffffff800212f0 <_ZN71_$LT$core..ops..range..Range$LT$Idx$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h32b5ee7ff1cd761aE+0x60> -ffffffff8002134b: 48 83 fa 63 cmp $0x63,%rdx -ffffffff8002134f: 76 31 jbe ffffffff80021382 <_ZN71_$LT$core..ops..range..Range$LT$Idx$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h32b5ee7ff1cd761aE+0xf2> -ffffffff80021351: 0f b7 ca movzwl %dx,%ecx -ffffffff80021354: c1 e9 02 shr $0x2,%ecx -ffffffff80021357: 69 c9 7b 14 00 00 imul $0x147b,%ecx,%ecx -ffffffff8002135d: c1 e9 11 shr $0x11,%ecx -ffffffff80021360: 6b f1 64 imul $0x64,%ecx,%esi -ffffffff80021363: 29 f2 sub %esi,%edx -ffffffff80021365: 0f b7 d2 movzwl %dx,%edx -ffffffff80021368: 48 8d 35 25 58 00 00 lea 0x5825(%rip),%rsi # ffffffff80026b94 -ffffffff8002136f: 0f b7 14 56 movzwl (%rsi,%rdx,2),%edx -ffffffff80021373: 66 89 94 05 6e ff ff mov %dx,-0x92(%rbp,%rax,1) -ffffffff8002137a: ff -ffffffff8002137b: 48 83 c0 fe add $0xfffffffffffffffe,%rax -ffffffff8002137f: 48 89 ca mov %rcx,%rdx -ffffffff80021382: 48 83 fa 0a cmp $0xa,%rdx -ffffffff80021386: 0f 83 cd 00 00 00 jae ffffffff80021459 <_ZN71_$LT$core..ops..range..Range$LT$Idx$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h32b5ee7ff1cd761aE+0x1c9> -ffffffff8002138c: 80 c2 30 add $0x30,%dl -ffffffff8002138f: 88 94 05 6f ff ff ff mov %dl,-0x91(%rbp,%rax,1) -ffffffff80021396: 48 ff c8 dec %rax -ffffffff80021399: e9 d2 00 00 00 jmp ffffffff80021470 <_ZN71_$LT$core..ops..range..Range$LT$Idx$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h32b5ee7ff1cd761aE+0x1e0> -ffffffff8002139e: 49 8b 06 mov (%r14),%rax -ffffffff800213a1: 4c 8d 45 f0 lea -0x10(%rbp),%r8 -ffffffff800213a5: 45 31 c9 xor %r9d,%r9d -ffffffff800213a8: b9 30 00 00 00 mov $0x30,%ecx -ffffffff800213ad: 48 89 c2 mov %rax,%rdx -ffffffff800213b0: 48 c1 ea 04 shr $0x4,%rdx -ffffffff800213b4: 89 c6 mov %eax,%esi -ffffffff800213b6: 40 80 e6 0f and $0xf,%sil -ffffffff800213ba: 40 80 fe 0a cmp $0xa,%sil -ffffffff800213be: bf 57 00 00 00 mov $0x57,%edi -ffffffff800213c3: 0f 42 f9 cmovb %ecx,%edi -ffffffff800213c6: 40 00 f7 add %sil,%dil -ffffffff800213c9: 41 88 78 ff mov %dil,-0x1(%r8) -ffffffff800213cd: 49 ff c8 dec %r8 -ffffffff800213d0: 49 ff c1 inc %r9 -ffffffff800213d3: 48 83 f8 10 cmp $0x10,%rax -ffffffff800213d7: 48 89 d0 mov %rdx,%rax -ffffffff800213da: 73 d4 jae ffffffff800213b0 <_ZN71_$LT$core..ops..range..Range$LT$Idx$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h32b5ee7ff1cd761aE+0x120> -ffffffff800213dc: eb 3e jmp ffffffff8002141c <_ZN71_$LT$core..ops..range..Range$LT$Idx$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h32b5ee7ff1cd761aE+0x18c> -ffffffff800213de: 49 8b 06 mov (%r14),%rax -ffffffff800213e1: 4c 8d 45 f0 lea -0x10(%rbp),%r8 -ffffffff800213e5: 45 31 c9 xor %r9d,%r9d -ffffffff800213e8: b9 30 00 00 00 mov $0x30,%ecx -ffffffff800213ed: 48 89 c2 mov %rax,%rdx -ffffffff800213f0: 48 c1 ea 04 shr $0x4,%rdx -ffffffff800213f4: 89 c6 mov %eax,%esi -ffffffff800213f6: 40 80 e6 0f and $0xf,%sil -ffffffff800213fa: 40 80 fe 0a cmp $0xa,%sil -ffffffff800213fe: bf 37 00 00 00 mov $0x37,%edi -ffffffff80021403: 0f 42 f9 cmovb %ecx,%edi -ffffffff80021406: 40 00 f7 add %sil,%dil -ffffffff80021409: 41 88 78 ff mov %dil,-0x1(%r8) -ffffffff8002140d: 49 ff c8 dec %r8 -ffffffff80021410: 49 ff c1 inc %r9 -ffffffff80021413: 48 83 f8 10 cmp $0x10,%rax -ffffffff80021417: 48 89 d0 mov %rdx,%rax -ffffffff8002141a: 73 d4 jae ffffffff800213f0 <_ZN71_$LT$core..ops..range..Range$LT$Idx$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h32b5ee7ff1cd761aE+0x160> -ffffffff8002141c: bf 80 00 00 00 mov $0x80,%edi -ffffffff80021421: 4c 29 cf sub %r9,%rdi -ffffffff80021424: 48 81 ff 80 00 00 00 cmp $0x80,%rdi -ffffffff8002142b: 0f 87 d5 02 00 00 ja ffffffff80021706 <_ZN71_$LT$core..ops..range..Range$LT$Idx$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h32b5ee7ff1cd761aE+0x476> -ffffffff80021431: 48 8d 15 e4 56 00 00 lea 0x56e4(%rip),%rdx # ffffffff80026b1c -ffffffff80021438: b9 02 00 00 00 mov $0x2,%ecx -ffffffff8002143d: 48 89 df mov %rbx,%rdi -ffffffff80021440: be 01 00 00 00 mov $0x1,%esi -ffffffff80021445: eb 4e jmp ffffffff80021495 <_ZN71_$LT$core..ops..range..Range$LT$Idx$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h32b5ee7ff1cd761aE+0x205> -ffffffff80021447: 48 89 ca mov %rcx,%rdx -ffffffff8002144a: 48 83 fa 63 cmp $0x63,%rdx -ffffffff8002144e: 0f 87 fd fe ff ff ja ffffffff80021351 <_ZN71_$LT$core..ops..range..Range$LT$Idx$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h32b5ee7ff1cd761aE+0xc1> -ffffffff80021454: e9 29 ff ff ff jmp ffffffff80021382 <_ZN71_$LT$core..ops..range..Range$LT$Idx$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h32b5ee7ff1cd761aE+0xf2> -ffffffff80021459: 48 8d 0d 34 57 00 00 lea 0x5734(%rip),%rcx # ffffffff80026b94 -ffffffff80021460: 0f b7 0c 51 movzwl (%rcx,%rdx,2),%ecx -ffffffff80021464: 66 89 8c 05 6e ff ff mov %cx,-0x92(%rbp,%rax,1) -ffffffff8002146b: ff -ffffffff8002146c: 48 83 c0 fe add $0xfffffffffffffffe,%rax -ffffffff80021470: 4c 8d 04 28 lea (%rax,%rbp,1),%r8 -ffffffff80021474: 49 81 c0 70 ff ff ff add $0xffffffffffffff70,%r8 -ffffffff8002147b: 41 b9 27 00 00 00 mov $0x27,%r9d -ffffffff80021481: 49 29 c1 sub %rax,%r9 -ffffffff80021484: 48 8d 15 fd 6d 00 00 lea 0x6dfd(%rip),%rdx # ffffffff80028288 -ffffffff8002148b: 48 89 df mov %rbx,%rdi -ffffffff8002148e: be 01 00 00 00 mov $0x1,%esi -ffffffff80021493: 31 c9 xor %ecx,%ecx -ffffffff80021495: e8 96 cd ff ff call ffffffff8001e230 <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E> -ffffffff8002149a: 89 c1 mov %eax,%ecx -ffffffff8002149c: b0 01 mov $0x1,%al -ffffffff8002149e: 84 c9 test %cl,%cl -ffffffff800214a0: 0f 85 54 02 00 00 jne ffffffff800216fa <_ZN71_$LT$core..ops..range..Range$LT$Idx$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h32b5ee7ff1cd761aE+0x46a> -ffffffff800214a6: 48 8d 05 2b a5 00 00 lea 0xa52b(%rip),%rax # ffffffff8002b9d8 -ffffffff800214ad: 48 89 85 70 ff ff ff mov %rax,-0x90(%rbp) -ffffffff800214b4: 48 c7 85 78 ff ff ff movq $0x1,-0x88(%rbp) -ffffffff800214bb: 01 00 00 00 -ffffffff800214bf: 48 c7 45 90 00 00 00 movq $0x0,-0x70(%rbp) -ffffffff800214c6: 00 -ffffffff800214c7: 48 8d 05 a2 68 00 00 lea 0x68a2(%rip),%rax # ffffffff80027d70 -ffffffff800214ce: 48 89 45 80 mov %rax,-0x80(%rbp) -ffffffff800214d2: 48 c7 45 88 00 00 00 movq $0x0,-0x78(%rbp) -ffffffff800214d9: 00 -ffffffff800214da: 48 8b 7b 20 mov 0x20(%rbx),%rdi -ffffffff800214de: 48 8b 73 28 mov 0x28(%rbx),%rsi -ffffffff800214e2: 48 8d 95 70 ff ff ff lea -0x90(%rbp),%rdx -ffffffff800214e9: e8 22 cb ff ff call ffffffff8001e010 <_ZN4core3fmt5write17h2d87311a04992a27E> -ffffffff800214ee: 89 c1 mov %eax,%ecx -ffffffff800214f0: b0 01 mov $0x1,%al -ffffffff800214f2: 84 c9 test %cl,%cl -ffffffff800214f4: 0f 85 00 02 00 00 jne ffffffff800216fa <_ZN71_$LT$core..ops..range..Range$LT$Idx$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h32b5ee7ff1cd761aE+0x46a> -ffffffff800214fa: 8b 43 34 mov 0x34(%rbx),%eax -ffffffff800214fd: a8 10 test $0x10,%al -ffffffff800214ff: 0f 85 9b 00 00 00 jne ffffffff800215a0 <_ZN71_$LT$core..ops..range..Range$LT$Idx$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h32b5ee7ff1cd761aE+0x310> -ffffffff80021505: a8 20 test $0x20,%al -ffffffff80021507: 0f 85 e1 00 00 00 jne ffffffff800215ee <_ZN71_$LT$core..ops..range..Range$LT$Idx$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h32b5ee7ff1cd761aE+0x35e> -ffffffff8002150d: 49 8b 4e 08 mov 0x8(%r14),%rcx -ffffffff80021511: b8 27 00 00 00 mov $0x27,%eax -ffffffff80021516: 48 81 f9 10 27 00 00 cmp $0x2710,%rcx -ffffffff8002151d: 0f 82 47 01 00 00 jb ffffffff8002166a <_ZN71_$LT$core..ops..range..Range$LT$Idx$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h32b5ee7ff1cd761aE+0x3da> -ffffffff80021523: 41 b8 27 00 00 00 mov $0x27,%r8d -ffffffff80021529: 48 be 4b 59 86 38 d6 movabs $0x346dc5d63886594b,%rsi -ffffffff80021530: c5 6d 34 -ffffffff80021533: 48 8d 3d 5a 56 00 00 lea 0x565a(%rip),%rdi # ffffffff80026b94 -ffffffff8002153a: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1) -ffffffff80021540: 48 89 c8 mov %rcx,%rax -ffffffff80021543: 48 f7 e6 mul %rsi -ffffffff80021546: 48 c1 ea 0b shr $0xb,%rdx -ffffffff8002154a: 69 c2 10 27 00 00 imul $0x2710,%edx,%eax -ffffffff80021550: 41 89 c9 mov %ecx,%r9d -ffffffff80021553: 41 29 c1 sub %eax,%r9d -ffffffff80021556: 45 69 d1 7b 14 00 00 imul $0x147b,%r9d,%r10d -ffffffff8002155d: 41 c1 ea 13 shr $0x13,%r10d -ffffffff80021561: 41 6b c2 64 imul $0x64,%r10d,%eax -ffffffff80021565: 41 29 c1 sub %eax,%r9d -ffffffff80021568: 45 0f b7 c9 movzwl %r9w,%r9d -ffffffff8002156c: 49 8d 40 fc lea -0x4(%r8),%rax -ffffffff80021570: 46 0f b7 14 57 movzwl (%rdi,%r10,2),%r10d -ffffffff80021575: 66 46 89 94 05 6c ff mov %r10w,-0x94(%rbp,%r8,1) -ffffffff8002157c: ff ff -ffffffff8002157e: 46 0f b7 0c 4f movzwl (%rdi,%r9,2),%r9d -ffffffff80021583: 66 46 89 8c 05 6e ff mov %r9w,-0x92(%rbp,%r8,1) -ffffffff8002158a: ff ff -ffffffff8002158c: 49 89 c0 mov %rax,%r8 -ffffffff8002158f: 48 81 f9 ff e0 f5 05 cmp $0x5f5e0ff,%rcx -ffffffff80021596: 48 89 d1 mov %rdx,%rcx -ffffffff80021599: 77 a5 ja ffffffff80021540 <_ZN71_$LT$core..ops..range..Range$LT$Idx$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h32b5ee7ff1cd761aE+0x2b0> -ffffffff8002159b: e9 cd 00 00 00 jmp ffffffff8002166d <_ZN71_$LT$core..ops..range..Range$LT$Idx$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h32b5ee7ff1cd761aE+0x3dd> -ffffffff800215a0: 49 8b 46 08 mov 0x8(%r14),%rax -ffffffff800215a4: 4c 8d 45 f0 lea -0x10(%rbp),%r8 -ffffffff800215a8: 45 31 c9 xor %r9d,%r9d -ffffffff800215ab: b9 30 00 00 00 mov $0x30,%ecx -ffffffff800215b0: 48 89 c2 mov %rax,%rdx -ffffffff800215b3: 66 66 66 66 2e 0f 1f data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff800215ba: 84 00 00 00 00 00 -ffffffff800215c0: 48 c1 ea 04 shr $0x4,%rdx -ffffffff800215c4: 89 c6 mov %eax,%esi -ffffffff800215c6: 40 80 e6 0f and $0xf,%sil -ffffffff800215ca: 40 80 fe 0a cmp $0xa,%sil -ffffffff800215ce: bf 57 00 00 00 mov $0x57,%edi -ffffffff800215d3: 0f 42 f9 cmovb %ecx,%edi -ffffffff800215d6: 40 00 f7 add %sil,%dil -ffffffff800215d9: 41 88 78 ff mov %dil,-0x1(%r8) -ffffffff800215dd: 49 ff c8 dec %r8 -ffffffff800215e0: 49 ff c1 inc %r9 -ffffffff800215e3: 48 83 f8 10 cmp $0x10,%rax -ffffffff800215e7: 48 89 d0 mov %rdx,%rax -ffffffff800215ea: 73 d4 jae ffffffff800215c0 <_ZN71_$LT$core..ops..range..Range$LT$Idx$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h32b5ee7ff1cd761aE+0x330> -ffffffff800215ec: eb 4e jmp ffffffff8002163c <_ZN71_$LT$core..ops..range..Range$LT$Idx$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h32b5ee7ff1cd761aE+0x3ac> -ffffffff800215ee: 49 8b 46 08 mov 0x8(%r14),%rax -ffffffff800215f2: 4c 8d 45 f0 lea -0x10(%rbp),%r8 -ffffffff800215f6: 45 31 c9 xor %r9d,%r9d -ffffffff800215f9: b9 30 00 00 00 mov $0x30,%ecx -ffffffff800215fe: 48 89 c2 mov %rax,%rdx -ffffffff80021601: 66 66 66 66 66 66 2e data16 data16 data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff80021608: 0f 1f 84 00 00 00 00 -ffffffff8002160f: 00 -ffffffff80021610: 48 c1 ea 04 shr $0x4,%rdx -ffffffff80021614: 89 c6 mov %eax,%esi -ffffffff80021616: 40 80 e6 0f and $0xf,%sil -ffffffff8002161a: 40 80 fe 0a cmp $0xa,%sil -ffffffff8002161e: bf 37 00 00 00 mov $0x37,%edi -ffffffff80021623: 0f 42 f9 cmovb %ecx,%edi -ffffffff80021626: 40 00 f7 add %sil,%dil -ffffffff80021629: 41 88 78 ff mov %dil,-0x1(%r8) -ffffffff8002162d: 49 ff c8 dec %r8 -ffffffff80021630: 49 ff c1 inc %r9 -ffffffff80021633: 48 83 f8 10 cmp $0x10,%rax -ffffffff80021637: 48 89 d0 mov %rdx,%rax -ffffffff8002163a: 73 d4 jae ffffffff80021610 <_ZN71_$LT$core..ops..range..Range$LT$Idx$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h32b5ee7ff1cd761aE+0x380> -ffffffff8002163c: bf 80 00 00 00 mov $0x80,%edi -ffffffff80021641: 4c 29 cf sub %r9,%rdi -ffffffff80021644: 48 81 ff 80 00 00 00 cmp $0x80,%rdi -ffffffff8002164b: 0f 87 b5 00 00 00 ja ffffffff80021706 <_ZN71_$LT$core..ops..range..Range$LT$Idx$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h32b5ee7ff1cd761aE+0x476> -ffffffff80021651: 48 8d 15 c4 54 00 00 lea 0x54c4(%rip),%rdx # ffffffff80026b1c -ffffffff80021658: b9 02 00 00 00 mov $0x2,%ecx -ffffffff8002165d: 48 89 df mov %rbx,%rdi -ffffffff80021660: be 01 00 00 00 mov $0x1,%esi -ffffffff80021665: e9 8b 00 00 00 jmp ffffffff800216f5 <_ZN71_$LT$core..ops..range..Range$LT$Idx$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h32b5ee7ff1cd761aE+0x465> -ffffffff8002166a: 48 89 ca mov %rcx,%rdx -ffffffff8002166d: 48 83 fa 63 cmp $0x63,%rdx -ffffffff80021671: 76 31 jbe ffffffff800216a4 <_ZN71_$LT$core..ops..range..Range$LT$Idx$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h32b5ee7ff1cd761aE+0x414> -ffffffff80021673: 0f b7 ca movzwl %dx,%ecx -ffffffff80021676: c1 e9 02 shr $0x2,%ecx -ffffffff80021679: 69 c9 7b 14 00 00 imul $0x147b,%ecx,%ecx -ffffffff8002167f: c1 e9 11 shr $0x11,%ecx -ffffffff80021682: 6b f1 64 imul $0x64,%ecx,%esi -ffffffff80021685: 29 f2 sub %esi,%edx -ffffffff80021687: 0f b7 d2 movzwl %dx,%edx -ffffffff8002168a: 48 8d 35 03 55 00 00 lea 0x5503(%rip),%rsi # ffffffff80026b94 -ffffffff80021691: 0f b7 14 56 movzwl (%rsi,%rdx,2),%edx -ffffffff80021695: 66 89 94 05 6e ff ff mov %dx,-0x92(%rbp,%rax,1) -ffffffff8002169c: ff -ffffffff8002169d: 48 83 c0 fe add $0xfffffffffffffffe,%rax -ffffffff800216a1: 48 89 ca mov %rcx,%rdx -ffffffff800216a4: 48 83 fa 0a cmp $0xa,%rdx -ffffffff800216a8: 73 0f jae ffffffff800216b9 <_ZN71_$LT$core..ops..range..Range$LT$Idx$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h32b5ee7ff1cd761aE+0x429> -ffffffff800216aa: 80 c2 30 add $0x30,%dl -ffffffff800216ad: 88 94 05 6f ff ff ff mov %dl,-0x91(%rbp,%rax,1) -ffffffff800216b4: 48 ff c8 dec %rax -ffffffff800216b7: eb 17 jmp ffffffff800216d0 <_ZN71_$LT$core..ops..range..Range$LT$Idx$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h32b5ee7ff1cd761aE+0x440> -ffffffff800216b9: 48 8d 0d d4 54 00 00 lea 0x54d4(%rip),%rcx # ffffffff80026b94 -ffffffff800216c0: 0f b7 0c 51 movzwl (%rcx,%rdx,2),%ecx -ffffffff800216c4: 66 89 8c 05 6e ff ff mov %cx,-0x92(%rbp,%rax,1) -ffffffff800216cb: ff -ffffffff800216cc: 48 83 c0 fe add $0xfffffffffffffffe,%rax -ffffffff800216d0: 4c 8d 04 28 lea (%rax,%rbp,1),%r8 -ffffffff800216d4: 49 81 c0 70 ff ff ff add $0xffffffffffffff70,%r8 -ffffffff800216db: 41 b9 27 00 00 00 mov $0x27,%r9d -ffffffff800216e1: 49 29 c1 sub %rax,%r9 -ffffffff800216e4: 48 8d 15 9d 6b 00 00 lea 0x6b9d(%rip),%rdx # ffffffff80028288 -ffffffff800216eb: 48 89 df mov %rbx,%rdi -ffffffff800216ee: be 01 00 00 00 mov $0x1,%esi -ffffffff800216f3: 31 c9 xor %ecx,%ecx -ffffffff800216f5: e8 36 cb ff ff call ffffffff8001e230 <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E> -ffffffff800216fa: 48 81 c4 80 00 00 00 add $0x80,%rsp -ffffffff80021701: 5b pop %rbx -ffffffff80021702: 41 5e pop %r14 -ffffffff80021704: 5d pop %rbp -ffffffff80021705: c3 ret -ffffffff80021706: 48 8d 15 3b a0 00 00 lea 0xa03b(%rip),%rdx # ffffffff8002b748 -ffffffff8002170d: be 80 00 00 00 mov $0x80,%esi -ffffffff80021712: e8 59 03 00 00 call ffffffff80021a70 <_ZN4core5slice5index26slice_start_index_len_fail17h804cb0b56fff6a53E> -ffffffff80021717: 0f 0b ud2 -ffffffff80021719: 0f 1f 80 00 00 00 00 nopl 0x0(%rax) - -ffffffff80021720 <_ZN4core9panicking9panic_fmt17hdab3eca30d19da73E>: -ffffffff80021720: 55 push %rbp -ffffffff80021721: 48 89 e5 mov %rsp,%rbp -ffffffff80021724: 48 83 ec 30 sub $0x30,%rsp -ffffffff80021728: 48 8d 05 41 66 00 00 lea 0x6641(%rip),%rax # ffffffff80027d70 -ffffffff8002172f: 48 89 45 d8 mov %rax,-0x28(%rbp) -ffffffff80021733: 48 8d 05 de a2 00 00 lea 0xa2de(%rip),%rax # ffffffff8002ba18 -ffffffff8002173a: 48 89 45 e0 mov %rax,-0x20(%rbp) -ffffffff8002173e: 48 89 7d e8 mov %rdi,-0x18(%rbp) -ffffffff80021742: 48 89 75 f0 mov %rsi,-0x10(%rbp) -ffffffff80021746: 66 c7 45 f8 01 00 movw $0x1,-0x8(%rbp) -ffffffff8002174c: 48 8d 7d d8 lea -0x28(%rbp),%rdi -ffffffff80021750: e8 0b 76 ff ff call ffffffff80018d60 -ffffffff80021755: 0f 0b ud2 -ffffffff80021757: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1) -ffffffff8002175e: 00 00 - -ffffffff80021760 <_ZN4core9panicking18panic_nounwind_fmt17he8f1daf404a7edc9E>: -ffffffff80021760: 55 push %rbp -ffffffff80021761: 48 89 e5 mov %rsp,%rbp -ffffffff80021764: 48 83 ec 30 sub $0x30,%rsp -ffffffff80021768: 48 8d 05 01 66 00 00 lea 0x6601(%rip),%rax # ffffffff80027d70 -ffffffff8002176f: 48 89 45 d8 mov %rax,-0x28(%rbp) -ffffffff80021773: 48 8d 05 9e a2 00 00 lea 0xa29e(%rip),%rax # ffffffff8002ba18 -ffffffff8002177a: 48 89 45 e0 mov %rax,-0x20(%rbp) -ffffffff8002177e: 48 89 7d e8 mov %rdi,-0x18(%rbp) -ffffffff80021782: 48 89 55 f0 mov %rdx,-0x10(%rbp) -ffffffff80021786: c6 45 f8 00 movb $0x0,-0x8(%rbp) -ffffffff8002178a: 40 88 75 f9 mov %sil,-0x7(%rbp) -ffffffff8002178e: 48 8d 7d d8 lea -0x28(%rbp),%rdi -ffffffff80021792: e8 c9 75 ff ff call ffffffff80018d60 -ffffffff80021797: 0f 0b ud2 -ffffffff80021799: 0f 1f 80 00 00 00 00 nopl 0x0(%rax) - -ffffffff800217a0 <_ZN4core9panicking5panic17h5954f42149c26846E>: -ffffffff800217a0: 55 push %rbp -ffffffff800217a1: 48 89 e5 mov %rsp,%rbp -ffffffff800217a4: 48 83 ec 40 sub $0x40,%rsp -ffffffff800217a8: 48 89 7d f0 mov %rdi,-0x10(%rbp) -ffffffff800217ac: 48 89 75 f8 mov %rsi,-0x8(%rbp) -ffffffff800217b0: 48 8d 45 f0 lea -0x10(%rbp),%rax -ffffffff800217b4: 48 89 45 c0 mov %rax,-0x40(%rbp) -ffffffff800217b8: 48 c7 45 c8 01 00 00 movq $0x1,-0x38(%rbp) -ffffffff800217bf: 00 -ffffffff800217c0: 48 c7 45 e0 00 00 00 movq $0x0,-0x20(%rbp) -ffffffff800217c7: 00 -ffffffff800217c8: 48 8d 05 a1 65 00 00 lea 0x65a1(%rip),%rax # ffffffff80027d70 -ffffffff800217cf: 48 89 45 d0 mov %rax,-0x30(%rbp) -ffffffff800217d3: 48 c7 45 d8 00 00 00 movq $0x0,-0x28(%rbp) -ffffffff800217da: 00 -ffffffff800217db: 48 8d 7d c0 lea -0x40(%rbp),%rdi -ffffffff800217df: 48 89 d6 mov %rdx,%rsi -ffffffff800217e2: e8 39 ff ff ff call ffffffff80021720 <_ZN4core9panicking9panic_fmt17hdab3eca30d19da73E> -ffffffff800217e7: 0f 0b ud2 -ffffffff800217e9: 0f 1f 80 00 00 00 00 nopl 0x0(%rax) - -ffffffff800217f0 <_ZN4core9panicking18panic_bounds_check17h0aa7386a620f3834E>: -ffffffff800217f0: 55 push %rbp -ffffffff800217f1: 48 89 e5 mov %rsp,%rbp -ffffffff800217f4: 48 83 ec 60 sub $0x60,%rsp -ffffffff800217f8: 48 89 7d f8 mov %rdi,-0x8(%rbp) -ffffffff800217fc: 48 89 75 f0 mov %rsi,-0x10(%rbp) -ffffffff80021800: 48 8d 45 f0 lea -0x10(%rbp),%rax -ffffffff80021804: 48 89 45 d0 mov %rax,-0x30(%rbp) -ffffffff80021808: 48 8d 05 c1 09 00 00 lea 0x9c1(%rip),%rax # ffffffff800221d0 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u64$GT$3fmt17hb9efc93793ab2de5E> -ffffffff8002180f: 48 89 45 d8 mov %rax,-0x28(%rbp) -ffffffff80021813: 48 8d 4d f8 lea -0x8(%rbp),%rcx -ffffffff80021817: 48 89 4d e0 mov %rcx,-0x20(%rbp) -ffffffff8002181b: 48 89 45 e8 mov %rax,-0x18(%rbp) -ffffffff8002181f: 48 8d 05 12 a2 00 00 lea 0xa212(%rip),%rax # ffffffff8002ba38 -ffffffff80021826: 48 89 45 a0 mov %rax,-0x60(%rbp) -ffffffff8002182a: 48 c7 45 a8 02 00 00 movq $0x2,-0x58(%rbp) -ffffffff80021831: 00 -ffffffff80021832: 48 c7 45 c0 00 00 00 movq $0x0,-0x40(%rbp) -ffffffff80021839: 00 -ffffffff8002183a: 48 8d 45 d0 lea -0x30(%rbp),%rax -ffffffff8002183e: 48 89 45 b0 mov %rax,-0x50(%rbp) -ffffffff80021842: 48 c7 45 b8 02 00 00 movq $0x2,-0x48(%rbp) -ffffffff80021849: 00 -ffffffff8002184a: 48 8d 7d a0 lea -0x60(%rbp),%rdi -ffffffff8002184e: 48 89 d6 mov %rdx,%rsi -ffffffff80021851: e8 ca fe ff ff call ffffffff80021720 <_ZN4core9panicking9panic_fmt17hdab3eca30d19da73E> -ffffffff80021856: 0f 0b ud2 -ffffffff80021858: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff8002185f: 00 - -ffffffff80021860 <_ZN4core9panicking13assert_failed17hebe1e1d25f000247E>: -ffffffff80021860: 55 push %rbp -ffffffff80021861: 48 89 e5 mov %rsp,%rbp -ffffffff80021864: 48 83 ec 20 sub $0x20,%rsp -ffffffff80021868: 49 89 c9 mov %rcx,%r9 -ffffffff8002186b: 48 89 75 f8 mov %rsi,-0x8(%rbp) -ffffffff8002186f: 48 89 55 f0 mov %rdx,-0x10(%rbp) -ffffffff80021873: 4c 89 04 24 mov %r8,(%rsp) -ffffffff80021877: 48 8d 15 da a1 00 00 lea 0xa1da(%rip),%rdx # ffffffff8002ba58 -ffffffff8002187e: 48 8d 75 f8 lea -0x8(%rbp),%rsi -ffffffff80021882: 48 8d 4d f0 lea -0x10(%rbp),%rcx -ffffffff80021886: 49 89 d0 mov %rdx,%r8 -ffffffff80021889: e8 02 00 00 00 call ffffffff80021890 <_ZN4core9panicking19assert_failed_inner17h62be0b43ea813d3eE> -ffffffff8002188e: 0f 0b ud2 - -ffffffff80021890 <_ZN4core9panicking19assert_failed_inner17h62be0b43ea813d3eE>: -ffffffff80021890: 55 push %rbp -ffffffff80021891: 48 89 e5 mov %rsp,%rbp -ffffffff80021894: 48 81 ec d0 00 00 00 sub $0xd0,%rsp -ffffffff8002189b: 48 89 75 e0 mov %rsi,-0x20(%rbp) -ffffffff8002189f: 48 89 55 e8 mov %rdx,-0x18(%rbp) -ffffffff800218a3: 48 89 4d d0 mov %rcx,-0x30(%rbp) -ffffffff800218a7: 4c 89 45 d8 mov %r8,-0x28(%rbp) -ffffffff800218ab: 40 84 ff test %dil,%dil -ffffffff800218ae: 74 16 je ffffffff800218c6 <_ZN4core9panicking19assert_failed_inner17h62be0b43ea813d3eE+0x36> -ffffffff800218b0: 40 0f b6 c7 movzbl %dil,%eax -ffffffff800218b4: 83 f8 01 cmp $0x1,%eax -ffffffff800218b7: 0f 85 a2 00 00 00 jne ffffffff8002195f <_ZN4core9panicking19assert_failed_inner17h62be0b43ea813d3eE+0xcf> -ffffffff800218bd: 48 8d 05 e3 64 00 00 lea 0x64e3(%rip),%rax # ffffffff80027da7 -ffffffff800218c4: eb 07 jmp ffffffff800218cd <_ZN4core9panicking19assert_failed_inner17h62be0b43ea813d3eE+0x3d> -ffffffff800218c6: 48 8d 05 d8 64 00 00 lea 0x64d8(%rip),%rax # ffffffff80027da5 -ffffffff800218cd: 48 89 45 f0 mov %rax,-0x10(%rbp) -ffffffff800218d1: b8 02 00 00 00 mov $0x2,%eax -ffffffff800218d6: 48 8b 75 10 mov 0x10(%rbp),%rsi -ffffffff800218da: 48 89 45 f8 mov %rax,-0x8(%rbp) -ffffffff800218de: 49 83 39 00 cmpq $0x0,(%r9) -ffffffff800218e2: 0f 85 99 00 00 00 jne ffffffff80021981 <_ZN4core9panicking19assert_failed_inner17h62be0b43ea813d3eE+0xf1> -ffffffff800218e8: 48 8d 45 f0 lea -0x10(%rbp),%rax -ffffffff800218ec: 48 89 45 90 mov %rax,-0x70(%rbp) -ffffffff800218f0: 48 8d 05 79 df ff ff lea -0x2087(%rip),%rax # ffffffff8001f870 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17hcb8eb6f6833ab5f3E> -ffffffff800218f7: 48 89 45 98 mov %rax,-0x68(%rbp) -ffffffff800218fb: 48 8d 45 e0 lea -0x20(%rbp),%rax -ffffffff800218ff: 48 89 45 a0 mov %rax,-0x60(%rbp) -ffffffff80021903: 48 8d 05 16 dd ff ff lea -0x22ea(%rip),%rax # ffffffff8001f620 <_ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17h4d68db5dd2fe67d9E> -ffffffff8002190a: 48 89 45 a8 mov %rax,-0x58(%rbp) -ffffffff8002190e: 48 8d 4d d0 lea -0x30(%rbp),%rcx -ffffffff80021912: 48 89 4d b0 mov %rcx,-0x50(%rbp) -ffffffff80021916: 48 89 45 b8 mov %rax,-0x48(%rbp) -ffffffff8002191a: 48 8d 05 57 a1 00 00 lea 0xa157(%rip),%rax # ffffffff8002ba78 -ffffffff80021921: 48 89 85 60 ff ff ff mov %rax,-0xa0(%rbp) -ffffffff80021928: 48 c7 85 68 ff ff ff movq $0x3,-0x98(%rbp) -ffffffff8002192f: 03 00 00 00 -ffffffff80021933: 48 c7 45 80 00 00 00 movq $0x0,-0x80(%rbp) -ffffffff8002193a: 00 -ffffffff8002193b: 48 8d 45 90 lea -0x70(%rbp),%rax -ffffffff8002193f: 48 89 85 70 ff ff ff mov %rax,-0x90(%rbp) -ffffffff80021946: 48 c7 85 78 ff ff ff movq $0x3,-0x88(%rbp) -ffffffff8002194d: 03 00 00 00 -ffffffff80021951: 48 8d bd 60 ff ff ff lea -0xa0(%rbp),%rdi -ffffffff80021958: e8 c3 fd ff ff call ffffffff80021720 <_ZN4core9panicking9panic_fmt17hdab3eca30d19da73E> -ffffffff8002195d: 0f 0b ud2 -ffffffff8002195f: 48 8d 05 43 64 00 00 lea 0x6443(%rip),%rax # ffffffff80027da9 -ffffffff80021966: 48 89 45 f0 mov %rax,-0x10(%rbp) -ffffffff8002196a: b8 07 00 00 00 mov $0x7,%eax -ffffffff8002196f: 48 8b 75 10 mov 0x10(%rbp),%rsi -ffffffff80021973: 48 89 45 f8 mov %rax,-0x8(%rbp) -ffffffff80021977: 49 83 39 00 cmpq $0x0,(%r9) -ffffffff8002197b: 0f 84 67 ff ff ff je ffffffff800218e8 <_ZN4core9panicking19assert_failed_inner17h62be0b43ea813d3eE+0x58> -ffffffff80021981: 49 8b 41 28 mov 0x28(%r9),%rax -ffffffff80021985: 48 89 85 58 ff ff ff mov %rax,-0xa8(%rbp) -ffffffff8002198c: 49 8b 41 20 mov 0x20(%r9),%rax -ffffffff80021990: 48 89 85 50 ff ff ff mov %rax,-0xb0(%rbp) -ffffffff80021997: 49 8b 41 18 mov 0x18(%r9),%rax -ffffffff8002199b: 48 89 85 48 ff ff ff mov %rax,-0xb8(%rbp) -ffffffff800219a2: 49 8b 41 10 mov 0x10(%r9),%rax -ffffffff800219a6: 48 89 85 40 ff ff ff mov %rax,-0xc0(%rbp) -ffffffff800219ad: 49 8b 01 mov (%r9),%rax -ffffffff800219b0: 49 8b 49 08 mov 0x8(%r9),%rcx -ffffffff800219b4: 48 89 8d 38 ff ff ff mov %rcx,-0xc8(%rbp) -ffffffff800219bb: 48 89 85 30 ff ff ff mov %rax,-0xd0(%rbp) -ffffffff800219c2: 48 8d 45 f0 lea -0x10(%rbp),%rax -ffffffff800219c6: 48 89 45 90 mov %rax,-0x70(%rbp) -ffffffff800219ca: 48 8d 05 9f de ff ff lea -0x2161(%rip),%rax # ffffffff8001f870 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17hcb8eb6f6833ab5f3E> -ffffffff800219d1: 48 89 45 98 mov %rax,-0x68(%rbp) -ffffffff800219d5: 48 8d 85 30 ff ff ff lea -0xd0(%rbp),%rax -ffffffff800219dc: 48 89 45 a0 mov %rax,-0x60(%rbp) -ffffffff800219e0: 48 8d 05 09 c6 ff ff lea -0x39f7(%rip),%rax # ffffffff8001dff0 <_ZN59_$LT$core..fmt..Arguments$u20$as$u20$core..fmt..Display$GT$3fmt17he3123d6f51307efbE> -ffffffff800219e7: 48 89 45 a8 mov %rax,-0x58(%rbp) -ffffffff800219eb: 48 8d 45 e0 lea -0x20(%rbp),%rax -ffffffff800219ef: 48 89 45 b0 mov %rax,-0x50(%rbp) -ffffffff800219f3: 48 8d 05 26 dc ff ff lea -0x23da(%rip),%rax # ffffffff8001f620 <_ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17h4d68db5dd2fe67d9E> -ffffffff800219fa: 48 89 45 b8 mov %rax,-0x48(%rbp) -ffffffff800219fe: 48 8d 4d d0 lea -0x30(%rbp),%rcx -ffffffff80021a02: 48 89 4d c0 mov %rcx,-0x40(%rbp) -ffffffff80021a06: 48 89 45 c8 mov %rax,-0x38(%rbp) -ffffffff80021a0a: 48 8d 05 97 a0 00 00 lea 0xa097(%rip),%rax # ffffffff8002baa8 -ffffffff80021a11: 48 89 85 60 ff ff ff mov %rax,-0xa0(%rbp) -ffffffff80021a18: 48 c7 85 68 ff ff ff movq $0x4,-0x98(%rbp) -ffffffff80021a1f: 04 00 00 00 -ffffffff80021a23: 48 c7 45 80 00 00 00 movq $0x0,-0x80(%rbp) -ffffffff80021a2a: 00 -ffffffff80021a2b: 48 8d 45 90 lea -0x70(%rbp),%rax -ffffffff80021a2f: 48 89 85 70 ff ff ff mov %rax,-0x90(%rbp) -ffffffff80021a36: 48 c7 85 78 ff ff ff movq $0x4,-0x88(%rbp) -ffffffff80021a3d: 04 00 00 00 -ffffffff80021a41: 48 8d bd 60 ff ff ff lea -0xa0(%rbp),%rdi -ffffffff80021a48: e8 d3 fc ff ff call ffffffff80021720 <_ZN4core9panicking9panic_fmt17hdab3eca30d19da73E> -ffffffff80021a4d: 0f 0b ud2 -ffffffff80021a4f: 90 nop - -ffffffff80021a50 <_ZN4core3ops8function6FnOnce9call_once17hca1dd54eb307f4dfE.llvm.3384932827650162863>: -ffffffff80021a50: 55 push %rbp -ffffffff80021a51: 48 89 e5 mov %rsp,%rbp -ffffffff80021a54: 48 8b 07 mov (%rdi),%rax -ffffffff80021a57: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1) -ffffffff80021a5e: 00 00 -ffffffff80021a60: eb fe jmp ffffffff80021a60 <_ZN4core3ops8function6FnOnce9call_once17hca1dd54eb307f4dfE.llvm.3384932827650162863+0x10> -ffffffff80021a62: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff80021a69: 00 00 00 -ffffffff80021a6c: 0f 1f 40 00 nopl 0x0(%rax) - -ffffffff80021a70 <_ZN4core5slice5index26slice_start_index_len_fail17h804cb0b56fff6a53E>: -ffffffff80021a70: 55 push %rbp -ffffffff80021a71: 48 89 e5 mov %rsp,%rbp -ffffffff80021a74: 48 83 ec 60 sub $0x60,%rsp -ffffffff80021a78: 48 89 7d f8 mov %rdi,-0x8(%rbp) -ffffffff80021a7c: 48 89 75 f0 mov %rsi,-0x10(%rbp) -ffffffff80021a80: 48 8d 45 f8 lea -0x8(%rbp),%rax -ffffffff80021a84: 48 89 45 d0 mov %rax,-0x30(%rbp) -ffffffff80021a88: 48 8d 05 41 07 00 00 lea 0x741(%rip),%rax # ffffffff800221d0 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u64$GT$3fmt17hb9efc93793ab2de5E> -ffffffff80021a8f: 48 89 45 d8 mov %rax,-0x28(%rbp) -ffffffff80021a93: 48 8d 4d f0 lea -0x10(%rbp),%rcx -ffffffff80021a97: 48 89 4d e0 mov %rcx,-0x20(%rbp) -ffffffff80021a9b: 48 89 45 e8 mov %rax,-0x18(%rbp) -ffffffff80021a9f: 48 8d 05 72 a0 00 00 lea 0xa072(%rip),%rax # ffffffff8002bb18 -ffffffff80021aa6: 48 89 45 a0 mov %rax,-0x60(%rbp) -ffffffff80021aaa: 48 c7 45 a8 02 00 00 movq $0x2,-0x58(%rbp) -ffffffff80021ab1: 00 -ffffffff80021ab2: 48 c7 45 c0 00 00 00 movq $0x0,-0x40(%rbp) -ffffffff80021ab9: 00 -ffffffff80021aba: 48 8d 45 d0 lea -0x30(%rbp),%rax -ffffffff80021abe: 48 89 45 b0 mov %rax,-0x50(%rbp) -ffffffff80021ac2: 48 c7 45 b8 02 00 00 movq $0x2,-0x48(%rbp) -ffffffff80021ac9: 00 -ffffffff80021aca: 48 8d 7d a0 lea -0x60(%rbp),%rdi -ffffffff80021ace: 48 89 d6 mov %rdx,%rsi -ffffffff80021ad1: e8 4a fc ff ff call ffffffff80021720 <_ZN4core9panicking9panic_fmt17hdab3eca30d19da73E> -ffffffff80021ad6: 0f 0b ud2 -ffffffff80021ad8: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff80021adf: 00 - -ffffffff80021ae0 <_ZN4core5slice5index24slice_end_index_len_fail17hd99589d8d9987d4bE>: -ffffffff80021ae0: 55 push %rbp -ffffffff80021ae1: 48 89 e5 mov %rsp,%rbp -ffffffff80021ae4: 48 83 ec 60 sub $0x60,%rsp -ffffffff80021ae8: 48 89 7d f8 mov %rdi,-0x8(%rbp) -ffffffff80021aec: 48 89 75 f0 mov %rsi,-0x10(%rbp) -ffffffff80021af0: 48 8d 45 f8 lea -0x8(%rbp),%rax -ffffffff80021af4: 48 89 45 d0 mov %rax,-0x30(%rbp) -ffffffff80021af8: 48 8d 05 d1 06 00 00 lea 0x6d1(%rip),%rax # ffffffff800221d0 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u64$GT$3fmt17hb9efc93793ab2de5E> -ffffffff80021aff: 48 89 45 d8 mov %rax,-0x28(%rbp) -ffffffff80021b03: 48 8d 4d f0 lea -0x10(%rbp),%rcx -ffffffff80021b07: 48 89 4d e0 mov %rcx,-0x20(%rbp) -ffffffff80021b0b: 48 89 45 e8 mov %rax,-0x18(%rbp) -ffffffff80021b0f: 48 8d 05 22 a0 00 00 lea 0xa022(%rip),%rax # ffffffff8002bb38 -ffffffff80021b16: 48 89 45 a0 mov %rax,-0x60(%rbp) -ffffffff80021b1a: 48 c7 45 a8 02 00 00 movq $0x2,-0x58(%rbp) -ffffffff80021b21: 00 -ffffffff80021b22: 48 c7 45 c0 00 00 00 movq $0x0,-0x40(%rbp) -ffffffff80021b29: 00 -ffffffff80021b2a: 48 8d 45 d0 lea -0x30(%rbp),%rax -ffffffff80021b2e: 48 89 45 b0 mov %rax,-0x50(%rbp) -ffffffff80021b32: 48 c7 45 b8 02 00 00 movq $0x2,-0x48(%rbp) -ffffffff80021b39: 00 -ffffffff80021b3a: 48 8d 7d a0 lea -0x60(%rbp),%rdi -ffffffff80021b3e: 48 89 d6 mov %rdx,%rsi -ffffffff80021b41: e8 da fb ff ff call ffffffff80021720 <_ZN4core9panicking9panic_fmt17hdab3eca30d19da73E> -ffffffff80021b46: 0f 0b ud2 -ffffffff80021b48: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff80021b4f: 00 - -ffffffff80021b50 <_ZN4core5slice5index22slice_index_order_fail17h47451dbb1327e2efE>: -ffffffff80021b50: 55 push %rbp -ffffffff80021b51: 48 89 e5 mov %rsp,%rbp -ffffffff80021b54: 48 83 ec 60 sub $0x60,%rsp -ffffffff80021b58: 48 89 7d f8 mov %rdi,-0x8(%rbp) -ffffffff80021b5c: 48 89 75 f0 mov %rsi,-0x10(%rbp) -ffffffff80021b60: 48 8d 45 f8 lea -0x8(%rbp),%rax -ffffffff80021b64: 48 89 45 d0 mov %rax,-0x30(%rbp) -ffffffff80021b68: 48 8d 05 61 06 00 00 lea 0x661(%rip),%rax # ffffffff800221d0 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u64$GT$3fmt17hb9efc93793ab2de5E> -ffffffff80021b6f: 48 89 45 d8 mov %rax,-0x28(%rbp) -ffffffff80021b73: 48 8d 4d f0 lea -0x10(%rbp),%rcx -ffffffff80021b77: 48 89 4d e0 mov %rcx,-0x20(%rbp) -ffffffff80021b7b: 48 89 45 e8 mov %rax,-0x18(%rbp) -ffffffff80021b7f: 48 8d 05 d2 9f 00 00 lea 0x9fd2(%rip),%rax # ffffffff8002bb58 -ffffffff80021b86: 48 89 45 a0 mov %rax,-0x60(%rbp) -ffffffff80021b8a: 48 c7 45 a8 02 00 00 movq $0x2,-0x58(%rbp) -ffffffff80021b91: 00 -ffffffff80021b92: 48 c7 45 c0 00 00 00 movq $0x0,-0x40(%rbp) -ffffffff80021b99: 00 -ffffffff80021b9a: 48 8d 45 d0 lea -0x30(%rbp),%rax -ffffffff80021b9e: 48 89 45 b0 mov %rax,-0x50(%rbp) -ffffffff80021ba2: 48 c7 45 b8 02 00 00 movq $0x2,-0x48(%rbp) -ffffffff80021ba9: 00 -ffffffff80021baa: 48 8d 7d a0 lea -0x60(%rbp),%rdi -ffffffff80021bae: 48 89 d6 mov %rdx,%rsi -ffffffff80021bb1: e8 6a fb ff ff call ffffffff80021720 <_ZN4core9panicking9panic_fmt17hdab3eca30d19da73E> -ffffffff80021bb6: 0f 0b ud2 -ffffffff80021bb8: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff80021bbf: 00 - -ffffffff80021bc0 <_ZN4core7unicode12unicode_data15grapheme_extend6lookup17hfb8fac8fcf5208e2E>: -ffffffff80021bc0: 55 push %rbp -ffffffff80021bc1: 48 89 e5 mov %rsp,%rbp -ffffffff80021bc4: 89 fe mov %edi,%esi -ffffffff80021bc6: c1 e6 0b shl $0xb,%esi -ffffffff80021bc9: b8 21 00 00 00 mov $0x21,%eax -ffffffff80021bce: 31 d2 xor %edx,%edx -ffffffff80021bd0: 48 8d 0d 51 63 00 00 lea 0x6351(%rip),%rcx # ffffffff80027f28 <_ZN4core7unicode12unicode_data15grapheme_extend17SHORT_OFFSET_RUNS17hac7d7028fedddf4bE.llvm.14226874003420388031> -ffffffff80021bd7: 41 b8 ff 00 00 00 mov $0xff,%r8d -ffffffff80021bdd: 41 b9 21 00 00 00 mov $0x21,%r9d -ffffffff80021be3: eb 13 jmp ffffffff80021bf8 <_ZN4core7unicode12unicode_data15grapheme_extend6lookup17hfb8fac8fcf5208e2E+0x38> -ffffffff80021be5: 66 66 2e 0f 1f 84 00 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff80021bec: 00 00 00 00 -ffffffff80021bf0: 49 89 c1 mov %rax,%r9 -ffffffff80021bf3: 48 29 d0 sub %rdx,%rax -ffffffff80021bf6: 76 41 jbe ffffffff80021c39 <_ZN4core7unicode12unicode_data15grapheme_extend6lookup17hfb8fac8fcf5208e2E+0x79> -ffffffff80021bf8: 48 d1 e8 shr %rax -ffffffff80021bfb: 48 01 d0 add %rdx,%rax -ffffffff80021bfe: 44 8b 1c 81 mov (%rcx,%rax,4),%r11d -ffffffff80021c02: 41 c1 e3 0b shl $0xb,%r11d -ffffffff80021c06: 45 31 d2 xor %r10d,%r10d -ffffffff80021c09: 41 39 f3 cmp %esi,%r11d -ffffffff80021c0c: 41 0f 95 c2 setne %r10b -ffffffff80021c10: 45 0f 42 d0 cmovb %r8d,%r10d -ffffffff80021c14: 41 80 fa 01 cmp $0x1,%r10b -ffffffff80021c18: 74 d6 je ffffffff80021bf0 <_ZN4core7unicode12unicode_data15grapheme_extend6lookup17hfb8fac8fcf5208e2E+0x30> -ffffffff80021c1a: 41 0f b6 d2 movzbl %r10b,%edx -ffffffff80021c1e: 48 ff c0 inc %rax -ffffffff80021c21: 81 fa ff 00 00 00 cmp $0xff,%edx -ffffffff80021c27: 75 0d jne ffffffff80021c36 <_ZN4core7unicode12unicode_data15grapheme_extend6lookup17hfb8fac8fcf5208e2E+0x76> -ffffffff80021c29: 48 89 c2 mov %rax,%rdx -ffffffff80021c2c: 4c 89 c8 mov %r9,%rax -ffffffff80021c2f: 48 29 d0 sub %rdx,%rax -ffffffff80021c32: 77 c4 ja ffffffff80021bf8 <_ZN4core7unicode12unicode_data15grapheme_extend6lookup17hfb8fac8fcf5208e2E+0x38> -ffffffff80021c34: eb 03 jmp ffffffff80021c39 <_ZN4core7unicode12unicode_data15grapheme_extend6lookup17hfb8fac8fcf5208e2E+0x79> -ffffffff80021c36: 48 89 c2 mov %rax,%rdx -ffffffff80021c39: 48 83 fa 20 cmp $0x20,%rdx -ffffffff80021c3d: 0f 87 bd 00 00 00 ja ffffffff80021d00 <_ZN4core7unicode12unicode_data15grapheme_extend6lookup17hfb8fac8fcf5208e2E+0x140> -ffffffff80021c43: 8b 04 91 mov (%rcx,%rdx,4),%eax -ffffffff80021c46: c1 e8 15 shr $0x15,%eax -ffffffff80021c49: 48 83 fa 20 cmp $0x20,%rdx -ffffffff80021c4d: 75 0c jne ffffffff80021c5b <_ZN4core7unicode12unicode_data15grapheme_extend6lookup17hfb8fac8fcf5208e2E+0x9b> -ffffffff80021c4f: ba 1f 00 00 00 mov $0x1f,%edx -ffffffff80021c54: be d7 02 00 00 mov $0x2d7,%esi -ffffffff80021c59: eb 0f jmp ffffffff80021c6a <_ZN4core7unicode12unicode_data15grapheme_extend6lookup17hfb8fac8fcf5208e2E+0xaa> -ffffffff80021c5b: 8b 74 91 04 mov 0x4(%rcx,%rdx,4),%esi -ffffffff80021c5f: c1 ee 15 shr $0x15,%esi -ffffffff80021c62: 48 85 d2 test %rdx,%rdx -ffffffff80021c65: 74 64 je ffffffff80021ccb <_ZN4core7unicode12unicode_data15grapheme_extend6lookup17hfb8fac8fcf5208e2E+0x10b> -ffffffff80021c67: 48 ff ca dec %rdx -ffffffff80021c6a: 41 b8 ff ff 1f 00 mov $0x1fffff,%r8d -ffffffff80021c70: 44 23 04 91 and (%rcx,%rdx,4),%r8d -ffffffff80021c74: 48 89 c1 mov %rax,%rcx -ffffffff80021c77: 48 f7 d1 not %rcx -ffffffff80021c7a: 48 01 f1 add %rsi,%rcx -ffffffff80021c7d: 74 41 je ffffffff80021cc0 <_ZN4core7unicode12unicode_data15grapheme_extend6lookup17hfb8fac8fcf5208e2E+0x100> -ffffffff80021c7f: 44 29 c7 sub %r8d,%edi -ffffffff80021c82: 48 ff ce dec %rsi -ffffffff80021c85: 31 c9 xor %ecx,%ecx -ffffffff80021c87: 4c 8d 05 1e 63 00 00 lea 0x631e(%rip),%r8 # ffffffff80027fac <_ZN4core7unicode12unicode_data15grapheme_extend7OFFSETS17h3f774298b3c46f9aE.llvm.14226874003420388031> -ffffffff80021c8e: 48 89 c2 mov %rax,%rdx -ffffffff80021c91: 66 66 66 66 66 66 2e data16 data16 data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff80021c98: 0f 1f 84 00 00 00 00 -ffffffff80021c9f: 00 -ffffffff80021ca0: 48 81 fa d6 02 00 00 cmp $0x2d6,%rdx -ffffffff80021ca7: 77 32 ja ffffffff80021cdb <_ZN4core7unicode12unicode_data15grapheme_extend6lookup17hfb8fac8fcf5208e2E+0x11b> -ffffffff80021ca9: 46 0f b6 0c 02 movzbl (%rdx,%r8,1),%r9d -ffffffff80021cae: 44 01 c9 add %r9d,%ecx -ffffffff80021cb1: 39 f9 cmp %edi,%ecx -ffffffff80021cb3: 77 0f ja ffffffff80021cc4 <_ZN4core7unicode12unicode_data15grapheme_extend6lookup17hfb8fac8fcf5208e2E+0x104> -ffffffff80021cb5: 48 ff c2 inc %rdx -ffffffff80021cb8: 48 39 d6 cmp %rdx,%rsi -ffffffff80021cbb: 75 e3 jne ffffffff80021ca0 <_ZN4core7unicode12unicode_data15grapheme_extend6lookup17hfb8fac8fcf5208e2E+0xe0> -ffffffff80021cbd: 48 89 f0 mov %rsi,%rax -ffffffff80021cc0: 24 01 and $0x1,%al -ffffffff80021cc2: 5d pop %rbp -ffffffff80021cc3: c3 ret -ffffffff80021cc4: 48 89 d0 mov %rdx,%rax -ffffffff80021cc7: 24 01 and $0x1,%al -ffffffff80021cc9: 5d pop %rbp -ffffffff80021cca: c3 ret -ffffffff80021ccb: 45 31 c0 xor %r8d,%r8d -ffffffff80021cce: 48 89 c1 mov %rax,%rcx -ffffffff80021cd1: 48 f7 d1 not %rcx -ffffffff80021cd4: 48 01 f1 add %rsi,%rcx -ffffffff80021cd7: 75 a6 jne ffffffff80021c7f <_ZN4core7unicode12unicode_data15grapheme_extend6lookup17hfb8fac8fcf5208e2E+0xbf> -ffffffff80021cd9: eb e5 jmp ffffffff80021cc0 <_ZN4core7unicode12unicode_data15grapheme_extend6lookup17hfb8fac8fcf5208e2E+0x100> -ffffffff80021cdb: 48 3d d8 02 00 00 cmp $0x2d8,%rax -ffffffff80021ce1: b9 d7 02 00 00 mov $0x2d7,%ecx -ffffffff80021ce6: 48 0f 42 c1 cmovb %rcx,%rax -ffffffff80021cea: 48 8d 15 9f 9e 00 00 lea 0x9e9f(%rip),%rdx # ffffffff8002bb90 -ffffffff80021cf1: be d7 02 00 00 mov $0x2d7,%esi -ffffffff80021cf6: 48 89 c7 mov %rax,%rdi -ffffffff80021cf9: e8 f2 fa ff ff call ffffffff800217f0 <_ZN4core9panicking18panic_bounds_check17h0aa7386a620f3834E> -ffffffff80021cfe: 0f 0b ud2 -ffffffff80021d00: 48 8d 15 71 9e 00 00 lea 0x9e71(%rip),%rdx # ffffffff8002bb78 -ffffffff80021d07: bf 21 00 00 00 mov $0x21,%edi -ffffffff80021d0c: be 21 00 00 00 mov $0x21,%esi -ffffffff80021d11: e8 da fa ff ff call ffffffff800217f0 <_ZN4core9panicking18panic_bounds_check17h0aa7386a620f3834E> -ffffffff80021d16: 0f 0b ud2 -ffffffff80021d18: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff80021d1f: 00 - -ffffffff80021d20 <_ZN4core6option13expect_failed17h998afca5d583b4e6E>: -ffffffff80021d20: 55 push %rbp -ffffffff80021d21: 48 89 e5 mov %rsp,%rbp -ffffffff80021d24: 48 83 ec 50 sub $0x50,%rsp -ffffffff80021d28: 48 89 7d f0 mov %rdi,-0x10(%rbp) -ffffffff80021d2c: 48 89 75 f8 mov %rsi,-0x8(%rbp) -ffffffff80021d30: 48 8d 45 f0 lea -0x10(%rbp),%rax -ffffffff80021d34: 48 89 45 e0 mov %rax,-0x20(%rbp) -ffffffff80021d38: 48 8d 05 31 db ff ff lea -0x24cf(%rip),%rax # ffffffff8001f870 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17hcb8eb6f6833ab5f3E> -ffffffff80021d3f: 48 89 45 e8 mov %rax,-0x18(%rbp) -ffffffff80021d43: 48 8d 05 5e 9e 00 00 lea 0x9e5e(%rip),%rax # ffffffff8002bba8 -ffffffff80021d4a: 48 89 45 b0 mov %rax,-0x50(%rbp) -ffffffff80021d4e: 48 c7 45 b8 01 00 00 movq $0x1,-0x48(%rbp) -ffffffff80021d55: 00 -ffffffff80021d56: 48 c7 45 d0 00 00 00 movq $0x0,-0x30(%rbp) -ffffffff80021d5d: 00 -ffffffff80021d5e: 48 8d 45 e0 lea -0x20(%rbp),%rax -ffffffff80021d62: 48 89 45 c0 mov %rax,-0x40(%rbp) -ffffffff80021d66: 48 c7 45 c8 01 00 00 movq $0x1,-0x38(%rbp) -ffffffff80021d6d: 00 -ffffffff80021d6e: 48 8d 7d b0 lea -0x50(%rbp),%rdi -ffffffff80021d72: 48 89 d6 mov %rdx,%rsi -ffffffff80021d75: e8 a6 f9 ff ff call ffffffff80021720 <_ZN4core9panicking9panic_fmt17hdab3eca30d19da73E> -ffffffff80021d7a: 0f 0b ud2 -ffffffff80021d7c: 0f 1f 40 00 nopl 0x0(%rax) - -ffffffff80021d80 <_ZN4core6result13unwrap_failed17h657510ce64ac5bccE>: -ffffffff80021d80: 55 push %rbp -ffffffff80021d81: 48 89 e5 mov %rsp,%rbp -ffffffff80021d84: 48 83 ec 70 sub $0x70,%rsp -ffffffff80021d88: 48 89 7d f0 mov %rdi,-0x10(%rbp) -ffffffff80021d8c: 48 89 75 f8 mov %rsi,-0x8(%rbp) -ffffffff80021d90: 48 89 55 e0 mov %rdx,-0x20(%rbp) -ffffffff80021d94: 48 89 4d e8 mov %rcx,-0x18(%rbp) -ffffffff80021d98: 48 8d 45 f0 lea -0x10(%rbp),%rax -ffffffff80021d9c: 48 89 45 c0 mov %rax,-0x40(%rbp) -ffffffff80021da0: 48 8d 05 c9 da ff ff lea -0x2537(%rip),%rax # ffffffff8001f870 <_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17hcb8eb6f6833ab5f3E> -ffffffff80021da7: 48 89 45 c8 mov %rax,-0x38(%rbp) -ffffffff80021dab: 48 8d 45 e0 lea -0x20(%rbp),%rax -ffffffff80021daf: 48 89 45 d0 mov %rax,-0x30(%rbp) -ffffffff80021db3: 48 8d 05 66 d8 ff ff lea -0x279a(%rip),%rax # ffffffff8001f620 <_ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17h4d68db5dd2fe67d9E> -ffffffff80021dba: 48 89 45 d8 mov %rax,-0x28(%rbp) -ffffffff80021dbe: 48 8d 05 f3 9d 00 00 lea 0x9df3(%rip),%rax # ffffffff8002bbb8 -ffffffff80021dc5: 48 89 45 90 mov %rax,-0x70(%rbp) -ffffffff80021dc9: 48 c7 45 98 02 00 00 movq $0x2,-0x68(%rbp) -ffffffff80021dd0: 00 -ffffffff80021dd1: 48 c7 45 b0 00 00 00 movq $0x0,-0x50(%rbp) -ffffffff80021dd8: 00 -ffffffff80021dd9: 48 8d 45 c0 lea -0x40(%rbp),%rax -ffffffff80021ddd: 48 89 45 a0 mov %rax,-0x60(%rbp) -ffffffff80021de1: 48 c7 45 a8 02 00 00 movq $0x2,-0x58(%rbp) -ffffffff80021de8: 00 -ffffffff80021de9: 48 8d 7d 90 lea -0x70(%rbp),%rdi -ffffffff80021ded: 4c 89 c6 mov %r8,%rsi -ffffffff80021df0: e8 2b f9 ff ff call ffffffff80021720 <_ZN4core9panicking9panic_fmt17hdab3eca30d19da73E> -ffffffff80021df5: 0f 0b ud2 -ffffffff80021df7: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1) -ffffffff80021dfe: 00 00 - -ffffffff80021e00 <_ZN4core3fmt3num3imp51_$LT$impl$u20$core..fmt..Display$u20$for$u20$u8$GT$3fmt17h7f1094c63e6bd735E>: -ffffffff80021e00: 55 push %rbp -ffffffff80021e01: 48 89 e5 mov %rsp,%rbp -ffffffff80021e04: 48 83 ec 30 sub $0x30,%rsp -ffffffff80021e08: 0f b6 07 movzbl (%rdi),%eax -ffffffff80021e0b: 48 83 f8 64 cmp $0x64,%rax -ffffffff80021e0f: 72 2c jb ffffffff80021e3d <_ZN4core3fmt3num3imp51_$LT$impl$u20$core..fmt..Display$u20$for$u20$u8$GT$3fmt17h7f1094c63e6bd735E+0x3d> -ffffffff80021e11: 0f b6 c8 movzbl %al,%ecx -ffffffff80021e14: 8d 14 89 lea (%rcx,%rcx,4),%edx -ffffffff80021e17: 8d 14 d1 lea (%rcx,%rdx,8),%edx -ffffffff80021e1a: c1 ea 0c shr $0xc,%edx -ffffffff80021e1d: 6b ca 64 imul $0x64,%edx,%ecx -ffffffff80021e20: 28 c8 sub %cl,%al -ffffffff80021e22: 0f b6 c0 movzbl %al,%eax -ffffffff80021e25: 48 8d 0d 68 4d 00 00 lea 0x4d68(%rip),%rcx # ffffffff80026b94 -ffffffff80021e2c: 0f b7 04 41 movzwl (%rcx,%rax,2),%eax -ffffffff80021e30: 66 89 45 fe mov %ax,-0x2(%rbp) -ffffffff80021e34: b9 24 00 00 00 mov $0x24,%ecx -ffffffff80021e39: 89 d0 mov %edx,%eax -ffffffff80021e3b: eb 09 jmp ffffffff80021e46 <_ZN4core3fmt3num3imp51_$LT$impl$u20$core..fmt..Display$u20$for$u20$u8$GT$3fmt17h7f1094c63e6bd735E+0x46> -ffffffff80021e3d: b9 26 00 00 00 mov $0x26,%ecx -ffffffff80021e42: 3c 0a cmp $0xa,%al -ffffffff80021e44: 73 08 jae ffffffff80021e4e <_ZN4core3fmt3num3imp51_$LT$impl$u20$core..fmt..Display$u20$for$u20$u8$GT$3fmt17h7f1094c63e6bd735E+0x4e> -ffffffff80021e46: 0c 30 or $0x30,%al -ffffffff80021e48: 88 44 0d d9 mov %al,-0x27(%rbp,%rcx,1) -ffffffff80021e4c: eb 14 jmp ffffffff80021e62 <_ZN4core3fmt3num3imp51_$LT$impl$u20$core..fmt..Display$u20$for$u20$u8$GT$3fmt17h7f1094c63e6bd735E+0x62> -ffffffff80021e4e: 48 8d 0d 3f 4d 00 00 lea 0x4d3f(%rip),%rcx # ffffffff80026b94 -ffffffff80021e55: 0f b7 04 41 movzwl (%rcx,%rax,2),%eax -ffffffff80021e59: 66 89 45 fe mov %ax,-0x2(%rbp) -ffffffff80021e5d: b9 25 00 00 00 mov $0x25,%ecx -ffffffff80021e62: 4c 8d 04 29 lea (%rcx,%rbp,1),%r8 -ffffffff80021e66: 49 83 c0 d9 add $0xffffffffffffffd9,%r8 -ffffffff80021e6a: 41 b9 27 00 00 00 mov $0x27,%r9d -ffffffff80021e70: 49 29 c9 sub %rcx,%r9 -ffffffff80021e73: 48 8d 15 0e 64 00 00 lea 0x640e(%rip),%rdx # ffffffff80028288 -ffffffff80021e7a: 48 89 f7 mov %rsi,%rdi -ffffffff80021e7d: be 01 00 00 00 mov $0x1,%esi -ffffffff80021e82: 31 c9 xor %ecx,%ecx -ffffffff80021e84: e8 a7 c3 ff ff call ffffffff8001e230 <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E> -ffffffff80021e89: 48 83 c4 30 add $0x30,%rsp -ffffffff80021e8d: 5d pop %rbp -ffffffff80021e8e: c3 ret -ffffffff80021e8f: 90 nop - -ffffffff80021e90 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u16$GT$3fmt17h14337445acae25ffE>: -ffffffff80021e90: 55 push %rbp -ffffffff80021e91: 48 89 e5 mov %rsp,%rbp -ffffffff80021e94: 48 83 ec 30 sub $0x30,%rsp -ffffffff80021e98: 0f b7 07 movzwl (%rdi),%eax -ffffffff80021e9b: 3d 10 27 00 00 cmp $0x2710,%eax -ffffffff80021ea0: 72 4b jb ffffffff80021eed <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u16$GT$3fmt17h14337445acae25ffE+0x5d> -ffffffff80021ea2: 0f b7 c8 movzwl %ax,%ecx -ffffffff80021ea5: c1 e9 04 shr $0x4,%ecx -ffffffff80021ea8: 69 d1 47 03 00 00 imul $0x347,%ecx,%edx -ffffffff80021eae: c1 ea 13 shr $0x13,%edx -ffffffff80021eb1: 69 ca 10 27 00 00 imul $0x2710,%edx,%ecx -ffffffff80021eb7: 29 c8 sub %ecx,%eax -ffffffff80021eb9: 0f b7 c8 movzwl %ax,%ecx -ffffffff80021ebc: 69 c9 7b 14 00 00 imul $0x147b,%ecx,%ecx -ffffffff80021ec2: c1 e9 13 shr $0x13,%ecx -ffffffff80021ec5: 6b f9 64 imul $0x64,%ecx,%edi -ffffffff80021ec8: 29 f8 sub %edi,%eax -ffffffff80021eca: 0f b7 c0 movzwl %ax,%eax -ffffffff80021ecd: 48 8d 3d c0 4c 00 00 lea 0x4cc0(%rip),%rdi # ffffffff80026b94 -ffffffff80021ed4: 0f b7 0c 4f movzwl (%rdi,%rcx,2),%ecx -ffffffff80021ed8: 66 89 4d fc mov %cx,-0x4(%rbp) -ffffffff80021edc: 0f b7 04 47 movzwl (%rdi,%rax,2),%eax -ffffffff80021ee0: 66 89 45 fe mov %ax,-0x2(%rbp) -ffffffff80021ee4: b9 23 00 00 00 mov $0x23,%ecx -ffffffff80021ee9: 89 d0 mov %edx,%eax -ffffffff80021eeb: eb 3e jmp ffffffff80021f2b <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u16$GT$3fmt17h14337445acae25ffE+0x9b> -ffffffff80021eed: b9 27 00 00 00 mov $0x27,%ecx -ffffffff80021ef2: 66 83 f8 64 cmp $0x64,%ax -ffffffff80021ef6: 72 2d jb ffffffff80021f25 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u16$GT$3fmt17h14337445acae25ffE+0x95> -ffffffff80021ef8: 0f b7 c8 movzwl %ax,%ecx -ffffffff80021efb: c1 e9 02 shr $0x2,%ecx -ffffffff80021efe: 69 d1 7b 14 00 00 imul $0x147b,%ecx,%edx -ffffffff80021f04: c1 ea 11 shr $0x11,%edx -ffffffff80021f07: 6b ca 64 imul $0x64,%edx,%ecx -ffffffff80021f0a: 29 c8 sub %ecx,%eax -ffffffff80021f0c: 0f b7 c0 movzwl %ax,%eax -ffffffff80021f0f: 48 8d 0d 7e 4c 00 00 lea 0x4c7e(%rip),%rcx # ffffffff80026b94 -ffffffff80021f16: 0f b7 04 41 movzwl (%rcx,%rax,2),%eax -ffffffff80021f1a: 66 89 45 fe mov %ax,-0x2(%rbp) -ffffffff80021f1e: b9 25 00 00 00 mov $0x25,%ecx -ffffffff80021f23: 89 d0 mov %edx,%eax -ffffffff80021f25: 66 83 f8 0a cmp $0xa,%ax -ffffffff80021f29: 73 0b jae ffffffff80021f36 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u16$GT$3fmt17h14337445acae25ffE+0xa6> -ffffffff80021f2b: 0c 30 or $0x30,%al -ffffffff80021f2d: 88 44 0d d8 mov %al,-0x28(%rbp,%rcx,1) -ffffffff80021f31: 48 ff c9 dec %rcx -ffffffff80021f34: eb 17 jmp ffffffff80021f4d <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u16$GT$3fmt17h14337445acae25ffE+0xbd> -ffffffff80021f36: 0f b7 c0 movzwl %ax,%eax -ffffffff80021f39: 48 8d 15 54 4c 00 00 lea 0x4c54(%rip),%rdx # ffffffff80026b94 -ffffffff80021f40: 0f b7 04 42 movzwl (%rdx,%rax,2),%eax -ffffffff80021f44: 66 89 44 0d d7 mov %ax,-0x29(%rbp,%rcx,1) -ffffffff80021f49: 48 83 c1 fe add $0xfffffffffffffffe,%rcx -ffffffff80021f4d: 4c 8d 04 29 lea (%rcx,%rbp,1),%r8 -ffffffff80021f51: 49 83 c0 d9 add $0xffffffffffffffd9,%r8 -ffffffff80021f55: 41 b9 27 00 00 00 mov $0x27,%r9d -ffffffff80021f5b: 49 29 c9 sub %rcx,%r9 -ffffffff80021f5e: 48 8d 15 23 63 00 00 lea 0x6323(%rip),%rdx # ffffffff80028288 -ffffffff80021f65: 48 89 f7 mov %rsi,%rdi -ffffffff80021f68: be 01 00 00 00 mov $0x1,%esi -ffffffff80021f6d: 31 c9 xor %ecx,%ecx -ffffffff80021f6f: e8 bc c2 ff ff call ffffffff8001e230 <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E> -ffffffff80021f74: 48 83 c4 30 add $0x30,%rsp -ffffffff80021f78: 5d pop %rbp -ffffffff80021f79: c3 ret -ffffffff80021f7a: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1) - -ffffffff80021f80 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$i32$GT$3fmt17h43fc89a0e3595aabE>: -ffffffff80021f80: 55 push %rbp -ffffffff80021f81: 48 89 e5 mov %rsp,%rbp -ffffffff80021f84: 53 push %rbx -ffffffff80021f85: 48 83 ec 28 sub $0x28,%rsp -ffffffff80021f89: 48 63 0f movslq (%rdi),%rcx -ffffffff80021f8c: 48 89 c8 mov %rcx,%rax -ffffffff80021f8f: 48 f7 d8 neg %rax -ffffffff80021f92: 48 85 c9 test %rcx,%rcx -ffffffff80021f95: 41 89 c8 mov %ecx,%r8d -ffffffff80021f98: 4c 0f 48 c0 cmovs %rax,%r8 -ffffffff80021f9c: 48 89 f7 mov %rsi,%rdi -ffffffff80021f9f: b8 27 00 00 00 mov $0x27,%eax -ffffffff80021fa4: 48 8d 35 e9 4b 00 00 lea 0x4be9(%rip),%rsi # ffffffff80026b94 -ffffffff80021fab: 49 81 f8 10 27 00 00 cmp $0x2710,%r8 -ffffffff80021fb2: 0f 82 af 00 00 00 jb ffffffff80022067 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$i32$GT$3fmt17h43fc89a0e3595aabE+0xe7> -ffffffff80021fb8: 41 ba 27 00 00 00 mov $0x27,%r10d -ffffffff80021fbe: 49 b9 4b 59 86 38 d6 movabs $0x346dc5d63886594b,%r9 -ffffffff80021fc5: c5 6d 34 -ffffffff80021fc8: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) -ffffffff80021fcf: 00 -ffffffff80021fd0: 4c 89 c0 mov %r8,%rax -ffffffff80021fd3: 49 f7 e1 mul %r9 -ffffffff80021fd6: 48 c1 ea 0b shr $0xb,%rdx -ffffffff80021fda: 69 c2 10 27 00 00 imul $0x2710,%edx,%eax -ffffffff80021fe0: 45 89 c3 mov %r8d,%r11d -ffffffff80021fe3: 41 29 c3 sub %eax,%r11d -ffffffff80021fe6: 41 69 db 7b 14 00 00 imul $0x147b,%r11d,%ebx -ffffffff80021fed: c1 eb 13 shr $0x13,%ebx -ffffffff80021ff0: 6b c3 64 imul $0x64,%ebx,%eax -ffffffff80021ff3: 41 29 c3 sub %eax,%r11d -ffffffff80021ff6: 45 0f b7 db movzwl %r11w,%r11d -ffffffff80021ffa: 49 8d 42 fc lea -0x4(%r10),%rax -ffffffff80021ffe: 0f b7 1c 5e movzwl (%rsi,%rbx,2),%ebx -ffffffff80022002: 66 42 89 5c 15 cd mov %bx,-0x33(%rbp,%r10,1) -ffffffff80022008: 46 0f b7 1c 5e movzwl (%rsi,%r11,2),%r11d -ffffffff8002200d: 66 46 89 5c 15 cf mov %r11w,-0x31(%rbp,%r10,1) -ffffffff80022013: 49 89 c2 mov %rax,%r10 -ffffffff80022016: 49 81 f8 ff e0 f5 05 cmp $0x5f5e0ff,%r8 -ffffffff8002201d: 49 89 d0 mov %rdx,%r8 -ffffffff80022020: 77 ae ja ffffffff80021fd0 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$i32$GT$3fmt17h43fc89a0e3595aabE+0x50> -ffffffff80022022: 48 83 fa 63 cmp $0x63,%rdx -ffffffff80022026: 76 2d jbe ffffffff80022055 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$i32$GT$3fmt17h43fc89a0e3595aabE+0xd5> -ffffffff80022028: 44 0f b7 c2 movzwl %dx,%r8d -ffffffff8002202c: 41 c1 e8 02 shr $0x2,%r8d -ffffffff80022030: 45 69 c0 7b 14 00 00 imul $0x147b,%r8d,%r8d -ffffffff80022037: 41 c1 e8 11 shr $0x11,%r8d -ffffffff8002203b: 45 6b c8 64 imul $0x64,%r8d,%r9d -ffffffff8002203f: 44 29 ca sub %r9d,%edx -ffffffff80022042: 0f b7 d2 movzwl %dx,%edx -ffffffff80022045: 0f b7 14 56 movzwl (%rsi,%rdx,2),%edx -ffffffff80022049: 66 89 54 05 cf mov %dx,-0x31(%rbp,%rax,1) -ffffffff8002204e: 48 83 c0 fe add $0xfffffffffffffffe,%rax -ffffffff80022052: 4c 89 c2 mov %r8,%rdx -ffffffff80022055: 48 83 fa 0a cmp $0xa,%rdx -ffffffff80022059: 73 17 jae ffffffff80022072 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$i32$GT$3fmt17h43fc89a0e3595aabE+0xf2> -ffffffff8002205b: 80 c2 30 add $0x30,%dl -ffffffff8002205e: 88 54 05 d0 mov %dl,-0x30(%rbp,%rax,1) -ffffffff80022062: 48 ff c8 dec %rax -ffffffff80022065: eb 18 jmp ffffffff8002207f <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$i32$GT$3fmt17h43fc89a0e3595aabE+0xff> -ffffffff80022067: 4c 89 c2 mov %r8,%rdx -ffffffff8002206a: 48 83 fa 63 cmp $0x63,%rdx -ffffffff8002206e: 77 b8 ja ffffffff80022028 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$i32$GT$3fmt17h43fc89a0e3595aabE+0xa8> -ffffffff80022070: eb e3 jmp ffffffff80022055 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$i32$GT$3fmt17h43fc89a0e3595aabE+0xd5> -ffffffff80022072: 0f b7 14 56 movzwl (%rsi,%rdx,2),%edx -ffffffff80022076: 66 89 54 05 cf mov %dx,-0x31(%rbp,%rax,1) -ffffffff8002207b: 48 83 c0 fe add $0xfffffffffffffffe,%rax -ffffffff8002207f: 4c 8d 04 28 lea (%rax,%rbp,1),%r8 -ffffffff80022083: 49 83 c0 d1 add $0xffffffffffffffd1,%r8 -ffffffff80022087: 41 b9 27 00 00 00 mov $0x27,%r9d -ffffffff8002208d: 49 29 c1 sub %rax,%r9 -ffffffff80022090: f7 d1 not %ecx -ffffffff80022092: c1 e9 1f shr $0x1f,%ecx -ffffffff80022095: 48 8d 15 ec 61 00 00 lea 0x61ec(%rip),%rdx # ffffffff80028288 -ffffffff8002209c: 89 ce mov %ecx,%esi -ffffffff8002209e: 31 c9 xor %ecx,%ecx -ffffffff800220a0: e8 8b c1 ff ff call ffffffff8001e230 <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E> -ffffffff800220a5: 48 83 c4 28 add $0x28,%rsp -ffffffff800220a9: 5b pop %rbx -ffffffff800220aa: 5d pop %rbp -ffffffff800220ab: c3 ret -ffffffff800220ac: 0f 1f 40 00 nopl 0x0(%rax) - -ffffffff800220b0 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u32$GT$3fmt17h075a1d797155bb92E>: -ffffffff800220b0: 55 push %rbp -ffffffff800220b1: 48 89 e5 mov %rsp,%rbp -ffffffff800220b4: 48 83 ec 30 sub $0x30,%rsp -ffffffff800220b8: 8b 0f mov (%rdi),%ecx -ffffffff800220ba: b8 27 00 00 00 mov $0x27,%eax -ffffffff800220bf: 48 8d 3d ce 4a 00 00 lea 0x4ace(%rip),%rdi # ffffffff80026b94 -ffffffff800220c6: 48 81 f9 10 27 00 00 cmp $0x2710,%rcx -ffffffff800220cd: 0f 82 b3 00 00 00 jb ffffffff80022186 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u32$GT$3fmt17h075a1d797155bb92E+0xd6> -ffffffff800220d3: 41 b9 27 00 00 00 mov $0x27,%r9d -ffffffff800220d9: 49 b8 4b 59 86 38 d6 movabs $0x346dc5d63886594b,%r8 -ffffffff800220e0: c5 6d 34 -ffffffff800220e3: 66 66 66 66 2e 0f 1f data16 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff800220ea: 84 00 00 00 00 00 -ffffffff800220f0: 48 89 c8 mov %rcx,%rax -ffffffff800220f3: 49 f7 e0 mul %r8 -ffffffff800220f6: 48 c1 ea 0b shr $0xb,%rdx -ffffffff800220fa: 69 c2 10 27 00 00 imul $0x2710,%edx,%eax -ffffffff80022100: 41 89 ca mov %ecx,%r10d -ffffffff80022103: 41 29 c2 sub %eax,%r10d -ffffffff80022106: 45 69 da 7b 14 00 00 imul $0x147b,%r10d,%r11d -ffffffff8002210d: 41 c1 eb 13 shr $0x13,%r11d -ffffffff80022111: 41 6b c3 64 imul $0x64,%r11d,%eax -ffffffff80022115: 41 29 c2 sub %eax,%r10d -ffffffff80022118: 45 0f b7 d2 movzwl %r10w,%r10d -ffffffff8002211c: 49 8d 41 fc lea -0x4(%r9),%rax -ffffffff80022120: 46 0f b7 1c 5f movzwl (%rdi,%r11,2),%r11d -ffffffff80022125: 66 46 89 5c 0d d5 mov %r11w,-0x2b(%rbp,%r9,1) -ffffffff8002212b: 46 0f b7 14 57 movzwl (%rdi,%r10,2),%r10d -ffffffff80022130: 66 46 89 54 0d d7 mov %r10w,-0x29(%rbp,%r9,1) -ffffffff80022136: 49 89 c1 mov %rax,%r9 -ffffffff80022139: 48 81 f9 ff e0 f5 05 cmp $0x5f5e0ff,%rcx -ffffffff80022140: 48 89 d1 mov %rdx,%rcx -ffffffff80022143: 77 ab ja ffffffff800220f0 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u32$GT$3fmt17h075a1d797155bb92E+0x40> -ffffffff80022145: 48 83 fa 63 cmp $0x63,%rdx -ffffffff80022149: 76 29 jbe ffffffff80022174 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u32$GT$3fmt17h075a1d797155bb92E+0xc4> -ffffffff8002214b: 0f b7 ca movzwl %dx,%ecx -ffffffff8002214e: c1 e9 02 shr $0x2,%ecx -ffffffff80022151: 69 c9 7b 14 00 00 imul $0x147b,%ecx,%ecx -ffffffff80022157: c1 e9 11 shr $0x11,%ecx -ffffffff8002215a: 44 6b c1 64 imul $0x64,%ecx,%r8d -ffffffff8002215e: 44 29 c2 sub %r8d,%edx -ffffffff80022161: 0f b7 d2 movzwl %dx,%edx -ffffffff80022164: 0f b7 14 57 movzwl (%rdi,%rdx,2),%edx -ffffffff80022168: 66 89 54 05 d7 mov %dx,-0x29(%rbp,%rax,1) -ffffffff8002216d: 48 83 c0 fe add $0xfffffffffffffffe,%rax -ffffffff80022171: 48 89 ca mov %rcx,%rdx -ffffffff80022174: 48 83 fa 0a cmp $0xa,%rdx -ffffffff80022178: 73 17 jae ffffffff80022191 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u32$GT$3fmt17h075a1d797155bb92E+0xe1> -ffffffff8002217a: 80 c2 30 add $0x30,%dl -ffffffff8002217d: 88 54 05 d8 mov %dl,-0x28(%rbp,%rax,1) -ffffffff80022181: 48 ff c8 dec %rax -ffffffff80022184: eb 18 jmp ffffffff8002219e <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u32$GT$3fmt17h075a1d797155bb92E+0xee> -ffffffff80022186: 48 89 ca mov %rcx,%rdx -ffffffff80022189: 48 83 fa 63 cmp $0x63,%rdx -ffffffff8002218d: 77 bc ja ffffffff8002214b <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u32$GT$3fmt17h075a1d797155bb92E+0x9b> -ffffffff8002218f: eb e3 jmp ffffffff80022174 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u32$GT$3fmt17h075a1d797155bb92E+0xc4> -ffffffff80022191: 0f b7 0c 57 movzwl (%rdi,%rdx,2),%ecx -ffffffff80022195: 66 89 4c 05 d7 mov %cx,-0x29(%rbp,%rax,1) -ffffffff8002219a: 48 83 c0 fe add $0xfffffffffffffffe,%rax -ffffffff8002219e: 4c 8d 04 28 lea (%rax,%rbp,1),%r8 -ffffffff800221a2: 49 83 c0 d9 add $0xffffffffffffffd9,%r8 -ffffffff800221a6: 41 b9 27 00 00 00 mov $0x27,%r9d -ffffffff800221ac: 49 29 c1 sub %rax,%r9 -ffffffff800221af: 48 8d 15 d2 60 00 00 lea 0x60d2(%rip),%rdx # ffffffff80028288 -ffffffff800221b6: 48 89 f7 mov %rsi,%rdi -ffffffff800221b9: be 01 00 00 00 mov $0x1,%esi -ffffffff800221be: 31 c9 xor %ecx,%ecx -ffffffff800221c0: e8 6b c0 ff ff call ffffffff8001e230 <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E> -ffffffff800221c5: 48 83 c4 30 add $0x30,%rsp -ffffffff800221c9: 5d pop %rbp -ffffffff800221ca: c3 ret -ffffffff800221cb: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) - -ffffffff800221d0 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u64$GT$3fmt17hb9efc93793ab2de5E>: -ffffffff800221d0: 55 push %rbp -ffffffff800221d1: 48 89 e5 mov %rsp,%rbp -ffffffff800221d4: 48 83 ec 30 sub $0x30,%rsp -ffffffff800221d8: 48 8b 0f mov (%rdi),%rcx -ffffffff800221db: b8 27 00 00 00 mov $0x27,%eax -ffffffff800221e0: 48 8d 3d ad 49 00 00 lea 0x49ad(%rip),%rdi # ffffffff80026b94 -ffffffff800221e7: 48 81 f9 10 27 00 00 cmp $0x2710,%rcx -ffffffff800221ee: 0f 82 b2 00 00 00 jb ffffffff800222a6 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u64$GT$3fmt17hb9efc93793ab2de5E+0xd6> -ffffffff800221f4: 41 b9 27 00 00 00 mov $0x27,%r9d -ffffffff800221fa: 49 b8 4b 59 86 38 d6 movabs $0x346dc5d63886594b,%r8 -ffffffff80022201: c5 6d 34 -ffffffff80022204: 66 66 66 2e 0f 1f 84 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff8002220b: 00 00 00 00 00 -ffffffff80022210: 48 89 c8 mov %rcx,%rax -ffffffff80022213: 49 f7 e0 mul %r8 -ffffffff80022216: 48 c1 ea 0b shr $0xb,%rdx -ffffffff8002221a: 69 c2 10 27 00 00 imul $0x2710,%edx,%eax -ffffffff80022220: 41 89 ca mov %ecx,%r10d -ffffffff80022223: 41 29 c2 sub %eax,%r10d -ffffffff80022226: 45 69 da 7b 14 00 00 imul $0x147b,%r10d,%r11d -ffffffff8002222d: 41 c1 eb 13 shr $0x13,%r11d -ffffffff80022231: 41 6b c3 64 imul $0x64,%r11d,%eax -ffffffff80022235: 41 29 c2 sub %eax,%r10d -ffffffff80022238: 45 0f b7 d2 movzwl %r10w,%r10d -ffffffff8002223c: 49 8d 41 fc lea -0x4(%r9),%rax -ffffffff80022240: 46 0f b7 1c 5f movzwl (%rdi,%r11,2),%r11d -ffffffff80022245: 66 46 89 5c 0d d5 mov %r11w,-0x2b(%rbp,%r9,1) -ffffffff8002224b: 46 0f b7 14 57 movzwl (%rdi,%r10,2),%r10d -ffffffff80022250: 66 46 89 54 0d d7 mov %r10w,-0x29(%rbp,%r9,1) -ffffffff80022256: 49 89 c1 mov %rax,%r9 -ffffffff80022259: 48 81 f9 ff e0 f5 05 cmp $0x5f5e0ff,%rcx -ffffffff80022260: 48 89 d1 mov %rdx,%rcx -ffffffff80022263: 77 ab ja ffffffff80022210 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u64$GT$3fmt17hb9efc93793ab2de5E+0x40> -ffffffff80022265: 48 83 fa 63 cmp $0x63,%rdx -ffffffff80022269: 76 29 jbe ffffffff80022294 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u64$GT$3fmt17hb9efc93793ab2de5E+0xc4> -ffffffff8002226b: 0f b7 ca movzwl %dx,%ecx -ffffffff8002226e: c1 e9 02 shr $0x2,%ecx -ffffffff80022271: 69 c9 7b 14 00 00 imul $0x147b,%ecx,%ecx -ffffffff80022277: c1 e9 11 shr $0x11,%ecx -ffffffff8002227a: 44 6b c1 64 imul $0x64,%ecx,%r8d -ffffffff8002227e: 44 29 c2 sub %r8d,%edx -ffffffff80022281: 0f b7 d2 movzwl %dx,%edx -ffffffff80022284: 0f b7 14 57 movzwl (%rdi,%rdx,2),%edx -ffffffff80022288: 66 89 54 05 d7 mov %dx,-0x29(%rbp,%rax,1) -ffffffff8002228d: 48 83 c0 fe add $0xfffffffffffffffe,%rax -ffffffff80022291: 48 89 ca mov %rcx,%rdx -ffffffff80022294: 48 83 fa 0a cmp $0xa,%rdx -ffffffff80022298: 73 17 jae ffffffff800222b1 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u64$GT$3fmt17hb9efc93793ab2de5E+0xe1> -ffffffff8002229a: 80 c2 30 add $0x30,%dl -ffffffff8002229d: 88 54 05 d8 mov %dl,-0x28(%rbp,%rax,1) -ffffffff800222a1: 48 ff c8 dec %rax -ffffffff800222a4: eb 18 jmp ffffffff800222be <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u64$GT$3fmt17hb9efc93793ab2de5E+0xee> -ffffffff800222a6: 48 89 ca mov %rcx,%rdx -ffffffff800222a9: 48 83 fa 63 cmp $0x63,%rdx -ffffffff800222ad: 77 bc ja ffffffff8002226b <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u64$GT$3fmt17hb9efc93793ab2de5E+0x9b> -ffffffff800222af: eb e3 jmp ffffffff80022294 <_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u64$GT$3fmt17hb9efc93793ab2de5E+0xc4> -ffffffff800222b1: 0f b7 0c 57 movzwl (%rdi,%rdx,2),%ecx -ffffffff800222b5: 66 89 4c 05 d7 mov %cx,-0x29(%rbp,%rax,1) -ffffffff800222ba: 48 83 c0 fe add $0xfffffffffffffffe,%rax -ffffffff800222be: 4c 8d 04 28 lea (%rax,%rbp,1),%r8 -ffffffff800222c2: 49 83 c0 d9 add $0xffffffffffffffd9,%r8 -ffffffff800222c6: 41 b9 27 00 00 00 mov $0x27,%r9d -ffffffff800222cc: 49 29 c1 sub %rax,%r9 -ffffffff800222cf: 48 8d 15 b2 5f 00 00 lea 0x5fb2(%rip),%rdx # ffffffff80028288 -ffffffff800222d6: 48 89 f7 mov %rsi,%rdi -ffffffff800222d9: be 01 00 00 00 mov $0x1,%esi -ffffffff800222de: 31 c9 xor %ecx,%ecx -ffffffff800222e0: e8 4b bf ff ff call ffffffff8001e230 <_ZN4core3fmt9Formatter12pad_integral17h0fd97dc33fb41863E> -ffffffff800222e5: 48 83 c4 30 add $0x30,%rsp -ffffffff800222e9: 5d pop %rbp -ffffffff800222ea: c3 ret -ffffffff800222eb: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) - -ffffffff800222f0 <_ZN4core3str5count14do_count_chars17hd75a405ba2a0a8e8E>: -ffffffff800222f0: 4c 8d 4f 07 lea 0x7(%rdi),%r9 -ffffffff800222f4: 49 83 e1 f8 and $0xfffffffffffffff8,%r9 -ffffffff800222f8: 4c 89 c8 mov %r9,%rax -ffffffff800222fb: 48 29 f8 sub %rdi,%rax -ffffffff800222fe: 48 89 f1 mov %rsi,%rcx -ffffffff80022301: 48 29 c1 sub %rax,%rcx -ffffffff80022304: 72 06 jb ffffffff8002230c <_ZN4core3str5count14do_count_chars17hd75a405ba2a0a8e8E+0x1c> -ffffffff80022306: 48 83 f9 08 cmp $0x8,%rcx -ffffffff8002230a: 73 19 jae ffffffff80022325 <_ZN4core3str5count14do_count_chars17hd75a405ba2a0a8e8E+0x35> -ffffffff8002230c: 48 85 f6 test %rsi,%rsi -ffffffff8002230f: 74 11 je ffffffff80022322 <_ZN4core3str5count14do_count_chars17hd75a405ba2a0a8e8E+0x32> -ffffffff80022311: 89 f1 mov %esi,%ecx -ffffffff80022313: 83 e1 03 and $0x3,%ecx -ffffffff80022316: 48 83 fe 04 cmp $0x4,%rsi -ffffffff8002231a: 73 25 jae ffffffff80022341 <_ZN4core3str5count14do_count_chars17hd75a405ba2a0a8e8E+0x51> -ffffffff8002231c: 31 c0 xor %eax,%eax -ffffffff8002231e: 31 d2 xor %edx,%edx -ffffffff80022320: eb 6e jmp ffffffff80022390 <_ZN4core3str5count14do_count_chars17hd75a405ba2a0a8e8E+0xa0> -ffffffff80022322: 31 c0 xor %eax,%eax -ffffffff80022324: c3 ret -ffffffff80022325: 55 push %rbp -ffffffff80022326: 48 89 e5 mov %rsp,%rbp -ffffffff80022329: 41 57 push %r15 -ffffffff8002232b: 41 56 push %r14 -ffffffff8002232d: 41 54 push %r12 -ffffffff8002232f: 53 push %rbx -ffffffff80022330: 89 ca mov %ecx,%edx -ffffffff80022332: 83 e2 07 and $0x7,%edx -ffffffff80022335: 49 39 f9 cmp %rdi,%r9 -ffffffff80022338: 75 7c jne ffffffff800223b6 <_ZN4core3str5count14do_count_chars17hd75a405ba2a0a8e8E+0xc6> -ffffffff8002233a: 31 f6 xor %esi,%esi -ffffffff8002233c: e9 06 01 00 00 jmp ffffffff80022447 <_ZN4core3str5count14do_count_chars17hd75a405ba2a0a8e8E+0x157> -ffffffff80022341: 48 83 e6 fc and $0xfffffffffffffffc,%rsi -ffffffff80022345: 31 c0 xor %eax,%eax -ffffffff80022347: 31 d2 xor %edx,%edx -ffffffff80022349: 0f 1f 80 00 00 00 00 nopl 0x0(%rax) -ffffffff80022350: 45 31 c0 xor %r8d,%r8d -ffffffff80022353: 80 3c 17 c0 cmpb $0xc0,(%rdi,%rdx,1) -ffffffff80022357: 41 0f 9d c0 setge %r8b -ffffffff8002235b: 49 01 c0 add %rax,%r8 -ffffffff8002235e: 31 c0 xor %eax,%eax -ffffffff80022360: 80 7c 17 01 c0 cmpb $0xc0,0x1(%rdi,%rdx,1) -ffffffff80022365: 0f 9d c0 setge %al -ffffffff80022368: 45 31 c9 xor %r9d,%r9d -ffffffff8002236b: 80 7c 17 02 c0 cmpb $0xc0,0x2(%rdi,%rdx,1) -ffffffff80022370: 41 0f 9d c1 setge %r9b -ffffffff80022374: 49 01 c1 add %rax,%r9 -ffffffff80022377: 4d 01 c1 add %r8,%r9 -ffffffff8002237a: 31 c0 xor %eax,%eax -ffffffff8002237c: 80 7c 17 03 c0 cmpb $0xc0,0x3(%rdi,%rdx,1) -ffffffff80022381: 0f 9d c0 setge %al -ffffffff80022384: 4c 01 c8 add %r9,%rax -ffffffff80022387: 48 83 c2 04 add $0x4,%rdx -ffffffff8002238b: 48 39 d6 cmp %rdx,%rsi -ffffffff8002238e: 75 c0 jne ffffffff80022350 <_ZN4core3str5count14do_count_chars17hd75a405ba2a0a8e8E+0x60> -ffffffff80022390: 48 85 c9 test %rcx,%rcx -ffffffff80022393: 74 20 je ffffffff800223b5 <_ZN4core3str5count14do_count_chars17hd75a405ba2a0a8e8E+0xc5> -ffffffff80022395: 48 01 d7 add %rdx,%rdi -ffffffff80022398: 31 d2 xor %edx,%edx -ffffffff8002239a: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1) -ffffffff800223a0: 31 f6 xor %esi,%esi -ffffffff800223a2: 80 3c 17 c0 cmpb $0xc0,(%rdi,%rdx,1) -ffffffff800223a6: 40 0f 9d c6 setge %sil -ffffffff800223aa: 48 01 f0 add %rsi,%rax -ffffffff800223ad: 48 ff c2 inc %rdx -ffffffff800223b0: 48 39 d1 cmp %rdx,%rcx -ffffffff800223b3: 75 eb jne ffffffff800223a0 <_ZN4core3str5count14do_count_chars17hd75a405ba2a0a8e8E+0xb0> -ffffffff800223b5: c3 ret -ffffffff800223b6: 48 89 fe mov %rdi,%rsi -ffffffff800223b9: 48 f7 d6 not %rsi -ffffffff800223bc: 49 01 f1 add %rsi,%r9 -ffffffff800223bf: 41 89 c0 mov %eax,%r8d -ffffffff800223c2: 41 83 e0 03 and $0x3,%r8d -ffffffff800223c6: 49 83 f9 03 cmp $0x3,%r9 -ffffffff800223ca: 73 07 jae ffffffff800223d3 <_ZN4core3str5count14do_count_chars17hd75a405ba2a0a8e8E+0xe3> -ffffffff800223cc: 31 f6 xor %esi,%esi -ffffffff800223ce: 45 31 c9 xor %r9d,%r9d -ffffffff800223d1: eb 51 jmp ffffffff80022424 <_ZN4core3str5count14do_count_chars17hd75a405ba2a0a8e8E+0x134> -ffffffff800223d3: 41 89 c2 mov %eax,%r10d -ffffffff800223d6: 41 83 e2 04 and $0x4,%r10d -ffffffff800223da: 31 f6 xor %esi,%esi -ffffffff800223dc: 45 31 c9 xor %r9d,%r9d -ffffffff800223df: 90 nop -ffffffff800223e0: 45 31 db xor %r11d,%r11d -ffffffff800223e3: 42 80 3c 0f c0 cmpb $0xc0,(%rdi,%r9,1) -ffffffff800223e8: 41 0f 9d c3 setge %r11b -ffffffff800223ec: 49 01 f3 add %rsi,%r11 -ffffffff800223ef: 31 f6 xor %esi,%esi -ffffffff800223f1: 42 80 7c 0f 01 c0 cmpb $0xc0,0x1(%rdi,%r9,1) -ffffffff800223f7: 40 0f 9d c6 setge %sil -ffffffff800223fb: 31 db xor %ebx,%ebx -ffffffff800223fd: 42 80 7c 0f 02 c0 cmpb $0xc0,0x2(%rdi,%r9,1) -ffffffff80022403: 0f 9d c3 setge %bl -ffffffff80022406: 48 01 f3 add %rsi,%rbx -ffffffff80022409: 4c 01 db add %r11,%rbx -ffffffff8002240c: 31 f6 xor %esi,%esi -ffffffff8002240e: 42 80 7c 0f 03 c0 cmpb $0xc0,0x3(%rdi,%r9,1) -ffffffff80022414: 40 0f 9d c6 setge %sil -ffffffff80022418: 48 01 de add %rbx,%rsi -ffffffff8002241b: 49 83 c1 04 add $0x4,%r9 -ffffffff8002241f: 4d 39 ca cmp %r9,%r10 -ffffffff80022422: 75 bc jne ffffffff800223e0 <_ZN4core3str5count14do_count_chars17hd75a405ba2a0a8e8E+0xf0> -ffffffff80022424: 4d 85 c0 test %r8,%r8 -ffffffff80022427: 74 1e je ffffffff80022447 <_ZN4core3str5count14do_count_chars17hd75a405ba2a0a8e8E+0x157> -ffffffff80022429: 49 01 f9 add %rdi,%r9 -ffffffff8002242c: 45 31 d2 xor %r10d,%r10d -ffffffff8002242f: 90 nop -ffffffff80022430: 45 31 db xor %r11d,%r11d -ffffffff80022433: 43 80 3c 11 c0 cmpb $0xc0,(%r9,%r10,1) -ffffffff80022438: 41 0f 9d c3 setge %r11b -ffffffff8002243c: 4c 01 de add %r11,%rsi -ffffffff8002243f: 49 ff c2 inc %r10 -ffffffff80022442: 4d 39 d0 cmp %r10,%r8 -ffffffff80022445: 75 e9 jne ffffffff80022430 <_ZN4core3str5count14do_count_chars17hd75a405ba2a0a8e8E+0x140> -ffffffff80022447: 48 01 c7 add %rax,%rdi -ffffffff8002244a: 48 85 d2 test %rdx,%rdx -ffffffff8002244d: 0f 84 8f 00 00 00 je ffffffff800224e2 <_ZN4core3str5count14do_count_chars17hd75a405ba2a0a8e8E+0x1f2> -ffffffff80022453: 49 89 c8 mov %rcx,%r8 -ffffffff80022456: 49 83 e0 f8 and $0xfffffffffffffff8,%r8 -ffffffff8002245a: 31 c0 xor %eax,%eax -ffffffff8002245c: 42 80 3c 07 c0 cmpb $0xc0,(%rdi,%r8,1) -ffffffff80022461: 0f 9d c0 setge %al -ffffffff80022464: 83 fa 01 cmp $0x1,%edx -ffffffff80022467: 74 7b je ffffffff800224e4 <_ZN4core3str5count14do_count_chars17hd75a405ba2a0a8e8E+0x1f4> -ffffffff80022469: 45 31 c9 xor %r9d,%r9d -ffffffff8002246c: 42 80 7c 07 01 c0 cmpb $0xc0,0x1(%rdi,%r8,1) -ffffffff80022472: 41 0f 9d c1 setge %r9b -ffffffff80022476: 4c 01 c8 add %r9,%rax -ffffffff80022479: 83 fa 02 cmp $0x2,%edx -ffffffff8002247c: 74 66 je ffffffff800224e4 <_ZN4core3str5count14do_count_chars17hd75a405ba2a0a8e8E+0x1f4> -ffffffff8002247e: 45 31 c9 xor %r9d,%r9d -ffffffff80022481: 42 80 7c 07 02 c0 cmpb $0xc0,0x2(%rdi,%r8,1) -ffffffff80022487: 41 0f 9d c1 setge %r9b -ffffffff8002248b: 4c 01 c8 add %r9,%rax -ffffffff8002248e: 83 fa 03 cmp $0x3,%edx -ffffffff80022491: 74 51 je ffffffff800224e4 <_ZN4core3str5count14do_count_chars17hd75a405ba2a0a8e8E+0x1f4> -ffffffff80022493: 45 31 c9 xor %r9d,%r9d -ffffffff80022496: 42 80 7c 07 03 c0 cmpb $0xc0,0x3(%rdi,%r8,1) -ffffffff8002249c: 41 0f 9d c1 setge %r9b -ffffffff800224a0: 4c 01 c8 add %r9,%rax -ffffffff800224a3: 83 fa 04 cmp $0x4,%edx -ffffffff800224a6: 74 3c je ffffffff800224e4 <_ZN4core3str5count14do_count_chars17hd75a405ba2a0a8e8E+0x1f4> -ffffffff800224a8: 45 31 c9 xor %r9d,%r9d -ffffffff800224ab: 42 80 7c 07 04 c0 cmpb $0xc0,0x4(%rdi,%r8,1) -ffffffff800224b1: 41 0f 9d c1 setge %r9b -ffffffff800224b5: 4c 01 c8 add %r9,%rax -ffffffff800224b8: 83 fa 05 cmp $0x5,%edx -ffffffff800224bb: 74 27 je ffffffff800224e4 <_ZN4core3str5count14do_count_chars17hd75a405ba2a0a8e8E+0x1f4> -ffffffff800224bd: 45 31 c9 xor %r9d,%r9d -ffffffff800224c0: 42 80 7c 07 05 c0 cmpb $0xc0,0x5(%rdi,%r8,1) -ffffffff800224c6: 41 0f 9d c1 setge %r9b -ffffffff800224ca: 4c 01 c8 add %r9,%rax -ffffffff800224cd: 83 fa 06 cmp $0x6,%edx -ffffffff800224d0: 74 12 je ffffffff800224e4 <_ZN4core3str5count14do_count_chars17hd75a405ba2a0a8e8E+0x1f4> -ffffffff800224d2: 31 d2 xor %edx,%edx -ffffffff800224d4: 42 80 7c 07 06 c0 cmpb $0xc0,0x6(%rdi,%r8,1) -ffffffff800224da: 0f 9d c2 setge %dl -ffffffff800224dd: 48 01 d0 add %rdx,%rax -ffffffff800224e0: eb 02 jmp ffffffff800224e4 <_ZN4core3str5count14do_count_chars17hd75a405ba2a0a8e8E+0x1f4> -ffffffff800224e2: 31 c0 xor %eax,%eax -ffffffff800224e4: 48 01 f0 add %rsi,%rax -ffffffff800224e7: 48 c1 e9 03 shr $0x3,%rcx -ffffffff800224eb: 49 b8 01 01 01 01 01 movabs $0x101010101010101,%r8 -ffffffff800224f2: 01 01 01 -ffffffff800224f5: 48 be ff 00 ff 00 ff movabs $0xff00ff00ff00ff,%rsi -ffffffff800224fc: 00 ff 00 -ffffffff800224ff: 48 ba 01 00 01 00 01 movabs $0x1000100010001,%rdx -ffffffff80022506: 00 01 00 -ffffffff80022509: eb 39 jmp ffffffff80022544 <_ZN4core3str5count14do_count_chars17hd75a405ba2a0a8e8E+0x254> -ffffffff8002250b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) -ffffffff80022510: 31 db xor %ebx,%ebx -ffffffff80022512: 4b 8d 3c d1 lea (%r9,%r10,8),%rdi -ffffffff80022516: 4c 29 d1 sub %r10,%rcx -ffffffff80022519: 45 89 d3 mov %r10d,%r11d -ffffffff8002251c: 41 83 e3 03 and $0x3,%r11d -ffffffff80022520: 49 89 de mov %rbx,%r14 -ffffffff80022523: 49 21 f6 and %rsi,%r14 -ffffffff80022526: 48 c1 eb 08 shr $0x8,%rbx -ffffffff8002252a: 48 21 f3 and %rsi,%rbx -ffffffff8002252d: 4c 01 f3 add %r14,%rbx -ffffffff80022530: 48 0f af da imul %rdx,%rbx -ffffffff80022534: 48 c1 eb 30 shr $0x30,%rbx -ffffffff80022538: 48 01 d8 add %rbx,%rax -ffffffff8002253b: 4d 85 db test %r11,%r11 -ffffffff8002253e: 0f 85 b5 00 00 00 jne ffffffff800225f9 <_ZN4core3str5count14do_count_chars17hd75a405ba2a0a8e8E+0x309> -ffffffff80022544: 48 85 c9 test %rcx,%rcx -ffffffff80022547: 0f 84 2a 01 00 00 je ffffffff80022677 <_ZN4core3str5count14do_count_chars17hd75a405ba2a0a8e8E+0x387> -ffffffff8002254d: 49 89 f9 mov %rdi,%r9 -ffffffff80022550: 48 81 f9 c0 00 00 00 cmp $0xc0,%rcx -ffffffff80022557: 41 ba c0 00 00 00 mov $0xc0,%r10d -ffffffff8002255d: 4c 0f 42 d1 cmovb %rcx,%r10 -ffffffff80022561: 49 83 fa 04 cmp $0x4,%r10 -ffffffff80022565: 72 a9 jb ffffffff80022510 <_ZN4core3str5count14do_count_chars17hd75a405ba2a0a8e8E+0x220> -ffffffff80022567: 44 89 d7 mov %r10d,%edi -ffffffff8002256a: c1 ef 02 shr $0x2,%edi -ffffffff8002256d: 48 c1 e7 05 shl $0x5,%rdi -ffffffff80022571: 4c 01 cf add %r9,%rdi -ffffffff80022574: 31 db xor %ebx,%ebx -ffffffff80022576: 4d 89 cb mov %r9,%r11 -ffffffff80022579: 0f 1f 80 00 00 00 00 nopl 0x0(%rax) -ffffffff80022580: 4d 8b 33 mov (%r11),%r14 -ffffffff80022583: 4d 8b 7b 08 mov 0x8(%r11),%r15 -ffffffff80022587: 4d 89 f4 mov %r14,%r12 -ffffffff8002258a: 49 f7 d4 not %r12 -ffffffff8002258d: 49 c1 ec 07 shr $0x7,%r12 -ffffffff80022591: 49 c1 ee 06 shr $0x6,%r14 -ffffffff80022595: 4d 09 e6 or %r12,%r14 -ffffffff80022598: 4d 21 c6 and %r8,%r14 -ffffffff8002259b: 49 01 de add %rbx,%r14 -ffffffff8002259e: 4c 89 fb mov %r15,%rbx -ffffffff800225a1: 48 f7 d3 not %rbx -ffffffff800225a4: 48 c1 eb 07 shr $0x7,%rbx -ffffffff800225a8: 49 c1 ef 06 shr $0x6,%r15 -ffffffff800225ac: 49 09 df or %rbx,%r15 -ffffffff800225af: 4d 21 c7 and %r8,%r15 -ffffffff800225b2: 4d 8b 63 10 mov 0x10(%r11),%r12 -ffffffff800225b6: 4c 89 e3 mov %r12,%rbx -ffffffff800225b9: 48 f7 d3 not %rbx -ffffffff800225bc: 48 c1 eb 07 shr $0x7,%rbx -ffffffff800225c0: 49 c1 ec 06 shr $0x6,%r12 -ffffffff800225c4: 49 09 dc or %rbx,%r12 -ffffffff800225c7: 4d 21 c4 and %r8,%r12 -ffffffff800225ca: 4d 01 fc add %r15,%r12 -ffffffff800225cd: 4d 01 f4 add %r14,%r12 -ffffffff800225d0: 49 8b 5b 18 mov 0x18(%r11),%rbx -ffffffff800225d4: 49 89 de mov %rbx,%r14 -ffffffff800225d7: 49 f7 d6 not %r14 -ffffffff800225da: 49 c1 ee 07 shr $0x7,%r14 -ffffffff800225de: 48 c1 eb 06 shr $0x6,%rbx -ffffffff800225e2: 4c 09 f3 or %r14,%rbx -ffffffff800225e5: 4c 21 c3 and %r8,%rbx -ffffffff800225e8: 4c 01 e3 add %r12,%rbx -ffffffff800225eb: 49 83 c3 20 add $0x20,%r11 -ffffffff800225ef: 49 39 fb cmp %rdi,%r11 -ffffffff800225f2: 75 8c jne ffffffff80022580 <_ZN4core3str5count14do_count_chars17hd75a405ba2a0a8e8E+0x290> -ffffffff800225f4: e9 19 ff ff ff jmp ffffffff80022512 <_ZN4core3str5count14do_count_chars17hd75a405ba2a0a8e8E+0x222> -ffffffff800225f9: 41 81 e2 fc 00 00 00 and $0xfc,%r10d -ffffffff80022600: 4b 8b 0c d1 mov (%r9,%r10,8),%rcx -ffffffff80022604: 48 89 cf mov %rcx,%rdi -ffffffff80022607: 48 f7 d7 not %rdi -ffffffff8002260a: 48 c1 ef 07 shr $0x7,%rdi -ffffffff8002260e: 48 c1 e9 06 shr $0x6,%rcx -ffffffff80022612: 48 09 f9 or %rdi,%rcx -ffffffff80022615: 4c 21 c1 and %r8,%rcx -ffffffff80022618: 41 83 fb 01 cmp $0x1,%r11d -ffffffff8002261c: 74 3e je ffffffff8002265c <_ZN4core3str5count14do_count_chars17hd75a405ba2a0a8e8E+0x36c> -ffffffff8002261e: 4b 8b 7c d1 08 mov 0x8(%r9,%r10,8),%rdi -ffffffff80022623: 48 89 fb mov %rdi,%rbx -ffffffff80022626: 48 f7 d3 not %rbx -ffffffff80022629: 48 c1 eb 07 shr $0x7,%rbx -ffffffff8002262d: 48 c1 ef 06 shr $0x6,%rdi -ffffffff80022631: 48 09 df or %rbx,%rdi -ffffffff80022634: 4c 21 c7 and %r8,%rdi -ffffffff80022637: 48 01 f9 add %rdi,%rcx -ffffffff8002263a: 41 83 fb 02 cmp $0x2,%r11d -ffffffff8002263e: 74 1c je ffffffff8002265c <_ZN4core3str5count14do_count_chars17hd75a405ba2a0a8e8E+0x36c> -ffffffff80022640: 4b 8b 7c d1 10 mov 0x10(%r9,%r10,8),%rdi -ffffffff80022645: 49 89 f9 mov %rdi,%r9 -ffffffff80022648: 49 f7 d1 not %r9 -ffffffff8002264b: 49 c1 e9 07 shr $0x7,%r9 -ffffffff8002264f: 48 c1 ef 06 shr $0x6,%rdi -ffffffff80022653: 4c 09 cf or %r9,%rdi -ffffffff80022656: 4c 21 c7 and %r8,%rdi -ffffffff80022659: 48 01 f9 add %rdi,%rcx -ffffffff8002265c: 48 89 cf mov %rcx,%rdi -ffffffff8002265f: 48 21 f7 and %rsi,%rdi -ffffffff80022662: 48 c1 e9 08 shr $0x8,%rcx -ffffffff80022666: 48 21 f1 and %rsi,%rcx -ffffffff80022669: 48 01 f9 add %rdi,%rcx -ffffffff8002266c: 48 0f af ca imul %rdx,%rcx -ffffffff80022670: 48 c1 e9 30 shr $0x30,%rcx -ffffffff80022674: 48 01 c8 add %rcx,%rax -ffffffff80022677: 5b pop %rbx -ffffffff80022678: 41 5c pop %r12 -ffffffff8002267a: 41 5e pop %r14 -ffffffff8002267c: 41 5f pop %r15 -ffffffff8002267e: 5d pop %rbp -ffffffff8002267f: c3 ret - -ffffffff80022680 : -ffffffff80022680: 55 push %rbp -ffffffff80022681: 48 89 e5 mov %rsp,%rbp -ffffffff80022684: 5d pop %rbp -ffffffff80022685: e9 36 00 00 00 jmp ffffffff800226c0 <_ZN17compiler_builtins3mem6memcpy17h4c8c1fa5ea9240f5E> -ffffffff8002268a: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1) - -ffffffff80022690 : -ffffffff80022690: 55 push %rbp -ffffffff80022691: 48 89 e5 mov %rsp,%rbp -ffffffff80022694: 5d pop %rbp -ffffffff80022695: e9 66 00 00 00 jmp ffffffff80022700 <_ZN17compiler_builtins3mem6memset17hf5939c55b7015840E> -ffffffff8002269a: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1) - -ffffffff800226a0 : -ffffffff800226a0: 55 push %rbp -ffffffff800226a1: 48 89 e5 mov %rsp,%rbp -ffffffff800226a4: 5d pop %rbp -ffffffff800226a5: e9 a6 00 00 00 jmp ffffffff80022750 <_ZN17compiler_builtins3mem6memcmp17heac77d4b061bb993E> -ffffffff800226aa: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1) - -ffffffff800226b0 : -ffffffff800226b0: 55 push %rbp -ffffffff800226b1: 48 89 e5 mov %rsp,%rbp -ffffffff800226b4: 5d pop %rbp -ffffffff800226b5: e9 c6 02 00 00 jmp ffffffff80022980 <_ZN17compiler_builtins3mem6strlen17ha67bf7541695cb1bE> -ffffffff800226ba: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1) - -ffffffff800226c0 <_ZN17compiler_builtins3mem6memcpy17h4c8c1fa5ea9240f5E>: -ffffffff800226c0: 55 push %rbp -ffffffff800226c1: 48 89 e5 mov %rsp,%rbp -ffffffff800226c4: 48 89 f8 mov %rdi,%rax -ffffffff800226c7: 41 89 c0 mov %eax,%r8d -ffffffff800226ca: 41 f7 d8 neg %r8d -ffffffff800226cd: 41 83 e0 07 and $0x7,%r8d -ffffffff800226d1: 49 39 d0 cmp %rdx,%r8 -ffffffff800226d4: 4c 0f 43 c2 cmovae %rdx,%r8 -ffffffff800226d8: 4c 89 c1 mov %r8,%rcx -ffffffff800226db: f3 a4 rep movsb %ds:(%rsi),%es:(%rdi) -ffffffff800226dd: 4c 29 c2 sub %r8,%rdx -ffffffff800226e0: 48 89 d1 mov %rdx,%rcx -ffffffff800226e3: 48 c1 e9 03 shr $0x3,%rcx -ffffffff800226e7: f3 48 a5 rep movsq %ds:(%rsi),%es:(%rdi) -ffffffff800226ea: 83 e2 07 and $0x7,%edx -ffffffff800226ed: 48 89 d1 mov %rdx,%rcx -ffffffff800226f0: f3 a4 rep movsb %ds:(%rsi),%es:(%rdi) -ffffffff800226f2: 5d pop %rbp -ffffffff800226f3: c3 ret -ffffffff800226f4: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) -ffffffff800226fb: 00 00 00 -ffffffff800226fe: 66 90 xchg %ax,%ax - -ffffffff80022700 <_ZN17compiler_builtins3mem6memset17hf5939c55b7015840E>: -ffffffff80022700: 55 push %rbp -ffffffff80022701: 48 89 e5 mov %rsp,%rbp -ffffffff80022704: 49 89 d0 mov %rdx,%r8 -ffffffff80022707: 48 89 fa mov %rdi,%rdx -ffffffff8002270a: 40 0f b6 ce movzbl %sil,%ecx -ffffffff8002270e: 48 b8 01 01 01 01 01 movabs $0x101010101010101,%rax -ffffffff80022715: 01 01 01 -ffffffff80022718: 48 0f af c1 imul %rcx,%rax -ffffffff8002271c: 89 d1 mov %edx,%ecx -ffffffff8002271e: f7 d9 neg %ecx -ffffffff80022720: 83 e1 07 and $0x7,%ecx -ffffffff80022723: 4c 39 c1 cmp %r8,%rcx -ffffffff80022726: 49 0f 43 c8 cmovae %r8,%rcx -ffffffff8002272a: 49 29 c8 sub %rcx,%r8 -ffffffff8002272d: 4c 89 c6 mov %r8,%rsi -ffffffff80022730: 48 c1 ee 03 shr $0x3,%rsi -ffffffff80022734: 41 83 e0 07 and $0x7,%r8d -ffffffff80022738: f3 aa rep stos %al,%es:(%rdi) -ffffffff8002273a: 48 89 f1 mov %rsi,%rcx -ffffffff8002273d: f3 48 ab rep stos %rax,%es:(%rdi) -ffffffff80022740: 4c 89 c1 mov %r8,%rcx -ffffffff80022743: f3 aa rep stos %al,%es:(%rdi) -ffffffff80022745: 48 89 d0 mov %rdx,%rax -ffffffff80022748: 5d pop %rbp -ffffffff80022749: c3 ret -ffffffff8002274a: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1) - -ffffffff80022750 <_ZN17compiler_builtins3mem6memcmp17heac77d4b061bb993E>: -ffffffff80022750: 55 push %rbp -ffffffff80022751: 48 89 e5 mov %rsp,%rbp -ffffffff80022754: 41 57 push %r15 -ffffffff80022756: 41 56 push %r14 -ffffffff80022758: 53 push %rbx -ffffffff80022759: 48 83 fa 10 cmp $0x10,%rdx -ffffffff8002275d: 73 3d jae ffffffff8002279c <_ZN17compiler_builtins3mem6memcmp17heac77d4b061bb993E+0x4c> -ffffffff8002275f: 48 89 f9 mov %rdi,%rcx -ffffffff80022762: 89 d0 mov %edx,%eax -ffffffff80022764: 83 e0 0f and $0xf,%eax -ffffffff80022767: 83 f8 08 cmp $0x8,%eax -ffffffff8002276a: 0f 83 91 00 00 00 jae ffffffff80022801 <_ZN17compiler_builtins3mem6memcmp17heac77d4b061bb993E+0xb1> -ffffffff80022770: 89 d0 mov %edx,%eax -ffffffff80022772: 83 e0 07 and $0x7,%eax -ffffffff80022775: 83 f8 04 cmp $0x4,%eax -ffffffff80022778: 0f 83 ac 00 00 00 jae ffffffff8002282a <_ZN17compiler_builtins3mem6memcmp17heac77d4b061bb993E+0xda> -ffffffff8002277e: 89 d0 mov %edx,%eax -ffffffff80022780: 83 e0 03 and $0x3,%eax -ffffffff80022783: 83 f8 02 cmp $0x2,%eax -ffffffff80022786: 0f 83 c6 00 00 00 jae ffffffff80022852 <_ZN17compiler_builtins3mem6memcmp17heac77d4b061bb993E+0x102> -ffffffff8002278c: 31 c0 xor %eax,%eax -ffffffff8002278e: f6 c2 01 test $0x1,%dl -ffffffff80022791: 0f 85 e3 00 00 00 jne ffffffff8002287a <_ZN17compiler_builtins3mem6memcmp17heac77d4b061bb993E+0x12a> -ffffffff80022797: e9 d7 01 00 00 jmp ffffffff80022973 <_ZN17compiler_builtins3mem6memcmp17heac77d4b061bb993E+0x223> -ffffffff8002279c: 48 89 d0 mov %rdx,%rax -ffffffff8002279f: 48 c1 e8 04 shr $0x4,%rax -ffffffff800227a3: 48 89 d1 mov %rdx,%rcx -ffffffff800227a6: 48 83 e1 f0 and $0xfffffffffffffff0,%rcx -ffffffff800227aa: 48 01 f9 add %rdi,%rcx -ffffffff800227ad: 48 c1 e0 04 shl $0x4,%rax -ffffffff800227b1: 45 31 d2 xor %r10d,%r10d -ffffffff800227b4: 66 66 66 2e 0f 1f 84 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff800227bb: 00 00 00 00 00 -ffffffff800227c0: 4e 8b 04 17 mov (%rdi,%r10,1),%r8 -ffffffff800227c4: 4e 8b 5c 17 08 mov 0x8(%rdi,%r10,1),%r11 -ffffffff800227c9: 4e 8b 0c 16 mov (%rsi,%r10,1),%r9 -ffffffff800227cd: 4a 8b 5c 16 08 mov 0x8(%rsi,%r10,1),%rbx -ffffffff800227d2: 4d 89 de mov %r11,%r14 -ffffffff800227d5: 49 31 de xor %rbx,%r14 -ffffffff800227d8: 4d 89 c7 mov %r8,%r15 -ffffffff800227db: 4d 31 cf xor %r9,%r15 -ffffffff800227de: 4d 09 f7 or %r14,%r15 -ffffffff800227e1: 0f 85 aa 00 00 00 jne ffffffff80022891 <_ZN17compiler_builtins3mem6memcmp17heac77d4b061bb993E+0x141> -ffffffff800227e7: 49 83 c2 10 add $0x10,%r10 -ffffffff800227eb: 4c 39 d0 cmp %r10,%rax -ffffffff800227ee: 75 d0 jne ffffffff800227c0 <_ZN17compiler_builtins3mem6memcmp17heac77d4b061bb993E+0x70> -ffffffff800227f0: 4c 01 d6 add %r10,%rsi -ffffffff800227f3: 89 d0 mov %edx,%eax -ffffffff800227f5: 83 e0 0f and $0xf,%eax -ffffffff800227f8: 83 f8 08 cmp $0x8,%eax -ffffffff800227fb: 0f 82 6f ff ff ff jb ffffffff80022770 <_ZN17compiler_builtins3mem6memcmp17heac77d4b061bb993E+0x20> -ffffffff80022801: 48 8b 39 mov (%rcx),%rdi -ffffffff80022804: 4c 8b 06 mov (%rsi),%r8 -ffffffff80022807: 4c 39 c7 cmp %r8,%rdi -ffffffff8002280a: 0f 85 eb 00 00 00 jne ffffffff800228fb <_ZN17compiler_builtins3mem6memcmp17heac77d4b061bb993E+0x1ab> -ffffffff80022810: 89 d0 mov %edx,%eax -ffffffff80022812: 83 e0 08 and $0x8,%eax -ffffffff80022815: 48 01 c1 add %rax,%rcx -ffffffff80022818: 48 83 c6 08 add $0x8,%rsi -ffffffff8002281c: 89 d0 mov %edx,%eax -ffffffff8002281e: 83 e0 07 and $0x7,%eax -ffffffff80022821: 83 f8 04 cmp $0x4,%eax -ffffffff80022824: 0f 82 54 ff ff ff jb ffffffff8002277e <_ZN17compiler_builtins3mem6memcmp17heac77d4b061bb993E+0x2e> -ffffffff8002282a: 44 8b 01 mov (%rcx),%r8d -ffffffff8002282d: 8b 3e mov (%rsi),%edi -ffffffff8002282f: 41 39 f8 cmp %edi,%r8d -ffffffff80022832: 0f 85 09 01 00 00 jne ffffffff80022941 <_ZN17compiler_builtins3mem6memcmp17heac77d4b061bb993E+0x1f1> -ffffffff80022838: 89 d0 mov %edx,%eax -ffffffff8002283a: 83 e0 04 and $0x4,%eax -ffffffff8002283d: 48 01 c1 add %rax,%rcx -ffffffff80022840: 48 83 c6 04 add $0x4,%rsi -ffffffff80022844: 89 d0 mov %edx,%eax -ffffffff80022846: 83 e0 03 and $0x3,%eax -ffffffff80022849: 83 f8 02 cmp $0x2,%eax -ffffffff8002284c: 0f 82 3a ff ff ff jb ffffffff8002278c <_ZN17compiler_builtins3mem6memcmp17heac77d4b061bb993E+0x3c> -ffffffff80022852: 44 0f b7 01 movzwl (%rcx),%r8d -ffffffff80022856: 0f b7 3e movzwl (%rsi),%edi -ffffffff80022859: 66 41 39 f8 cmp %di,%r8w -ffffffff8002285d: 0f 85 f3 00 00 00 jne ffffffff80022956 <_ZN17compiler_builtins3mem6memcmp17heac77d4b061bb993E+0x206> -ffffffff80022863: 89 d0 mov %edx,%eax -ffffffff80022865: 83 e0 02 and $0x2,%eax -ffffffff80022868: 48 01 c1 add %rax,%rcx -ffffffff8002286b: 48 83 c6 02 add $0x2,%rsi -ffffffff8002286f: 31 c0 xor %eax,%eax -ffffffff80022871: f6 c2 01 test $0x1,%dl -ffffffff80022874: 0f 84 f9 00 00 00 je ffffffff80022973 <_ZN17compiler_builtins3mem6memcmp17heac77d4b061bb993E+0x223> -ffffffff8002287a: 0f b6 09 movzbl (%rcx),%ecx -ffffffff8002287d: 0f b6 16 movzbl (%rsi),%edx -ffffffff80022880: 38 d1 cmp %dl,%cl -ffffffff80022882: 0f 84 eb 00 00 00 je ffffffff80022973 <_ZN17compiler_builtins3mem6memcmp17heac77d4b061bb993E+0x223> -ffffffff80022888: 29 d1 sub %edx,%ecx -ffffffff8002288a: 89 c8 mov %ecx,%eax -ffffffff8002288c: e9 e2 00 00 00 jmp ffffffff80022973 <_ZN17compiler_builtins3mem6memcmp17heac77d4b061bb993E+0x223> -ffffffff80022891: 4d 39 c8 cmp %r9,%r8 -ffffffff80022894: 75 11 jne ffffffff800228a7 <_ZN17compiler_builtins3mem6memcmp17heac77d4b061bb993E+0x157> -ffffffff80022896: 31 c0 xor %eax,%eax -ffffffff80022898: 49 39 db cmp %rbx,%r11 -ffffffff8002289b: 0f 84 d2 00 00 00 je ffffffff80022973 <_ZN17compiler_builtins3mem6memcmp17heac77d4b061bb993E+0x223> -ffffffff800228a1: 4d 89 d8 mov %r11,%r8 -ffffffff800228a4: 49 89 d9 mov %rbx,%r9 -ffffffff800228a7: 45 39 c8 cmp %r9d,%r8d -ffffffff800228aa: 75 13 jne ffffffff800228bf <_ZN17compiler_builtins3mem6memcmp17heac77d4b061bb993E+0x16f> -ffffffff800228ac: 49 c1 e9 20 shr $0x20,%r9 -ffffffff800228b0: 49 c1 e8 20 shr $0x20,%r8 -ffffffff800228b4: 31 c0 xor %eax,%eax -ffffffff800228b6: 45 39 c8 cmp %r9d,%r8d -ffffffff800228b9: 0f 84 b4 00 00 00 je ffffffff80022973 <_ZN17compiler_builtins3mem6memcmp17heac77d4b061bb993E+0x223> -ffffffff800228bf: 66 45 39 c8 cmp %r9w,%r8w -ffffffff800228c3: 75 14 jne ffffffff800228d9 <_ZN17compiler_builtins3mem6memcmp17heac77d4b061bb993E+0x189> -ffffffff800228c5: 41 c1 e9 10 shr $0x10,%r9d -ffffffff800228c9: 41 c1 e8 10 shr $0x10,%r8d -ffffffff800228cd: 31 c0 xor %eax,%eax -ffffffff800228cf: 66 45 39 c8 cmp %r9w,%r8w -ffffffff800228d3: 0f 84 9a 00 00 00 je ffffffff80022973 <_ZN17compiler_builtins3mem6memcmp17heac77d4b061bb993E+0x223> -ffffffff800228d9: 45 38 c8 cmp %r9b,%r8b -ffffffff800228dc: 75 13 jne ffffffff800228f1 <_ZN17compiler_builtins3mem6memcmp17heac77d4b061bb993E+0x1a1> -ffffffff800228de: 41 c1 e9 08 shr $0x8,%r9d -ffffffff800228e2: 41 c1 e8 08 shr $0x8,%r8d -ffffffff800228e6: 31 c0 xor %eax,%eax -ffffffff800228e8: 45 38 c8 cmp %r9b,%r8b -ffffffff800228eb: 0f 84 82 00 00 00 je ffffffff80022973 <_ZN17compiler_builtins3mem6memcmp17heac77d4b061bb993E+0x223> -ffffffff800228f1: 41 0f b6 c0 movzbl %r8b,%eax -ffffffff800228f5: 41 0f b6 c9 movzbl %r9b,%ecx -ffffffff800228f9: eb 76 jmp ffffffff80022971 <_ZN17compiler_builtins3mem6memcmp17heac77d4b061bb993E+0x221> -ffffffff800228fb: 44 39 c7 cmp %r8d,%edi -ffffffff800228fe: 75 0f jne ffffffff8002290f <_ZN17compiler_builtins3mem6memcmp17heac77d4b061bb993E+0x1bf> -ffffffff80022900: 49 c1 e8 20 shr $0x20,%r8 -ffffffff80022904: 48 c1 ef 20 shr $0x20,%rdi -ffffffff80022908: 31 c0 xor %eax,%eax -ffffffff8002290a: 44 39 c7 cmp %r8d,%edi -ffffffff8002290d: 74 64 je ffffffff80022973 <_ZN17compiler_builtins3mem6memcmp17heac77d4b061bb993E+0x223> -ffffffff8002290f: 66 44 39 c7 cmp %r8w,%di -ffffffff80022913: 75 0f jne ffffffff80022924 <_ZN17compiler_builtins3mem6memcmp17heac77d4b061bb993E+0x1d4> -ffffffff80022915: 41 c1 e8 10 shr $0x10,%r8d -ffffffff80022919: c1 ef 10 shr $0x10,%edi -ffffffff8002291c: 31 c0 xor %eax,%eax -ffffffff8002291e: 66 44 39 c7 cmp %r8w,%di -ffffffff80022922: 74 4f je ffffffff80022973 <_ZN17compiler_builtins3mem6memcmp17heac77d4b061bb993E+0x223> -ffffffff80022924: 44 38 c7 cmp %r8b,%dil -ffffffff80022927: 75 0e jne ffffffff80022937 <_ZN17compiler_builtins3mem6memcmp17heac77d4b061bb993E+0x1e7> -ffffffff80022929: 41 c1 e8 08 shr $0x8,%r8d -ffffffff8002292d: c1 ef 08 shr $0x8,%edi -ffffffff80022930: 31 c0 xor %eax,%eax -ffffffff80022932: 44 38 c7 cmp %r8b,%dil -ffffffff80022935: 74 3c je ffffffff80022973 <_ZN17compiler_builtins3mem6memcmp17heac77d4b061bb993E+0x223> -ffffffff80022937: 40 0f b6 c7 movzbl %dil,%eax -ffffffff8002293b: 41 0f b6 c8 movzbl %r8b,%ecx -ffffffff8002293f: eb 30 jmp ffffffff80022971 <_ZN17compiler_builtins3mem6memcmp17heac77d4b061bb993E+0x221> -ffffffff80022941: 66 41 39 f8 cmp %di,%r8w -ffffffff80022945: 75 0f jne ffffffff80022956 <_ZN17compiler_builtins3mem6memcmp17heac77d4b061bb993E+0x206> -ffffffff80022947: c1 ef 10 shr $0x10,%edi -ffffffff8002294a: 41 c1 e8 10 shr $0x10,%r8d -ffffffff8002294e: 31 c0 xor %eax,%eax -ffffffff80022950: 66 41 39 f8 cmp %di,%r8w -ffffffff80022954: 74 1d je ffffffff80022973 <_ZN17compiler_builtins3mem6memcmp17heac77d4b061bb993E+0x223> -ffffffff80022956: 41 38 f8 cmp %dil,%r8b -ffffffff80022959: 75 0e jne ffffffff80022969 <_ZN17compiler_builtins3mem6memcmp17heac77d4b061bb993E+0x219> -ffffffff8002295b: c1 ef 08 shr $0x8,%edi -ffffffff8002295e: 41 c1 e8 08 shr $0x8,%r8d -ffffffff80022962: 31 c0 xor %eax,%eax -ffffffff80022964: 41 38 f8 cmp %dil,%r8b -ffffffff80022967: 74 0a je ffffffff80022973 <_ZN17compiler_builtins3mem6memcmp17heac77d4b061bb993E+0x223> -ffffffff80022969: 41 0f b6 c0 movzbl %r8b,%eax -ffffffff8002296d: 40 0f b6 cf movzbl %dil,%ecx -ffffffff80022971: 29 c8 sub %ecx,%eax -ffffffff80022973: 5b pop %rbx -ffffffff80022974: 41 5e pop %r14 -ffffffff80022976: 41 5f pop %r15 -ffffffff80022978: 5d pop %rbp -ffffffff80022979: c3 ret -ffffffff8002297a: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1) - -ffffffff80022980 <_ZN17compiler_builtins3mem6strlen17ha67bf7541695cb1bE>: -ffffffff80022980: 48 89 f9 mov %rdi,%rcx -ffffffff80022983: 48 83 e1 07 and $0x7,%rcx -ffffffff80022987: 0f 84 8f 00 00 00 je ffffffff80022a1c <_ZN17compiler_builtins3mem6strlen17ha67bf7541695cb1bE+0x9c> -ffffffff8002298d: 80 3f 00 cmpb $0x0,(%rdi) -ffffffff80022990: 0f 84 0d 01 00 00 je ffffffff80022aa3 <_ZN17compiler_builtins3mem6strlen17ha67bf7541695cb1bE+0x123> -ffffffff80022996: b8 08 00 00 00 mov $0x8,%eax -ffffffff8002299b: 48 29 c8 sub %rcx,%rax -ffffffff8002299e: 48 f7 d9 neg %rcx -ffffffff800229a1: 48 01 f9 add %rdi,%rcx -ffffffff800229a4: 48 83 c1 08 add $0x8,%rcx -ffffffff800229a8: 89 fa mov %edi,%edx -ffffffff800229aa: f6 d2 not %dl -ffffffff800229ac: f6 c2 07 test $0x7,%dl -ffffffff800229af: 74 70 je ffffffff80022a21 <_ZN17compiler_builtins3mem6strlen17ha67bf7541695cb1bE+0xa1> -ffffffff800229b1: 80 7f 01 00 cmpb $0x0,0x1(%rdi) -ffffffff800229b5: 0f 84 eb 00 00 00 je ffffffff80022aa6 <_ZN17compiler_builtins3mem6strlen17ha67bf7541695cb1bE+0x126> -ffffffff800229bb: 89 fa mov %edi,%edx -ffffffff800229bd: 80 e2 07 and $0x7,%dl -ffffffff800229c0: 80 fa 06 cmp $0x6,%dl -ffffffff800229c3: 74 5c je ffffffff80022a21 <_ZN17compiler_builtins3mem6strlen17ha67bf7541695cb1bE+0xa1> -ffffffff800229c5: 80 7f 02 00 cmpb $0x0,0x2(%rdi) -ffffffff800229c9: 0f 84 dd 00 00 00 je ffffffff80022aac <_ZN17compiler_builtins3mem6strlen17ha67bf7541695cb1bE+0x12c> -ffffffff800229cf: 80 fa 05 cmp $0x5,%dl -ffffffff800229d2: 74 4d je ffffffff80022a21 <_ZN17compiler_builtins3mem6strlen17ha67bf7541695cb1bE+0xa1> -ffffffff800229d4: 80 7f 03 00 cmpb $0x0,0x3(%rdi) -ffffffff800229d8: 0f 84 d4 00 00 00 je ffffffff80022ab2 <_ZN17compiler_builtins3mem6strlen17ha67bf7541695cb1bE+0x132> -ffffffff800229de: 80 fa 04 cmp $0x4,%dl -ffffffff800229e1: 74 3e je ffffffff80022a21 <_ZN17compiler_builtins3mem6strlen17ha67bf7541695cb1bE+0xa1> -ffffffff800229e3: 80 7f 04 00 cmpb $0x0,0x4(%rdi) -ffffffff800229e7: 0f 84 cb 00 00 00 je ffffffff80022ab8 <_ZN17compiler_builtins3mem6strlen17ha67bf7541695cb1bE+0x138> -ffffffff800229ed: 80 fa 03 cmp $0x3,%dl -ffffffff800229f0: 74 2f je ffffffff80022a21 <_ZN17compiler_builtins3mem6strlen17ha67bf7541695cb1bE+0xa1> -ffffffff800229f2: 80 7f 05 00 cmpb $0x0,0x5(%rdi) -ffffffff800229f6: 0f 84 c2 00 00 00 je ffffffff80022abe <_ZN17compiler_builtins3mem6strlen17ha67bf7541695cb1bE+0x13e> -ffffffff800229fc: 80 fa 02 cmp $0x2,%dl -ffffffff800229ff: 74 20 je ffffffff80022a21 <_ZN17compiler_builtins3mem6strlen17ha67bf7541695cb1bE+0xa1> -ffffffff80022a01: 80 7f 06 00 cmpb $0x0,0x6(%rdi) -ffffffff80022a05: 0f 84 b9 00 00 00 je ffffffff80022ac4 <_ZN17compiler_builtins3mem6strlen17ha67bf7541695cb1bE+0x144> -ffffffff80022a0b: 80 fa 01 cmp $0x1,%dl -ffffffff80022a0e: 74 11 je ffffffff80022a21 <_ZN17compiler_builtins3mem6strlen17ha67bf7541695cb1bE+0xa1> -ffffffff80022a10: 80 7f 07 00 cmpb $0x0,0x7(%rdi) -ffffffff80022a14: 75 0b jne ffffffff80022a21 <_ZN17compiler_builtins3mem6strlen17ha67bf7541695cb1bE+0xa1> -ffffffff80022a16: b8 07 00 00 00 mov $0x7,%eax -ffffffff80022a1b: c3 ret -ffffffff80022a1c: 31 c0 xor %eax,%eax -ffffffff80022a1e: 48 89 f9 mov %rdi,%rcx -ffffffff80022a21: 48 be ff fe fe fe fe movabs $0xfefefefefefefeff,%rsi -ffffffff80022a28: fe fe fe -ffffffff80022a2b: 48 bf 80 80 80 80 80 movabs $0x8080808080808080,%rdi -ffffffff80022a32: 80 80 80 -ffffffff80022a35: 48 8b 11 mov (%rcx),%rdx -ffffffff80022a38: 49 89 d0 mov %rdx,%r8 -ffffffff80022a3b: 49 f7 d0 not %r8 -ffffffff80022a3e: 49 89 d1 mov %rdx,%r9 -ffffffff80022a41: 49 01 f1 add %rsi,%r9 -ffffffff80022a44: 4d 21 c1 and %r8,%r9 -ffffffff80022a47: 49 85 f9 test %rdi,%r9 -ffffffff80022a4a: 75 32 jne ffffffff80022a7e <_ZN17compiler_builtins3mem6strlen17ha67bf7541695cb1bE+0xfe> -ffffffff80022a4c: 55 push %rbp -ffffffff80022a4d: 48 89 e5 mov %rsp,%rbp -ffffffff80022a50: 48 83 c1 08 add $0x8,%rcx -ffffffff80022a54: 66 66 66 2e 0f 1f 84 data16 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff80022a5b: 00 00 00 00 00 -ffffffff80022a60: 48 83 c0 08 add $0x8,%rax -ffffffff80022a64: 48 8b 11 mov (%rcx),%rdx -ffffffff80022a67: 49 89 d0 mov %rdx,%r8 -ffffffff80022a6a: 49 f7 d0 not %r8 -ffffffff80022a6d: 4c 8d 0c 32 lea (%rdx,%rsi,1),%r9 -ffffffff80022a71: 49 21 f8 and %rdi,%r8 -ffffffff80022a74: 48 83 c1 08 add $0x8,%rcx -ffffffff80022a78: 4d 85 c8 test %r9,%r8 -ffffffff80022a7b: 74 e3 je ffffffff80022a60 <_ZN17compiler_builtins3mem6strlen17ha67bf7541695cb1bE+0xe0> -ffffffff80022a7d: 5d pop %rbp -ffffffff80022a7e: 84 d2 test %dl,%dl -ffffffff80022a80: 74 20 je ffffffff80022aa2 <_ZN17compiler_builtins3mem6strlen17ha67bf7541695cb1bE+0x122> -ffffffff80022a82: 48 89 d1 mov %rdx,%rcx -ffffffff80022a85: 66 66 2e 0f 1f 84 00 data16 cs nopw 0x0(%rax,%rax,1) -ffffffff80022a8c: 00 00 00 00 -ffffffff80022a90: 48 c1 e9 08 shr $0x8,%rcx -ffffffff80022a94: 48 ff c0 inc %rax -ffffffff80022a97: f7 c2 00 ff 00 00 test $0xff00,%edx -ffffffff80022a9d: 48 89 ca mov %rcx,%rdx -ffffffff80022aa0: 75 ee jne ffffffff80022a90 <_ZN17compiler_builtins3mem6strlen17ha67bf7541695cb1bE+0x110> -ffffffff80022aa2: c3 ret -ffffffff80022aa3: 31 c0 xor %eax,%eax -ffffffff80022aa5: c3 ret -ffffffff80022aa6: b8 01 00 00 00 mov $0x1,%eax -ffffffff80022aab: c3 ret -ffffffff80022aac: b8 02 00 00 00 mov $0x2,%eax -ffffffff80022ab1: c3 ret -ffffffff80022ab2: b8 03 00 00 00 mov $0x3,%eax -ffffffff80022ab7: c3 ret -ffffffff80022ab8: b8 04 00 00 00 mov $0x4,%eax -ffffffff80022abd: c3 ret -ffffffff80022abe: b8 05 00 00 00 mov $0x5,%eax -ffffffff80022ac3: c3 ret -ffffffff80022ac4: b8 06 00 00 00 mov $0x6,%eax -ffffffff80022ac9: c3 ret diff --git a/limine b/limine deleted file mode 160000 index 7563eb4..0000000 --- a/limine +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 7563eb4dbe9c5c9eca8439cfb96206dfc0fa3bf6 diff --git a/scripts/.gitignore b/scripts/.gitignore new file mode 100644 index 0000000..897dafa --- /dev/null +++ b/scripts/.gitignore @@ -0,0 +1 @@ +rustc_demangle/ \ No newline at end of file diff --git a/scripts/README.md b/scripts/README.md index e23ab35..4aac067 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -1,2 +1,5 @@ # CappuccinOS/scripts This folder is responsible for holding all the scripts that are necessary for building CappuccinOS + +- **demangle-symbols.py**
+ This file takes in a symbols file generated by the `nm` program and outputs a symbol file with the symbol names demangled, it uses my library, [rustc_demangle.py](https://github.com/juls0730/rustc_demangle.py) which is a python port of the Rust symbol demangling library [rustc-demangle](https://github.com/rust-lang/rustc-demangle). \ No newline at end of file diff --git a/scripts/rustc_demangle b/scripts/rustc_demangle deleted file mode 160000 index 9c7b845..0000000 --- a/scripts/rustc_demangle +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 9c7b8459ec066df165f9b208b28cbbdf1cbf5605 diff --git a/src/arch/mod.rs b/src/arch/mod.rs index bd305eb..88ae2e8 100644 --- a/src/arch/mod.rs +++ b/src/arch/mod.rs @@ -1,13 +1,11 @@ #[cfg(any(target_arch = "x86_64"))] -pub use self::imp::*; +pub use self::x86_64::*; #[cfg(any(target_arch = "x86", target_arch = "x86_64"))] pub use self::x86_common::*; +#[cfg(target_arch = "x86_64")] +mod x86_64; + #[cfg(any(target_arch = "x86", target_arch = "x86_64"))] mod x86_common; -#[cfg(target_arch = "x86_64")] -#[path = "x86_64"] -mod imp { - pub mod interrupts; -} diff --git a/src/arch/x86_64/interrupts/exceptions.rs b/src/arch/x86_64/interrupts/exceptions.rs index 3b00e43..b2f888e 100644 --- a/src/arch/x86_64/interrupts/exceptions.rs +++ b/src/arch/x86_64/interrupts/exceptions.rs @@ -2,8 +2,46 @@ use super::idt_set_gate; use crate::libs::util::hcf; use crate::{log_error, log_info}; -#[no_mangle] -pub extern "C" fn exception_handler(int: u64, eip: u64, cs: u64, eflags: u64) -> ! { +#[repr(C)] +#[derive(Clone, Copy, Debug)] +struct Registers { + // Pushed by wrapper + int: usize, + + // Pushed by push_gprs in crate::arch::x86_64 + r15: usize, + r14: usize, + r13: usize, + r12: usize, + r11: usize, + r10: usize, + r9: usize, + r8: usize, + rbp: usize, + rdi: usize, + rsi: usize, + rdx: usize, + rcx: usize, + rbx: usize, + rax: usize, + + // Pushed by interrupt + rip: usize, + cs: usize, + rflags: usize, + rsp: usize, + ss: usize, +} + +extern "C" fn exception_handler(registers: u64) { + crate::println!("{:X?}", registers); + + let registers = unsafe { *(registers as *const Registers) }; + + crate::println!("{:X?}", registers); + + let int = registers.int; + match int { 0x00 => { log_error!("DIVISION ERROR!"); @@ -20,9 +58,6 @@ pub extern "C" fn exception_handler(int: u64, eip: u64, cs: u64, eflags: u64) -> 0x0E => { log_error!("PAGE FAULT!"); } - 0x0F => { - log_error!("IDE"); - } 0xFF => { log_error!("EXCEPTION!"); } @@ -32,100 +67,52 @@ pub extern "C" fn exception_handler(int: u64, eip: u64, cs: u64, eflags: u64) -> } log_info!( - "INT: {:x} EIP: {:X}, CS: {:X}, EFLAGS: {:b}", + "INT: {:x} RIP: {:X}, CS: {:X}, EFLAGS: {:b}", int, - eip, - cs, - eflags + registers.rip, + registers.cs, + registers.rflags ); - // unsafe { - // core::arch::asm!("cli"); - // }; - - crate::arch::stack_trace::print_stack_trace(6); - - hcf(); + crate::arch::stack_trace::print_stack_trace(6, registers.rbp as u64); } -#[naked] -pub extern "C" fn div_error() { - unsafe { - core::arch::asm!( - // WHY DOESN'T PUSH DO THIS CORRECTLY - "mov rdi, 0x00", - "call exception_handler", - "add esp, 4", - "iretq", - options(noreturn) - ); - } +// *macro intensifies* +macro_rules! exception_function { + ($code:expr, $handler:ident, $recoverable:literal) => { + #[inline(always)] + extern "C" fn $handler() { + crate::arch::push_gprs(); + + unsafe { + core::arch::asm!( + "push {0:r}", + "mov rdi, rsp", + "call {1}", + "pop {0:r}", + "mov rsp, rdi", + in(reg) $code, + sym exception_handler, + ); + }; + + if $recoverable { + crate::println!("TODO: Recover gracefully ;~;"); + hcf(); + } else { + hcf(); + } + } + }; } -#[naked] -pub extern "C" fn invalid_opcode() { - unsafe { - core::arch::asm!( - "mov rdi, 0x06", - "call exception_handler", - "add esp, 4", - "iretq", - options(noreturn) - ); - } -} - -#[naked] -pub extern "C" fn double_fault() { - unsafe { - core::arch::asm!( - "mov rdi, 0x08", - "call exception_handler", - "add esp, 4", - "iretq", - options(noreturn) - ); - } -} - -#[naked] -pub extern "C" fn general_protection_fault() { - unsafe { - core::arch::asm!( - "mov rdi, 0x0D", - "call exception_handler", - "add esp, 4", - "iretq", - options(noreturn) - ); - } -} - -#[naked] -pub extern "C" fn page_fault() { - unsafe { - core::arch::asm!( - "mov rdi, 0x0E", - "call exception_handler", - "add esp, 4", - "iretq", - options(noreturn) - ); - } -} - -#[naked] -pub extern "C" fn generic_handler() { - unsafe { - core::arch::asm!( - "mov rdi, 0xFF", - "call exception_handler", - "add esp, 4", - "iretq", - options(noreturn) - ); - } -} +exception_function!(0x00, div_error, true); +exception_function!(0x06, invalid_opcode, true); +exception_function!(0x08, double_fault, false); +exception_function!(0x0D, general_protection_fault, true); +// TODO: fix the page fault then gracefully return. +exception_function!(0x0E, page_fault, false); +exception_function!(0xFF, generic_handler, true); pub fn set_exceptions() { for i in 0..32 { diff --git a/src/arch/x86_64/interrupts/mod.rs b/src/arch/x86_64/interrupts/mod.rs index 10c0dbe..1d1e0df 100755 --- a/src/arch/x86_64/interrupts/mod.rs +++ b/src/arch/x86_64/interrupts/mod.rs @@ -114,7 +114,7 @@ fn idt_init() { } #[naked] -pub extern "C" fn syscall() { +pub extern "C" fn syscall(func: extern "C" fn()) { unsafe { core::arch::asm!( "push rdi", diff --git a/src/arch/x86_64/mod.rs b/src/arch/x86_64/mod.rs index 87fa306..5511259 100644 --- a/src/arch/x86_64/mod.rs +++ b/src/arch/x86_64/mod.rs @@ -1,4 +1,24 @@ pub mod interrupts; -#[path = "../x86_common/mod.rs"] -pub mod common; +// This inline is detremental to having readable stack traces +#[inline(always)] +pub fn push_gprs() { + unsafe { + core::arch::asm!( + "push rax", "push rbx", "push rcx", "push rdx", "push rsi", "push rdi", "push rbp", + "push r8", "push r9", "push r10", "push r11", "push r12", "push r13", "push r14", + "push r15" + ); + } +} + +// This inline is detremental to having readable stack traces +#[inline(always)] +pub fn pop_gprs() { + unsafe { + core::arch::asm!( + "pop rax", "pop rbx", "pop rcx", "pop rdx", "pop rsi", "pop rdi", "pop rbp", "pop r8", + "pop r9", "pop r10", "pop r11", "pop r12", "pop r13", "pop r14", "pop r15", + ); + } +} diff --git a/src/arch/x86_common/stack_trace.rs b/src/arch/x86_common/stack_trace.rs index fbc6342..075e61d 100644 --- a/src/arch/x86_common/stack_trace.rs +++ b/src/arch/x86_common/stack_trace.rs @@ -7,12 +7,8 @@ struct StackFrame { rip: u64, } -pub fn print_stack_trace(max_frames: usize) { - let mut stackframe: *const StackFrame; - - unsafe { - core::arch::asm!("mov {0:r}, rbp", out(reg) stackframe); - }; +pub fn print_stack_trace(max_frames: usize, rbp: u64) { + let mut stackframe = rbp as *const StackFrame; crate::println!("Stack Trace:"); for _frame in 0..max_frames { diff --git a/src/drivers/keyboard.rs b/src/drivers/keyboard.rs index 2bfa7b8..0073ddc 100755 --- a/src/drivers/keyboard.rs +++ b/src/drivers/keyboard.rs @@ -36,8 +36,6 @@ pub extern "x86-interrupt" fn keyboard_interrupt_handler() { #[derive(Debug)] pub enum KBDError { - TimeoutError, - ParityError, TestFailed, } @@ -51,25 +49,7 @@ pub fn init() -> Result<(), KBDError> { outb(KBD_COMMAND_AND_STATUS_PORT, 0xA7); outb(KBD_COMMAND_AND_STATUS_PORT, 0xAD); - outb(KBD_COMMAND_AND_STATUS_PORT, 0xFF); - let status = inb(KBD_COMMAND_AND_STATUS_PORT); - - if status & (1 << 6) != 0 { - return Err(KBDError::TimeoutError); - } - - if status & (1 << 7) != 0 { - return Err(KBDError::ParityError); - } - - // Test the controller - outb(KBD_COMMAND_AND_STATUS_PORT, 0xAA); - let result = inb(KBD_DATA_PORT); - - if result != 0x55 { - crate::println!("Got result: {result}"); - return Err(KBDError::TestFailed); - } + // TODO: Test the controller correctly idt_set_gate( InterruptIndex::Keyboard.as_u8(), diff --git a/src/drivers/storage/ide.rs b/src/drivers/storage/ide.rs index 36c969a..e29b333 100755 --- a/src/drivers/storage/ide.rs +++ b/src/drivers/storage/ide.rs @@ -295,12 +295,10 @@ impl<'a> ATABus { self.wait_for_drive_ready() .map_err(|_| crate::log_error!("Error before issuing Identify command."))?; - for i in 0..(ATA_SECTOR_SIZE / size_of::()) { + for chunk in buffer.chunks_exact_mut(core::mem::size_of::()) { let word = inw(self.io_bar + ATADriveDataRegister::Data as u16); - unsafe { - *(buffer.as_mut_ptr() as *mut u16).add(i) = word; - }; + chunk.copy_from_slice(&word.to_le_bytes()); } return Ok(Arc::from(buffer)); diff --git a/src/main.rs b/src/main.rs index 8ad2fac..f478ccc 100755 --- a/src/main.rs +++ b/src/main.rs @@ -46,6 +46,11 @@ pub extern "C" fn _start() -> ! { .label_bytes() ); + let asd: u32 = 0xdeadbeef; + unsafe { + *(asd as *mut u64) = 12; + }; + usr::shell::init_shell(); hcf(); diff --git a/src/usr/mod.rs b/src/usr/mod.rs index 8c4dba3..145cb15 100644 --- a/src/usr/mod.rs +++ b/src/usr/mod.rs @@ -1,2 +1,3 @@ pub mod shell; +#[macro_use] pub mod tty; diff --git a/src/usr/shell.rs b/src/usr/shell.rs index da327d8..c567fe0 100755 --- a/src/usr/shell.rs +++ b/src/usr/shell.rs @@ -133,10 +133,6 @@ pub fn handle_key(mut key: Key) { } pub fn prompt() { - unsafe { - core::arch::asm!("div rax, {0:r}", in(reg) 0x00); - }; - super::tty::CONSOLE.puts("> "); }