Searched defs:ADDR (Results 1 - 14 of 14) sorted by relevance

/linux-4.1.27/tools/testing/selftests/vm/
H A Dhugepage-shm.c47 #define ADDR (void *)(0x8000000000000000UL) macro
50 #define ADDR (void *)(0x0UL) macro
H A Dhugepage-mmap.c31 #define ADDR (void *)(0x8000000000000000UL) macro
34 #define ADDR (void *)(0x0UL) macro
H A Dmap_hugetlb.c27 #define ADDR (void *)(0x8000000000000000UL) macro
30 #define ADDR (void *)(0x0UL) macro
/linux-4.1.27/arch/x86/include/asm/
H A Dsync_bitops.h16 #define ADDR (*(volatile long *)addr) macro
128 #undef ADDR macro
H A Dbitops.h46 #define ADDR BITOP_ADDR(addr) macro
382 #undef ADDR macro
/linux-4.1.27/arch/sparc/include/asm/
H A Dbitops_32.h33 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 Dtargetos.h44 #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 Dskfbi.h929 #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 Doflib.c43 #define ADDR(x) (u32)(unsigned long)(x) macro
/linux-4.1.27/drivers/net/fddi/skfp/
H A Dskfddi.c94 #undef ADDR // undo Linux definition macro
/linux-4.1.27/drivers/isdn/hardware/eicon/
H A Dmi_pc.h36 #define ADDR 4 macro
H A Dplatform.h355 #undef ADDR macro
/linux-4.1.27/arch/blackfin/include/asm/
H A Dbfin_serial.h101 #define ADDR 0x400 /* Address bit status */ macro
/linux-4.1.27/arch/powerpc/kernel/
H A Dprom_init.c82 #define ADDR(x) (u32)(unsigned long)(x) macro

Completed in 1725 milliseconds