~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to arch/s390/kvm/sie64a.S

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
        tm      __TI_flags+7(%r2),_TIF_EXIT_SIE
49
49
        jz      0f
50
50
        larl    %r2,sie_exit                    # work pending, leave sie
51
 
        stg     %r2,__LC_RETURN_PSW+8
 
51
        stg     %r2,SPI_PSW+8(0,%r15)
52
52
        br      %r14
53
53
0:      larl    %r2,sie_reenter                 # re-enter with guest id
54
 
        stg     %r2,__LC_RETURN_PSW+8
 
54
        stg     %r2,SPI_PSW+8(0,%r15)
55
55
1:      br      %r14
56
56
 
57
57
/*
93
93
 
94
94
        .section __ex_table,"a"
95
95
        .quad   sie_inst,sie_err
 
96
        .quad   sie_exit,sie_err
 
97
        .quad   sie_reenter,sie_err
96
98
        .previous