GB2386441A - Bus interface selection by page table attributes - Google Patents

Bus interface selection by page table attributes Download PDF

Info

Publication number
GB2386441A
GB2386441A GB0205814A GB0205814A GB2386441A GB 2386441 A GB2386441 A GB 2386441A GB 0205814 A GB0205814 A GB 0205814A GB 0205814 A GB0205814 A GB 0205814A GB 2386441 A GB2386441 A GB 2386441A
Authority
GB
United Kingdom
Prior art keywords
address
bus
shareable
data
data access
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
GB0205814A
Other versions
GB2386441B (en
GB0205814D0 (en
Inventor
David John Gwilt
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
ARM Ltd
Original Assignee
ARM Ltd
Advanced Risc Machines Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by ARM Ltd, Advanced Risc Machines Ltd filed Critical ARM Ltd
Priority to GB0205814A priority Critical patent/GB2386441B/en
Publication of GB0205814D0 publication Critical patent/GB0205814D0/en
Priority to US10/277,212 priority patent/US6952761B2/en
Priority to JP2002363214A priority patent/JP4266629B2/en
Publication of GB2386441A publication Critical patent/GB2386441A/en
Application granted granted Critical
Publication of GB2386441B publication Critical patent/GB2386441B/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/08Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
    • G06F12/10Address translation
    • G06F12/1027Address translation using associative or pseudo-associative address translation means, e.g. translation look-aside buffer [TLB]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/08Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
    • G06F12/0802Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches
    • G06F12/0806Multiuser, multiprocessor or multiprocessing cache systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/08Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
    • G06F12/0802Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches
    • G06F12/0888Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches using selective caching, e.g. bypass
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/14Protection against unauthorised use of memory or access to memory
    • G06F12/1416Protection against unauthorised use of memory or access to memory by checking the object accessibility, e.g. type of access defined by the memory independently of subject rights
    • G06F12/145Protection against unauthorised use of memory or access to memory by checking the object accessibility, e.g. type of access defined by the memory independently of subject rights the protection being virtual, e.g. for virtual blocks or segments before a translation mechanism

Abstract

A multiprocessor computer system has a number of CPU's (16, 18 figure 2) connected to peripheral devices through a private bus 44 (20, 22 figure 2) and interrupt controller (26, 28 figure 2) whilst access to a shared memory is by way of a common bus 46 (24, figure 2). A translation lookaside buffer (TLB) 36 within the data processor serves to translate a virtual address VIRTUAL ADD to a physical address PHYSICAL ADD and return attribute values that are used to switch 40, 42 data access request between different buses. The attribute values comprise a shareable attribute indicating that the address translated relates to either a shareable or a non-shareable storage location. Other attributes can include whether the physical address is strongly ordered, non-cacheable, cacheable write-through or cacheable write-back.

Description

238644 1
BUS INTERFACE SELECTION BY PAGE TABLE ATTRIBUTES
This invention relates to the field of data processing systems. More
particularly, this invention relates to the bus architecture of data processing systems.
As is illustrated in Figure 1 of the accompanying drawings, it is known to provide data processing systems including a plurality of processors 2, 4 connected to a common bus 6. Also connected to this common bus 6 is a shared memory 8 which is to be accessed by either of the processors 2, 4. Interrupt controllers 10, 12 for 0 respective ones of the processors 2, 4 are connected via a bridge 14 to the bus 6. The interrupt controllers 10, 12 are not intended to be shared between the processors 2, 4, but nevertheless share the common bus 6.
The arrangement of Figure 1 has a number of disadvantages. The processor 2 5 can access either of the interrupt controllers 10, 12 even though it should only really need and be allowed to access the interrupt controller 10. This can compromise the security and integrity of the system. In order that the processors 2, 4 can correctly address their respective interrupt controllers 10, 12 that share the common bus 6, they must run different binary images of the software concerned and are not able to share 20 common software. Since all of the communications are routed over the bus 6, the bandwidth available on this bus is reduced disadvantageously.
Viewed from one aspect the present invention provides an apparatus for processing data, said apparatus comprising: 25 a data processing circuit operable to generate a data access request to a first address; a translation circuit operable to translate said first address to a second address and read one or more attribute values associated with said first address; and a bus switching circuit operable in response to said one or more attribute 30 values to direct said data access request to said second address via either a first data access bus or a second data access bus.
The invention recognises that the address translation circuit which is commonly provided within a data processing system with attribute values associated
i with different address ranges may be used to store attributes that have the affect of controlling a bus switching circuit in order to switch a data access request between busses. This is an efficient and architecturally attractive route to provide control of multiple busses in a manner that allows some of the above problems to be addressed.
Whilst it will be appreciated that the address translation could take a wide variety of forms, in preferred embodiments the first address is a virtual address and the second address is a physical address. Such systems often use a translation circuit with associated attributes and thus allow the attributes to also control bus switching.
A particularly efficient preferred form of translation circuit is a translation lookaside buffer.
Whilst the address space may be controlled in a variety of different ways, 5 preferred embodiments of the invention are ones in which the attribute values are memory page attribute values. The level and granularity at which memory pages are controlled is well matched to the level and granularity at which it is desirable to control switching between different busses.
20 Whilst it will be appreciated that the first bus and the second bus may have a wide variety of different properties associated with them and may be symmetrical in certain situations, particularly preferred embodiments are ones in which one of the busses is a sharable bus and the other of the busses is a private bus. This allows security to be improved by locating private peripherals on the private bus and also 25 offloads communication requirements from the sharable bus as this may typically have more demands upon its bandwidth.
In the context of a system having a sharable bus and a private bus, preferred embodiments include a further data processing circuit that is also operable to generate 30 data access requests and which is connected to the sharable bus.
Efficient use of the sharable bus and private bus architecture may be made in embodiments in which the shared memory is connected to the sharable bus and
( private peripherals are connected to the private bus of respective data processing circuits. Whilst the attribute values used could take a wide variety of different forms 5 and represent a wide variety of different properties for example it would be possible to provide a dedicated specific attribute directly specifying the bus to be used, preferred embodiments of the invention reuse attributes which are provided to indicate further characteristics, such as an attribute indicating whether the address is associated with a device having normal data storage operation or other than normal lo data storage operation (e.g. either a standard memory in which data stored is not changed or a peripheral in which data stored is not necessarily guaranteed to remain unchanged due to other influences). A further attribute which may be used to help control bus switching is one indicating whether the first address is associated with a sharable storage location.
particularly preferred embodiment is one in which said bus switching circuit is operable to: direct said data access request to said first bus when said first address is associated with a memory having a normal storage operation or a shareable storage 20 location; and direct said data access request to said second bus when said first address is.
associated with a device having other than a normal storage operation and a non shareable storage location.
25 The present technique is particularly well suited to systems in which it is desired to perform symmetric multiprocessing. Within such systems it is desirable that the different data processing circuits are controlled by a common computer program. 30 Whilst the attributes stored in the translating circuit could take a variety of forms, preferred attributes include ones indicating that the associated memory locations should support strongly ordered accesses in which a pending access request must be fully completed before a next access request is started, that a memory location is non-cacheable, that a memory address is writethrough-cacheable, that a
memory address is write-back-cacheable or that a memory location corresponds to device memory.
Viewed from another aspect the present invention provides a method of s processing data, said method comprising the steps of: generating a data access request to a first address with a data processing circuit; translating said first address to a second address and read one or more attribute values associated with said first address; and lo in response to said one or more attribute values, directing said data access request to said second address via either a first data access bus or a second data access bus. An embodiment of the invention will now be described, by way of example 5 only, with reference to the accompanying drawings in which: Figure 1 illustrates a system having mutliple processors in which all data accesses are routed over a common bus; 20 Figure 2 illustrates a system having multiple processors each having a private bus and a shaTable bus; Figure 3 schematically illustrates the use of a translation lookaside buffer; 25 Figure 4 illustrates a circuit for controlling bus switching; and Figure 5 is a flow diagram schematically illustrating the processing performed in controlling bus switching.
30 Figure 2 illustrates a data processing system including a first data processing circuit 16 (a data processing core) and a second data processing circuit 18. Each of these data processing circuits 16, 18 has its own respective private bus 20, 22 as well as being connected to a common sharable bus 24. A private peripheral in the form of an interrupted controller 26 for processor 1 is connected to the private bus 20, a
private peripheral in the form of an interrupt controller 28 for the processor 2 is connected to the private bus 22. A shared memory 30 is connected to the sharable bus and is able to communicate with both the processor 1 and the processor 2.
5 Figure 3 illustrates the operation of a translation lookaside buffer which is provided within each of the processors 16, 18 of Figure 2. The processor 16, 18 generates a data access request as a result of program execution and having a virtual address associated with it. This virtual address VA needs to be translated to a physical address PA in the translation lookaside buffer. The translation lookaside lo buffer contains a plurality of page table entries having a portion which specifies the range of virtual addresses to which it applies. This virtual address portion may be stored in the comparison part of a content addressable memory which forms part of the translation lookaside buffer. The virtual address VA is effectively compared in parallel with all of the page table entries and when a match occurs between the virtual is address VA applied and the virtual address stored for a particular page table entry, then a hit is recorded for that page table entry. Associated with that page table entry is a physical address portion which enables the virtual address VA to be translated to the physical address PA (e.g. appropriate higher order bits being subject to a translation with lower order bits being unaltered).
Also associated with the page table entry are a number of attribute values which control the way in which those memory address locations associated with the page table entry are accessed and treated. In particular, these attribute values include attributes indicating that the memory is strongly ordered, associated with a device 2s rather than standard memory, non-cacheable, vrite-through-cacheable, write-back cacheable and shareable. Strongly ordered memory is subject to control such that any pending memory access request to that memory must be completed before a next memory access request can be commenced. Device memory is defined as memory which does not necessarily have normal storage operation in the sense that value 30 stored at a particular location can change through external influences other than simple reads and writes to those locations, as well as other non-standard behaviour.
Whether a particular memory address is cacheable, write-through-cacheable or write back-cacheable is also specified with these terms having their usual meanings. The
shareable attribute indicates whether the memory locations may be accessed by more than one processor..
At an overall level, the translation lookaside buffer operates with a virtual 5 address VA applied to it resulting in a hit for a particular page table entry which then results in the attribute values associated with that page table entry as well as the corresponding physical address PA being returned from the translation lookaside buffer. lo Figure 4 illustrates a circuit for controlling the switching between different busses. A data access request includes data transferred on a data bus portion 32 and a virtual address VA asserted on an address bus 34. The virtual address is applied to the translation lookaside buffer 36. Whilst it will be appreciated that more attributes than illustrated are read out ofthe translation lookaside buffer 36, Figure 4 illustrates the 5 two attributes indicating that the memory location is associated with a device and that the memory location is sharable as being read out and applied to an AND gate 3 8.
Also emerging from the translation lookaside buffer 36 is the physical address PA into which the virtual address VA has been translated. The AND gate 38 controls respective demultiplexers 40, 42 associated with the data bus 32 and the address bus 20 34 portions. If the attribute values indicate that the memory address is associated with the virtual address VA corresponds to a device and is non-shareable, then the access request is directed to the peripheral bus 44. In other combinations, such as the memory location not being associated with a device or the memory location being sharable, then the data access request is directed to the sharable read/write bus 46.
Figure 5 schematically illustrates the processing performed in controlling bus switching. At step 48 the system waits for a virtual address VA to be received. When the virtual address VA has been received, then this results in a lookup being performed in the translation lookaside buffer 36 at step 50. At step 52, when the 30 appropriate hit has occurred the relevant page table entry is accessed to read the physical address PA and page attributes from that page table entry. At step 54 a determination is made as to whether the attributes indicate that the memory location is associated with a device AND the memory location is sharable. If this Boolean condition is satisfied, then processing is directed to step 56 with the demultiplexers 40
and 42 being switched to direct the memory access to the peripheral bus. If the determination at step 54 does not return a true value, then processing proceeds to step SS with the multiplexers 40, 42 redirecting the data access request to the shareable read/write bus 46.
The bus switching control as described above is well suited to symmetric multiprocessing. In particular, the different processors may run identical binary images of a computer program since their private peripherals are isolated on their own private busses. The common data being worked upon may be stored within the shared lo memory 30 accessed via the sharable bus 24.

Claims (1)

1. Apparatus for processing data, said apparatus comprising: 5 a data processing circuit operable to generate a data access request to a first address; a translation circuit operable to translate said first address to a second address and read one or more attribute values associated with said first address; and a bus switching circuit operable in response to said one or more attribute o values to direct said data access request to said second address via either a first data access bus or a second data access bus.
2. Apparatus as claimed in claim l, wherein said first address is a virtual address and said second address is a physical address.
3. Apparatus as claimed in any one of claims 1 and 2, wherein said translation circuit is a translation lookaside buffer.
4. Apparatus as claimed in any one of claims l, 2 and 3, wherein said one or 20 more attribute values are memory page attribute values.
5. Apparatus as claimed in claim any one of the preceding claims, wherein said first bus is a shareable bus and said second bus is a private bus.
2s 6. Apparatus as claimed in claim 5, comprising a further data processing circuit operable to generate a data access request and connected to said shareable bus.
7. Apparatus as claimed in claim 6, comprising a shared memory connected to said shareable bus.
8. Apparatus as claimed in claim 5, comprising a private peripheral connected to said private bus.
9. Apparatus as claimed in any one of the preceding claims, wherein said one or more attributes comprise a device attribute indicating that said first address is associated with either memory having normal data storage operation or a device having other than normal data storage operation.
l O. Apparatus as claimed in any one of the preceding claims, wherein said one or more attributes comprise a shareable attribute indicating that said first address is associated with either a shareable storage location or a non-shareable storage location.
lo 11. Apparatus as claimed in claims 9 and 10, wherein said bus switching circuit is operable to: direct said data access request to said first bus when said first address is associated with a memory having a normal storage operation or a shareable storage location; and 5 direct said data access request to said second bus when said first address is associated with a device having other than a normal storage operation and a non shareable storage location.
12. Apparatus as claimed in claim 6, wherein said data processing circuit and said 20 further data processing circuit are operable to perform symmetric multiprocessing.
13. Apparatus as claimed in claim 6, wherein said data processing circuit and said further data processing circuit are controlled by a common computer program.
25 14. Apparatus as claimed in any one of the preceding claims, wherein said one or more attributes include one or more of: strongly ordered; noncacheable; cacheable write-through; and 30 cacheable write-back.
15. A method of processing data, said method comprising the steps of: generating a data access request to a first address with a data processing circuit;
translating said first address to a second address and read one or more attribute values associated with said first address; and in response to said one or more attribute values, directing said data access request to said second address via either a first data access bus or a second data access bus. 16. A method as claimed in claim 15, wherein said first address is a virtual address and said second address is a physical address.
l o 17. A method as claimed in any one of claims 15 and 16, wherein said translating is performed by a translation lookaside buffer.
18. A method as claimed in any one of claims 15, 16 and 17, wherein said one or more attribute values are memory page attribute values.
19. A method as claimed in claim any one of the preceding claims, wherein said first bus is a shareable bus and said second bus is a private bus.
20. A method as claimed in claim 19, comprising generating a further data access 20 request with a further data processing circuit connected to said shareable bus.
21. A method as claimed in claim 20, wherein a shared memory is connected to said shareable bus.
25 22. A method as claimed in claim 19, wherein a private peripheral is connected to said private bus.
23. A method as claimed in any one of claims 15 to 22, wherein said one or more attributes comprise a device attribute indicating that said first address is associated 30 with either memory having normal data storage operation or a device having other than normal data storage operation.
f 24. A method as claimed in any one of claims 15 to 23, wherein said one or more attributes comprise a shareable attribute indicating that said first address is associated with either a shareable storage location or a non-shareable storage location.
s 25. A method as claimed in claims 23 and 24, wherein data access request is directed to: said first bus when said first address is associated with a memory having a normal storage operation or a shareable storage location; and to said second bus when said first address is associated with a device having lo other than a normal storage operation and a non-shareable storage location.
26. A method as claimed in claim 20, wherein said data processing circuit and said further data processing circuit perform symmetric multiprocessing.
I S 27. A method as claimed in claim 20, wherein said data processing circuit and said further data processing circuit are controlled by a common computer program.
28. A method as claimed in any one of the preceding claims, wherein said one or more attributes include one or more of: To strongly ordered; noncacheable; cacheable write-through; and cacheable write-back.
GB0205814A 2002-03-12 2002-03-12 Bus interface selection by page table attributes Expired - Lifetime GB2386441B (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
GB0205814A GB2386441B (en) 2002-03-12 2002-03-12 Bus interface selection by page table attributes
US10/277,212 US6952761B2 (en) 2002-03-12 2002-10-22 Bus interface selection by page table attributes
JP2002363214A JP4266629B2 (en) 2002-03-12 2002-12-16 Bus interface selection by page table attribute

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
GB0205814A GB2386441B (en) 2002-03-12 2002-03-12 Bus interface selection by page table attributes

Publications (3)

Publication Number Publication Date
GB0205814D0 GB0205814D0 (en) 2002-04-24
GB2386441A true GB2386441A (en) 2003-09-17
GB2386441B GB2386441B (en) 2006-09-27

Family

ID=9932813

Family Applications (1)

Application Number Title Priority Date Filing Date
GB0205814A Expired - Lifetime GB2386441B (en) 2002-03-12 2002-03-12 Bus interface selection by page table attributes

Country Status (3)

Country Link
US (1) US6952761B2 (en)
JP (1) JP4266629B2 (en)
GB (1) GB2386441B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2009158269A1 (en) * 2008-06-26 2009-12-30 Qualcomm Incorporated Memory management unit directed access to system interfaces

Families Citing this family (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7331010B2 (en) 2004-10-29 2008-02-12 International Business Machines Corporation System, method and storage medium for providing fault detection and correction in a memory subsystem
US7305574B2 (en) * 2004-10-29 2007-12-04 International Business Machines Corporation System, method and storage medium for bus calibration in a memory subsystem
US7512762B2 (en) 2004-10-29 2009-03-31 International Business Machines Corporation System, method and storage medium for a memory subsystem with positional read data latency
US7478259B2 (en) 2005-10-31 2009-01-13 International Business Machines Corporation System, method and storage medium for deriving clocks in a memory system
WO2007057726A1 (en) * 2005-11-17 2007-05-24 Freescale Semiconductor, Inc. Multi-port high-level cache unit and a method for retrieving information from a multi-port high-level cache unit
US7685392B2 (en) 2005-11-28 2010-03-23 International Business Machines Corporation Providing indeterminate read data latency in a memory system
US7669086B2 (en) 2006-08-02 2010-02-23 International Business Machines Corporation Systems and methods for providing collision detection in a memory system
US7490217B2 (en) * 2006-08-15 2009-02-10 International Business Machines Corporation Design structure for selecting memory busses according to physical memory organization information stored in virtual address translation tables
US7539842B2 (en) * 2006-08-15 2009-05-26 International Business Machines Corporation Computer memory system for selecting memory buses according to physical memory organization information stored in virtual address translation tables
US7870459B2 (en) 2006-10-23 2011-01-11 International Business Machines Corporation High density high reliability memory module with power gating and a fault tolerant address and command bus
US7721140B2 (en) 2007-01-02 2010-05-18 International Business Machines Corporation Systems and methods for improving serviceability of a memory system
US8090911B2 (en) * 2009-04-16 2012-01-03 International Business Machines Corporation Selecting a target number of pages for allocation to a partition

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0113612A2 (en) * 1982-12-06 1984-07-18 Digital Equipment Corporation Address conversion unit for multiprocessor system
JPH06274638A (en) * 1993-03-23 1994-09-30 Fuji Xerox Co Ltd Three-bus connection system
US5423008A (en) * 1992-08-03 1995-06-06 Silicon Graphics, Inc. Apparatus and method for detecting the activities of a plurality of processors on a shared bus
US5963976A (en) * 1990-09-18 1999-10-05 Fujitsu Limited System for configuring a duplex shared storage
US6044446A (en) * 1997-07-01 2000-03-28 Sun Microsystems, Inc. Mechanism to reduce interprocessor traffic in a shared memory multi-processor computer system

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4179677B2 (en) * 1998-09-04 2008-11-12 株式会社ルネサステクノロジ Multiprocessor device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0113612A2 (en) * 1982-12-06 1984-07-18 Digital Equipment Corporation Address conversion unit for multiprocessor system
US5963976A (en) * 1990-09-18 1999-10-05 Fujitsu Limited System for configuring a duplex shared storage
US5423008A (en) * 1992-08-03 1995-06-06 Silicon Graphics, Inc. Apparatus and method for detecting the activities of a plurality of processors on a shared bus
JPH06274638A (en) * 1993-03-23 1994-09-30 Fuji Xerox Co Ltd Three-bus connection system
US6044446A (en) * 1997-07-01 2000-03-28 Sun Microsystems, Inc. Mechanism to reduce interprocessor traffic in a shared memory multi-processor computer system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2009158269A1 (en) * 2008-06-26 2009-12-30 Qualcomm Incorporated Memory management unit directed access to system interfaces
US9239799B2 (en) 2008-06-26 2016-01-19 Qualcomm Incorporated Memory management unit directed access to system interfaces

Also Published As

Publication number Publication date
US20030177333A1 (en) 2003-09-18
US6952761B2 (en) 2005-10-04
GB2386441B (en) 2006-09-27
JP4266629B2 (en) 2009-05-20
JP2003281079A (en) 2003-10-03
GB0205814D0 (en) 2002-04-24

Similar Documents

Publication Publication Date Title
US5752275A (en) Translation look-aside buffer including a single page size translation unit
US8250254B2 (en) Offloading input/output (I/O) virtualization operations to a processor
US6910108B2 (en) Hardware support for partitioning a multiprocessor system to allow distinct operating systems
EP0797149B1 (en) Architecture and method for sharing tlb entries
US5404489A (en) System and method for minimizing cache interruptions by inhibiting snoop cycles if access is to an exclusive page
US5623632A (en) System and method for improving multilevel cache performance in a multiprocessing system
JP3722415B2 (en) Scalable shared memory multiprocessor computer system with repetitive chip structure with efficient bus mechanism and coherence control
US8417915B2 (en) Alias management within a virtually indexed and physically tagged cache memory
EP0902922B1 (en) Method and apparatus for caching system management mode information with other information
US20020087614A1 (en) Programmable tuning for flow control and support for CPU hot plug
EP0497600B1 (en) Memory access method and apparatus
US20100325374A1 (en) Dynamically configuring memory interleaving for locality and performance isolation
US5555395A (en) System for memory table cache reloads in a reduced number of cycles using a memory controller to set status bits in the main memory table
JP2006040275A (en) Allocating resource to partition in partitionable computer
US20040073742A1 (en) Method and system of managing virtualized physical memory in a data processing system
US6952761B2 (en) Bus interface selection by page table attributes
US5713004A (en) Cache control for use in a multiprocessor to prevent data from ping-ponging between caches
US6038642A (en) Method and system for assigning cache memory utilization within a symmetric multiprocessor data-processing system
US5161219A (en) Computer system with input/output cache
US6748512B2 (en) Method and apparatus for mapping address space of integrated programmable devices within host system memory
US7475220B1 (en) Buffer overflow detection
US5727179A (en) Memory access method using intermediate addresses
JPH10143431A (en) Caching method of data for microprocessor and computer system
US8555013B1 (en) Method and system for memory protection by processor carrier based access control
JPH1091521A (en) Duplex directory virtual cache and its control method

Legal Events

Date Code Title Description
PE20 Patent expired after termination of 20 years

Expiry date: 20220311