Lines Matching defs:kvm_pt_regs
496 struct kvm_pt_regs { struct
498 unsigned long b6; /* scratch */
499 unsigned long b7; /* scratch */
501 unsigned long ar_csd; /* used by cmp8xchg16 (scratch) */
502 unsigned long ar_ssd; /* reserved for future use (scratch) */
504 unsigned long r8; /* scratch (return value register 0) */
505 unsigned long r9; /* scratch (return value register 1) */
506 unsigned long r10; /* scratch (return value register 2) */
507 unsigned long r11; /* scratch (return value register 3) */
509 unsigned long cr_ipsr; /* interrupted task's psr */
510 unsigned long cr_iip; /* interrupted task's instruction pointer */
511 unsigned long cr_ifs; /* interrupted task's function state */
513 unsigned long ar_unat; /* interrupted task's NaT register (preserved) */
514 unsigned long ar_pfs; /* prev function state */
515 unsigned long ar_rsc; /* RSE configuration */
517 unsigned long ar_rnat; /* RSE NaT */
518 unsigned long ar_bspstore; /* RSE bspstore */
520 unsigned long pr; /* 64 predicate registers (1 bit each) */
521 unsigned long b0; /* return pointer (bp) */
522 unsigned long loadrs; /* size of dirty partition << 16 */
524 unsigned long r1; /* the gp pointer */
525 unsigned long r12; /* interrupted task's memory stack pointer */
526 unsigned long r13; /* thread pointer */
528 unsigned long ar_fpsr; /* floating point status (preserved) */
529 unsigned long r15; /* scratch */
532 unsigned long r14; /* scratch */
533 unsigned long r2; /* scratch */
534 unsigned long r3; /* scratch */
535 unsigned long r16; /* scratch */
536 unsigned long r17; /* scratch */
537 unsigned long r18; /* scratch */
538 unsigned long r19; /* scratch */
539 unsigned long r20; /* scratch */
540 unsigned long r21; /* scratch */
541 unsigned long r22; /* scratch */
542 unsigned long r23; /* scratch */
543 unsigned long r24; /* scratch */
544 unsigned long r25; /* scratch */
545 unsigned long r26; /* scratch */
546 unsigned long r27; /* scratch */
547 unsigned long r28; /* scratch */
571 static inline struct kvm_pt_regs *vcpu_regs(struct kvm_vcpu *v) in vcpu_regs() argument