/arch/powerpc/kernel/ |
D | io-workarounds.c | 112 #define DEF_PCI_AC_RET(name, ret, at, al, space, aa) \ argument 122 #define DEF_PCI_AC_NORET(name, at, al, space, aa) \ argument 141 #define DEF_PCI_AC_RET(name, ret, at, al, space, aa) .name = iowa_##name, argument 142 #define DEF_PCI_AC_NORET(name, at, al, space, aa) .name = iowa_##name, argument
|
/arch/ia64/kernel/ |
D | acpi-ext.c | 62 struct csr_space *space = data; in find_csr_space() local 80 struct csr_space space = { 0, 0 }; in hp_crs_locate() local
|
/arch/x86/math-emu/ |
D | fpu_entry.c | 644 void *space = s387->st_space; in fpregs_soft_set() local 695 const void *space = s387->st_space; in fpregs_soft_get() local
|
/arch/ia64/include/asm/ |
D | io.h | 45 #define IO_SPACE_BASE(space) ((space) << IO_SPACE_BITS) argument 118 struct io_space *space; in __ia64_mk_io_addr() local
|
/arch/sparc/include/asm/ |
D | pgtable_32.h | 305 static inline pte_t mk_pte_io(unsigned long page, pgprot_t pgprot, int space) in mk_pte_io() 393 #define MK_IOSPACE_PFN(space, pfn) (pfn | (space << (BITS_PER_LONG - 4))) argument 404 unsigned long long offset, space, phys_base; in io_remap_pfn_range() local
|
D | pgtable_64.h | 1004 #define MK_IOSPACE_PFN(space, pfn) (pfn | (space << (BITS_PER_LONG - 4))) argument 1049 int space = GET_IOSPACE(pfn); in io_remap_pfn_range() local
|
/arch/s390/include/asm/ |
D | pci_io.h | 41 #define ZPCI_CREATE_REQ(handle, space, len) \ argument
|
/arch/powerpc/include/asm/ |
D | io.h | 600 #define DEF_PCI_AC_RET(name, ret, at, al, space, aa) ret (*name) at; argument 601 #define DEF_PCI_AC_NORET(name, at, al, space, aa) void (*name) at; argument 611 #define DEF_PCI_AC_RET(name, ret, at, al, space, aa) \ argument 619 #define DEF_PCI_AC_NORET(name, at, al, space, aa) \ argument
|
/arch/powerpc/platforms/powermac/ |
D | bootx_init.c | 466 unsigned long space; in bootx_init() local
|
/arch/x86/events/intel/ |
D | bts.c | 371 unsigned long head, space, next_space, pad, gap, skip, wakeup; in bts_buffer_reset() local
|
/arch/sparc/mm/ |
D | init_64.c | 2795 pte_t mk_pte_io(unsigned long page, pgprot_t prot, int space, unsigned long page_size) in mk_pte_io()
|