Searched refs:ext_params (Results 1 – 6 of 6) sorted by relevance
/arch/s390/oprofile/ |
D | hwsampler.c | 239 atomic_xchg(&cb->ext_params, atomic_read(&cb->ext_params) | param32); in hws_ext_handler() 280 atomic_set(&cb->ext_params, 0); in prepare_cpu_buffers() 744 static int worker_check_error(unsigned int cpu, int ext_params) in worker_check_error() argument 757 if (ext_params & CPU_MF_INT_SF_PRA) in worker_check_error() 760 if (ext_params & CPU_MF_INT_SF_LSDA) in worker_check_error() 763 if (ext_params & CPU_MF_INT_SF_IAE) { in worker_check_error() 768 if (ext_params & CPU_MF_INT_SF_ISE) { in worker_check_error() 773 if (ext_params & CPU_MF_INT_SF_SACA) { in worker_check_error() 920 int ext_params; in worker() local 925 ext_params = atomic_xchg(&cb->ext_params, 0); in worker() [all …]
|
D | hwsampler.h | 60 atomic_t ext_params; member
|
/arch/s390/kvm/ |
D | interrupt.c | 176 inti->ext.ext_params); in __do_deliver_interrupt() 192 rc = put_guest_u32(vcpu, __LC_EXT_PARAMS, inti->ext.ext_params); in __do_deliver_interrupt() 199 inti->ext.ext_params, inti->ext.ext_params2); in __do_deliver_interrupt() 219 rc = put_guest_u32(vcpu, __LC_EXT_PARAMS, inti->ext.ext_params); in __do_deliver_interrupt() 543 inti->ext.ext_params = s390int->parm; in kvm_s390_inject_vm() 549 inti->ext.ext_params = s390int->parm; in kvm_s390_inject_vm()
|
/arch/s390/include/asm/ |
D | lowcore.h | 50 __u32 ext_params; /* 0x0080 */ member 190 __u32 ext_params; /* 0x0080 */ member
|
D | kvm_host.h | 161 __u32 ext_params; member
|
/arch/s390/kernel/ |
D | asm-offsets.c | 81 DEFINE(__LC_EXT_PARAMS, offsetof(struct _lowcore, ext_params)); in main()
|