~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/arch/s390/include/asm/stp.h

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 /* SPDX-License-Identifier: GPL-2.0 */
  2 /*
  3  *  Copyright IBM Corp. 2006
  4  *  Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com)
  5  */
  6 #ifndef __S390_STP_H
  7 #define __S390_STP_H
  8 
  9 #include <linux/compiler.h>
 10 
 11 /* notifier for syncs */
 12 extern struct atomic_notifier_head s390_epoch_delta_notifier;
 13 
 14 /* STP interruption parameter */
 15 struct stp_irq_parm {
 16         u32             : 14;
 17         u32 tsc         :  1;   /* Timing status change */
 18         u32 lac         :  1;   /* Link availability change */
 19         u32 tcpc        :  1;   /* Time control parameter change */
 20         u32             : 15;
 21 } __packed;
 22 
 23 #define STP_OP_SYNC     1
 24 #define STP_OP_CTRL     3
 25 
 26 struct stp_sstpi {
 27         u32             : 32;
 28         u32 tu          :  1;
 29         u32 lu          :  1;
 30         u32             :  6;
 31         u32 stratum     :  8;
 32         u32 vbits       : 16;
 33         u32 leaps       : 16;
 34         u32 tmd         :  4;
 35         u32 ctn         :  4;
 36         u32             :  3;
 37         u32 c           :  1;
 38         u32 tst         :  4;
 39         u32 tzo         : 16;
 40         u32 dsto        : 16;
 41         u32 ctrl        : 16;
 42         u32             : 16;
 43         u32 tto;
 44         u32             : 32;
 45         u32 ctnid[3];
 46         u32             : 32;
 47         u64 todoff;
 48         u32 rsvd[50];
 49 } __packed;
 50 
 51 struct stp_tzib {
 52         u32 tzan        : 16;
 53         u32             : 16;
 54         u32 tzo         : 16;
 55         u32 dsto        : 16;
 56         u32 stn;
 57         u32 dstn;
 58         u64 dst_on_alg;
 59         u64 dst_off_alg;
 60 } __packed;
 61 
 62 struct stp_tcpib {
 63         u32 atcode      : 4;
 64         u32 ntcode      : 4;
 65         u32 d           : 1;
 66         u32             : 23;
 67         s32 tto;
 68         struct stp_tzib atzib;
 69         struct stp_tzib ntzib;
 70         s32 adst_offset : 16;
 71         s32 ndst_offset : 16;
 72         u32 rsvd1;
 73         u64 ntzib_update;
 74         u64 ndsto_update;
 75 } __packed;
 76 
 77 struct stp_lsoib {
 78         u32 p           : 1;
 79         u32             : 31;
 80         s32 also        : 16;
 81         s32 nlso        : 16;
 82         u64 nlsout;
 83 } __packed;
 84 
 85 struct stp_stzi {
 86         u32 rsvd0[3];
 87         u64 data_ts;
 88         u32 rsvd1[22];
 89         struct stp_tcpib tcpib;
 90         struct stp_lsoib lsoib;
 91 } __packed;
 92 
 93 /* Functions needed by the machine check handler */
 94 int stp_sync_check(void);
 95 int stp_island_check(void);
 96 void stp_queue_work(void);
 97 
 98 #endif /* __S390_STP_H */
 99 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php