Lines Matching refs:offsetof
23 DEFINE(TI_TASK, offsetof(struct thread_info, task)); in main()
24 DEFINE(TI_EXEC_DOMAIN, offsetof(struct thread_info, exec_domain)); in main()
25 DEFINE(TI_FLAGS, offsetof(struct thread_info, flags)); in main()
26 DEFINE(TI_CPU, offsetof(struct thread_info, cpu)); in main()
27 DEFINE(TI_PRE_COUNT, offsetof(struct thread_info, preempt_count)); in main()
28 DEFINE(TI_RESTART_BLOCK,offsetof(struct thread_info, restart_block)); in main()
32 DEFINE(PBE_ADDRESS, offsetof(struct pbe, address)); in main()
33 DEFINE(PBE_ORIG_ADDRESS, offsetof(struct pbe, orig_address)); in main()
34 DEFINE(PBE_NEXT, offsetof(struct pbe, next)); in main()
38 DEFINE(SH_SLEEP_MODE, offsetof(struct sh_sleep_data, mode)); in main()
39 DEFINE(SH_SLEEP_SF_PRE, offsetof(struct sh_sleep_data, sf_pre)); in main()
40 DEFINE(SH_SLEEP_SF_POST, offsetof(struct sh_sleep_data, sf_post)); in main()
41 DEFINE(SH_SLEEP_RESUME, offsetof(struct sh_sleep_data, resume)); in main()
42 DEFINE(SH_SLEEP_VBR, offsetof(struct sh_sleep_data, vbr)); in main()
43 DEFINE(SH_SLEEP_SPC, offsetof(struct sh_sleep_data, spc)); in main()
44 DEFINE(SH_SLEEP_SR, offsetof(struct sh_sleep_data, sr)); in main()
45 DEFINE(SH_SLEEP_SP, offsetof(struct sh_sleep_data, sp)); in main()
46 DEFINE(SH_SLEEP_BASE_ADDR, offsetof(struct sh_sleep_data, addr)); in main()
47 DEFINE(SH_SLEEP_BASE_DATA, offsetof(struct sh_sleep_data, data)); in main()
48 DEFINE(SH_SLEEP_REG_STBCR, offsetof(struct sh_sleep_regs, stbcr)); in main()
49 DEFINE(SH_SLEEP_REG_BAR, offsetof(struct sh_sleep_regs, bar)); in main()
50 DEFINE(SH_SLEEP_REG_PTEH, offsetof(struct sh_sleep_regs, pteh)); in main()
51 DEFINE(SH_SLEEP_REG_PTEL, offsetof(struct sh_sleep_regs, ptel)); in main()
52 DEFINE(SH_SLEEP_REG_TTB, offsetof(struct sh_sleep_regs, ttb)); in main()
53 DEFINE(SH_SLEEP_REG_TEA, offsetof(struct sh_sleep_regs, tea)); in main()
54 DEFINE(SH_SLEEP_REG_MMUCR, offsetof(struct sh_sleep_regs, mmucr)); in main()
55 DEFINE(SH_SLEEP_REG_PTEA, offsetof(struct sh_sleep_regs, ptea)); in main()
56 DEFINE(SH_SLEEP_REG_PASCR, offsetof(struct sh_sleep_regs, pascr)); in main()
57 DEFINE(SH_SLEEP_REG_IRMCR, offsetof(struct sh_sleep_regs, irmcr)); in main()
58 DEFINE(SH_SLEEP_REG_CCR, offsetof(struct sh_sleep_regs, ccr)); in main()
59 DEFINE(SH_SLEEP_REG_RAMCR, offsetof(struct sh_sleep_regs, ramcr)); in main()