/arch/powerpc/kernel/ |
D | io-workarounds.c | 94 #define DEF_PCI_AC_RET(name, ret, at, al, space, aa) \ argument 104 #define DEF_PCI_AC_NORET(name, at, al, space, aa) \ argument 123 #define DEF_PCI_AC_RET(name, ret, at, al, space, aa) .name = iowa_##name, argument 124 #define DEF_PCI_AC_NORET(name, at, al, space, aa) .name = iowa_##name, argument
|
/arch/ia64/kernel/ |
D | acpi-ext.c | 65 struct csr_space *space = data; in find_csr_space() local 83 struct csr_space space = { 0, 0 }; in hp_crs_locate() local
|
/arch/x86/math-emu/ |
D | fpu_entry.c | 686 void *space = s387->st_space; in fpregs_soft_set() local 738 const void *space = s387->st_space; in fpregs_soft_get() local
|
/arch/mips/sgi-ip22/ |
D | ip22-mc.c | 55 struct mem space[2] = {{SGIMC_SEG0_BADDR, 0}, {SGIMC_SEG1_BADDR, 0}}; in probe_memory() local
|
/arch/sparc/include/asm/ |
D | pgtable_32.h | 299 static inline pte_t mk_pte_io(unsigned long page, pgprot_t pgprot, int space) in mk_pte_io() 427 #define MK_IOSPACE_PFN(space, pfn) (pfn | (space << (BITS_PER_LONG - 4))) argument 438 unsigned long long offset, space, phys_base; in io_remap_pfn_range() local
|
D | pgtable_64.h | 898 #define MK_IOSPACE_PFN(space, pfn) (pfn | (space << (BITS_PER_LONG - 4))) argument 910 int space = GET_IOSPACE(pfn); in io_remap_pfn_range() local
|
/arch/powerpc/include/asm/ |
D | io.h | 505 #define DEF_PCI_AC_RET(name, ret, at, al, space, aa) ret (*name) at; argument 506 #define DEF_PCI_AC_NORET(name, at, al, space, aa) void (*name) at; argument 516 #define DEF_PCI_AC_RET(name, ret, at, al, space, aa) \ argument 524 #define DEF_PCI_AC_NORET(name, at, al, space, aa) \ argument
|
/arch/s390/include/asm/ |
D | pci_io.h | 28 #define ZPCI_CREATE_REQ(handle, space, len) \ argument
|
/arch/powerpc/platforms/wsp/ |
D | wsp_pci.c | 622 #define DEF_PCI_AC_RET(name, ret, at, al, space, aa) \ argument 625 #define DEF_PCI_AC_NORET(name, at, al, space, aa) \ argument
|
/arch/powerpc/platforms/powermac/ |
D | bootx_init.c | 469 unsigned long space; in bootx_init() local
|
/arch/ia64/include/asm/ |
D | io.h | 43 #define IO_SPACE_BASE(space) ((space) << IO_SPACE_BITS) argument 129 struct io_space *space; in __ia64_mk_io_addr() local
|
/arch/mips/kernel/ |
D | ptrace.c | 256 void * space; in mips_vdso_ptrace_get() local
|
/arch/mn10300/include/asm/ |
D | pgtable.h | 492 #define MK_IOSPACE_PFN(space, pfn) (pfn) argument
|
/arch/sparc/mm/ |
D | init_64.c | 2391 pte_t mk_pte_io(unsigned long page, pgprot_t prot, int space, unsigned long page_size) in mk_pte_io()
|