/linux-4.4.14/arch/x86/um/shared/sysdep/ |
D | mcontext.h | 15 (fi).cr2 = (mc)->cr2; \ 24 (fi).cr2 = (mc)->gregs[REG_CR2]; \
|
D | faultinfo_64.h | 20 unsigned long cr2; /* in ptrace_faultinfo called addr */ member 25 #define FAULT_ADDRESS(fi) ((fi).cr2)
|
D | faultinfo_32.h | 20 unsigned long cr2; /* in ptrace_faultinfo called addr */ member 25 #define FAULT_ADDRESS(fi) ((fi).cr2)
|
/linux-4.4.14/arch/x86/include/uapi/asm/ |
D | sigcontext.h | 231 __u32 cr2; member 263 __u64 cr2; member 321 __u32 cr2; member 350 __u64 cr2; member
|
D | kvm.h | 150 __u64 cr0, cr2, cr3, cr4, cr8; member
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | cpu_setup_6xx.S | 193 cmpwi cr2,r10,11 195 cror 4*cr0+eq,4*cr0+eq,4*cr2+eq 337 cmplwi cr2,r3,0x800c /* 7410 */ 344 cror 4*cr1+eq,4*cr1+eq,4*cr2+eq 408 cmplwi cr2,r3,0x800c /* 7410 */ 415 cror 4*cr1+eq,4*cr1+eq,4*cr2+eq 434 bne cr2,1f
|
D | idle_power7.S | 319 cmpwi cr2,r15,0 368 bne cr2,clear_lock
|
D | exceptions-64s.S | 123 cmpwi cr2,r0,PNV_THREAD_NAP 124 bgt cr2,8f /* Either sleep or Winkle */
|
/linux-4.4.14/arch/x86/kernel/ |
D | process_32.c | 71 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L; in __show_regs() local 102 cr2 = read_cr2(); in __show_regs() 106 cr0, cr2, cr3, cr4); in __show_regs()
|
D | asm-offsets_64.c | 54 ENTRY(cr2); in main()
|
D | process_64.c | 60 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L, fs, gs, shadowgs; in __show_regs() local 94 cr2 = read_cr2(); in __show_regs() 102 printk(KERN_DEFAULT "CR2: %016lx CR3: %016lx CR4: %016lx\n", cr2, cr3, in __show_regs()
|
D | signal.c | 174 put_user_ex(current->thread.cr2, &sc->cr2); in setup_sigcontext()
|
D | head_64.S | 29 #define GET_CR2_INTO(reg) movq %cr2, reg
|
D | head_32.S | 594 movl %cr2,%eax
|
/linux-4.4.14/arch/x86/include/asm/ |
D | suspend_32.h | 15 unsigned long cr0, cr2, cr3, cr4; member
|
D | suspend_64.h | 24 unsigned long cr0, cr2, cr3, cr4, cr8; member
|
D | svm.h | 173 u64 cr2; member
|
D | processor.h | 400 unsigned long cr2; member
|
D | kvm_host.h | 394 unsigned long cr2; member 995 int x86_emulate_instruction(struct kvm_vcpu *vcpu, unsigned long cr2,
|
/linux-4.4.14/include/linux/ |
D | lguest.h | 35 unsigned long cr2; member
|
/linux-4.4.14/arch/powerpc/platforms/cell/ |
D | cbe_thermal.c | 315 u64 cr2; in init_default_values() local 348 cr2 = 0x04; in init_default_values() 370 out_be64(&pmd_regs->tm_cr2, cr2); in init_default_values()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | exception-64e.h | 184 cmpdi cr2,r8,-1; \ 185 beq cr2,61f; \
|
D | ppc_asm.h | 553 #define cr2 2 macro
|
/linux-4.4.14/arch/x86/power/ |
D | cpu.c | 106 ctxt->cr2 = read_cr2(); in __save_processor_state() 185 write_cr2(ctxt->cr2); in __restore_processor_state()
|
/linux-4.4.14/arch/powerpc/boot/ |
D | ppc_asm.h | 19 #define cr2 2 macro
|
/linux-4.4.14/drivers/lguest/ |
D | lg.h | 45 u32 cr2; member 195 bool demand_page(struct lg_cpu *cpu, unsigned long cr2, int errcode,
|
/linux-4.4.14/arch/x86/include/asm/xen/ |
D | interface_32.h | 75 unsigned long cr2; member
|
D | interface_64.h | 136 unsigned long cr2; member
|
/linux-4.4.14/arch/sh/include/cpu-sh5/cpu/ |
D | registers.h | 27 #define PSSR cr2
|
/linux-4.4.14/drivers/tty/serial/ |
D | stm32-usart.c | 352 u32 cr1, cr2, cr3; in stm32_set_termios() local 366 cr2 = 0; in stm32_set_termios() 370 cr2 |= USART_CR2_STOP_2B; in stm32_set_termios() 434 writel_relaxed(cr2, port->membase + USART_CR2); in stm32_set_termios()
|
D | fsl_lpuart.c | 911 unsigned char val, cr2; in lpuart_setup_watermark() local 914 cr2 = readb(sport->port.membase + UARTCR2); in lpuart_setup_watermark() 915 cr2_saved = cr2; in lpuart_setup_watermark() 916 cr2 &= ~(UARTCR2_TIE | UARTCR2_TCIE | UARTCR2_TE | in lpuart_setup_watermark() 918 writeb(cr2, sport->port.membase + UARTCR2); in lpuart_setup_watermark() 1558 unsigned char old_cr2, cr2; in lpuart_console_write() local 1561 cr2 = old_cr2 = readb(sport->port.membase + UARTCR2); in lpuart_console_write() 1562 cr2 |= (UARTCR2_TE | UARTCR2_RE); in lpuart_console_write() 1563 cr2 &= ~(UARTCR2_TIE | UARTCR2_TCIE | UARTCR2_RIE); in lpuart_console_write() 1564 writeb(cr2, sport->port.membase + UARTCR2); in lpuart_console_write()
|
/linux-4.4.14/arch/x86/mm/ |
D | fault.c | 647 tsk->thread.cr2 = address; in pgtable_bad() 684 tsk->thread.cr2 = address; in no_context() 724 tsk->thread.cr2 = address; in no_context() 803 tsk->thread.cr2 = address; in __bad_area_nosemaphore() 870 tsk->thread.cr2 = address; in do_sigbus()
|
/linux-4.4.14/Documentation/kdump/ |
D | gdbmacros.txt | 171 printf "Trapno %ld, cr2 0x%lx, error_code %ld\n", $pid_task.thread.trap_no, \ 172 $pid_task.thread.cr2, $pid_task.thread.error_code
|
/linux-4.4.14/arch/x86/ia32/ |
D | ia32_signal.c | 205 put_user_ex(current->thread.cr2, &sc->cr2); in ia32_setup_sigcontext()
|
/linux-4.4.14/arch/x86/kernel/acpi/ |
D | wakeup_64.S | 89 movq %rbx, %cr2
|
/linux-4.4.14/arch/s390/kernel/ |
D | head64.S | 54 .quad .Lduct # cr2: dispatchable unit control table
|
/linux-4.4.14/arch/x86/entry/vsyscall/ |
D | vsyscall_64.c | 107 thread->cr2 = ptr; in write_ok_or_segv()
|
/linux-4.4.14/arch/score/include/asm/ |
D | asmmacro.h | 72 mfcr r31, cr2
|
/linux-4.4.14/arch/x86/um/ |
D | signal.c | 282 sc.cr2 = fi->cr2; in copy_sc_to_user()
|
/linux-4.4.14/arch/score/kernel/ |
D | entry.S | 95 mfcr r31, cr2 106 mfcr r4, cr2
|
/linux-4.4.14/arch/x86/kvm/ |
D | svm.c | 1965 svm->vmcb->control.exit_info_2 = svm->vcpu.arch.cr2; in nested_svm_check_exception() 2260 nested_vmcb->save.cr2 = vmcb->save.cr2; in nested_svm_vmexit() 2491 svm->vmcb->save.cr2 = svm->vcpu.arch.cr2 = nested_vmcb->save.cr2; in nested_svm_vmrun() 2906 val = svm->vcpu.arch.cr2; in cr_interception() 3383 "cr0:", save->cr0, "cr2:", save->cr2); in dump_vmcb() 3800 svm->vmcb->save.cr2 = vcpu->arch.cr2; in svm_vcpu_run() 3892 vcpu->arch.cr2 = svm->vmcb->save.cr2; in svm_vcpu_run()
|
D | x86.c | 429 vcpu->arch.cr2 = fault->address; in kvm_inject_page_fault() 4723 value = vcpu->arch.cr2; in emulator_get_cr() 4752 vcpu->arch.cr2 = val; in emulator_set_cr() 5110 static bool reexecute_instruction(struct kvm_vcpu *vcpu, gva_t cr2, in reexecute_instruction() argument 5114 gpa_t gpa = cr2; in reexecute_instruction() 5125 gpa = kvm_mmu_gva_to_gpa_write(vcpu, cr2, NULL); in reexecute_instruction() 5182 unsigned long cr2, int emulation_type) in retry_instruction() argument 5185 unsigned long last_retry_eip, last_retry_addr, gpa = cr2; in retry_instruction() 5211 if (ctxt->eip == last_retry_eip && last_retry_addr == cr2) in retry_instruction() 5215 vcpu->arch.last_retry_addr = cr2; in retry_instruction() [all …]
|
D | mmu.c | 4398 int kvm_mmu_page_fault(struct kvm_vcpu *vcpu, gva_t cr2, u32 error_code, in kvm_mmu_page_fault() argument 4404 r = vcpu->arch.mmu.page_fault(vcpu, cr2, error_code, false); in kvm_mmu_page_fault() 4413 if (is_mmio_page_fault(vcpu, cr2)) in kvm_mmu_page_fault() 4416 er = x86_emulate_instruction(vcpu, cr2, emulation_type, insn, insn_len); in kvm_mmu_page_fault()
|
D | vmx.c | 5226 unsigned long cr2, rip, dr6; in handle_exception() local 5278 cr2 = vmcs_readl(EXIT_QUALIFICATION); in handle_exception() 5279 trace_kvm_page_fault(cr2, error_code); in handle_exception() 5282 kvm_mmu_unprotect_page_virt(vcpu, cr2); in handle_exception() 5283 return kvm_mmu_page_fault(vcpu, cr2, error_code, NULL, 0); in handle_exception() 8668 [cr2]"i"(offsetof(struct vcpu_vmx, vcpu.arch.cr2)), in vmx_vcpu_run()
|
/linux-4.4.14/arch/powerpc/platforms/52xx/ |
D | mpc52xx_pci.c | 76 u32 cr2; /* PCI + 0x3C */ member
|
/linux-4.4.14/drivers/lguest/x86/ |
D | core.c | 420 &cpu->lg->lguest_data->cr2)) in lguest_arch_handle_trap()
|
/linux-4.4.14/arch/x86/xen/ |
D | mmu.c | 1299 static void xen_write_cr2(unsigned long cr2) in xen_write_cr2() argument 1301 this_cpu_read(xen_vcpu)->arch.cr2 = cr2; in xen_write_cr2() 1306 return this_cpu_read(xen_vcpu)->arch.cr2; in xen_read_cr2() 1311 return this_cpu_read(xen_vcpu_info.arch.cr2); in xen_read_cr2_direct()
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | msr.txt | 187 During delivery of type 1 APF cr2 contains a token that will 190 cr2 set to the token associated with the page. There is special
|
D | api.txt | 349 __u64 cr0, cr2, cr3, cr4, cr8;
|
/linux-4.4.14/arch/powerpc/mm/ |
D | tlb_low_64e.S | 309 crmove cr2*4+2,cr0*4+2 /* cr2.eq != 0 if kernel address */ 392 beq cr2,4f
|
/linux-4.4.14/arch/x86/lguest/ |
D | boot.c | 541 return lguest_data.cr2; in lguest_read_cr2()
|
/linux-4.4.14/fs/nfsd/ |
D | nfs4state.c | 1936 same_creds(struct svc_cred *cr1, struct svc_cred *cr2) in same_creds() argument 1938 if ((is_gss_cred(cr1) != is_gss_cred(cr2)) in same_creds() 1939 || (!uid_eq(cr1->cr_uid, cr2->cr_uid)) in same_creds() 1940 || (!gid_eq(cr1->cr_gid, cr2->cr_gid)) in same_creds() 1941 || !groups_equal(cr1->cr_group_info, cr2->cr_group_info)) in same_creds() 1943 if (cr1->cr_principal == cr2->cr_principal) in same_creds() 1945 if (!cr1->cr_principal || !cr2->cr_principal) in same_creds() 1947 return 0 == strcmp(cr1->cr_principal, cr2->cr_principal); in same_creds()
|
/linux-4.4.14/arch/powerpc/kvm/ |
D | book3s_hv_rmhandlers.S | 155 cmpwi cr2, r12, BOOK3S_INTERRUPT_HMI 156 beq cr2, 14f /* HMI check */
|
/linux-4.4.14/fs/btrfs/ |
D | send.c | 1184 struct clone_root *cr2 = (struct clone_root *)e2; in __clone_root_cmp_sort() local 1186 if (cr1->root->objectid < cr2->root->objectid) in __clone_root_cmp_sort() 1188 if (cr1->root->objectid > cr2->root->objectid) in __clone_root_cmp_sort()
|
/linux-4.4.14/fs/cifs/ |
D | cifspdu.h | 2743 char cr2; /* \n */ member
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 3204 174 segv(sc->cr2, sc->err & 2); 3223 cr2 = 1280} 3569 174 segv(sc->cr2, sc->err & 2); 3576 cr2 = 1342179328}
|