Home
last modified time | relevance | path

Searched refs:d_len (Results 1 – 2 of 2) sorted by relevance

/arch/sparc/include/asm/
A Dparport_64.h115 unsigned long d_len; in ecpp_probe() local
141 d_len = (op->resource[2].end - d_base) + 1UL; in ecpp_probe()
143 of_ioremap(&op->resource[2], 0, d_len, "ECPP DMA"); in ecpp_probe()
190 of_iounmap(&op->resource[2], sparc_ebus_dmas[slot].info.regs, d_len); in ecpp_probe()
208 unsigned long d_len; in ecpp_remove() local
210 d_len = (op->resource[2].end - d_base) + 1UL; in ecpp_remove()
216 d_len); in ecpp_remove()
/arch/s390/kernel/
A Dcrash_dump.c253 static void *nt_init_name(void *buf, Elf64_Word type, void *desc, int d_len, in nt_init_name() argument
261 note->n_descsz = d_len; in nt_init_name()
280 static size_t nt_size_name(int d_len, const char *name) in nt_size_name() argument
286 size += roundup(d_len, 4); in nt_size_name()

Completed in 10 milliseconds