Home
last modified time | relevance | path

Searched defs:p (Results 1 – 25 of 722) sorted by relevance

12345678910>>...29

/arch/sh/include/asm/
Dunaligned-sh4a.h25 static inline u16 sh4a_get_unaligned_cpu16(const u8 *p) in sh4a_get_unaligned_cpu16()
34 static __always_inline u32 sh4a_get_unaligned_cpu32(const u8 *p) in sh4a_get_unaligned_cpu32()
52 static inline u64 sh4a_get_unaligned_cpu64(const u8 *p) in sh4a_get_unaligned_cpu64()
63 static inline u16 get_unaligned_le16(const void *p) in get_unaligned_le16()
68 static inline u32 get_unaligned_le32(const void *p) in get_unaligned_le32()
73 static inline u64 get_unaligned_le64(const void *p) in get_unaligned_le64()
78 static inline u16 get_unaligned_be16(const void *p) in get_unaligned_be16()
83 static inline u32 get_unaligned_be32(const void *p) in get_unaligned_be32()
88 static inline u64 get_unaligned_be64(const void *p) in get_unaligned_be64()
93 static inline void nonnative_put_le16(u16 val, u8 *p) in nonnative_put_le16()
[all …]
/arch/c6x/include/asm/
Dunaligned.h22 static inline u16 get_unaligned_le16(const void *p) in get_unaligned_le16()
28 static inline u16 get_unaligned_be16(const void *p) in get_unaligned_be16()
34 static inline void put_unaligned_le16(u16 val, void *p) in put_unaligned_le16()
41 static inline void put_unaligned_be16(u16 val, void *p) in put_unaligned_be16()
48 static inline u32 get_unaligned32(const void *p) in get_unaligned32()
57 static inline void put_unaligned32(u32 val, void *p) in put_unaligned32()
63 static inline u64 get_unaligned64(const void *p) in get_unaligned64()
72 static inline void put_unaligned64(u64 val, const void *p) in put_unaligned64()
80 #define get_unaligned_le32(p) __swab32(get_unaligned32(p)) argument
81 #define get_unaligned_le64(p) __swab64(get_unaligned64(p)) argument
[all …]
/arch/tile/lib/
Dmemcpy_user_64.c28 #define _ST(p, inst, v) \ argument
40 #define _LD(p, inst) \ argument
55 #define ST1(p, v) _ST((p), st1, (v)) argument
56 #define ST2(p, v) _ST((p), st2, (v)) argument
57 #define ST4(p, v) _ST((p), st4, (v)) argument
58 #define ST8(p, v) _ST((p), st, (v)) argument
70 #define LD1(p) _LD((p), ld1u) argument
71 #define LD2(p) _LD((p), ld2u) argument
72 #define LD4(p) _LD((p), ld4u) argument
73 #define LD8(p) _LD((p), ld) argument
[all …]
/arch/arm/include/asm/
Dbitops.h35 static inline void ____atomic_set_bit(unsigned int bit, volatile unsigned long *p) in ____atomic_set_bit()
47 static inline void ____atomic_clear_bit(unsigned int bit, volatile unsigned long *p) in ____atomic_clear_bit()
59 static inline void ____atomic_change_bit(unsigned int bit, volatile unsigned long *p) in ____atomic_change_bit()
72 ____atomic_test_and_set_bit(unsigned int bit, volatile unsigned long *p) in ____atomic_test_and_set_bit()
89 ____atomic_test_and_clear_bit(unsigned int bit, volatile unsigned long *p) in ____atomic_test_and_clear_bit()
106 ____atomic_test_and_change_bit(unsigned int bit, volatile unsigned long *p) in ____atomic_test_and_change_bit()
179 #define ATOMIC_BITOP(name,nr,p) \ argument
182 #define ATOMIC_BITOP(name,nr,p) _##name(nr,p) argument
188 #define set_bit(nr,p) ATOMIC_BITOP(set_bit,nr,p) argument
189 #define clear_bit(nr,p) ATOMIC_BITOP(clear_bit,nr,p) argument
[all …]
Dsync_bitops.h16 #define sync_set_bit(nr, p) _set_bit(nr, p) argument
17 #define sync_clear_bit(nr, p) _clear_bit(nr, p) argument
18 #define sync_change_bit(nr, p) _change_bit(nr, p) argument
19 #define sync_test_and_set_bit(nr, p) _test_and_set_bit(nr, p) argument
20 #define sync_test_and_clear_bit(nr, p) _test_and_clear_bit(nr, p) argument
21 #define sync_test_and_change_bit(nr, p) _test_and_change_bit(nr, p) argument
/arch/ia64/kernel/
Dmca_drv.h42 #define peidx_head(p) (((p)->info)) argument
43 #define peidx_mid(p) (((p)->id)) argument
44 #define peidx_bottom(p) (((p)->regs)) argument
46 #define peidx_psp(p) (&(peidx_head(p)->proc_state_parameter)) argument
47 #define peidx_field_valid(p) (&(peidx_head(p)->valid)) argument
48 #define peidx_minstate_area(p) (&(peidx_bottom(p)->min_state_area)) argument
50 #define peidx_cache_check_num(p) (peidx_head(p)->valid.num_cache_check) argument
51 #define peidx_tlb_check_num(p) (peidx_head(p)->valid.num_tlb_check) argument
52 #define peidx_bus_check_num(p) (peidx_head(p)->valid.num_bus_check) argument
53 #define peidx_reg_file_check_num(p) (peidx_head(p)->valid.num_reg_file_check) argument
[all …]
/arch/blackfin/include/asm/
Dbfin_serial.h278 #define UART_GET_CHAR(p) bfin_read32(port_membase(p) + OFFSET_RBR) argument
279 #define UART_GET_CLK(p) bfin_read32(port_membase(p) + OFFSET_CLK) argument
280 #define UART_GET_CTL(p) bfin_read32(port_membase(p) + OFFSET_CTL) argument
281 #define UART_GET_GCTL(p) UART_GET_CTL(p) argument
282 #define UART_GET_LCR(p) UART_GET_CTL(p) argument
283 #define UART_GET_MCR(p) UART_GET_CTL(p) argument
285 #define UART_GET_STAT(p) \ argument
295 #define UART_GET_STAT(p) bfin_read32(port_membase(p) + OFFSET_STAT) argument
297 #define UART_GET_MSR(p) UART_GET_STAT(p) argument
299 #define UART_PUT_CHAR(p, v) bfin_write32(port_membase(p) + OFFSET_THR, v) argument
[all …]
/arch/arm/mach-ixp4xx/include/mach/
Dio.h57 #define writeb(v, p) __indirect_writeb(v, p) argument
58 #define writew(v, p) __indirect_writew(v, p) argument
59 #define writel(v, p) __indirect_writel(v, p) argument
61 #define writeb_relaxed(v, p) __indirect_writeb(v, p) argument
62 #define writew_relaxed(v, p) __indirect_writew(v, p) argument
63 #define writel_relaxed(v, p) __indirect_writel(v, p) argument
65 #define writesb(p, v, l) __indirect_writesb(p, v, l) argument
66 #define writesw(p, v, l) __indirect_writesw(p, v, l) argument
67 #define writesl(p, v, l) __indirect_writesl(p, v, l) argument
69 #define readb(p) __indirect_readb(p) argument
[all …]
/arch/arm64/include/asm/
Dsync_bitops.h17 #define sync_set_bit(nr, p) set_bit(nr, p) argument
18 #define sync_clear_bit(nr, p) clear_bit(nr, p) argument
19 #define sync_change_bit(nr, p) change_bit(nr, p) argument
20 #define sync_test_and_set_bit(nr, p) test_and_set_bit(nr, p) argument
21 #define sync_test_and_clear_bit(nr, p) test_and_clear_bit(nr, p) argument
22 #define sync_test_and_change_bit(nr, p) test_and_change_bit(nr, p) argument
/arch/s390/kernel/
Dkprobes.c62 static void copy_instruction(struct kprobe *p) in copy_instruction()
102 static int s390_get_insn_slot(struct kprobe *p) in s390_get_insn_slot()
118 static void s390_free_insn_slot(struct kprobe *p) in s390_free_insn_slot()
130 int arch_prepare_kprobe(struct kprobe *p) in arch_prepare_kprobe()
144 int arch_check_ftrace_location(struct kprobe *p) in arch_check_ftrace_location()
150 struct kprobe *p; member
160 struct kprobe *p = args->p; in swap_instruction() local
187 void arch_arm_kprobe(struct kprobe *p) in arch_arm_kprobe()
195 void arch_disarm_kprobe(struct kprobe *p) in arch_disarm_kprobe()
203 void arch_remove_kprobe(struct kprobe *p) in arch_remove_kprobe()
[all …]
/arch/avr32/kernel/
Dkprobes.c27 int __kprobes arch_prepare_kprobe(struct kprobe *p) in arch_prepare_kprobe()
48 void __kprobes arch_arm_kprobe(struct kprobe *p) in arch_arm_kprobe()
57 void __kprobes arch_disarm_kprobe(struct kprobe *p) in arch_disarm_kprobe()
66 static void __kprobes prepare_singlestep(struct kprobe *p, struct pt_regs *regs) in prepare_singlestep()
90 static void __kprobes resume_execution(struct kprobe *p, struct pt_regs *regs) in resume_execution()
105 static void __kprobes set_current_kprobe(struct kprobe *p) in set_current_kprobe()
112 struct kprobe *p; in kprobe_handler() local
230 int __kprobes setjmp_pre_handler(struct kprobe *p, struct pt_regs *regs) in setjmp_pre_handler()
252 int __kprobes longjmp_break_handler(struct kprobe *p, struct pt_regs *regs) in longjmp_break_handler()
/arch/arm/mach-s3c24xx/include/mach/
Dio.h195 #define inb(p) (__builtin_constant_p((p)) ? __inbc(p) : __inb(p)) argument
196 #define inw(p) (__builtin_constant_p((p)) ? __inwc(p) : __inw(p)) argument
197 #define inl(p) (__builtin_constant_p((p)) ? __inlc(p) : __inl(p)) argument
198 #define outb(v,p) (__builtin_constant_p((p)) ? __outbc(v,p) : __outb(v,p)) argument
199 #define outw(v,p) (__builtin_constant_p((p)) ? __outwc(v,p) : __outw(v,p)) argument
200 #define outl(v,p) (__builtin_constant_p((p)) ? __outlc(v,p) : __outl(v,p)) argument
201 #define __ioaddr(p) (__builtin_constant_p((p)) ? __ioaddr(p) : __ioaddrc(p)) argument
203 #define insb(p,d,l) __raw_readsb(__ioaddr(p),d,l) argument
204 #define insw(p,d,l) __raw_readsw(__ioaddr(p),d,l) argument
205 #define insl(p,d,l) __raw_readsl(__ioaddr(p),d,l) argument
[all …]
/arch/mips/kernel/
Dkprobes.c141 int __kprobes arch_prepare_kprobe(struct kprobe *p) in arch_prepare_kprobe()
196 void __kprobes arch_arm_kprobe(struct kprobe *p) in arch_arm_kprobe()
202 void __kprobes arch_disarm_kprobe(struct kprobe *p) in arch_disarm_kprobe()
208 void __kprobes arch_remove_kprobe(struct kprobe *p) in arch_remove_kprobe()
234 static void set_current_kprobe(struct kprobe *p, struct pt_regs *regs, in set_current_kprobe()
255 static int evaluate_branch_instruction(struct kprobe *p, struct pt_regs *regs, in evaluate_branch_instruction()
289 static void prepare_singlestep(struct kprobe *p, struct pt_regs *regs, in prepare_singlestep()
322 static void __kprobes resume_execution(struct kprobe *p, in resume_execution()
336 struct kprobe *p; in kprobe_handler() local
520 int __kprobes setjmp_pre_handler(struct kprobe *p, struct pt_regs *regs) in setjmp_pre_handler()
[all …]
/arch/avr32/include/asm/
Dio.h70 # define __io(p) ((void *)phys_to_uncached(p)) argument
107 #define __BUILD_IOPORT_SINGLE(pfx, bwl, type, p, slow) \ argument
227 #define ioread8(p) ((unsigned int)readb(p)) argument
229 #define ioread16(p) ((unsigned int)readw(p)) argument
230 #define ioread16be(p) ((unsigned int)__raw_readw(p)) argument
232 #define ioread32(p) ((unsigned int)readl(p)) argument
233 #define ioread32be(p) ((unsigned int)__raw_readl(p)) argument
235 #define iowrite8(v,p) writeb(v, p) argument
237 #define iowrite16(v,p) writew(v, p) argument
238 #define iowrite16be(v,p) __raw_writew(v, p) argument
[all …]
/arch/arc/kernel/
Dkprobes.c26 int __kprobes arch_prepare_kprobe(struct kprobe *p) in arch_prepare_kprobe()
40 void __kprobes arch_arm_kprobe(struct kprobe *p) in arch_arm_kprobe()
48 void __kprobes arch_disarm_kprobe(struct kprobe *p) in arch_disarm_kprobe()
56 void __kprobes arch_remove_kprobe(struct kprobe *p) in arch_remove_kprobe()
94 static inline void __kprobes set_current_kprobe(struct kprobe *p) in set_current_kprobe()
99 static void __kprobes resume_execution(struct kprobe *p, unsigned long addr, in resume_execution()
128 static void __kprobes setup_singlestep(struct kprobe *p, struct pt_regs *regs) in setup_singlestep()
198 struct kprobe *p; in arc_kprobe_handler() local
389 int __kprobes setjmp_pre_handler(struct kprobe *p, struct pt_regs *regs) in setjmp_pre_handler()
408 int __kprobes longjmp_break_handler(struct kprobe *p, struct pt_regs *regs) in longjmp_break_handler()
[all …]
/arch/sh/kernel/
Dkprobes.c43 int __kprobes arch_prepare_kprobe(struct kprobe *p) in arch_prepare_kprobe()
55 void __kprobes arch_copy_kprobe(struct kprobe *p) in arch_copy_kprobe()
61 void __kprobes arch_arm_kprobe(struct kprobe *p) in arch_arm_kprobe()
68 void __kprobes arch_disarm_kprobe(struct kprobe *p) in arch_disarm_kprobe()
75 int __kprobes arch_trampoline_kprobe(struct kprobe *p) in arch_trampoline_kprobe()
91 struct kprobe *p = get_kprobe((kprobe_opcode_t *) pc + 1); in kprobe_handle_illslot() local
103 void __kprobes arch_remove_kprobe(struct kprobe *p) in arch_remove_kprobe()
136 static void __kprobes set_current_kprobe(struct kprobe *p, struct pt_regs *regs, in set_current_kprobe()
147 static void __kprobes prepare_singlestep(struct kprobe *p, struct pt_regs *regs) in prepare_singlestep()
217 struct kprobe *p; in kprobe_handler() local
[all …]
/arch/mn10300/kernel/
Dkprobes.c49 #define READ_BYTE(p, valp) \ argument
52 #define READ_WORD16(p, valp) \ argument
58 #define READ_WORD32(p, valp) \ argument
361 int __kprobes arch_prepare_kprobe(struct kprobe *p) in arch_prepare_kprobe()
366 void __kprobes arch_copy_kprobe(struct kprobe *p) in arch_copy_kprobe()
371 void __kprobes arch_arm_kprobe(struct kprobe *p) in arch_arm_kprobe()
378 void __kprobes arch_disarm_kprobe(struct kprobe *p) in arch_disarm_kprobe()
386 void arch_remove_kprobe(struct kprobe *p) in arch_remove_kprobe()
391 void __kprobes disarm_kprobe(struct kprobe *p, struct pt_regs *regs) in disarm_kprobe()
402 void __kprobes prepare_singlestep(struct kprobe *p, struct pt_regs *regs) in prepare_singlestep()
[all …]
/arch/metag/include/asm/
Dbitops.h12 static inline void set_bit(unsigned int bit, volatile unsigned long *p) in set_bit()
25 static inline void clear_bit(unsigned int bit, volatile unsigned long *p) in clear_bit()
38 static inline void change_bit(unsigned int bit, volatile unsigned long *p) in change_bit()
51 static inline int test_and_set_bit(unsigned int bit, volatile unsigned long *p) in test_and_set_bit()
71 volatile unsigned long *p) in test_and_clear_bit()
91 volatile unsigned long *p) in test_and_change_bit()
/arch/arm/mach-ebsa110/include/mach/
Dio.h41 #define inb(p) __inb16(p) argument
42 #define outb(v,p) __outb16(v,p) argument
44 #define inb(p) __inb8(p) argument
45 #define outb(v,p) __outb8(v,p) argument
48 #define inw(p) __inw(p) argument
49 #define outw(v,p) __outw(v,p) argument
51 #define inl(p) __inl(p) argument
52 #define outl(v,p) __outl(v,p) argument
/arch/sparc/kernel/
Dkprobes.c49 int __kprobes arch_prepare_kprobe(struct kprobe *p) in arch_prepare_kprobe()
64 void __kprobes arch_arm_kprobe(struct kprobe *p) in arch_arm_kprobe()
70 void __kprobes arch_disarm_kprobe(struct kprobe *p) in arch_disarm_kprobe()
92 static void __kprobes set_current_kprobe(struct kprobe *p, struct pt_regs *regs, in set_current_kprobe()
100 static void __kprobes prepare_singlestep(struct kprobe *p, struct pt_regs *regs, in prepare_singlestep()
117 struct kprobe *p; in kprobe_handler() local
204 static unsigned long __kprobes relbranch_fixup(u32 insn, struct kprobe *p, in relbranch_fixup()
280 static void __kprobes resume_execution(struct kprobe *p, in resume_execution()
444 int __kprobes setjmp_pre_handler(struct kprobe *p, struct pt_regs *regs) in setjmp_pre_handler()
477 int __kprobes longjmp_break_handler(struct kprobe *p, struct pt_regs *regs) in longjmp_break_handler()
[all …]
Debus.c49 static void __ebus_dma_reset(struct ebus_dma_info *p, int no_drain) in __ebus_dma_reset()
71 struct ebus_dma_info *p = dev_id; in ebus_dma_irq() local
96 int ebus_dma_register(struct ebus_dma_info *p) in ebus_dma_register()
123 int ebus_dma_irq_enable(struct ebus_dma_info *p, int on) in ebus_dma_irq_enable()
155 void ebus_dma_unregister(struct ebus_dma_info *p) in ebus_dma_unregister()
175 int ebus_dma_request(struct ebus_dma_info *p, dma_addr_t bus_addr, size_t len) in ebus_dma_request()
204 void ebus_dma_prepare(struct ebus_dma_info *p, int write) in ebus_dma_prepare()
228 unsigned int ebus_dma_residue(struct ebus_dma_info *p) in ebus_dma_residue()
234 unsigned int ebus_dma_addr(struct ebus_dma_info *p) in ebus_dma_addr()
240 void ebus_dma_enable(struct ebus_dma_info *p, int on) in ebus_dma_enable()
/arch/powerpc/kernel/
Dkprobes.c45 int __kprobes arch_prepare_kprobe(struct kprobe *p) in arch_prepare_kprobe()
78 void __kprobes arch_arm_kprobe(struct kprobe *p) in arch_arm_kprobe()
85 void __kprobes arch_disarm_kprobe(struct kprobe *p) in arch_disarm_kprobe()
92 void __kprobes arch_remove_kprobe(struct kprobe *p) in arch_remove_kprobe()
100 static void __kprobes prepare_singlestep(struct kprobe *p, struct pt_regs *regs) in prepare_singlestep()
127 static void __kprobes set_current_kprobe(struct kprobe *p, struct pt_regs *regs, in set_current_kprobe()
145 struct kprobe *p; in kprobe_handler() local
291 static int __kprobes trampoline_probe_handler(struct kprobe *p, in trampoline_probe_handler()
500 int __kprobes setjmp_pre_handler(struct kprobe *p, struct pt_regs *regs) in setjmp_pre_handler()
538 int __kprobes longjmp_break_handler(struct kprobe *p, struct pt_regs *regs) in longjmp_break_handler()
[all …]
/arch/tile/kernel/
Dkprobes.c85 int __kprobes arch_prepare_kprobe(struct kprobe *p) in arch_prepare_kprobe()
114 void __kprobes arch_arm_kprobe(struct kprobe *p) in arch_arm_kprobe()
144 void __kprobes arch_remove_kprobe(struct kprobe *p) in arch_remove_kprobe()
166 static void __kprobes set_current_kprobe(struct kprobe *p, struct pt_regs *regs, in set_current_kprobe()
173 static void __kprobes prepare_singlestep(struct kprobe *p, struct pt_regs *regs) in prepare_singlestep()
185 struct kprobe *p; in kprobe_handler() local
281 static void __kprobes resume_execution(struct kprobe *p, in resume_execution()
372 int __kprobes setjmp_pre_handler(struct kprobe *p, struct pt_regs *regs) in setjmp_pre_handler()
399 int __kprobes longjmp_break_handler(struct kprobe *p, struct pt_regs *regs) in longjmp_break_handler()
445 static int __kprobes trampoline_probe_handler(struct kprobe *p, in trampoline_probe_handler()
[all …]
/arch/powerpc/include/asm/
Dide.h12 #define __ide_mm_insw(p, a, c) readsw((void __iomem *)(p), (a), (c)) argument
13 #define __ide_mm_insl(p, a, c) readsl((void __iomem *)(p), (a), (c)) argument
14 #define __ide_mm_outsw(p, a, c) writesw((void __iomem *)(p), (a), (c)) argument
15 #define __ide_mm_outsl(p, a, c) writesl((void __iomem *)(p), (a), (c)) argument
/arch/arm/probes/kprobes/
Dcore.c55 int __kprobes arch_prepare_kprobe(struct kprobe *p) in arch_prepare_kprobe()
130 void __kprobes arch_arm_kprobe(struct kprobe *p) in arch_arm_kprobe()
173 struct patch *p = data; in __kprobes_remove_breakpoint() local
180 struct patch p = { in kprobes_remove_breakpoint() local
187 void __kprobes arch_disarm_kprobe(struct kprobe *p) in arch_disarm_kprobe()
193 void __kprobes arch_remove_kprobe(struct kprobe *p) in arch_remove_kprobe()
213 static void __kprobes set_current_kprobe(struct kprobe *p) in set_current_kprobe()
219 singlestep_skip(struct kprobe *p, struct pt_regs *regs) in singlestep_skip()
233 singlestep(struct kprobe *p, struct pt_regs *regs, struct kprobe_ctlblk *kcb) in singlestep()
247 struct kprobe *p, *cur; in kprobe_handler() local
[all …]

12345678910>>...29