Searched refs:package (Results 1 – 25 of 42) sorted by relevance
12
/arch/mips/include/asm/ |
D | cpu-info.h | 81 int package;/* physical package number */ member 187 if (infoa->package != infob->package) in cpus_are_siblings()
|
D | topology.h | 15 #define topology_physical_package_id(cpu) (cpu_data[cpu].package)
|
/arch/arm/boot/dts/ |
D | stm32mp15xxac-pinctrl.dtsi | 8 st,package = <STM32MP_PKG_AC>; 66 st,package = <STM32MP_PKG_AC>;
|
D | stm32mp15xxaa-pinctrl.dtsi | 8 st,package = <STM32MP_PKG_AA>; 78 st,package = <STM32MP_PKG_AA>;
|
D | stm32mp15xxab-pinctrl.dtsi | 8 st,package = <STM32MP_PKG_AB>;
|
D | stm32mp15xxad-pinctrl.dtsi | 8 st,package = <STM32MP_PKG_AD>;
|
D | uniphier-ld6b.dtsi | 19 /* UART3 unavailable: the pads are not wired to the package balls */
|
/arch/m68k/ifpsp060/ |
D | fplsp.doc | 48 release package. This is the ONLY format which will be supported. 60 of this package. 70 package, a program must "bsr" or "jsr" to the location listed 73 within the package will then enter the correct emulation code routine. 75 The entry point addresses at the beginning of the package will remain 108 The package takes exceptions according to the FPCR value upon subroutine 109 entry. If an exception should be reported, then the package forces 120 The package does not attempt to correctly emulate instructions 122 this package.
|
D | isp.doc | 33 This package is essentially an exception handler that can be 52 release package. This is the ONLY format which will be supported. 64 of this package. 103 with respect to the top of the package. The currently defined entry-points 181 package calls either the "Call-out" _060_real_cas() or _060_real_cas2(). 184 made, by the system integrator, to point directly back into the package 195 code has completed, then it should re-enter the 060ISP package through the 198 _060_real_cas2() and what it should be upon return to the package through
|
D | CHANGES | 51 a failing value to the 68060SP, the package ignores 59 requested by the package should return a failing value 60 to the package. Since the package currently ignores this 73 the package creates a 16-byte access error stack frame
|
D | ilsp.doc | 47 release package. This is the ONLY format which will be supported. 59 of this package. 69 package, a program must "bsr" or "jsr" to the location listed 72 within the package will then enter the correct emulation code routine. 74 The entry point addresses at the beginning of the package will remain
|
D | fpsp.doc | 33 Package. This package is essentially a set of exception handlers 37 using unimplemented addressing modes. In addition, this package 44 release package. This is the ONLY format which will be supported. 56 of this package. 95 with respect to the top of the package. The currently defined entry-points
|
D | TEST.DOC | 90 with respect to the top of the package. The currently defined entry-points 133 for a test package, it should flush the output so that it's not 148 3 different calls to the package if each of the three following tests 177 Example test package set-up:
|
D | iskeleton.S | 33 | (2) example package entry code 163 | then this routine simply re-enters the package through _isp_cas. 174 | then this routine simply re-enters the package through _isp_cas2.
|
/arch/mips/boot/dts/loongson/ |
D | loongson64c_4core_rs780e.dts | 5 #include "loongson64c-package.dtsi"
|
D | loongson64c_8core_rs780e.dts | 5 #include "loongson64c-package.dtsi"
|
D | loongson64c_4core_ls7a.dts | 5 #include "loongson64c-package.dtsi"
|
D | loongson64g_4core_ls7a.dts | 5 #include "loongson64g-package.dtsi"
|
/arch/mips/loongson64/ |
D | smp.c | 357 cpu_data[cpu].package = in loongson3_init_secondary() 370 if (cpu_data[cpu].package) in loongson3_init_secondary() 425 cpu_data[0].package = cpu_logical_map(0) / loongson_sysconf.cores_per_package; in loongson3_smp_setup() 755 uint64_t package_id = cpu_data[cpu].package; in loongson3_disable_clock() 769 uint64_t package_id = cpu_data[cpu].package; in loongson3_enable_clock()
|
/arch/arm64/boot/dts/marvell/ |
D | armada-8020.dtsi | 19 * in CP master is not connected (by package) to the oscillator. So
|
D | armada-8040.dtsi | 27 * in CP master is not connected (by package) to the oscillator. So
|
/arch/arm/mach-omap2/ |
D | id.c | 649 u8 rev, package; in dra7xxx_check_revision() local 653 package = (odi.id_2 >> 16) & 0x3; in dra7xxx_check_revision() 662 switch (package) { in dra7xxx_check_revision()
|
D | soc.h | 134 #define IS_DRA_SUBCLASS_PACKAGE(subclass, package, id) \ argument 135 static inline int is_dra ##subclass ##_ ##package (void) \
|
/arch/m68k/fpsp040/ |
D | skeleton.S | 13 | return from the package by a 'jmp real_xxxx'. At that point 17 | package returns. Thus, there will be system specific code 20 | If the exception was completely handled by the package, then
|
/arch/mips/netlogic/common/ |
D | smp.c | 126 current_cpu_data.package = nlm_nodeid(); in nlm_init_secondary()
|
12