Home
last modified time | relevance | path

Searched refs:ext_params (Results 1 – 6 of 6) sorted by relevance

/arch/s390/oprofile/
Dhwsampler.c239 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 …]
Dhwsampler.h60 atomic_t ext_params; member
/arch/s390/kvm/
Dinterrupt.c176 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/
Dlowcore.h50 __u32 ext_params; /* 0x0080 */ member
190 __u32 ext_params; /* 0x0080 */ member
Dkvm_host.h161 __u32 ext_params; member
/arch/s390/kernel/
Dasm-offsets.c81 DEFINE(__LC_EXT_PARAMS, offsetof(struct _lowcore, ext_params)); in main()