Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOMemoryDescriptor.cpp3899 …void (*func_ext)(addr64_t pa, unsigned int count, unsigned int remaining, unsigned int *result) = … in performOperation() local
3910 func_ext = &dcache_incoherent_io_flush64; in performOperation()
3912 func_ext(0, 0, 0, &res); in performOperation()
3923 func_ext = &dcache_incoherent_io_store64; in performOperation()
3925 func_ext(0, 0, 0, &res); in performOperation()
3944 if ((func == NULL) && (func_ext == NULL)) { in performOperation()
3984 if (func_ext) { in performOperation()
3985 (*func_ext)(dstAddr64, (unsigned int) dstLen, (unsigned int) remaining, &res); in performOperation()