NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: port-evbarm/54224: panic: lock error: Mutex: mutex_vector_enter,552: locking against myself



The following reply was made to PR port-evbarm/54224; it has been noted by GNATS.

From: Stephen Takacs <perlhaq%free.fr@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: port-evbarm/54224: panic: lock error: Mutex: mutex_vector_enter,552:
 locking against myself
Date: Mon, 17 Jun 2019 13:26:35 +0200 (CEST)

 This happened during last night's cron job, so it must be related.  The 
 kernel dropped into ddb and I captured output on serial console, and 
 looked up the addresses in gdb.  I had to cut out somewhere between 
 10,000-20,000 lines of ohci stuff from 'show kernhist' that preceeded 
 what's at the bottom of this email.
 
 uvm_fault(0xbfcc9a28, 0, 2) -> e
 Fatal kernel mode data abort: 'Translation Fault (S)'
 trapframe: 0xa5af9d60
 FSR=00000805, FAR=0000000c, spsr=60070013
 r0 =00000000, r1 =00002000, r2 =00000004, r3 =a5af9e4c
 r4 =00002000, r5 =a5af9e4c, r6 =0000fff8, r7 =a0b8c000
 r8 =00000000, r9 =00000000, r10=00000000, r11=a5af9e44
 r12=80017e6c, ssp=a5af9db0, slr=800d457c, pc =802b3cdc
 
 Stopped in pid 4420.1 (find) at netbsd:ufs_readdir+0x268:       strbeq  r2, [r9,
   #0x00c]
 db{0}>
 
 db{0}> bt
 0xa5af9e44: netbsd:ufs_readdir+0xc
 0xa5af9e84: netbsd:VOP_READDIR+0x58
 0xa5af9efc: netbsd:vn_readdir+0xcc
 0xa5af9f34: netbsd:sys___getdents30+0x7c
 0xa5af9fac: netbsd:syscall+0x124
 
 (gdb) info line *(ufs_readdir+0x268)
 Line 1316 of "../../../../ufs/ufs/ufs_vnops.c" starts at address 0x802b3cdc <ufs_readdir+616>
     and ends at 0x802b3ce0 <ufs_readdir+620>.
 (gdb) info line *(ufs_readdir+0xc)
 Line 1215 of "../../../../ufs/ufs/ufs_vnops.c" starts at address 0x802b3a74 <ufs_readdir>
     and ends at 0x802b3a84 <ufs_readdir+16>.
 (gdb) info line *(VOP_READDIR+0x58)
 Line 1124 of "../../../../kern/vnode_if.c" starts at address 0x80385198 <VOP_READDIR+72>
     and ends at 0x803851ac <VOP_READDIR+92>.
 (gdb) info line *(vn_readdir+0xcc)
 Line 503 of "../../../../kern/vfs_vnops.c" starts at address 0x8037eb3c <vn_readdir+200>
     and ends at 0x8037eb44 <vn_readdir+208>.
 (gdb) info line *(sys___getdents30+0x7c)
 Line 4616 of "../../../../kern/vfs_syscalls.c" starts at address 0x80379754 <sys___getdents30+124>
     and ends at 0x80379758 <sys___getdents30+128>.
 (gdb) info line *(syscall+0x124)
 Line 66 of "../../../../sys/syscallvar.h" starts at address 0x8001b8e8 <syscall+292>
     and ends at 0x8001b8ec <syscall+296>.
 
 db{0}> show mount
 vnodecovered = 0xe1c980ba data = 0xe2862010
 fs_bshift -443080704 dev_bshift = -481230848
 flag = 0x3affffd1<MNT_SYMPERM,MNT_EXPUBLIC,MNT_EXNORESPORT,MNT_LOG,MNT_DISCARD,M
 NT_GETARGS,MNT_UNUSED,MNT_IGNORE,MNT_FORCE,MNT_RELOAD,MNT_RELATIME,MNT_UPDATE,MN
 T_NOCOREDUMP,MNT_ROOTFS,MNT_QUOTA,MNT_LOCAL,MNT_EXKERB,MNT_EXPORTANON,MNT_DEFEXP
 ORTED,MNT_EXPORTED,MNT
 iflag = 0xffffffffe51b1058<IMNT_DTYPE,IMNT_WANTRDONLY>
 refcnt = -514785278 updating @ 0x802b45d4
 statvfs cache:
          bsize = 3871289138
          frsize = 3850969088
          iosize = 3818930176
          blocks = 16258029877390295044
          bfree = 16323033004816150648
          bavail = 16935050455586242573
          bresvd = 16361348695750934536
          files = 16258012267987021823
          ffree = 16321045109190172674
          favail = 16935020992076587014
          fresvd = 16234147161977860216
          f_fsidx = { 0xe1c140f0, 0xe1d720b4 }
          owner = 3789099192
          namemax = 3842707564
          flag = 0xa000000<MNT_EXNORESPORT,MNT_LOG>
          syncwrites = 16331547588427005954
          asyncwrites = 16508806915266969604
          syncreads = 16542583538136326324
          asyncreads = 16234147299386785792
          fstypename = P0p@
          mntonname = |
          mntfromname = P/4?D H0H
 locked vnodes =
 uvm_fault(0xbfcc9a28, 5c92000, 1) -> e
 Fatal kernel mode data abort: 'Translation Fault (S)'
 trapframe: 0xa5af9948
 FSR=00000005, FAR=05c92058, spsr=20070113
 r0 =05c9200c, r1 =804889fb, r2 =00000000, r3 =80441f6c
 r4 =80334648, r5 =802b3cdc, r6 =00000000, r7 =2aaaaaab
 r8 =00000006, r9 =00000000, r10=05c9200c, r11=a5af99b4
 r12=a5af99b8, ssp=a5af9998, slr=803743a0, pc =803857e8
 
 Faulted in DDB; continuing...
 db{0}>
 
 db{0}> show kernhist
 1560729631.939274 ohci_device_intr_start#427062@1: --- dump start ---
 1560729631.939276 ohci_dump_ed#427195@1: called!
 1560729631.939278 ohci_dump_ed#427195@1: ED(0xca6dcb10) at 0x433b8b10:
 1560729631.939279 ohci_dump_ed#427195@1:     addr=2 endpt=1 maxp=8
 1560729631.939280 ohci_dump_ed#427195@1:     dir=0 speed=1 skip=0 iso=0
 1560729631.939281 ohci_dump_ed#427195@1:     tailp=0x43427f80
 1560729631.939282 ohci_dump_ed#427195@1:     headp=0x43427f80 nexted=0x433b96b0 h
 alted=0 carry=0
 1560729631.939283 ohci_dump_td#1281851@1: called!
 1560729631.939285 ohci_dump_td#1281851@1: TD(0xcd4adf80) at 0x43427f80:
 1560729631.939285 ohci_dump_td#1281851@1:     round=1 DP=2 DI=1 T=0
 1560729631.939286 ohci_dump_td#1281851@1:     EC=0 CC=15
 1560729631.939286 ohci_dump_td#1281851@1:     td_cbp=0x43418c80 td_nexttd=0x4342
 7fc0 td_be=0x43418c87
 1560729631.939287 ohci_dump_td#1281852@1: called!
 1560729631.939288 ohci_dump_td#1281852@1: TD(0xcd4adfc0) at 0x43427fc0:
 1560729631.939288 ohci_dump_td#1281852@1:     round=0 DP=0 DI=0 T=0
 1560729631.939289 ohci_dump_td#1281852@1:     EC=0 CC=0
 1560729631.939289 ohci_dump_td#1281852@1:     td_cbp=0x00000000 td_nexttd=0x0000
 0000 td_be=0x00000000
 1560729631.939290 ohci_device_intr_start#427062@1: --- dump end ---
 1560729631.939294 ohci_softintr#427155@1: --- ITD dump start ---
 1560729631.939295 ohci_softintr#427155@1: --- ITD dump end ---
 1560729631.939296 ohci_softintr#427155@1: done
 1560734166.287926 uvm_pageout#1@1:   free/ftarg=9978/341
 1560734166.287932 uvm_pageout#1@1:   free/ftarg=9978/341
 1560734166.287938 uvm_pageout#1@1:   free/ftarg=9978/341
 1560734166.287943 uvm_pageout#1@1:   free/ftarg=9978/341
 1560734166.288068 uvm_pageout#1@1:   free/ftarg=9978/341
 1560734166.288116 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.288230 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.288325 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.288426 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.288513 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.288519 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.288526 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.288532 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.288539 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.288605 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.288611 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.288619 uvm_pageout#1@1:   free/ftarg=9978/341
 1560734166.288626 uvm_pageout#1@1:   free/ftarg=9978/341
 1560734166.288654 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.288685 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.288693 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.288743 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.288803 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.288837 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.288844 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.288850 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.288859 uvm_pageout#1@1:   free/ftarg=9978/341
 1560734166.288938 uvm_pageout#1@1:   free/ftarg=9978/341
 1560734166.288965 uvm_pageout#1@1:   free/ftarg=9978/341
 1560734166.288992 uvm_pageout#1@1:   free/ftarg=9978/341
 1560734166.288998 uvm_pageout#1@1:   free/ftarg=9978/341
 1560734166.289026 uvm_pageout#1@1:   free/ftarg=9978/341
 1560734166.289053 uvm_pageout#1@1:   free/ftarg=9978/341
 1560734166.289081 uvm_pageout#1@1:   free/ftarg=9978/341
 1560734166.289225 uvm_pageout#1@1:   free/ftarg=9978/341
 1560734166.289231 uvm_pageout#1@1:   free/ftarg=9978/341
 1560734166.289271 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.289278 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.289284 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.289289 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.289297 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.289303 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.289310 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.289316 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.289323 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.289387 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.289393 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.289480 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.289569 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.289612 uvm_vnp_setsize#24653692@0: called!
 1560734166.289613 uvm_vnp_setsize#24653692@0: vp 0xbe5afba8 old 0xffffffffffffff
 ff new 0xf
 1560734166.289656 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.289662 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.289702 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.289736 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.289764 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.289790 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.289858 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.289895 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.289903 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.289910 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.289916 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.289982 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.290010 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.290040 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.290068 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.290110 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.290174 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.290205 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.290236 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.290328 uvm_pageout#1@1:   free/ftarg=9978/341
 1560734166.290354 uvm_pageout#1@1:   free/ftarg=9978/341
 1560734166.290382 uvm_pageout#1@1:   free/ftarg=9978/341
 1560734166.290407 uvm_pageout#1@1:   free/ftarg=9978/341
 1560734166.290433 uvm_pageout#1@1:   free/ftarg=9978/341
 1560734166.290459 uvm_pageout#1@1:   free/ftarg=9978/341
 1560734166.290485 uvm_pageout#1@1:   free/ftarg=9978/341
 1560734166.290674 uvm_pageout#1@1:   free/ftarg=9978/341
 1560734166.290732 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.290790 uvm_vnp_setsize#24653693@0: called!
 1560734166.290791 uvm_vnp_setsize#24653693@0: vp 0xbe5aecd0 old 0xffffffffffffff
 ff new 0x200
 1560734166.290844 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.290871 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.290913 uvm_vnp_setsize#24653694@0: called!
 1560734166.290914 uvm_vnp_setsize#24653694@0: vp 0xbe5af4a0 old 0xffffffffffffff
 ff new 0x12e
 1560734166.290958 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.291002 uvm_vnp_setsize#24653695@0: called!
 1560734166.291003 uvm_vnp_setsize#24653695@0: vp 0xbe5ae1e0 old 0xffffffffffffff
 ff new 0x2a0
 1560734166.291045 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.291088 uvm_vnp_setsize#24653696@0: called!
 1560734166.291089 uvm_vnp_setsize#24653696@0: vp 0xbe5ae050 old 0xffffffffffffff
 ff new 0x314
 1560734166.291131 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.291173 uvm_vnp_setsize#24653697@0: called!
 1560734166.291174 uvm_vnp_setsize#24653697@0: vp 0xbe5af310 old 0xffffffffffffff
 ff new 0x82
 1560734166.291215 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.291246 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.291282 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.291315 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.291341 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.291387 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.291484 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.291510 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.291546 uvm_pageout#1@1:   free/ftarg=9979/341
 1560734166.291578 uvm_pageout#1@1:   free/ftarg=9978/341
 1560734166.291669 uvm_pageout#1@1:   free/ftarg=9977/341
 1560734166.291694 uvm_pageout#1@1:   free/ftarg=9977/341
 1560734166.291720 uvm_pageout#1@1:   free/ftarg=9977/341
 1560734166.291748 uvm_pageout#1@1:   free/ftarg=9977/341
 1560734166.291775 uvm_pageout#1@1:   free/ftarg=9977/341
 1560734166.291803 uvm_pageout#1@1:   free/ftarg=9977/341
 1560734166.291830 uvm_pageout#1@1:   free/ftarg=9977/341
 1560734166.291994 uvm_pageout#1@1:   free/ftarg=9977/341
 1560734166.295316 ufs_balloc_range#642205@1: called!
 1560734166.295317 ufs_balloc_range#642205@1: vp 0xbf9af308 off 0x2a001 len 0x43 u
 _size 0x2a001
 1560734166.295329 genfs_getpages#13573136@1: called!
 1560734166.295330 genfs_getpages#13573136@1: vp 0xbf9af308 off 0x0/28000 count 2
 
 1560734166.295336 genfs_getpages#13573136@1: ridx 0 npages 2 startoff 163840 end
 off 180224
 1560734166.295341 uvn_findpage#34807263@1: called!
 1560734166.295342 uvn_findpage#34807263@1: vp 0xbf9af308 off 0x28000
 1560734166.295347 uvn_findpage#34807263@1: found 0xc12b90c0 (color 0)
 1560734166.295348 uvn_findpage#34807264@1: called!
 1560734166.295348 uvn_findpage#34807264@1: vp 0xbf9af308 off 0x2a000
 1560734166.295349 uvn_findpage#34807264@1: found 0xc04e8360 (color 0)
 1560734166.295351 genfs_getpages#13573136@1: returning cached pages
 1560734166.295352 genfs_getpages#13573136@1: succeeding, npages 2
 1560734166.295353 genfs_getpages#13573136@1: examining pg 0xc12b90c0 flags 0xd
 1560734166.295354 genfs_getpages#13573136@1: examining pg 0xc04e8360 flags 0xd
 1560734166.295362 ufs_gop_alloc#986097@1: called!
 1560734166.295366 ffs_balloc#987490@1: called!
 1560734166.295367 ffs_balloc#987490@1: vp 0xbf9af308 lbn 0xa size 0x2044
 1560734166.295371 ufs_gop_alloc#986097@1: vp 0xbf9af308 old 0x2a001 new 0x2a044
 1560734166.295377 uvm_page_unbusy#3092157@1: called!
 1560734166.295379 uvm_page_unbusy#3092157@1: unbusying pg 0xc12b90c0
 1560734166.295380 uvm_page_unbusy#3092157@1: unbusying pg 0xc04e8360
 1560734166.295387 ubc_alloc#52286794@1: called!
 1560734166.295388 ubc_alloc#52286794@1: uobj 0xbf9af308 offset 0x2a001 len 0x43
 1560734166.295392 ubc_alloc#52286794@1: umap 0xc183ff40 refs 1 va 0xcaaa6000 fla
 gs 0x2
 1560734166.295430 ubc_fault#7940971@1: called!
 1560734166.295433 ubc_fault#7940971@1: va 0xcaaa6000 ubc_offset 0x2fa000 access_
 type 2
 1560734166.295435 ubc_fault#7940971@1: slot_offset 0x0 writeoff 0x1 writelen 0x4
 3
 1560734166.295436 ubc_fault#7940971@1: getpages uobj 0xbf9af308 offset 0x2a000 n
 pages 1
 1560734166.295438 uvn_get#26345487@1: called!
 1560734166.295439 uvn_get#26345487@1: vp 0xbf9af308 off 0x2a000
 1560734166.295441 genfs_getpages#13573137@1: called!
 1560734166.295441 genfs_getpages#13573137@1: vp 0xbf9af308 off 0x0/2a000 count 1
 
 1560734166.295445 genfs_getpages#13573137@1: ridx 1 npages 1 startoff 163840 end
 off 180224
 1560734166.295448 uvn_findpage#34807265@1: called!
 1560734166.295448 uvn_findpage#34807265@1: vp 0xbf9af308 off 0x2a000
 1560734166.295449 uvn_findpage#34807265@1: found 0xc04e8360 (color 0)
 1560734166.295450 genfs_getpages#13573137@1: returning cached pages
 1560734166.295451 genfs_getpages#13573137@1: succeeding, npages 2
 1560734166.295451 genfs_getpages#13573137@1: examining pg 0xc04e8360 flags 0x5
 1560734166.295454 ubc_fault#7940971@1: getpages error 0 npages 1
 1560734166.295455 ubc_fault#7940971@1: va 0xcaaa6000 eva 0xcaaa8000
 1560734166.295456 ubc_fault#7940971@1: pgs[0] = 0xc04e8360
 1560734166.295490 ubc_release#52286794@1: called!
 1560734166.295491 ubc_release#52286794@1: va 0xcaaa6001
 1560734166.295493 ubc_release#52286794@1: umap rw#jxp refs 3246653248
 1560734166.295495 uvm_vnp_setsize#24653698@1: called!
 1560734166.295496 uvm_vnp_setsize#24653698@1: vp 0xbf9af308 old 0x2a001 new 0x2a
 044
 1560734166.295561 ufs_balloc_range#642206@1: called!
 1560734166.295562 ufs_balloc_range#642206@1: vp 0xbf9af308 off 0x2a044 len 0x20 u
 _size 0x2a044
 1560734166.295566 genfs_getpages#13573138@1: called!
 1560734166.295567 genfs_getpages#13573138@1: vp 0xbf9af308 off 0x0/28000 count 2
 
 1560734166.295569 genfs_getpages#13573138@1: ridx 0 npages 2 startoff 163840 end
 off 180224
 1560734166.295572 uvn_findpage#34807266@1: called!
 1560734166.295573 uvn_findpage#34807266@1: vp 0xbf9af308 off 0x28000
 1560734166.295574 uvn_findpage#34807266@1: found 0xc12b90c0 (color 0)
 1560734166.295575 uvn_findpage#34807267@1: called!
 1560734166.295575 uvn_findpage#34807267@1: vp 0xbf9af308 off 0x2a000
 1560734166.295576 uvn_findpage#34807267@1: found 0xc04e8360 (color 0)
 1560734166.295576 genfs_getpages#13573138@1: returning cached pages
 1560734166.295577 genfs_getpages#13573138@1: succeeding, npages 2
 1560734166.295577 genfs_getpages#13573138@1: examining pg 0xc12b90c0 flags 0x5
 1560734166.295578 genfs_getpages#13573138@1: examining pg 0xc04e8360 flags 0x5
 1560734166.295580 ufs_gop_alloc#986098@1: called!
 1560734166.295582 ffs_balloc#987491@1: called!
 1560734166.295583 ffs_balloc#987491@1: vp 0xbf9af308 lbn 0xa size 0x2064
 1560734166.295584 ufs_gop_alloc#986098@1: vp 0xbf9af308 old 0x2a044 new 0x2a064
 1560734166.295587 uvm_page_unbusy#3092158@1: called!
 1560734166.295587 uvm_page_unbusy#3092158@1: unbusying pg 0xc12b90c0
 1560734166.295587 uvm_page_unbusy#3092158@1: unbusying pg 0xc04e8360
 1560734166.295590 ubc_alloc#52286795@1: called!
 1560734166.295590 ubc_alloc#52286795@1: uobj 0xbf9af308 offset 0x2a044 len 0x20
 1560734166.295592 ubc_alloc#52286795@1: umap 0xc183ff40 refs 1 va 0xcaaa6000 fla
 gs 0x2
 1560734166.295593 ubc_release#52286795@1: called!
 1560734166.295594 ubc_release#52286795@1: va 0xcaaa6044
 1560734166.295594 ubc_release#52286795@1: umap rw#jxp refs 3246653248
 1560734166.295596 uvm_vnp_setsize#24653699@1: called!
 1560734166.295597 uvm_vnp_setsize#24653699@1: vp 0xbf9af308 old 0x2a044 new 0x2a
 064
 1560734166.295702 ufs_balloc_range#642207@1: called!
 1560734166.295702 ufs_balloc_range#642207@1: vp 0xbf9af308 off 0x2a064 len 0x40 u
 _size 0x2a064
 1560734166.295707 genfs_getpages#13573139@1: called!
 1560734166.295707 genfs_getpages#13573139@1: vp 0xbf9af308 off 0x0/28000 count 2
 
 1560734166.295709 genfs_getpages#13573139@1: ridx 0 npages 2 startoff 163840 end
 off 180224
 1560734166.295712 uvn_findpage#34807268@1: called!
 1560734166.295712 uvn_findpage#34807268@1: vp 0xbf9af308 off 0x28000
 1560734166.295714 uvn_findpage#34807268@1: found 0xc12b90c0 (color 0)
 1560734166.295714 uvn_findpage#34807269@1: called!
 1560734166.295714 uvn_findpage#34807269@1: vp 0xbf9af308 off 0x2a000
 1560734166.295715 uvn_findpage#34807269@1: found 0xc04e8360 (color 0)
 1560734166.295716 genfs_getpages#13573139@1: returning cached pages
 1560734166.295716 genfs_getpages#13573139@1: succeeding, npages 2
 1560734166.295717 genfs_getpages#13573139@1: examining pg 0xc12b90c0 flags 0x5
 1560734166.295717 genfs_getpages#13573139@1: examining pg 0xc04e8360 flags 0x5
 1560734166.295720 ufs_gop_alloc#986099@1: called!
 1560734166.295721 ffs_balloc#987492@1: called!
 1560734166.295722 ffs_balloc#987492@1: vp 0xbf9af308 lbn 0xa size 0x20a4
 1560734166.295722 ufs_gop_alloc#986099@1: vp 0xbf9af308 old 0x2a064 new 0x2a0a4
 1560734166.295725 uvm_page_unbusy#3092159@1: called!
 1560734166.295725 uvm_page_unbusy#3092159@1: unbusying pg 0xc12b90c0
 1560734166.295726 uvm_page_unbusy#3092159@1: unbusying pg 0xc04e8360
 1560734166.295728 ubc_alloc#52286796@1: called!
 1560734166.295728 ubc_alloc#52286796@1: uobj 0xbf9af308 offset 0x2a064 len 0x40
 1560734166.295730 ubc_alloc#52286796@1: umap 0xc183ff40 refs 1 va 0xcaaa6000 fla
 gs 0x2
 1560734166.295732 ubc_release#52286796@1: called!
 1560734166.295732 ubc_release#52286796@1: va 0xcaaa6064
 1560734166.295733 ubc_release#52286796@1: umap rw#jxp refs 3246653248
 1560734166.295734 uvm_vnp_setsize#24653700@1: called!
 1560734166.295735 uvm_vnp_setsize#24653700@1: vp 0xbf9af308 old 0x2a064 new 0x2a
 0a4
 1560734166.299917 ufs_balloc_range#642208@1: called!
 1560734166.299918 ufs_balloc_range#642208@1: vp 0xbf9af308 off 0x2a0a4 len 0x4b u
 _size 0x2a0a4
 1560734166.299922 genfs_getpages#13573140@1: called!
 1560734166.299923 genfs_getpages#13573140@1: vp 0xbf9af308 off 0x0/28000 count 2
 
 1560734166.299926 genfs_getpages#13573140@1: ridx 0 npages 2 startoff 163840 end
 off 180224
 1560734166.299929 uvn_findpage#34807270@1: called!
 1560734166.299930 uvn_findpage#34807270@1: vp 0xbf9af308 off 0x28000
 1560734166.299931 uvn_findpage#34807270@1: found 0xc12b90c0 (color 0)
 1560734166.299932 uvn_findpage#34807271@1: called!
 1560734166.299932 uvn_findpage#34807271@1: vp 0xbf9af308 off 0x2a000
 1560734166.299933 uvn_findpage#34807271@1: found 0xc04e8360 (color 0)
 1560734166.299934 genfs_getpages#13573140@1: returning cached pages
 1560734166.299934 genfs_getpages#13573140@1: succeeding, npages 2
 1560734166.299935 genfs_getpages#13573140@1: examining pg 0xc12b90c0 flags 0x5
 1560734166.299936 genfs_getpages#13573140@1: examining pg 0xc04e8360 flags 0x5
 1560734166.299939 ufs_gop_alloc#986100@1: called!
 1560734166.299940 ffs_balloc#987493@1: called!
 1560734166.299940 ffs_balloc#987493@1: vp 0xbf9af308 lbn 0xa size 0x20ef
 1560734166.299942 ufs_gop_alloc#986100@1: vp 0xbf9af308 old 0x2a0a4 new 0x2a0ef
 1560734166.299944 uvm_page_unbusy#3092160@1: called!
 1560734166.299945 uvm_page_unbusy#3092160@1: unbusying pg 0xc12b90c0
 1560734166.299945 uvm_page_unbusy#3092160@1: unbusying pg 0xc04e8360
 1560734166.299948 ubc_alloc#52286797@1: called!
 1560734166.299948 ubc_alloc#52286797@1: uobj 0xbf9af308 offset 0x2a0a4 len 0x4b
 1560734166.299951 ubc_alloc#52286797@1: umap 0xc183ff40 refs 1 va 0xcaaa6000 fla
 gs 0x2
 1560734166.299953 ubc_release#52286797@1: called!
 1560734166.299953 ubc_release#52286797@1: va 0xcaaa60a4
 1560734166.299954 ubc_release#52286797@1: umap rw#jxp refs 3246653248
 1560734166.299955 uvm_vnp_setsize#24653701@1: called!
 1560734166.299956 uvm_vnp_setsize#24653701@1: vp 0xbf9af308 old 0x2a0a4 new 0x2a
 0ef
 1560734166.303424 ufs_balloc_range#642209@1: called!
 1560734166.303425 ufs_balloc_range#642209@1: vp 0xbf9af308 off 0x2a0ef len 0x35 u
 _size 0x2a0ef
 1560734166.303429 genfs_getpages#13573141@1: called!
 1560734166.303429 genfs_getpages#13573141@1: vp 0xbf9af308 off 0x0/28000 count 2
 
 1560734166.303431 genfs_getpages#13573141@1: ridx 0 npages 2 startoff 163840 end
 off 180224
 1560734166.303434 uvn_findpage#34807272@1: called!
 1560734166.303434 uvn_findpage#34807272@1: vp 0xbf9af308 off 0x28000
 1560734166.303435 uvn_findpage#34807272@1: found 0xc12b90c0 (color 0)
 1560734166.303436 uvn_findpage#34807273@1: called!
 1560734166.303436 uvn_findpage#34807273@1: vp 0xbf9af308 off 0x2a000
 1560734166.303437 uvn_findpage#34807273@1: found 0xc04e8360 (color 0)
 1560734166.303438 genfs_getpages#13573141@1: returning cached pages
 1560734166.303438 genfs_getpages#13573141@1: succeeding, npages 2
 1560734166.303439 genfs_getpages#13573141@1: examining pg 0xc12b90c0 flags 0x5
 1560734166.303439 genfs_getpages#13573141@1: examining pg 0xc04e8360 flags 0x5
 1560734166.303442 ufs_gop_alloc#986101@1: called!
 1560734166.303443 ffs_balloc#987494@1: called!
 1560734166.303443 ffs_balloc#987494@1: vp 0xbf9af308 lbn 0xa size 0x2124
 1560734166.303444 ufs_gop_alloc#986101@1: vp 0xbf9af308 old 0x2a0ef new 0x2a124
 1560734166.303446 uvm_page_unbusy#3092161@1: called!
 1560734166.303447 uvm_page_unbusy#3092161@1: unbusying pg 0xc12b90c0
 1560734166.303447 uvm_page_unbusy#3092161@1: unbusying pg 0xc04e8360
 1560734166.303449 ubc_alloc#52286798@1: called!
 1560734166.303450 ubc_alloc#52286798@1: uobj 0xbf9af308 offset 0x2a0ef len 0x35
 1560734166.303451 ubc_alloc#52286798@1: umap 0xc183ff40 refs 1 va 0xcaaa6000 fla
 gs 0x2
 1560734166.303454 ubc_release#52286798@1: called!
 1560734166.303454 ubc_release#52286798@1: va 0xcaaa60ef
 1560734166.303455 ubc_release#52286798@1: umap rw#jxp refs 3246653248
 1560734166.303456 uvm_vnp_setsize#24653702@1: called!
 1560734166.303457 uvm_vnp_setsize#24653702@1: vp 0xbf9af308 old 0x2a0ef new 0x2a
 124
 1560734166.305583 ufs_balloc_range#642210@1: called!
 1560734166.305583 ufs_balloc_range#642210@1: vp 0xbf9af308 off 0x2a124 len 0x49 u
 _size 0x2a124
 1560734166.305586 genfs_getpages#13573142@1: called!
 1560734166.305586 genfs_getpages#13573142@1: vp 0xbf9af308 off 0x0/28000 count 2
 
 1560734166.305589 genfs_getpages#13573142@1: ridx 0 npages 2 startoff 163840 end
 off 180224
 1560734166.305592 uvn_findpage#34807274@1: called!
 1560734166.305592 uvn_findpage#34807274@1: vp 0xbf9af308 off 0x28000
 1560734166.305593 uvn_findpage#34807274@1: found 0xc12b90c0 (color 0)
 1560734166.305594 uvn_findpage#34807275@1: called!
 1560734166.305594 uvn_findpage#34807275@1: vp 0xbf9af308 off 0x2a000
 1560734166.305594 uvn_findpage#34807275@1: found 0xc04e8360 (color 0)
 1560734166.305595 genfs_getpages#13573142@1: returning cached pages
 1560734166.305595 genfs_getpages#13573142@1: succeeding, npages 2
 1560734166.305596 genfs_getpages#13573142@1: examining pg 0xc12b90c0 flags 0x5
 1560734166.305597 genfs_getpages#13573142@1: examining pg 0xc04e8360 flags 0x5
 1560734166.305599 ufs_gop_alloc#986102@1: called!
 1560734166.305600 ffs_balloc#987495@1: called!
 1560734166.305600 ffs_balloc#987495@1: vp 0xbf9af308 lbn 0xa size 0x216d
 1560734166.305601 ufs_gop_alloc#986102@1: vp 0xbf9af308 old 0x2a124 new 0x2a16d
 1560734166.305603 uvm_page_unbusy#3092162@1: called!
 1560734166.305604 uvm_page_unbusy#3092162@1: unbusying pg 0xc12b90c0
 1560734166.305604 uvm_page_unbusy#3092162@1: unbusying pg 0xc04e8360
 1560734166.305607 ubc_alloc#52286799@1: called!
 1560734166.305607 ubc_alloc#52286799@1: uobj 0xbf9af308 offset 0x2a124 len 0x49
 1560734166.305608 ubc_alloc#52286799@1: umap 0xc183ff40 refs 1 va 0xcaaa6000 fla
 gs 0x2
 1560734166.305610 ubc_release#52286799@1: called!
 1560734166.305611 ubc_release#52286799@1: va 0xcaaa6124
 1560734166.305612 ubc_release#52286799@1: umap rw#jxp refs 3246653248
 1560734166.305613 uvm_vnp_setsize#24653703@1: called!
 1560734166.305614 uvm_vnp_setsize#24653703@1: vp 0xbf9af308 old 0x2a124 new 0x2a
 16d
 1560734166.310476 ufs_balloc_range#642211@1: called!
 1560734166.310477 ufs_balloc_range#642211@1: vp 0xbf9af308 off 0x2a16d len 0x56 u
 _size 0x2a16d
 1560734166.310481 genfs_getpages#13573143@1: called!
 1560734166.310481 genfs_getpages#13573143@1: vp 0xbf9af308 off 0x0/28000 count 2
 
 1560734166.310484 genfs_getpages#13573143@1: ridx 0 npages 2 startoff 163840 end
 off 180224
 1560734166.310487 uvn_findpage#34807276@1: called!
 1560734166.310487 uvn_findpage#34807276@1: vp 0xbf9af308 off 0x28000
 1560734166.310488 uvn_findpage#34807276@1: found 0xc12b90c0 (color 0)
 1560734166.310489 uvn_findpage#34807277@1: called!
 1560734166.310489 uvn_findpage#34807277@1: vp 0xbf9af308 off 0x2a000
 1560734166.310489 uvn_findpage#34807277@1: found 0xc04e8360 (color 0)
 1560734166.310490 genfs_getpages#13573143@1: returning cached pages
 1560734166.310490 genfs_getpages#13573143@1: succeeding, npages 2
 1560734166.310491 genfs_getpages#13573143@1: examining pg 0xc12b90c0 flags 0x5
 1560734166.310491 genfs_getpages#13573143@1: examining pg 0xc04e8360 flags 0x5
 1560734166.310494 ufs_gop_alloc#986103@1: called!
 1560734166.310495 ffs_balloc#987496@1: called!
 1560734166.310495 ffs_balloc#987496@1: vp 0xbf9af308 lbn 0xa size 0x21c3
 1560734166.310496 ufs_gop_alloc#986103@1: vp 0xbf9af308 old 0x2a16d new 0x2a1c3
 1560734166.310499 uvm_page_unbusy#3092163@1: called!
 1560734166.310499 uvm_page_unbusy#3092163@1: unbusying pg 0xc12b90c0
 1560734166.310500 uvm_page_unbusy#3092163@1: unbusying pg 0xc04e8360
 1560734166.310502 ubc_alloc#52286800@1: called!
 1560734166.310503 ubc_alloc#52286800@1: uobj 0xbf9af308 offset 0x2a16d len 0x56
 1560734166.310505 ubc_alloc#52286800@1: umap 0xc183ff40 refs 1 va 0xcaaa6000 fla
 gs 0x2
 1560734166.310506 ubc_release#52286800@1: called!
 1560734166.310507 ubc_release#52286800@1: va 0xcaaa616d
 1560734166.310508 ubc_release#52286800@1: umap rw#jxp refs 3246653248
 1560734166.310509 uvm_vnp_setsize#24653704@1: called!
 1560734166.310510 uvm_vnp_setsize#24653704@1: vp 0xbf9af308 old 0x2a16d new 0x2a
 1c3
 1560734166.310559 pmap_deactivate#238346380@1:   <-- done
 1560734166.310560 pmap_activate#238346380@1: called!
 1560734166.310560 pmap_activate#238346380@1: (l=0xbff67360) pm=0x805214d0
 1560734166.310560 pmap_activate#238346380@1:  <-- (same pmap)
 1560734166.315203 pmap_deactivate#238346381@1: called!
 1560734166.315203 pmap_deactivate#238346381@1: (l=0xbff67360) pm=0x805214d0
 1560734166.315203 pmap_md_pdetab_deactivate#238346381@1: called!
 1560734166.315204 pmap_tlb_asid_deactivate#238361215@1: called!
 1560734166.315204 pmap_tlb_asid_deactivate#238361215@1:  <-- done (pm=0x805214d0
 )
 1560734166.315205 pmap_deactivate#238346381@1:   <-- done
 1560734166.315205 pmap_activate#238346381@1: called!
 1560734166.315205 pmap_activate#238346381@1: (l=0xbfc0e640) pm=0xbfbae010
 1560734166.315206 pmap_md_pdetab_activate#478158600@1: called!
 1560734166.315206 pmap_tlb_asid_acquire#478158600@1: called!
 1560734166.315206 pmap_tlb_asid_acquire#478158600@1: (pm=0xbfbae010, l=0xbfc0e64
 0, ti=0x80521dd8)
 1560734166.315207 pmap_tlb_asid_acquire#478158600@1: setting asid to 0x9f
 1560734166.315207 pmap_tlb_asid_acquire#478158600@1:  <-- done
 1560734166.315208 pmap_md_pdetab_activate#478158600@1:  pm 0xbfbae010 pm->pm_l1_
 pa bf9a8000 asid 159... done
 1560734166.315208 pmap_activate#238346381@1:  <-- done
 1560734166.315296 ufs_balloc_range#642212@1: called!
 1560734166.315297 ufs_balloc_range#642212@1: vp 0xbf9af308 off 0x2a1c3 len 0x56 u
 _size 0x2a1c3
 1560734166.315300 genfs_getpages#13573144@1: called!
 1560734166.315300 genfs_getpages#13573144@1: vp 0xbf9af308 off 0x0/28000 count 2
 
 1560734166.315302 genfs_getpages#13573144@1: ridx 0 npages 2 startoff 163840 end
 off 180224
 1560734166.315304 uvn_findpage#34807278@1: called!
 1560734166.315305 uvn_findpage#34807278@1: vp 0xbf9af308 off 0x28000
 1560734166.315306 uvn_findpage#34807278@1: found 0xc12b90c0 (color 0)
 1560734166.315307 uvn_findpage#34807279@1: called!
 1560734166.315307 uvn_findpage#34807279@1: vp 0xbf9af308 off 0x2a000
 1560734166.315308 uvn_findpage#34807279@1: found 0xc04e8360 (color 0)
 1560734166.315308 genfs_getpages#13573144@1: returning cached pages
 1560734166.315308 genfs_getpages#13573144@1: succeeding, npages 2
 1560734166.315309 genfs_getpages#13573144@1: examining pg 0xc12b90c0 flags 0x5
 1560734166.315310 genfs_getpages#13573144@1: examining pg 0xc04e8360 flags 0x5
 1560734166.315313 ufs_gop_alloc#986104@1: called!
 1560734166.315313 ffs_balloc#987497@1: called!
 1560734166.315314 ffs_balloc#987497@1: vp 0xbf9af308 lbn 0xa size 0x2219
 1560734166.315315 ufs_gop_alloc#986104@1: vp 0xbf9af308 old 0x2a1c3 new 0x2a219
 1560734166.315317 uvm_page_unbusy#3092164@1: called!
 1560734166.315317 uvm_page_unbusy#3092164@1: unbusying pg 0xc12b90c0
 1560734166.315318 uvm_page_unbusy#3092164@1: unbusying pg 0xc04e8360
 1560734166.315320 ubc_alloc#52286801@1: called!
 1560734166.315321 ubc_alloc#52286801@1: uobj 0xbf9af308 offset 0x2a1c3 len 0x56
 1560734166.315322 ubc_alloc#52286801@1: umap 0xc183ff40 refs 1 va 0xcaaa6000 fla
 gs 0x2
 1560734166.315324 ubc_release#52286801@1: called!
 1560734166.315325 ubc_release#52286801@1: va 0xcaaa61c3
 1560734166.315326 ubc_release#52286801@1: umap rw#jxp refs 3246653248
 1560734166.315327 uvm_vnp_setsize#24653705@1: called!
 1560734166.315328 uvm_vnp_setsize#24653705@1: vp 0xbf9af308 old 0x2a1c3 new 0x2a
 219
 1560734166.315370 pmap_deactivate#238346382@1: called!
 1560734166.315370 pmap_deactivate#238346382@1: (l=0xbfc0e640) pm=0xbfbae010
 1560734166.315371 pmap_md_pdetab_deactivate#238346382@1: called!
 1560734166.315371 pmap_tlb_asid_deactivate#238361216@1: called!
 1560734166.315372 pmap_tlb_asid_deactivate#238361216@1:  <-- done (pm=0xbfbae010
 )
 1560734166.315373 pmap_deactivate#238346382@1:   <-- done
 1560734166.315374 pmap_activate#238346382@1: called!
 1560734166.315374 pmap_activate#238346382@1: (l=0xbff67360) pm=0x805214d0
 1560734166.315374 pmap_activate#238346382@1:  <-- (same pmap)
 1560734166.320059 pmap_deactivate#238346383@1: called!
 1560734166.320059 pmap_deactivate#238346383@1: (l=0xbff67360) pm=0x805214d0
 1560734166.320059 pmap_md_pdetab_deactivate#238346383@1: called!
 1560734166.320060 pmap_tlb_asid_deactivate#238361217@1: called!
 1560734166.320060 pmap_tlb_asid_deactivate#238361217@1:  <-- done (pm=0x805214d0
 )
 1560734166.320060 pmap_deactivate#238346383@1:   <-- done
 1560734166.320061 pmap_activate#238346383@1: called!
 1560734166.320061 pmap_activate#238346383@1: (l=0xbfc0e640) pm=0xbfbae010
 1560734166.320061 pmap_md_pdetab_activate#478158601@1: called!
 1560734166.320062 pmap_tlb_asid_acquire#478158601@1: called!
 1560734166.320062 pmap_tlb_asid_acquire#478158601@1: (pm=0xbfbae010, l=0xbfc0e64
 0, ti=0x80521dd8)
 1560734166.320063 pmap_tlb_asid_acquire#478158601@1: setting asid to 0x9f
 1560734166.320063 pmap_tlb_asid_acquire#478158601@1:  <-- done
 1560734166.320064 pmap_md_pdetab_activate#478158601@1:  pm 0xbfbae010 pm->pm_l1_
 pa bf9a8000 asid 159... done
 1560734166.320064 pmap_activate#238346383@1:  <-- done
 1560734166.320148 ufs_balloc_range#642213@1: called!
 1560734166.320148 ufs_balloc_range#642213@1: vp 0xbf9af308 off 0x2a219 len 0x56 u
 _size 0x2a219
 1560734166.320151 genfs_getpages#13573145@1: called!
 1560734166.320152 genfs_getpages#13573145@1: vp 0xbf9af308 off 0x0/28000 count 2
 
 1560734166.320154 genfs_getpages#13573145@1: ridx 0 npages 2 startoff 163840 end
 off 180224
 1560734166.320157 uvn_findpage#34807280@1: called!
 1560734166.320157 uvn_findpage#34807280@1: vp 0xbf9af308 off 0x28000
 1560734166.320158 uvn_findpage#34807280@1: found 0xc12b90c0 (color 0)
 1560734166.320159 uvn_findpage#34807281@1: called!
 1560734166.320159 uvn_findpage#34807281@1: vp 0xbf9af308 off 0x2a000
 1560734166.320159 uvn_findpage#34807281@1: found 0xc04e8360 (color 0)
 1560734166.320160 genfs_getpages#13573145@1: returning cached pages
 1560734166.320160 genfs_getpages#13573145@1: succeeding, npages 2
 1560734166.320161 genfs_getpages#13573145@1: examining pg 0xc12b90c0 flags 0x5
 1560734166.320162 genfs_getpages#13573145@1: examining pg 0xc04e8360 flags 0x5
 1560734166.320164 ufs_gop_alloc#986105@1: called!
 1560734166.320165 ffs_balloc#987498@1: called!
 1560734166.320165 ffs_balloc#987498@1: vp 0xbf9af308 lbn 0xa size 0x226f
 1560734166.320166 ufs_gop_alloc#986105@1: vp 0xbf9af308 old 0x2a219 new 0x2a26f
 1560734166.320168 uvm_page_unbusy#3092165@1: called!
 1560734166.320169 uvm_page_unbusy#3092165@1: unbusying pg 0xc12b90c0
 1560734166.320170 uvm_page_unbusy#3092165@1: unbusying pg 0xc04e8360
 1560734166.320172 ubc_alloc#52286802@1: called!
 1560734166.320172 ubc_alloc#52286802@1: uobj 0xbf9af308 offset 0x2a219 len 0x56
 1560734166.320174 ubc_alloc#52286802@1: umap 0xc183ff40 refs 1 va 0xcaaa6000 fla
 gs 0x2
 1560734166.320176 ubc_release#52286802@1: called!
 1560734166.320176 ubc_release#52286802@1: va 0xcaaa6219
 1560734166.320177 ubc_release#52286802@1: umap rw#jxp refs 3246653248
 1560734166.320178 uvm_vnp_setsize#24653706@1: called!
 1560734166.320179 uvm_vnp_setsize#24653706@1: vp 0xbf9af308 old 0x2a219 new 0x2a
 26f
 1560734166.320222 pmap_deactivate#238346384@1: called!
 1560734166.320222 pmap_deactivate#238346384@1: (l=0xbfc0e640) pm=0xbfbae010
 1560734166.320223 pmap_md_pdetab_deactivate#238346384@1: called!
 1560734166.320223 pmap_tlb_asid_deactivate#238361218@1: called!
 1560734166.320224 pmap_tlb_asid_deactivate#238361218@1:  <-- done (pm=0xbfbae010
 )
 1560734166.320224 pmap_deactivate#238346384@1:   <-- done
 1560734166.320225 pmap_activate#238346384@1: called!
 1560734166.320225 pmap_activate#238346384@1: (l=0xbff67360) pm=0x805214d0
 1560734166.320226 pmap_activate#238346384@1:  <-- (same pmap)
 1560734166.321269 pmap_deactivate#238346385@1: called!
 1560734166.321269 pmap_deactivate#238346385@1: (l=0xbff67360) pm=0x805214d0
 1560734166.321269 pmap_md_pdetab_deactivate#238346385@1: called!
 1560734166.321269 pmap_tlb_asid_deactivate#238361219@1: called!
 1560734166.321270 pmap_tlb_asid_deactivate#238361219@1:  <-- done (pm=0x805214d0
 )
 1560734166.321270 pmap_deactivate#238346385@1:   <-- done
 1560734166.321271 pmap_activate#238346385@1: called!
 1560734166.321271 pmap_activate#238346385@1: (l=0xbfc0e640) pm=0xbfbae010
 1560734166.321271 pmap_md_pdetab_activate#478158602@1: called!
 1560734166.321272 pmap_tlb_asid_acquire#478158602@1: called!
 1560734166.321272 pmap_tlb_asid_acquire#478158602@1: (pm=0xbfbae010, l=0xbfc0e64
 0, ti=0x80521dd8)
 1560734166.321272 pmap_tlb_asid_acquire#478158602@1: setting asid to 0x9f
 1560734166.321273 pmap_tlb_asid_acquire#478158602@1:  <-- done
 1560734166.321273 pmap_md_pdetab_activate#478158602@1:  pm 0xbfbae010 pm->pm_l1_
 pa bf9a8000 asid 159... done
 1560734166.321274 pmap_activate#238346385@1:  <-- done
 1560734166.321300 pmap_deactivate#238346386@1: called!
 1560734166.321300 pmap_deactivate#238346386@1: (l=0xbfc0e640) pm=0xbfbae010
 1560734166.321301 pmap_md_pdetab_deactivate#238346386@1: called!
 1560734166.321301 pmap_tlb_asid_deactivate#238361220@1: called!
 1560734166.321302 pmap_tlb_asid_deactivate#238361220@1:  <-- done (pm=0xbfbae010
 )
 1560734166.321302 pmap_deactivate#238346386@1:   <-- done
 1560734166.321303 pmap_activate#238346386@1: called!
 1560734166.321303 pmap_activate#238346386@1: (l=0xbff67360) pm=0x805214d0
 1560734166.321303 pmap_activate#238346386@1:  <-- (same pmap)
 1560734166.323521 pmap_deactivate#238346387@1: called!
 1560734166.323522 pmap_deactivate#238346387@1: (l=0xbff67360) pm=0x805214d0
 1560734166.323522 pmap_md_pdetab_deactivate#238346387@1: called!
 1560734166.323522 pmap_tlb_asid_deactivate#238361221@1: called!
 1560734166.323522 pmap_tlb_asid_deactivate#238361221@1:  <-- done (pm=0x805214d0
 )
 1560734166.323523 pmap_deactivate#238346387@1:   <-- done
 1560734166.323523 pmap_activate#238346387@1: called!
 1560734166.323524 pmap_activate#238346387@1: (l=0xbfc0e640) pm=0xbfbae010
 1560734166.323524 pmap_md_pdetab_activate#478158603@1: called!
 1560734166.323524 pmap_tlb_asid_acquire#478158603@1: called!
 1560734166.323525 pmap_tlb_asid_acquire#478158603@1: (pm=0xbfbae010, l=0xbfc0e64
 0, ti=0x80521dd8)
 1560734166.323525 pmap_tlb_asid_acquire#478158603@1: setting asid to 0x9f
 1560734166.323526 pmap_tlb_asid_acquire#478158603@1:  <-- done
 1560734166.323526 pmap_md_pdetab_activate#478158603@1:  pm 0xbfbae010 pm->pm_l1_
 pa bf9a8000 asid 159... done
 1560734166.323527 pmap_activate#238346387@1:  <-- done
 1560734166.323553 pmap_deactivate#238346388@1: called!
 1560734166.323553 pmap_deactivate#238346388@1: (l=0xbfc0e640) pm=0xbfbae010
 1560734166.323553 pmap_md_pdetab_deactivate#238346388@1: called!
 1560734166.323554 pmap_tlb_asid_deactivate#238361222@1: called!
 1560734166.323554 pmap_tlb_asid_deactivate#238361222@1:  <-- done (pm=0xbfbae010
 )
 1560734166.323555 pmap_deactivate#238346388@1:   <-- done
 1560734166.323555 pmap_activate#238346388@1: called!
 1560734166.323555 pmap_activate#238346388@1: (l=0xbff67360) pm=0x805214d0
 1560734166.323556 pmap_activate#238346388@1:  <-- (same pmap)
 db{0}>
 




Home | Main Index | Thread Index | Old Index