| /linux/arch/sparc/include/asm/ |
| H A D | io.h | 15 #define readb_be(__addr) __raw_readb(__addr) argument 16 #define readw_be(__addr) __raw_readw(__addr) argument 17 #define readl_be(__addr) __raw_readl(__addr) argument 18 #define writeb_be(__b, __addr) __raw_writeb(__b, __addr) argument 19 #define writel_be(__w, __addr) __raw_writel(__w, __addr) argument 20 #define writew_be(__l, __addr) __raw_writew(__l, __addr) argument
|
| H A D | pgtable_32.h | 17 #define PMD_ALIGN(__addr) (((__addr) + ~PMD_MASK) & PMD_MASK) argument 22 #define PGDIR_ALIGN(__addr) (((__addr) + ~PGDIR_MASK) & PGDIR_MASK) argument
|
| /linux/arch/sparc/lib/ |
| H A D | PeeCeeI.c | 13 void outsb(unsigned long __addr, const void *src, unsigned long count) in outsb() 23 void outsw(unsigned long __addr, const void *src, unsigned long count) in outsw() 34 void outsl(unsigned long __addr, const void *src, unsigned long count) in outsl() 88 void insb(unsigned long __addr, void *dst, unsigned long count) in insb() 116 void insw(unsigned long __addr, void *dst, unsigned long count) in insw() 144 void insl(unsigned long __addr, void *dst, unsigned long count) in insl()
|
| /linux/include/linux/ |
| H A D | highmem-internal.h | 276 #define kunmap_atomic(__addr) \ argument 292 #define kunmap_local(__addr) \ argument
|
| H A D | mm_types.h | 1448 #define VMA_ITERATOR(name, __mm, __addr) \ argument
|
| /linux/drivers/net/ethernet/sun/ |
| H A D | sunhme.c | 212 #define hme_write_rxd(__hp, __rxd, __flags, __addr) \ argument 214 #define hme_write_txd(__hp, __txd, __flags, __addr) \ argument 225 #define hme_write_rxd(__hp, __rxd, __flags, __addr) \ argument 230 #define hme_write_txd(__hp, __txd, __flags, __addr) \ argument 242 #define hme_write_rxd(__hp, __rxd, __flags, __addr) \ argument 247 #define hme_write_txd(__hp, __txd, __flags, __addr) \ argument
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | uprobe_multi.c | 47 SET(__var,__addr,__cookie) uprobe_multi_check() argument
|
| H A D | kprobe_multi.c | 47 #define SET(__var, __addr, __cookie) ({ \ in kprobe_multi_check() argument
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | bpf_cookie.c | 118 #define GET_ADDR(__sym, __addr) ({ \ in kprobe_multi_link_api_subtest() argument
|
| H A D | kprobe_multi_test.c | 95 GET_ADDR(__sym,__addr) global() argument
|
| /linux/include/crypto/ |
| H A D | algapi.h | 116 union crypto_no_such_thing *__addr; member
|
| /linux/drivers/spi/ |
| H A D | spi-intel.c | 890 #define INTEL_SPI_MEM_OP(__cmd, __addr, __data, __exec_op) \ argument 900 #define INTEL_SPI_MEM_OP_REPL(__cmd, __addr, __data, __exec_op, __repl) \ argument
|
| /linux/arch/powerpc/include/asm/book3s/32/ |
| H A D | pgtable.h | 311 #define ptep_test_and_clear_young(__vma, __addr, __ptep) \ argument
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_pt.c | 38 xe_pt_set_addr(__xe_pt,__addr) global() argument 41 xe_pt_set_addr(__xe_pt,__addr) global() argument
|
| /linux/net/bluetooth/rfcomm/ |
| H A D | core.c | 85 #define __addr(cr, dlci) (((dlci & 0x3f) << 2) | (cr << 1) | 0x01) macro [all...] |
| /linux/arch/powerpc/include/asm/book3s/64/ |
| H A D | pgtable.h | 362 #define ptep_test_and_clear_young(__vma, __addr, __ptep) \ argument
|
| /linux/tools/testing/vma/ |
| H A D | vma_internal.h | 496 #define VMA_ITERATOR(name, __mm, __addr) \ argument
|
| /linux/mm/ |
| H A D | slub.c | 665 #define for_each_object(__p, __s, __addr, __objects) \ argument
|