Searched refs:cr9 (Results 1 – 11 of 11) sorted by relevance
/linux-6.6.21/arch/s390/kvm/ |
D | guestdbg.c | 62 u64 *cr9 = &vcpu->arch.sie_block->gcr[9]; in enable_all_hw_bp() local 75 if (!(*cr9 & PER_EVENT_BRANCH)) in enable_all_hw_bp() 76 *cr9 |= PER_CONTROL_BRANCH_ADDRESS; in enable_all_hw_bp() 77 *cr9 |= PER_EVENT_IFETCH | PER_EVENT_BRANCH; in enable_all_hw_bp() 102 u64 *cr9 = &vcpu->arch.sie_block->gcr[9]; in enable_all_hw_wp() local 113 if (*cr9 & PER_EVENT_STORE && *cr9 & PER_CONTROL_ALTERATION) { in enable_all_hw_wp() 114 *cr9 &= ~PER_CONTROL_ALTERATION; in enable_all_hw_wp() 118 *cr9 &= ~PER_CONTROL_ALTERATION; in enable_all_hw_wp() 119 *cr9 |= PER_EVENT_STORE; in enable_all_hw_wp() 133 vcpu->arch.guestdbg.cr9 = vcpu->arch.sie_block->gcr[9]; in kvm_s390_backup_guest_per_regs() [all …]
|
/linux-6.6.21/arch/parisc/include/asm/ |
D | asmregs.h | 119 pidr2: .reg %cr9 146 cr9: .reg %cr9
|
/linux-6.6.21/arch/parisc/include/uapi/asm/ |
D | ptrace.h | 63 unsigned long cr8, cr9, cr12, cr13, cr10, cr15; member
|
/linux-6.6.21/arch/s390/kernel/ |
D | compat_ptrace.h | 9 __u32 cr9; /* PER control bits */ member
|
D | ptrace.c | 149 if (addr == offsetof(struct per_struct_kernel, cr9)) in __peek_user_per() 305 if (addr == offsetof(struct per_struct_kernel, cr9)) in __poke_user_per() 535 if (addr == offsetof(struct compat_per_struct_kernel, cr9)) in __peek_user_per_compat() 665 if (addr == offsetof(struct compat_per_struct_kernel, cr9)) in __poke_user_per_compat()
|
/linux-6.6.21/arch/arm/include/asm/ |
D | vfp.h | 18 #define FPINST cr9
|
/linux-6.6.21/arch/s390/include/asm/ |
D | ptrace.h | 157 unsigned long cr9; /* PER control bits */ member
|
D | kvm_host.h | 725 unsigned long cr9; member
|
/linux-6.6.21/arch/parisc/kernel/ |
D | ptrace.c | 469 case RI(cr9): return mfctl(9); in get_reg() 514 case cr8, cr9, cr12, cr13, cr10, cr15; in set_reg()
|
D | head.S | 290 mtctl %r0,%cr9
|
/linux-6.6.21/arch/s390/boot/ |
D | head.S | 285 .quad 0 # cr9: tracing off
|