Searched defs:ADDR (Results 1 - 14 of 14) sorted by relevance
/linux-4.1.27/tools/testing/selftests/vm/ |
H A D | hugepage-shm.c | 47 #define ADDR (void *)(0x8000000000000000UL) macro 50 #define ADDR (void *)(0x0UL) macro
|
H A D | hugepage-mmap.c | 31 #define ADDR (void *)(0x8000000000000000UL) macro 34 #define ADDR (void *)(0x0UL) macro
|
H A D | map_hugetlb.c | 27 #define ADDR (void *)(0x8000000000000000UL) macro 30 #define ADDR (void *)(0x0UL) macro
|
/linux-4.1.27/arch/x86/include/asm/ |
H A D | sync_bitops.h | 16 #define ADDR (*(volatile long *)addr) macro 128 #undef ADDR macro
|
H A D | bitops.h | 46 #define ADDR BITOP_ADDR(addr) macro 382 #undef ADDR macro
|
/linux-4.1.27/arch/sparc/include/asm/ |
H A D | bitops_32.h | 33 unsigned long *ADDR, mask; test_and_set_bit() local 43 unsigned long *ADDR, mask; set_bit() local 53 unsigned long *ADDR, mask; test_and_clear_bit() local 63 unsigned long *ADDR, mask; clear_bit() local 73 unsigned long *ADDR, mask; test_and_change_bit() local 83 unsigned long *ADDR, mask; change_bit() local
|
/linux-4.1.27/drivers/net/fddi/skfp/h/ |
H A D | targetos.h | 44 #undef ADDR macro 53 #undef ADDR macro 55 #define ADDR(a) (smc->hw.iop+(a)) macro 57 #define ADDR(a) (((a)>>7) ? (outp(smc->hw.iop+B0_RAP,(a)>>7), (smc->hw.iop+( ((a)&0x7F) | ((a)>>7 ? 0x80:0)) )) : (smc->hw.iop+(((a)&0x7F)|((a)>>7 ? 0x80:0)))) macro
|
H A D | skfbi.h | 929 #define ADDR(a) (char far *) smc->hw.iop+(a) macro 932 #define ADDR(a) (((a)>>7) ? (outp(smc->hw.iop+B0_RAP,(a)>>7), \ macro
|
/linux-4.1.27/arch/powerpc/boot/ |
H A D | oflib.c | 43 #define ADDR(x) (u32)(unsigned long)(x) macro
|
/linux-4.1.27/drivers/net/fddi/skfp/ |
H A D | skfddi.c | 94 #undef ADDR // undo Linux definition macro
|
/linux-4.1.27/drivers/isdn/hardware/eicon/ |
H A D | mi_pc.h | 36 #define ADDR 4 macro
|
H A D | platform.h | 355 #undef ADDR macro
|
/linux-4.1.27/arch/blackfin/include/asm/ |
H A D | bfin_serial.h | 101 #define ADDR 0x400 /* Address bit status */ macro
|
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | prom_init.c | 82 #define ADDR(x) (u32)(unsigned long)(x) macro
|
Completed in 1725 milliseconds