Searched refs:KM_BIO_DST_IRQ (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/asm/
H A Dkmap_types.h19 KM_BIO_DST_IRQ, enumerator in enum:km_type
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dkmap_types.h20 KM_BIO_DST_IRQ, enumerator in enum:km_type
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Dkmap_types.h19 KM_BIO_DST_IRQ, enumerator in enum:km_type
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dkmap_types.h14 KM_BIO_DST_IRQ, enumerator in enum:km_type
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dkmap_types.h17 KMAP_D(6) KM_BIO_DST_IRQ, enumerator in enum:km_type
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/include/asm/
H A Dkmap_types.h17 D(6) KM_BIO_DST_IRQ, enumerator in enum:km_type
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dhighmem.c443 type != KM_BIO_SRC_IRQ && type != KM_BIO_DST_IRQ &&
461 type == KM_BIO_SRC_IRQ || type == KM_BIO_DST_IRQ ||
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Dtifm_sd.c120 buf = kmap_atomic(pg, KM_BIO_DST_IRQ) + off;
136 kunmap_atomic(buf - off, KM_BIO_DST_IRQ);
215 unsigned char *dst_buf = kmap_atomic(dst, KM_BIO_DST_IRQ) + dst_off;
219 kunmap_atomic(dst_buf - dst_off, KM_BIO_DST_IRQ);

Completed in 62 milliseconds