The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/arm/mv/files.mv

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 # $FreeBSD$
    2 #
    3 # The Marvell CPU cores
    4 # - Compliant with V5TE architecture
    5 # - Super scalar dual issue CPU
    6 # - Big/Little Endian
    7 # - MMU/MPU
    8 # - L1 Cache: Supports streaming and write allocate
    9 # - Variable pipeline stages
   10 # - Out-of-order execution
   11 # - Branch Prediction
   12 # - JTAG/ICE
   13 # - Vector Floating Point (VFP) unit
   14 #
   15 arm/mv/gpio.c                   optional        gpio
   16 arm/mv/mv_common.c              standard
   17 arm/mv/mv_localbus.c            standard
   18 arm/mv/mv_machdep.c             standard
   19 arm/mv/mv_pci.c                 optional        pci
   20 arm/mv/mv_ts.c                  standard
   21 arm/mv/timer.c                  standard
   22 
   23 dev/cesa/cesa.c                 optional        cesa
   24 dev/iicbus/twsi/mv_twsi.c       optional        twsi
   25 dev/mge/if_mge.c                optional        mge
   26 dev/nand/nfc_mv.c               optional        nand
   27 dev/mvs/mvs_soc.c               optional        mvs
   28 dev/uart/uart_dev_ns8250.c      optional        uart
   29 dev/uart/uart_dev_snps.c        optional        uart
   30 dev/usb/controller/ehci_mv.c    optional        ehci
   31 dev/usb/controller/xhci_mv.c    optional        xhci
   32 
   33 kern/kern_clocksource.c         standard

Cache object: 8e7bbc86e2ed668f45f05dc0c4e0941e


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.