Login| Sign Up| Help| Contact|

Patent Searching and Data


Title:
MEMORY ACCESS INSTRUCTIONS
Document Type and Number:
WIPO Patent Application WO/2017/068317
Kind Code:
A1
Abstract:
A data processing system (2) includes an instruction decoder (10) which decodes protected memory access instructions (LDR/STR) and less-protected memory access instructions (LDNPR/STNPR) to generate control signals for controlling a load store unit (12). The less-protected memory access instructions are associated with less restrictive memory access conditions than the protected memory access instructions. As an example, less-protected memory access instructions may be used to access shared memory regions (26, 28) whereas protected memory access instructions may not be used to access such shared regions. Conversely, less-protected memory access instructions may not be used to access private memory regions (30, 32, 34).

Inventors:
PARKER JASON (GB)
GRISENTHWAITE RICHARD ROY (GB)
Application Number:
PCT/GB2016/052736
Publication Date:
April 27, 2017
Filing Date:
September 06, 2016
Export Citation:
Click for automatic bibliography generation   Help
Assignee:
ADVANCED RISC MACH LTD (GB)
International Classes:
G06F9/30
Foreign References:
US6895508B12005-05-17
GB2402763A2004-12-15
EP2521064A12012-11-07
Attorney, Agent or Firm:
ROBINSON, Nigel (GB)
Download PDF:
Claims:
CLAIMS

1. Apparatus for processing data comprising: processing circuitry to perform processing operations specified by program instructions; and a decoder to decode memory access instructions to generate control signals to control said processing circuitry to perform memory access operations; wherein said memory access instructions have respective encodings specifying: protected memory access instructions corresponding to protected memory access operations; and less-protected memory access instructions corresponding to less-protected memory access operations; and said less-protected memory access operations are associated with less restrictive memory access conditions than said protected memory access operations.

2. Apparatus as claimed in claim 1, wherein said less-protected memory access instructions have an encoding permitting a different number of variants than said protected memory access instructions.

3. Apparatus as claimed in claim 2, wherein said less-protected memory access instructions have an encoding permitting fewer variants than said protected memory access instructions. 4. Apparatus as claimed in any one of claims 1, 2 and 3, comprising memory access control circuitry to control access to regions of memory address space in dependence upon memory protection data, said memory protection data including at least one attribute applied by said memory access control circuitry to enforce less restrictive memory access conditions upon said less-protected memory access instructions than upon said protected memory access instructions.

5. Apparatus as claimed in claim 4, wherein said at least one attribute indicates when a memory address is a shared memory address; said memory access control circuitry blocks memory accesses to said shared memory address by said protected memory access instructions; and said memory access control circuitry permits memory accesses to said shared memory address by said less-protected memory access instructions.

6. Apparatus as claimed in claim 5, wherein said at least one attribute indicates when a memory address is a private memory address; said memory access control circuitry permits memory accesses to said private memory address by said protected memory access instructions; and said memory access control circuitry blocks memory accesses to said private memory address by said less-protected memory access instructions.

7. Apparatus as claimed in any one of claims 5 and 6, wherein said memory access control circuitry is responsive to an attempted memory access to said shared memory address by a protected memory access instruction to trigger a data abort response.

8. Apparatus as claimed in any one of claims 5, 6 and 7, wherein said memory access control circuitry is responsive to an attempted memory access to other than a shared memory address by a less-protected memory access instruction to trigger a data abort response.

9. Apparatus as claimed in any one of claims 4 and 8, wherein said memory access control circuitry is a memory management unit and said memory protection data is memory page table data.

10. Apparatus as claimed in any one of claims 4 and 8, wherein said memory access control circuitry is a memory protection unit and said memory protection data is memory region configuration data for said memory protection unit.

11. Apparatus as claimed in any one of the preceding claims, comprising encryption circuitry to encrypt data stored in a memory by said protected memory access operations and to decrypt data read from said memory by said protected memory access operations.

12. Apparatus as claimed in any one of claims 1 to 10, comprising encryption circuitry to encrypt data stored in a memory and to decrypt data read from said memory, wherein said encryption circuitry is active for said protected memory access operations and said encryption circuitry is inactive for said less-protected memory access operations.

13. Apparatus as claimed in any one of the preceding claims, wherein said processing circuitry has a plurality of exception level states and a memory address accessed with a less-protected memory access instruction within a program executing at a given exception level state within said plurality of exception level states is shared with programs executing in a selectable number of further exception level states within said plurality of exception level states.

14. Apparatus as claimed in any one of the preceding claims, wherein said processing operations comprise: executing a plurality of programs; executing protected memory access instructions within a given program of said plurality of programs to access memory addresses private to said given program; and executing less-protected memory access instructions within said given program of said plurality of programs to access memory addresses shared between said plurality of programs.

15. Apparatus as claims in claim 14, wherein said plurality of programs include a privileged program and at least one further program executing using an execution environment provided by said privileged program, said at least one further program using protected memory access instructions to access memory address private from said privileged program.

16. Apparatus as claimed in claim 15, wherein said privileged program is a hypervisor program and said at least one further programs is an operating system program.

17. Apparatus as claimed in claim 15, wherein said privileged program is an operating system program and said at least one further programs is an application program.

18. Apparatus for processing data comprising: processing means for performing processing operations specified by program instructions; and decoder means for decoding memory access instructions to generate control signals to control said processing means to perform memory access operations; wherein said memory access instructions have respective encodings specifying: protected memory access instructions corresponding to protected memory access operations; and less-protected memory access instructions corresponding to less-protected memory access operations; and said less-protected memory access operations are associated with less restrictive memory access conditions than said protected memory access operations.

19. A method of processing data comprising: decoding memory access instructions to generate control signals to control processing circuitry to perform memory access operations; wherein said memory access instructions have respective encodings specifying: protected memory access instructions corresponding to protected memory access operations; and less-protected memory access instructions corresponding to less-protected memory access operations; and said less-protected memory access operations are associated with less restrictive memory access conditions than said protected memory access operations.

20. A computer program stored on a non-transitory storage medium to control a computer to provide a virtual machine execution environment corresponding to an apparatus as claimed in any one of claims 1 to 18.

Description:
MEMORY ACCESS INSTRUCTIONS

This disclosure relates to the field of data processing systems. More particularly, this disclosure relates to memory access instructions within data processing systems and access conditions associated with those memory access instructions. It is known to provide data processing systems with memory access instructions which when decoded served to perform a memory access operations, such as data loads or data stores, between a memory and a processor core. In order to manage memory access conditions within such systems it is known to provide hardware such as memory management units or memory protection units, which are programmed with permission data used to control memory accesses, e.g. particular memory addresses or ranges of memory addresses may be marked as read only, read/write, privileged access only, etc.

At least some embodiments of the disclosure provide apparatus for processing data comprising: processing circuitry to perform processing operations specified by program instructions; and a decoder to decode memory access instructions to generate control signals to control said processing circuitry to perform memory access operations; wherein said memory access instructions have respective encodings specifying: protected memory access instructions corresponding to protected memory access operations; and less-protected memory access instructions corresponding to less-protected memory access operations; and said less-protected memory access operations are associated with less restrictive memory access conditions than said protected memory access operations. At least some embodiments of the disclosure provide apparatus for processing data comprising: processing means for performing processing operations specified by program instructions; and decoder means for decoding memory access instructions to generate control signals to control said processing means to perform memory access operations; wherein said memory access instructions have respective encodings specifying: protected memory access instructions corresponding to protected memory access operations; and less-protected memory access instructions corresponding to less-protected memory access operations; and said less-protected memory access operations are associated with less restrictive memory access conditions than said protected memory access operations.

At least some embodiments of the disclosure provide a method of processing data comprising: decoding memory access instructions to generate control signals to control processing circuitry to perform memory access operations; wherein said memory access instructions have respective encodings specifying: protected memory access instructions corresponding to protected memory access operations; and less-protected memory access instructions corresponding to less-protected memory access operations; and said less-protected memory access operations are associated with less restrictive memory access conditions than said protected memory access operations.

Example embodiments will now be described, by way of example only, with reference to the accompanying drawings in which:

Figure 1 schematically illustrates a data processing system;

Figure 2 schematically illustrates protected memory access instructions and less- protected memory access instructions; Figure 3 schematically illustrates instruction encodings for the memory access instructions of Figure 2;

Figure 4 schematically illustrates a memory management unit page entry including a shared/private flag; Figure 5 is a flow diagram schematically illustrating memory access processing;

Figure 6 schematically illustrates a further example embodiment incorporating encryption circuitry to encrypt data with regions of a memory;

Figure 7 schematically illustrates a hierarchy of privileged and less-privileged programs executing at different exception levels; and Figure 8 schematically illustrates a further example embodiment of a data processing system including multiple layers within the memory system hierarchy and encryption circuitry.

Figure 1 schematically illustrates a data processing system 2 including a processor core 4 and a memory 6. The processor core 4 includes an instruction fetch unit 8, a decoder 10, a load store unit 12, a memory management unit 14, a register bank 16, and arithmetic processing circuitry including a multiplier 18, a shifter 20 and an adder 22. In operation, the instruction fetch unit 8 fetches program instructions from the memory 6 and passes these to the decoder 10. The decoder 10 decodes the program instructions and generates control signals which are then used to control processing operations to be performed by other elements of the processing circuitry, such as the load store unit 12 and the arithmetic processing circuits 18, 20, 22.

Memory access operations, such as those resulting from load instructions and store instructions between a register within the register bank 16 and a memory address within the memory 6, are performed by the load store unit 12. The control signals generated by the decoder 10 control the load store unit 12 to perform the memory access operation specified by the decoded memory access instructions. The memory management unit 14 uses page table data 24 stored within the memory 6 to enforce access conditions associated with the memory addresses (or regions of memory addresses, such as memory pages) within the memory 6. These memory access conditions may include that particular memory addresses are accessible to reads, but not accessible to writes, are cacheable, are accessible to only certain privilege levels (only certain exception levels), or other attributes.

The memory 6 may store data in a plurality of regions as shown in the present example. These regions may include shared regions 26, 28 and private regions 30, 32, 34. The shared regions 26, 28 may be shared between programs and thus facilitate the sharing/exchange of data between programs. The private regions 30, 32, 34 are private to specific programs. This privacy may be enforced against programs which have a higher privilege level than the program which has private access to the private regions 30, 32, 34. Thus, an application program may have a private memory region 30, 32, 34 which is accessible to that application program, but is not accessible to a program operating at a higher level of privilege (exception level), such as an overlying operating system or hypervisor program which is providing an execution environment to programs at a lower level of privilege (exception level).

The example illustrated in Figure 1 utilises a memory management unit 14 and page table data 24. It will be appreciated by those in this technical field that other embodiments may utilise different memory access control circuitry, such as a memory protection unit applying access conditions associated with memory protection regions within the memory address space.

A potential security vulnerability associated with the use of memory management units 14 (and memory protections units) is that erroneous or malicious changes to the page table data 24 (or data defining the memory regions and protecting of a memory protection unit) may result in memory regions 30, 32, 34 which should be treated as private instead being treated as shared and access being inappropriately given to other application programs. Such private regions, 30, 32, 34 may contain sensitive data, such as

cryptographic keys, financial data, or the like.

The memory access instructions provided in accordance with the present example take the form of protected memory access instructions, such a protected load instructions, LDR, or a protected store instructions STR. The memory access instructions further comprise less-protected memory access instructions, such as a less-protected load instruction LDNPR or a less-protected store instruction STNPR. These are discrete types of instructions with there own instruction encodings. Not all the variants of one type of encoding need be provided for the other type of encoding. In this example embodiment, the protected memory access instructions have more variants in their encoding than the less- protected memory access instructions, e.g. the protected memory access instructions have options allowing the specifying of data value size, signed/unsigned data, indexing to be applied to memory addresses and other options. By comparison, the less-protected memory access instructions have fewer options, such as data size and signed/unsigned data.

The provision of different types of memory access instructions allows a

programmer (or compiler) to use the protected memory access instructions by default and then select use of the less-protected memory access instructions for those particular memory access operations which the programmer knows may be safely subject to less restricted memory access conditions. For example, the protected memory access instructions may be used by default for all memory accesses other than those known by the programmer to be intended to be made to shared regions 26, 28 within the memory 6. These memory accesses to shared regions may use the less-protected memory access instructions. The programmer at the time of writing the program code will know that certain data is to be shared with other application programs and written into the shared regions 26, 28 and accordingly it is appropriate for such a memory access to be performed using the less-protected memory access instructions. In this way, even if the data controlling the memory management unit 14, (or a memory protection unit) is incorrect, the use of a protected memory instruction with more restricted memory access conditions may serve to prevent a program from inadvertently storing data to a shared region 26, 28 or in advertently loading data (which may have been altered) from a shared region 26, 28.

Figure 3 schematically illustrates example encodings for both the protected memory access instructions LDR/STR and the less-protected memory access instructions LDNPR/STNPR. These instructions have different encodings (opcodes) so that they be recognised as different types of instructions by the decoder 10 which will accordingly generate different control signals in order to control the load store unit 12 to behave differently in respect of the these different types of instructions as will be discussed further below. The protected memory access instructions LDR/STR have more associated options, such as size, signed/unsigned, indexing, associated with them than do the less-protected memory instructions LDNPR/STNPR as shown. The program instructions further specify parameters such as the registers within the register bank 16 to which memory access instructions relate and which may, for example, contain a target memory address within the memory 6. The provision of fewer options for the less-protected memory access instructions has the result that these consume less instruction set bit space. This is a finite resource within a process or architecture and may be valuably used elsewhere. In practice, memory access operations in respect of data known by the programmer to require sharing tend to be relatively infrequent and accordingly the provision of fewer options, for such less-protected memory accesses instructions does not result in an excessive increase in code size and is more than outweighed than the saving in instruction set bit space.

Figure 4 schematically illustrates a memory management unit page table entry 36. Such page table entries can have a wide variety of different forms. Typically such memory management unit page table entries 36 support address translation between virtual addresses and physical addresses using a virtual address TAG 38 and corresponding physical address translation data 40. Also associated with each page (region) within the memory address space associated with a page entry are memory page attributes defining characteristics such as readability, writeability, privileged level access restrictions, cacheability etc. Also included within the memory page attribute data is a shared/private flag indicating whether memory addresses within that region are shared or private. Shared address are shared within multiple programs where are private addresses are only accessible to one program. Other forms of memory page attribute may include flags indicating whether a particular region is encrypted or not encrypted. Encrypted regions are encrypted using an encryption key and then decrypted by a suitably authorised program having possession of the appropriate decryption key.

In the case of the shared/private flag, memory regions marked as shared should only be accessed by the less-protected memory access instructions, similarly, memory regions marked as private should only be accessed by the protected memory access instructions. If the wrong type (encoding) of memory access instructions attempts a memory access to a given region of memory, then this may be detected and give rise to a data abort (trigger memory access exception processing).

Figure 5 is a flow diagram schematically illustrating one form of memory access processing. At step 42 processing often waits until a memory access instruction is decoded.

When a memory access instruction is decoded, then the control signals are generated by the decoder 10 to control the load store unit 12 to perform the memory access operation specified in cooperation with the memory management unit 18. At step 44 the shared flag data (as well as other data) for the memory access instruction decoded at step 42 is read. Step 46 then determines whether the memory access instruction decoded at step 42 was a protected memory access instruction. If the instruction decoded at step 42 was a protected memory access instruction, then processing proceeds to step 48 where a determination is made as to whether or not the shared flag read at step 44 indicates that the memory region containing the memory address to be accessed is shared. If the determination at step 48 is that the memory region is shared then this indicates that the protected memory access instruction being used in appropriate and accordingly processing proceeds to step 50 where the access is blocked following which a data abort response is triggered at step 52 prior to returning the processing to step 42. If the determination at step 48 is that the memory access is not to a shared region, then the use of the protected memory access instruction is not appropriate( i.e. the memory region is private) and accordingly the access is permitted at step 54 and is performed. If the determination at step 46 is that the memory access instruction decoded at step 42 is a less-protected memory access instruction, then the processing proceeds to step 56 where a determination is made as to whether or not the shared flag read at step 44 indicates that the memory address associated with the less- protected memory access instruction is shared. If the memory region is not shared, then this indicates that use of the less-protected memory access instruction is inappropriate and processing proceeds to step 58 where the memory access is blocked and step 60 where a data abort response is triggered. If the determination at step 56 is that the memory region is shared, then the use of the less-protected memory access instruction decoded at step 42 is appropriate and accordingly processing proceeds to step 62 where the access is permitted. Figure 6 schematically illustrates a further example embodiment of a data processing system 64 utilising the present techniques. In this example embodiment, memory regions within a memory 66 may be encrypted regions 68, 70, 72 or unencrypted regions 74, 76. Encryption circuitry 80 disposed between a processor core 82 and the memory 66 serves to provide encrypted for data being written into the encrypted regions 68, 70, 72 and decryption for data being read from encryption regions 68, 70 72. The encryption and decryption uses cryptographic keys 84 that are private to the program of programs having access to the respective encrypted regions 68, 70, 72. In this example embodiment, the memory access control circuitry takes the form of a memory protection unit 86 with different regions within the memory address space of the memory 66 being marked as either being subject to encryption or being unencrypted.

When a memory region is encrypted, then multiplexers 88, 90 are used switched to route the data via the encryption circuitry 80. When the memory address being accessed is within a region which is unencrypted, then the encryption circuitry 80 is bypassed by the multiplexers 88, 90. The encryption circuitry 80 may be used and active for protected memory access instructions and be bypassed for less-protected memory access

instructions. The unencrypted regions 74, 76 may be shared between programs, whereas the encrypted regions 68, 70, 72 may be private to an individual program or a number of programs sharing a cryptographic key. If a less-protected memory access instruction is used in respect of a memory access marked as encrypted by the memory protection unit 86, then a data abort may be triggered. Similarly, if a protected memory access instruction is used for a memory address within a region that this unencrypted, then a data abort may also be triggered.

Figure 7 schematically illustrates a hierarchy of programs operating at different privilege/exception levels. The programs may include at a highest privilege level a hypervisor program 92 providing an execution environment to a guest operating system programs 94, 96 operating at a lower level of privilege (lower exception level). Each of the operating system programs, 94, 96 may respectively provide an execution environment for application programs 98, 100, or application programs 102, 104. The operating system programs 94, 96 operate at a higher level of privilege (exception level) than the application programs 98, 100, 102, 104.

Previously described example embodiments have controlled access using shared/private flags or encrypted/unencrypted flags in association with the protected memory access instructions and the less-protected memory access instructions and the less- protected memory access instructions. Further embodiments may serve to impose memory access conditions associated with the privilege level (exception level) at which a program is executed. A programmer may decide that it is appropriate to share data with one or more other programs operating at a different level (privilege level). As an example, an application program 98, 100, 102, 104 may be controlled such that is can share data with an overlying operating system program 94, 96, but not with other application programs or with the hypervisor program 92. Less-protected memory access instructions may be associated with such data which it is desired to share with other exception levels, whereas data which it is not desired to share with other exception levels may be accessed using protected memory access instructions. Figure 8 schematically illustrates a further example embodiment of a data processing system 106 utilising the present techniques. This data processing system 106 utilises encrypted memory regions 108, 110, and a shared memory region 112 within a main memory 114. Compared to the embodiment of Figure 6, the embodiment of Figure 8 utilises a memory system employing various levels of hierarchy. Four processor cores 116, 118, 120, 122 each have a local private cache memory 124, 126, 128 and 130. Above these local caches 124, 126, 128 and 130 in the a memory hierarchy is a shared cache memory 132. The data within each of the cache memories 124, 126, 128, 130, 132 is stored in unencrypted form irrespective of whether or not it is marked as being encrypted/shared. If the data is to be encrypted/shared, then it is flagged within the cache memories 124, 126, 128, 130, 132 and appropriately routed through encryption circuitry 134 or around the encryption circuitry (bypassed) using multiplexers 136, 138 under control of such flags. Thus, data closer to the processor cores 116, 118, 120, 122 than the encryption circuitry 134 is stored in unencrypted form and accordingly does not incur the energy/time penalty associated with encryption/decryption) whereas data further out within memory hierarchy than the encryption circuitry 134, namely passing via an interconnect 140 and being stored within the main memory 114 is encrypted. A graphics processing unit 142 and a direct memory access unit 144 are also connected via the interconnect 140.

Although illustrative embodiments of the invention have been described in detail herein with reference to the accompanying drawings, it is to be understood that the invention is not limited to those precise embodiments, and that various changes and modifications can be effected therein by one skilled in the art without departing from the scope and spirit of the invention as defined by the appended claims.