/include/linux/ |
D | page_cgroup.h | 32 static inline int PageCgroup##uname(struct page_cgroup *pc) \ 33 { return test_bit(PCG_##lname, &pc->flags); } 36 static inline void SetPageCgroup##uname(struct page_cgroup *pc)\ 37 { set_bit(PCG_##lname, &pc->flags); } 40 static inline void ClearPageCgroup##uname(struct page_cgroup *pc) \ 41 { clear_bit(PCG_##lname, &pc->flags); } 49 static inline int page_cgroup_nid(struct page_cgroup *pc) in TESTPCGFLAG() 51 return page_to_nid(pc->page); in TESTPCGFLAG() 54 static inline enum zone_type page_cgroup_zid(struct page_cgroup *pc) in page_cgroup_zid() argument 56 return page_zonenum(pc->page); in page_cgroup_zid() [all …]
|
D | oprofile.h | 100 void oprofile_add_ext_sample(unsigned long pc, struct pt_regs * const regs, 105 void oprofile_add_pc(unsigned long pc, int is_kernel, unsigned long event); 181 unsigned long pc, int code, int size);
|
D | mmiotrace.h | 76 unsigned long pc; /* optional program counter */ member
|
D | ptrace.h | 340 unsigned long *sp, unsigned long *pc);
|
D | parport.h | 140 struct pc_parport_state pc; member
|
D | ide.h | 644 struct ide_atapi_pc *pc; member
|
/include/net/tc_act/ |
D | tc_defact.h | 11 #define to_defact(pc) \ argument 12 container_of(pc, struct tcf_defact, common)
|
D | tc_pedit.h | 12 #define to_pedit(pc) \ argument 13 container_of(pc, struct tcf_pedit, common)
|
D | tc_mirred.h | 13 #define to_mirred(pc) \ argument 14 container_of(pc, struct tcf_mirred, common)
|
D | tc_gact.h | 14 #define to_gact(pc) \ argument 15 container_of(pc, struct tcf_gact, common)
|
D | tc_ipt.h | 14 #define to_ipt(pc) \ argument 15 container_of(pc, struct tcf_ipt, common)
|
D | tc_skbedit.h | 31 #define to_skbedit(pc) \ argument 32 container_of(pc, struct tcf_skbedit, common)
|
D | tc_nat.h | 16 static inline struct tcf_nat *to_tcf_nat(struct tcf_common *pc) in to_tcf_nat() argument 18 return container_of(pc, struct tcf_nat, common); in to_tcf_nat()
|
/include/linux/ssb/ |
D | ssb_driver_pci.h | 90 extern void ssb_pcicore_init(struct ssb_pcicore *pc); 93 extern int ssb_pcicore_dev_irqvecs_enable(struct ssb_pcicore *pc, 107 void ssb_pcicore_init(struct ssb_pcicore *pc) in ssb_pcicore_init() argument 112 int ssb_pcicore_dev_irqvecs_enable(struct ssb_pcicore *pc, in ssb_pcicore_dev_irqvecs_enable() argument
|
/include/asm-mn10300/ |
D | ptrace.h | 76 unsigned long pc; member 95 #define instruction_pointer(regs) ((regs)->pc) 99 #define profile_pc(regs) ((regs)->pc)
|
D | processor.h | 90 unsigned long pc; /* kernel PC */ member 104 .pc = 0, \ 124 __frame->pc = new_pc; \ 153 #define KSTK_EIP(task) (task_pt_regs(task)->pc)
|
D | sigcontext.h | 46 unsigned long pc; member
|
D | elf.h | 123 pr_reg[26] = regs->pc; \
|
D | gdb-stub.h | 81 u32 sp, pc, mdr, epsw, lir, lar, mdrq; member
|
/include/asm-frv/ |
D | processor.h | 65 unsigned long pc; /* program counter */ member 102 __frame->pc = (_pc); \ 136 #define KSTK_EIP(tsk) ((tsk)->thread.frame0->pc)
|
D | ptrace.h | 75 #define instruction_pointer(regs) ((regs)->pc) 79 #define profile_pc(regs) ((regs)->pc)
|
D | registers.h | 83 unsigned long pc; /* Program Counter Register */ member 174 unsigned long pc; /* Program Counter Register */ member
|
/include/net/ |
D | act_api.h | 48 #define to_police(pc) \ argument 49 container_of(pc, struct tcf_police, common)
|
/include/sound/ |
D | emu10k1.h | 1836 unsigned int snd_emu10k1_efx_read(struct snd_emu10k1 *emu, unsigned int pc);
|