Home
last modified time | relevance | path

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

/linux-6.1.9/arch/m68k/include/asm/
Ddvma.h23 #define dvma_malloc(x) dvma_malloc_align(x, 0) macro
/linux-6.1.9/drivers/scsi/
Dsun3_scsi.c572 udc_regs = dvma_malloc(sizeof(struct sun3_udc_regs)); in sun3_scsi_probe()