Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Ddcr.h40 #define dcr_unmap(host, dcr_c) dcr_unmap_native(host, dcr_c)
H A Ddcr-native.h28 #define dcr_unmap_native(host, dcr_c) do {} while (0) macro
/openbmc/linux/arch/powerpc/sysdev/
H A Ddcr.c82 dcr_unmap_native(host.host.native, dcr_c); in dcr_unmap_generic()