Home
last modified time | relevance | path

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

/arch/sparc/include/asm/
Dparport.h114 unsigned long d_len; in ecpp_probe() local
140 d_len = (op->resource[2].end - d_base) + 1UL; in ecpp_probe()
142 of_ioremap(&op->resource[2], 0, d_len, "ECPP DMA"); in ecpp_probe()
189 of_iounmap(&op->resource[2], sparc_ebus_dmas[slot].info.regs, d_len); in ecpp_probe()
207 unsigned long d_len; in ecpp_remove() local
209 d_len = (op->resource[2].end - d_base) + 1UL; in ecpp_remove()
215 d_len); in ecpp_remove()
/arch/s390/kernel/
Dcrash_dump.c310 static void *nt_init_name(void *buf, Elf64_Word type, void *desc, int d_len, in nt_init_name() argument
318 note->n_descsz = d_len; in nt_init_name()
331 static inline void *nt_init(void *buf, Elf64_Word type, void *desc, int d_len) in nt_init() argument
333 return nt_init_name(buf, type, desc, d_len, nt_name(type)); in nt_init()
339 static size_t nt_size_name(int d_len, const char *name) in nt_size_name() argument
345 size += roundup(d_len, 4); in nt_size_name()
350 static inline size_t nt_size(Elf64_Word type, int d_len) in nt_size() argument
352 return nt_size_name(d_len, nt_name(type)); in nt_size()