Home
last modified time | relevance | path

Searched refs:pc (Results 1 – 24 of 24) sorted by relevance

/include/linux/
Dpage_cgroup.h32 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 …]
Doprofile.h100 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);
Dmmiotrace.h76 unsigned long pc; /* optional program counter */ member
Dptrace.h340 unsigned long *sp, unsigned long *pc);
Dparport.h140 struct pc_parport_state pc; member
Dide.h644 struct ide_atapi_pc *pc; member
/include/net/tc_act/
Dtc_defact.h11 #define to_defact(pc) \ argument
12 container_of(pc, struct tcf_defact, common)
Dtc_pedit.h12 #define to_pedit(pc) \ argument
13 container_of(pc, struct tcf_pedit, common)
Dtc_mirred.h13 #define to_mirred(pc) \ argument
14 container_of(pc, struct tcf_mirred, common)
Dtc_gact.h14 #define to_gact(pc) \ argument
15 container_of(pc, struct tcf_gact, common)
Dtc_ipt.h14 #define to_ipt(pc) \ argument
15 container_of(pc, struct tcf_ipt, common)
Dtc_skbedit.h31 #define to_skbedit(pc) \ argument
32 container_of(pc, struct tcf_skbedit, common)
Dtc_nat.h16 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/
Dssb_driver_pci.h90 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/
Dptrace.h76 unsigned long pc; member
95 #define instruction_pointer(regs) ((regs)->pc)
99 #define profile_pc(regs) ((regs)->pc)
Dprocessor.h90 unsigned long pc; /* kernel PC */ member
104 .pc = 0, \
124 __frame->pc = new_pc; \
153 #define KSTK_EIP(task) (task_pt_regs(task)->pc)
Dsigcontext.h46 unsigned long pc; member
Delf.h123 pr_reg[26] = regs->pc; \
Dgdb-stub.h81 u32 sp, pc, mdr, epsw, lir, lar, mdrq; member
/include/asm-frv/
Dprocessor.h65 unsigned long pc; /* program counter */ member
102 __frame->pc = (_pc); \
136 #define KSTK_EIP(tsk) ((tsk)->thread.frame0->pc)
Dptrace.h75 #define instruction_pointer(regs) ((regs)->pc)
79 #define profile_pc(regs) ((regs)->pc)
Dregisters.h83 unsigned long pc; /* Program Counter Register */ member
174 unsigned long pc; /* Program Counter Register */ member
/include/net/
Dact_api.h48 #define to_police(pc) \ argument
49 container_of(pc, struct tcf_police, common)
/include/sound/
Demu10k1.h1836 unsigned int snd_emu10k1_efx_read(struct snd_emu10k1 *emu, unsigned int pc);