Print this page


Split Close
Expand all
Collapse all
          --- old/usr/src/uts/i86pc/vm/hat_i86.c
          +++ new/usr/src/uts/i86pc/vm/hat_i86.c
↓ open down ↓ 19 lines elided ↑ open up ↑
  20   20   */
  21   21  /*
  22   22   * Copyright (c) 1992, 2010, Oracle and/or its affiliates. All rights reserved.
  23   23   */
  24   24  /*
  25   25   * Copyright (c) 2010, Intel Corporation.
  26   26   * All rights reserved.
  27   27   */
  28   28  /*
  29   29   * Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
  30      - * Copyright 2014 Joyent, Inc.  All rights reserved.
  31   30   * Copyright (c) 2014, 2015 by Delphix. All rights reserved.
       31 + * Copyright 2014 Joyent, Inc.  All rights reserved.
  32   32   */
  33   33  
  34   34  /*
  35   35   * VM - Hardware Address Translation management for i386 and amd64
  36   36   *
  37   37   * Implementation of the interfaces described in <common/vm/hat.h>
  38   38   *
  39   39   * Nearly all the details of how the hardware is managed should not be
  40   40   * visible outside this layer except for misc. machine specific functions
  41   41   * that work in conjunction with this code.
↓ open down ↓ 4488 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX