Home | History | Annotate | Download | only in bios

Lines Matching defs:cr0

4003       ;; set PE bit in CR0
4004 mov eax, cr0
4006 mov cr0, eax
4029 ;; reset PG bit in CR0 ???
4030 mov eax, cr0
4032 mov cr0, eax
10020 ;; set PE bit in CR0
10021 mov eax, cr0
10023 mov cr0, eax
10071 ;; reset PE bit in CR0
10072 mov eax, cr0
10074 mov cr0, eax