Home | Sort by: relevance | last modified time | path |
/src/sys/arch/x86/x86/ | |
bus_space.c | 936 bit_to_function_pointer(const struct bus_space_overrides *ov, uint64_t bit) function in typeref:typename:const void * 987 if ((fp = bit_to_function_pointer(ov, bit)) == NULL) { |
bus_dma.c | 1662 bit_to_function_pointer(const struct bus_dma_overrides *ov, uint64_t bit) function in typeref:typename:const void * 1729 if ((fp = bit_to_function_pointer(ov, bit)) == NULL) { |
/src/sys/arch/x86/pci/ | |
pci_machdep.c | 983 bit_to_function_pointer(const struct pci_overrides *ov, uint64_t bit) function in typeref:typename:const void * 1032 if ((fp = bit_to_function_pointer(ov, bit)) == NULL) { |