~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/arch/powerpc/kernel/cpu_specs_47x.h

Version: ~ [ linux-6.11.5 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.58 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.114 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.169 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.228 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.284 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.322 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.9 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 /* SPDX-License-Identifier: GPL-2.0-or-later */
  2 /*
  3  *  Copyright (C) 2001 Ben. Herrenschmidt (benh@kernel.crashing.org)
  4  */
  5 
  6 #define COMMON_USER_BOOKE       (PPC_FEATURE_32 | PPC_FEATURE_HAS_MMU | \
  7                                  PPC_FEATURE_BOOKE)
  8 
  9 static struct cpu_spec cpu_specs[] __initdata = {
 10         { /* 476 DD2 core */
 11                 .pvr_mask               = 0xffffffff,
 12                 .pvr_value              = 0x11a52080,
 13                 .cpu_name               = "476",
 14                 .cpu_features           = CPU_FTRS_47X | CPU_FTR_476_DD2,
 15                 .cpu_user_features      = COMMON_USER_BOOKE | PPC_FEATURE_HAS_FPU,
 16                 .mmu_features           = MMU_FTR_TYPE_47x | MMU_FTR_USE_TLBIVAX_BCAST |
 17                                           MMU_FTR_LOCK_BCAST_INVAL,
 18                 .icache_bsize           = 32,
 19                 .dcache_bsize           = 128,
 20                 .machine_check          = machine_check_47x,
 21                 .platform               = "ppc470",
 22         },
 23         { /* 476fpe */
 24                 .pvr_mask               = 0xffff0000,
 25                 .pvr_value              = 0x7ff50000,
 26                 .cpu_name               = "476fpe",
 27                 .cpu_features           = CPU_FTRS_47X | CPU_FTR_476_DD2,
 28                 .cpu_user_features      = COMMON_USER_BOOKE | PPC_FEATURE_HAS_FPU,
 29                 .mmu_features           = MMU_FTR_TYPE_47x | MMU_FTR_USE_TLBIVAX_BCAST |
 30                                           MMU_FTR_LOCK_BCAST_INVAL,
 31                 .icache_bsize           = 32,
 32                 .dcache_bsize           = 128,
 33                 .machine_check          = machine_check_47x,
 34                 .platform               = "ppc470",
 35         },
 36         { /* 476 iss */
 37                 .pvr_mask               = 0xffff0000,
 38                 .pvr_value              = 0x00050000,
 39                 .cpu_name               = "476",
 40                 .cpu_features           = CPU_FTRS_47X,
 41                 .cpu_user_features      = COMMON_USER_BOOKE | PPC_FEATURE_HAS_FPU,
 42                 .mmu_features           = MMU_FTR_TYPE_47x | MMU_FTR_USE_TLBIVAX_BCAST |
 43                                           MMU_FTR_LOCK_BCAST_INVAL,
 44                 .icache_bsize           = 32,
 45                 .dcache_bsize           = 128,
 46                 .machine_check          = machine_check_47x,
 47                 .platform               = "ppc470",
 48         },
 49         { /* 476 others */
 50                 .pvr_mask               = 0xffff0000,
 51                 .pvr_value              = 0x11a50000,
 52                 .cpu_name               = "476",
 53                 .cpu_features           = CPU_FTRS_47X,
 54                 .cpu_user_features      = COMMON_USER_BOOKE | PPC_FEATURE_HAS_FPU,
 55                 .mmu_features           = MMU_FTR_TYPE_47x | MMU_FTR_USE_TLBIVAX_BCAST |
 56                                           MMU_FTR_LOCK_BCAST_INVAL,
 57                 .icache_bsize           = 32,
 58                 .dcache_bsize           = 128,
 59                 .machine_check          = machine_check_47x,
 60                 .platform               = "ppc470",
 61         },
 62         {       /* default match */
 63                 .pvr_mask               = 0x00000000,
 64                 .pvr_value              = 0x00000000,
 65                 .cpu_name               = "(generic 47x PPC)",
 66                 .cpu_features           = CPU_FTRS_47X,
 67                 .cpu_user_features      = COMMON_USER_BOOKE,
 68                 .mmu_features           = MMU_FTR_TYPE_47x,
 69                 .icache_bsize           = 32,
 70                 .dcache_bsize           = 128,
 71                 .machine_check          = machine_check_47x,
 72                 .platform               = "ppc470",
 73         }
 74 };
 75 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php