Home
last modified time | relevance | path

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

12345678910>>...30

/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
39 #define _LD(p, inst) \ argument
53 #define ST1(p, v) _ST((p), st1, (v)) argument
54 #define ST2(p, v) _ST((p), st2, (v)) argument
55 #define ST4(p, v) _ST((p), st4, (v)) argument
56 #define ST8(p, v) _ST((p), st, (v)) argument
68 #define LD1(p) _LD((p), ld1u) argument
69 #define LD2(p) _LD((p), ld2u) argument
70 #define LD4(p) _LD((p), ld4u) argument
71 #define LD8(p) _LD((p), ld) argument
[all …]
/arch/arm/include/asm/
Dbitops.h37 static inline void ____atomic_set_bit(unsigned int bit, volatile unsigned long *p) in ____atomic_set_bit()
49 static inline void ____atomic_clear_bit(unsigned int bit, volatile unsigned long *p) in ____atomic_clear_bit()
61 static inline void ____atomic_change_bit(unsigned int bit, volatile unsigned long *p) in ____atomic_change_bit()
74 ____atomic_test_and_set_bit(unsigned int bit, volatile unsigned long *p) in ____atomic_test_and_set_bit()
91 ____atomic_test_and_clear_bit(unsigned int bit, volatile unsigned long *p) in ____atomic_test_and_clear_bit()
108 ____atomic_test_and_change_bit(unsigned int bit, volatile unsigned long *p) in ____atomic_test_and_change_bit()
181 #define ATOMIC_BITOP(name,nr,p) \ argument
184 #define ATOMIC_BITOP(name,nr,p) _##name(nr,p) argument
190 #define set_bit(nr,p) ATOMIC_BITOP(set_bit,nr,p) argument
191 #define clear_bit(nr,p) ATOMIC_BITOP(clear_bit,nr,p) argument
[all …]
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
Dio.h234 #define outb(v,p) ({ __iowmb(); __raw_writeb(v,__io(p)); }) argument
235 #define outw(v,p) ({ __iowmb(); __raw_writew((__force __u16) \ argument
237 #define outl(v,p) ({ __iowmb(); __raw_writel((__force __u32) \ argument
240 #define inb(p) ({ __u8 __v = __raw_readb(__io(p)); __iormb(); __v; }) argument
241 #define inw(p) ({ __u16 __v = le16_to_cpu((__force __le16) \ argument
243 #define inl(p) ({ __u32 __v = le32_to_cpu((__force __le32) \ argument
246 #define outsb(p,d,l) __raw_writesb(__io(p),d,l) argument
247 #define outsw(p,d,l) __raw_writesw(__io(p),d,l) argument
248 #define outsl(p,d,l) __raw_writesl(__io(p),d,l) argument
250 #define insb(p,d,l) __raw_readsb(__io(p),d,l) argument
[all …]
/arch/arm/mach-shmobile/include/mach/
Dintc.h5 #define INTC_IRQ_PINS_ENUM_16L(p) \ argument
11 #define INTC_IRQ_PINS_ENUM_16H(p) \ argument
17 #define INTC_IRQ_PINS_VECT_16L(p, vect) \ argument
27 #define INTC_IRQ_PINS_VECT_16H(p, vect) \ argument
37 #define INTC_IRQ_PINS_MASK_16L(p, base) \ argument
45 #define INTC_IRQ_PINS_MASK_16H(p, base) \ argument
53 #define INTC_IRQ_PINS_PRIO_16L(p, base) \ argument
61 #define INTC_IRQ_PINS_PRIO_16H(p, base) \ argument
69 #define INTC_IRQ_PINS_SENSE_16L(p, base) \ argument
77 #define INTC_IRQ_PINS_SENSE_16H(p, base) \ argument
[all …]
/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.h279 #define UART_GET_CHAR(p) bfin_read32(port_membase(p) + OFFSET_RBR) argument
280 #define UART_GET_CLK(p) bfin_read32(port_membase(p) + OFFSET_CLK) argument
281 #define UART_GET_CTL(p) bfin_read32(port_membase(p) + OFFSET_CTL) argument
282 #define UART_GET_GCTL(p) UART_GET_CTL(p) argument
283 #define UART_GET_LCR(p) UART_GET_CTL(p) argument
284 #define UART_GET_MCR(p) UART_GET_CTL(p) argument
286 #define UART_GET_STAT(p) \ argument
296 #define UART_GET_STAT(p) bfin_read32(port_membase(p) + OFFSET_STAT) argument
298 #define UART_GET_MSR(p) UART_GET_STAT(p) argument
300 #define UART_PUT_CHAR(p, v) bfin_write32(port_membase(p) + OFFSET_THR, v) argument
[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/kernel/
Dkprobes-thumb.c36 static inline unsigned long __kprobes thumb_probe_pc(struct kprobe *p) in thumb_probe_pc()
42 t32_simulate_table_branch(struct kprobe *p, struct pt_regs *regs) in t32_simulate_table_branch()
62 t32_simulate_mrs(struct kprobe *p, struct pt_regs *regs) in t32_simulate_mrs()
71 t32_simulate_cond_branch(struct kprobe *p, struct pt_regs *regs) in t32_simulate_cond_branch()
95 t32_simulate_branch(struct kprobe *p, struct pt_regs *regs) in t32_simulate_branch()
123 t32_simulate_ldr_literal(struct kprobe *p, struct pt_regs *regs) in t32_simulate_ldr_literal()
174 t32_emulate_ldrdstrd(struct kprobe *p, struct pt_regs *regs) in t32_emulate_ldrdstrd()
201 t32_emulate_ldrstr(struct kprobe *p, struct pt_regs *regs) in t32_emulate_ldrstr()
227 t32_emulate_rd8rn16rm0_rwflags(struct kprobe *p, struct pt_regs *regs) in t32_emulate_rd8rn16rm0_rwflags()
254 t32_emulate_rd8pc16_noflags(struct kprobe *p, struct pt_regs *regs) in t32_emulate_rd8pc16_noflags()
[all …]
/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/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/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/sparc/kernel/
Dkprobes.c48 int __kprobes arch_prepare_kprobe(struct kprobe *p) in arch_prepare_kprobe()
63 void __kprobes arch_arm_kprobe(struct kprobe *p) in arch_arm_kprobe()
69 void __kprobes arch_disarm_kprobe(struct kprobe *p) in arch_disarm_kprobe()
91 static void __kprobes set_current_kprobe(struct kprobe *p, struct pt_regs *regs, in set_current_kprobe()
99 static void __kprobes prepare_singlestep(struct kprobe *p, struct pt_regs *regs, in prepare_singlestep()
116 struct kprobe *p; in kprobe_handler() local
203 static unsigned long __kprobes relbranch_fixup(u32 insn, struct kprobe *p, in relbranch_fixup()
279 static void __kprobes resume_execution(struct kprobe *p, in resume_execution()
439 int __kprobes setjmp_pre_handler(struct kprobe *p, struct pt_regs *regs) in setjmp_pre_handler()
472 int __kprobes longjmp_break_handler(struct kprobe *p, struct pt_regs *regs) in longjmp_break_handler()
[all …]
/arch/mips/mm/
Dtlbex.c186 static void __cpuinit uasm_bgezl_hazard(u32 **p, in uasm_bgezl_hazard()
200 u32 **p, in uasm_bgezl_label()
329 static struct work_registers __cpuinit build_get_work_registers(u32 **p) in build_get_work_registers()
385 static void __cpuinit build_restore_work_registers(u32 **p) in build_restore_work_registers()
413 u32 *p; in build_r3000_tlb_refill_handler() local
480 static void __cpuinit __maybe_unused build_tlb_probe_entry(u32 **p) in build_tlb_probe_entry()
504 static void __cpuinit build_tlb_write_entry(u32 **p, struct uasm_label **l, in build_tlb_write_entry()
648 static __cpuinit __maybe_unused void build_convert_pte_to_entrylo(u32 **p, in build_convert_pte_to_entrylo()
669 static __cpuinit void build_restore_pagemask(u32 **p, in build_restore_pagemask()
712 static __cpuinit void build_huge_tlb_write_entry(u32 **p, in build_huge_tlb_write_entry()
[all …]
/arch/arm/mach-ixp4xx/include/mach/
Dio.h56 #define writeb(v, p) __indirect_writeb(v, p) argument
57 #define writew(v, p) __indirect_writew(v, p) argument
58 #define writel(v, p) __indirect_writel(v, p) argument
60 #define writesb(p, v, l) __indirect_writesb(p, v, l) argument
61 #define writesw(p, v, l) __indirect_writesw(p, v, l) argument
62 #define writesl(p, v, l) __indirect_writesl(p, v, l) argument
64 #define readb(p) __indirect_readb(p) argument
65 #define readw(p) __indirect_readw(p) argument
66 #define readl(p) __indirect_readl(p) argument
68 #define readsb(p, v, l) __indirect_readsb(p, v, l) argument
[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/metag/include/asm/
Dbitops.h18 static inline void set_bit(unsigned int bit, volatile unsigned long *p) in set_bit()
31 static inline void clear_bit(unsigned int bit, volatile unsigned long *p) in clear_bit()
44 static inline void change_bit(unsigned int bit, volatile unsigned long *p) in change_bit()
57 static inline int test_and_set_bit(unsigned int bit, volatile unsigned long *p) in test_and_set_bit()
77 volatile unsigned long *p) in test_and_clear_bit()
97 volatile unsigned long *p) in test_and_change_bit()
/arch/s390/kernel/
Dkprobes.c120 int __kprobes arch_prepare_kprobe(struct kprobe *p) in arch_prepare_kprobe()
152 void __kprobes arch_arm_kprobe(struct kprobe *p) in arch_arm_kprobe()
161 void __kprobes arch_disarm_kprobe(struct kprobe *p) in arch_disarm_kprobe()
170 void __kprobes arch_remove_kprobe(struct kprobe *p) in arch_remove_kprobe()
213 static void __kprobes push_kprobe(struct kprobe_ctlblk *kcb, struct kprobe *p) in push_kprobe()
241 struct kprobe *p) in kprobe_reenter_check()
265 struct kprobe *p; in kprobe_handler() local
352 static int __kprobes trampoline_probe_handler(struct kprobe *p, in trampoline_probe_handler()
450 static void __kprobes resume_execution(struct kprobe *p, struct pt_regs *regs) in resume_execution()
477 struct kprobe *p = kprobe_running(); in post_kprobe_handler() local
[all …]
/arch/powerpc/kernel/
Dkprobes.c50 int __kprobes arch_prepare_kprobe(struct kprobe *p) in arch_prepare_kprobe()
83 void __kprobes arch_arm_kprobe(struct kprobe *p) in arch_arm_kprobe()
90 void __kprobes arch_disarm_kprobe(struct kprobe *p) in arch_disarm_kprobe()
97 void __kprobes arch_remove_kprobe(struct kprobe *p) in arch_remove_kprobe()
105 static void __kprobes prepare_singlestep(struct kprobe *p, struct pt_regs *regs) in prepare_singlestep()
144 static void __kprobes set_current_kprobe(struct kprobe *p, struct pt_regs *regs, in set_current_kprobe()
162 struct kprobe *p; in kprobe_handler() local
308 static int __kprobes trampoline_probe_handler(struct kprobe *p, in trampoline_probe_handler()
519 int __kprobes setjmp_pre_handler(struct kprobe *p, struct pt_regs *regs) in setjmp_pre_handler()
544 int __kprobes longjmp_break_handler(struct kprobe *p, struct pt_regs *regs) in longjmp_break_handler()
[all …]

12345678910>>...30