Title of Invention

TWO-LEVEL INTERRUPT SERVICE ROUTINE

Abstract A processor provides two-level interrupt servicing. In one embodiment, the processor comprises a storage device and an interrupt handler. The storage device is configured to store an interrupt identifier corresponding to an interrupt request. The interrupt handler is configured to recognize the interrupt request, initiate a common interrupt service routine responsive to recognizing the interrupt request and subsequently initiate an interrupt service routine corresponding to the stored interrupt identifier.
Full Text TWO-LEVEL INTERRUPT SERVICE ROUTINE

FJELD

£00013 ^he present disclosure generally relates to interrupt handling routines, and particularly re?ates to two-level interrupt handling routines in processors.

BACKGROUND

[0002] Computing systems, e.g., servers, desktop computers, and mobile devices such as portable computers, mobile phones, personal digital assistants and the like conventionally include one or more processors, volatile and nonvolatile memory, controllers, and peripheral devices such as a keyboard, keypad, mouse, display, earpiece, etc. The various components of a computing system ar& interconnected vis one or more system and/or peripheral buses over which data, address and/or control information is transferred between peripheral devices and ?roeessor(s) included In the system.

[0003} When a peripheral device requires servicing, the device may activate an interrupt signal. An interrupt causes the system processor to temporarily halt normal program flow in order to service the interrupt request, Commoniy, an interrupt controller prioritizes and processes the various interrupt signals generated by peripheral devices. As such, the interrupt controller functions as an interface between peripheral devices and the system processor. Thus, the system processor is not burdened with low-level tasks associated with managing, prioritizing and scheduling interrupt requests generated by various peripheral devices. Because the system processor does not initially interface directly with peripheral devices when servicing interrupt requests, the processor must be provided an address or other information for identifying an Interrupt Service Routine (ISR) corresponding to a peripheral device requesting servicing. An ISR services interrupts generated by a particular peripheral device. Commonly, multiple ?SRs are maintained in memory, each associated with a different peripheral device.

[0004] In one conventional approach, an address associated with an ISR is passed to a system processor via a system bus. Particularly, an interrupt controller issues an interrupt request to the system processor. At the appropriate time, the system processor acknowledges the request. Such initial interrupt request and acknowledgment signaling commonly occurs over signal fines running directiy between the interrupt controller and the system processor. After acknowledging the interrupt request, the system processor executes a common interrupt handler routine, often referred to as First-Level Interrupt Handier (FLiH) routine, for handling tasks common to ail interrupts. For example, FLIH routines may save the status of the interrupted instruction or routine, determine the action required to process a particular interrupt and schedule the execution of device-sped?ic ISRs, commonly referred to as Second-Level Interrupt Handler (SLiH) routines. SLIH routines process interrupts associated with particular peripheral devices. The system processor initiates an SLiH routine by accessing a memory location associated with the address information received from an interrupt controiler. £0005] The interrupt controller provides !SR address information to the system processor via the system bus. Transferring ISR address information via the system bus delays the initiation of a particular SLiH routine by the system processor. Depending upon the particular activity occurring within a computing system, the delay associated with acquiring SSR address information via the system bus can be lengthy, for example, if the system processor is reading or writing large amounts of data from memory or is servicing other peripheral devices, access to the system bus for purposes of acquiring address information can be significantly delayed. JøOOSJ A second conventional approach elirmnates the delay associated with transferrins ISR address information to a system processor via a system bus. Particularly, address information is passed directly to a system processor from an interrupt controller via a dedicated bus. For example, ARM Holdings pic offers a

Vectored Interrupt Controller (part number PL192, document reference # ARM DDI 0273A) having a dedicated bus for passing ISR address information from an interrupt controller directly to a system processor. As such, the system processor can initiate corresponding SLiH routines more rapidly.

[0007] However, system processors do not conventionally store the ISR address information locally within the processor for subsequent use. Instead, when a conventional processor receives !SR address information from an Interrupt controller over a dedicated bus, it immediateiy initiates a corresponding SUH routine without first executing a common FLiH routine. That is. the processor immediately jumps to a memory location associated with a particular SLIH routine without executing common FLiH code. Thus, each SLiH routine must contain common first-level interrupt handling code which is duplicative, inefficient, increases the likelihood of errors, and reduces code portability.

SUlViMARY OF THE DISCLOSURE

£0008] According to the methods and apparatus taught herein, a processor that provides two-ievei interrupt servicing is presented. Sn one or more embodiments, the processor comprises a storage device and an interrupt handier. The storage device is configured to store an interrupt identifier corresponding to an interrupt request. The interrupt handler is configured to recognise the interrupt request Initiate a common interrupt service routine responsive to recognizing the interrupt request and subsequently initiate an interrupt service routine corresponding to the stored interrupt identifier.

[0009] Thus, in one embodiment, a processor services an interrupt by recognizing an interrupt request, saving an interrupt identifier corresponding to the interrupt request, initiating a common interrupt service routine responsive to

recognizing the interrupt request, and subsequently initiating an interrupt service routine corresponding to the saved interrupt identifier.

[0010] Corresponding to the above apparatuses and methods In an embodiment of the invention, a complementary computer program product is embodied in a computer readable medium for servicing interrupts by a processor comprises program instructions for recognizing an interrupt request, saving an interrupt identifier corresponding to the interrupt request, initiating a common interrupt service routine responsive to recognizing the interrupt request, and subsequently initiating an interrupt service routine corresponding to the saved interrupt identifier. £0011] Of course, the present disclosure is not limited to the above features. Those skiiied in the art wiii recognize additional features upon reading the following detailed description, and upon viewing the accompanying drawings,

BRIEF DESCRiPTiON OF DRAWINGS

£0012] Fig. 1 is a block diagram illustrating an embodiment of a processor including an interrupt handier.

J0013] Fig. 2 is a iogic flow diagram illustrating Bn embodiment of program logic for implementing a two-ievei interrupt service routine by an interrupt handler, JOG143 Fig. 3 is a logic flow diagram illustrating an embodiment of program logic for loading a saved interrupt identifier into a program counter. [0015] Fig. 4 is a logic flow diagram illustrating another embodiment of program logic for loading a saved interrupt identifier into a program counter. £00163 PiQ- 5 is a logic flow diagram illustrating another embodiment of program iogic for implementing a two-Jevel interrupt service routine by an interrupt handler.

DETAILED DESCRIPTION

[0017] Figure 1 illustrates an embodiment of a processor 10 including an interrupt handler 12. The processor 10 executes a collection of machine instructions that instruct the processor 10 to take certain actions, including interrupt handling. Particularly, the interrupt handler 12 included in the processor 10 services interrupt requests received by the processor 10. Incident to acknowledging an interrupt request, the Interrupt handler 12 receives an interrupt identifier (!RQJD) from an interrupt controller 14, i.e., an address or other information associated with a peripheral device (not shown) requesting servicing, The interrupt handler 12 saves the interrupt identifier in the processor 10, e.g., by storing the interrupt identifier in one of several processor registers 18 or in memory 18 included ?n the processor 10. Responsive to an interrupt request, the processor 10 either finishes or suspends any instruction or part thereof that is currently executing. [00183 When responding to an interrupt request, the interrupt handier 12 executes a common Interrupt Service Routine (ISR)5 often referred to as Rrst-tevei Interrupt Handler (FLiH) routine, for handling tasks common to all interrupts. For example, a common FLlH routine may include one or more of disabling lower priority interrupts, enabling higher priority interrupts for servicing, identifying a cause of the interrupt request saving information corresponding to a state of the processor 10 onto a stack and scheduling execution of a device-specific ISR. After invoking the FLiH routine, the interrupt handler 12 subsequently initiates a device-specific JSR, commonly referred to as Second-Level interrupt Handler (SLiH) routine, for processing an interrupt request issued by a particular peripheral device or devices. Because the interrupt identifier is saved in the processor 10. the interrupt handler 12 may begin executing a common FLiH routine first and then subsequently execute a SLIH routine that corresponds to the saved interrupt identifier thus enabling code

associated with common interrupt handling tasks to be contained m a common FLlH routine,

£0019] In one example, the processor 10 and the interrupt controller 14 communicate via a dedicated communication channel 20 that directly links the processor 10 and the controiier 14. The communication channei 20 includes a link by which ^ne interrupt controller 14 issues prioritized interrupt requests to the processor 10 (IRQJREQ). The communication channel 20 further includes a fink used by the processor 10 to acknowledge interrupt requests (1RQ_ACK) to the interrupt controiier 14. The communication channei 20 aiso inciudes a Sink or bus by which an interrupt identifier (IRQJD) is transmitted to the processor 10 from the interrupt controiier 14. (nterrupt request and acknowledgement signals as weil as interrupt identifiers may be multiplexed over a reduced number of signal lines. Regardless of how the processor 10 receives an interrupt identifier, the interrupt handler 12 uses an acquired interrupt identifier to subsequently initiate a device- specific SUH routine after a common FLIH routine has been invoked. [00203 in operation, the processor 10 retrieves instructions and corresponding data from external memory 22. The processor 10 executes the instructions and stores results to the external memory 22. In a non-iimiting example, the processor memory 18, e.o,,, a cache, stores address and data information retrieved from the external memory 22 via a bus interface unit 24. The processor 10 further includes one or more execution units 26 for executing program instructions such as interrupt handling. For exarppie, the execution units 26 may comprises one or more instruction units, completion units, branch units, floating point units, integer units, and load/store units. fOO213 The processor 10 also Includes registers 16, such as genera! purpose and special purpose registers 28: 30 for storing contextual data, stack pointers, ¦flags, etc. Stack pointers indicate a zone in the processor memory 1ß used for

saving contextual data in response to the processor 10 switching context from one program currency being executed to another program, e.g., a xone in the processor memory 18 used for saving contextual data when the processor 10 temporarily hafts a program to service an interrupt request. The processor 10 further includes a program counter 32 (also known as an instruction sequencer, an instruction pointer or a task register) for designating ine address of the next instruction to be executed. The interrupt handier 12 included in the processor 10 may comprise one or more digital processing circuits, configured according to computer program instructions implemented in software (or firmware). Such circuits may be shared with other processing and controi functions associated with the processor 10, e.g., by the execution units 28. Those skilled in the art wjii appreciate that the processor 10 may comprise a single microprocessor, a multi-core microprocessor, or multiple microprocessors embedded in the same system where one or more of the microprocessors may be pipelined and/or superscalar.

C0022] When a peripheral device (not shown) requires servicing,, it issues an interrupt request to the interrupt controller 14. The interrupt controller 14 monitors peripheral devices for interrupt requests and prioritizes and processes various interrupt requests received from peripheral devices. The interrupt controiier 14 sends a prioritized interrupt request (IRQ_R£Q) to the processor 10 to indicate that a peripheral device requests servicing, in addition, the interrupt controller 14 provides to the processor 10 an interrupt identifier (IRQJD) associated with the peripheral device requesting interrupt servicing. The interrupt handler 12 included in the processor 10 services interrupt requests received from the interrupt controiier 14.

100233 Figure 2 iiiustrates program logic for servicing interrupt requests by the interrupt handier 12. interrupt processing "begins" with the interrupt handler 12 recognizing the interrupt request (Step 100). In one example, the interrupt handier

12 recognizes an interrupt request in response to the interrupt controller 14 issuing an interrupt request {iRCLREQ} to the processor 10. In turn, the interrupt handler 12 issues an interrupt acknowledgment (IRQ-ACK) when the processor 10 is ready to service the request. In response to the interrupt acknowledgement, the interrupt controller 14 transmits to the processor 10 an interrupt identifier (IRCUD) associated with the peripheral device requesting service.

£0024] The interrupt handler 12 saves the interrupt identifier in the processor 10 for later use (Step 102). For example, the interrupt identifier may be stored in one of the general or special purpose registers 28, 30 or In the processor memory 18, If saved in one of the general or special purpose registers 28, 30, one register is temporarily allocated for storing the device interrupt identifier. Alternatively, a dedicated register 34 may store the interrupt identifier. Regardless of the storage medium, the saved interrupt identifier is available for iater use by the interrupt handier 12 for initiating a SLlH routine tailored to the peripheral device that requested servicing. Because the interrupt identifier is saved in the processor 10, the interrupt handler 12 is not required to immediately jump to the tailored SLIH routine when it begins servicing an interrupt request Instead, the interrupt handier 12 may first initiate execution of a common FLlH routine before initiating the tailored SLIH routine (Step 104), As such, code associated with common interrupt handling tasks may be contained in a singie FLlH routine instead of in each SLIH routine supported by the processor 10, thus minimizing errors, increasing interrupt service performance, and improving code portability.

£00253 After the common FLIH routine has been invoked, the interrupt handier 12 subsequently initiates the tailored SLiH routine by causing the processor 10 to jump to a memory address at which the tailored SLiH routine is maintained (Step 106), In one example, the saved interrupt identifier comprises an address at which the taiiored SLiH routine is maintained in the external memory 22 or in the processor

memory 18, As such, the interrupt handler 12 loads the interrupt identifier into the program counter 32 as illustrated by Step 1OS of Figure 3, e.g,> by issuing an Instruction that ioads the program counter 32 with the interrupt identifier. In some cases, the interrupt identifier may require address translation so that the program counter 32 is loaded with address information of the proper form, Regardless, the processor 10 then jumps to the memory address associated with the interrupt identifier loaded in the program counter 32 as illustrated by Step 110 of Figure 3. JGG26J In another example, the saved interrupt identifier comprises other information uniquely identifying the peripheral device requesting service. As such, the interrupt handler 12 uses the saved interrupt identifier to look-up in the processor memory 18 or the externa* memory 22, e.g., in a lookup table, a memory address corresponding to the interrupt identifier as illustrated by Step 112 of Figure 4. The interrupt handler 12 then initiates the tailored SLiH routine by loading the program counter 32 with the acquired memory address as illustrated by Step 114 of Figure 4. The processor 10 then jumps to the memory address loaded ?n the program counter 32 as illustrated by Step 116 of Figure 4. Regardless of the content of an interrupt identifier, the interrupt handler 12 may delete a stored interrupt identifier from the processor 10 once the stored interrupt identifier has been used to initiate a corresponding SIJH routine.

[0027] Figure 5 illustrates program logic for servicing subsequent interrupt requests received fay the processor 10 while the interrupt handier 12 is servicing a prior interrupt request, e.g. a nested interrupt request. Processing "begins" with the interaspt handler 12 recognizing a subsequent interrupt request whiie the interrupt handler 12 is servicing a prior interrupt request (Step 200). As part of the interrupt request/acknowledgment process, the processor 10 receives from the interrupt controller 14 an interrupt identifier associated with the peripheral device subsequently requesting servicing. The interrupt handler 12 saves the interrupt

identifier in the processor 10 for later use (Step 202). In a non-limiting example, the subsequent interrupt identifier is saved by overwriting the stored interrupt identifier corresponding to the prior interrupt request with the interrupt identifier corresponding to the subsequent interrupt request.

£0028] The interrupt handler 12 first commences execution of a common FLIH routine before initiating a SUH routine tailored to the newly-saved interrupt identifier (Step 204), In on© embodiment, e,g.s when the subsequent interrupt request is of a higher priority than the prior interrupt request, the interrupt handler 12 suspends the SLIH routine associated with the prior interrupt request and initiates the common FLiH routine, in another embodiment, e.g., when the subsequent interrupt request is of the same or lower priority as the prior interrupt request, the interrupt handler 12 allows the SLIH routine associated with the prior interrupt request to complete execution before initiating the common FLIH routine.

[0029J Regardless, after the common FLIH routine has been invoked responsive to the subsequent interrupt request, the interrupt handler 12 then initiates the SLIH routine associated with the newly stored interrupt identifier by causing the processor 10 to jump to a memory address at which the tailored SLIH routine is maintained (Step 206). In one example, the newly-saved interrupt identifier comprises an address at which the tailored SLIH routine is maintained in the external memory 22 or in the processor memory 18. in another example, the newly-saved interrupt identifier comprises other information uniquely identifying the peripheral device requesting service. Regardless, the interrupt handler 12 uses the newly-saved interact identifier to initiate the corresponding SLIH routine as previously described. [0030] With the above range of variations and applications in mind, it should be understood that the present disclosure is not limited by the foregoing description, nor is it limited by the accompanying drawings. Instead, the present disclosure is limited only by the following claims and their legal equivalents.
What is claimed is;

1. A method of servicing interrupts by a processor, comprising: recognizing an interrupt request; saving an interrupt identifier corresponding to the interrupt request; initiating a common interrupt service routine responsive to recognizing the interrupt request; and subsequently initiating an interrupt service routine corresponding to the saved interrupt identifier.

2. The method of claim 1 , wherein saving the interrupt identifier comprises saving the interrupt identifier in a register included in the processor.

3. The method of claim 1 , wherein initiating the common interrupt service routine comprises initiating at least one of scheduling execution of the interrupt request, disabling lower priority interrupts, enabling higher priority interrupts for servicing, identifying a cause of the interrupt request, and saving information corresponding to a state of the processor responsive to recognizing the interrupt request.

4. The method of claim 1 , wherein subsequently initiating the interrupt service routine corresponding to the saved interrupt identifier comprises subsequently jumping to a memory address associated with the saved interrupt identifier,

5. The method of claim 4, wherein subsequently jumping to the memory address associated with the saved interrupt identifier comprises; subsequently loading the memory address associated with the saved interrupt identifier into a program counter of the processor; and Jumping to the memory address loaded in the program counter.

?. The method of claim 5, wherein subsequently loading the memory address associated with the saved interrupt identifier into the program counter comprises; subsequently using the saved interrupt identifier to look-up the memory address; and loading the memory address into the program counter.

7. The method of claim 5, wherein subsequently loading the memory address associated with the saved interrupt identifier into the program counter comprises loading the saved interrupt identifier into the program counter,

8. The method of claim 1 , further comprising deleting the saved interrupt identifier after the interrupt service routine corresponding to the saved interrupt identifier has be&n initiated.

9. The method of claim 1 , further comprising: recognizing a subsequent interrupt request; saving an interrupt identifier corresponding to the subsequent interrupt request; initiating the common interrupt service routine responsive to recognizing the subsequent interrupt request; &n? initiating an interrupt service routine corresponding to the subsequently saved interrupt identifier after the common interrupt service routine has been initiated responsive to recognizing the subsequent interrupt request.

10. Th© method of claim 9, wherein initiating the common interrupt service routine responsive to recognizing the subsequent interrupt request comprises initiating the common interrupt service routine after the prior interrupt service routine has compieted.


11. The method of claim 9, wherein saving the subsequent interrupt identifier comprises overwriting the saved interrupt identifier corresponding to the prior interrupt request with the interrupt identifier corresponding to the subsequent interrupt request.

12. A processor, comprising: a storage device configured to store an interrupt Identifier corresponding to an interrupt request: and an Interrupt handier configured to recognize the interrupt request, initiate a common interrupt service routine responsive to recognizing the interrupt request and subsequently initiate an interrupt service routine corresponding to the stored interrupt identifier.

13. The processor of claim 12, wherein the storage device comprises a register Included in the processor.

14. The processor of claim 12, wherein the interrupt handler is configured to initiate the common interrupt service routine by initiating at feast one of scheduling execution of the interrupt request, disabling lower priority interrupts, enabling higher priority Interrupts for servicing, identifying a cause of the interrupt request, and saving information corresponding to a state of the processor responsive to recognizing the interrupt request.

5 S. The processor of claim 12t wherein the interrupt handier is configured to subsequently mitjate the interrupt service routine corresponding to the stored interrupt identifier by subsequently Jumping to a memory address associated with the stored interrupt identifier,

16. The processor of cfaim 15t wherein the interrupt handler is configured to subsequently jump to the memory address associated with the saved interrupt identifier

by subsequently loading the memory address associated with the saved interrupt Identifier into a program counter of the processor and jumping to the memory address loaded in the program counter.

17. The processor of claim 16, wherein the interrupt handler )s configured to subsequently load the memory address associated with the saved interrupt identifier into tie program counter by subsequently using the saved interrupt identifier to Jook-up the memory address and loading ths memory address into the program counter.

18. The processor of claim 16. wherein the interrupt handler is configured to subsequently load the memory address associated with the saved interrupt identifier into the program counter by loading the saved interrupt identifier into the program counter.

19. The processor of claim 12, wherein the interrupt handler is further configured to delete the stored interrupt identifier after the interrupt service routine corresponding to the stored interrupt identifier has been initiated,

20. The processor of claim 12, wherein the storage device is further configured to store an interrupt identifier corresponding to a subsequent interrupt request and the interrupt handler is further configured to recognize the subsequent interrupt request, initiate the common interrupt service routine responsive to recognizing the subsequent interrupt request and initiate an interrupt service routine corresponding to the subsequently saved interrupt identifier after the common interrupt service routine has be&n initiated responsive to recognizing the subsequent interrupt request.

21. The processor of claim 20, wherein the interrupt handier is configured to initiate the common interrupt service routine responsive to recognizing the subsequent

interrupt request by initiating the common interrupt service routine after the prior Interrupt service routine has completed,

22. The processor of claim 20, wherein the storage device is configured to store the subsequent interrupt identifier by overwriting the stored interrupt identifier corresponding to the prior interrupt request with the interrupt identifier corresponding to the subsequent interrupt request.

23. A computer program product embodied in a computer readable medium for servicing interrupts by a processor, comprising: program instructions for recognizing an interrupt request; program instructions for saving an interrupt identifier corresponding to the interrupt request* program instructions for initiating a common interrupt service routine responsive to recognizing the interrupt request; and program instajctions for subsequently initiating an interaipi service routine corresponding to the saved interrupt identifier.

24. The computer program product of claim 23, wherein the program instructions for subsequently initiating the interrupt service routine corresponding to the saved interrupt Identifier comprise program instructions for subsequently jumping to a memory address associated with the saved interrupt identifier,

25. The computer program product of claim 24, wherein the program instructions for subsequently jumping to the memory address associated with the saved interrupt identifier comprise:

18

program instructions for subsequently loading the memory address associated with the saved interrupt identifier into a program counter of the processor; m? program instructions for Jumping to the memory address loaded in the program counter

26. The computer program product of daim 25, wherein the program instructions for subsequently loading the memory address associated with the saved interrupt identifier into the program counter comprise: program instasctions for subsequently using the saved interrupt identifier to look-up the memory address; and program instructions for loading the memory address into the program counter.

27. The computer program product of claim 2S1 wherein the program instructions for subsequently loading the memory address associated with the saved interrupt identifier into the program counter comprise program instructions for loading the saved interrupt identifier into the program counter.

28. The computer program product of ciaim 23, further comprising program instructions for deleting the saved interrupt identifier after the interrupt service routine corresponding to the saved interrupt identifier has been initiated.

29. The computer program product of claim 23, further comprising: program instructions for recognizing a subsequent interrupt request; program instructions for saving an interrupt identifier corresponding to the subsequent interrupt request; program instructions for initiating the common interrupt service routine responsive to recognizing the subsequent interrupt request; and

program instructions for initiating an interrupt service routine corresponding to the subsequently saved interrupt Identifier after the common interrupt service routine has been initiated responsive to recognizing the subsequent interrupt request.

Documents:

1625-MUMNP-2008-ABSTRACT(31-7-2008).pdf

1625-MUMNP-2008-ABSTRACT(7-8-2013).pdf

1625-MUMNP-2008-CLAIMS(31-7-2008).pdf

1625-MUMNP-2008-CLAIMS(AMENDED)-(7-8-2013).pdf

1625-MUMNP-2008-CLAIMS(AMENDED)-230315.pdf

1625-MUMNP-2008-CLAIMS(MARKED COPY)-(7-8-2013).pdf

1625-MUMNP-2008-CORRESPONDENCE 31-7-2008.pdf

1625-MUMNP-2008-CORRESPONDENCE(1-10-2013).pdf

1625-MUMNP-2008-CORRESPONDENCE(28-1-2009).pdf

1625-MUMNP-2008-CORRESPONDENCE(6-3-2009).pdf

1625-MUMNP-2008-CORRESPONDENCE(6-8-2012).pdf

1625-MUMNP-2008-DESCRIPTION(COMPLETE)-(31-7-2008).pdf

1625-MUMNP-2008-DRAWING(31-7-2008).pdf

1625-MUMNP-2008-DRAWING(7-8-2013).pdf

1625-MUMNP-2008-FORM 1(31-7-2008).pdf

1625-MUMNP-2008-FORM 1(6-8-2012).pdf

1625-MUMNP-2008-FORM 1(7-8-2013).pdf

1625-MUMNP-2008-FORM 13(6-8-2012).pdf

1625-MUMNP-2008-FORM 18 31-7-2008.pdf

1625-MUMNP-2008-FORM 2(COMPLETE)-(31-7-2008).pdf

1625-MUMNP-2008-FORM 2(TITLE PAGE)-(31-7-2008).pdf

1625-MUMNP-2008-FORM 2(TITLE PAGE)-(7-8-2013).pdf

1625-MUMNP-2008-FORM 26(31-7-2008).pdf

1625-MUMNP-2008-FORM 26(7-8-2013).pdf

1625-MUMNP-2008-FORM 3(1-10-2013).pdf

1625-MUMNP-2008-FORM 3(28-1-2009).pdf

1625-MUMNP-2008-FORM 3(31-7-2008).pdf

1625-MUMNP-2008-FORM 3(7-8-2013).pdf

1625-MUMNP-2008-FORM 5(31-7-2008).pdf

1625-MUMNP-2008-MARKED COPY-230315.pdf

1625-MUMNP-2008-OTHER DOCUMENT(7-8-2013).pdf

1625-MUMNP-2008-PETITION UNDER RULE 137(7-8-2013).pdf

1625-MUMNP-2008-REPLY TO EXAMINATION REPORT(7-8-2013).pdf

1625-MUMNP-2008-REPLY TO HEARING-230315.pdf

1625-MUMNP-2008-SPECIFICATION(AMENDED)-230315.pdf

1625-MUMNP-2008-WO INTERNATIONAL PUBLICATION REPORT A1 31-7-2008.pdf

1625-MUMNP-2008-WO INTERNATIONAL PUBLICATION REPORT(31-7-2008).pdf

abstract1.jpg

Drawings.pdf

Form-1.pdf

Form-3.pdf

Form-5.pdf


Patent Number 266163
Indian Patent Application Number 1625/MUMNP/2008
PG Journal Number 15/2015
Publication Date 10-Apr-2015
Grant Date 09-Apr-2015
Date of Filing 29-Jul-2008
Name of Patentee QUALCOMM INCORPORATED
Applicant Address 5775 MOREHOUSE DRIVE, SAN DIEGO, CALIFORNIA
Inventors:
# Inventor's Name Inventor's Address
1 BIRENBACH, MICHAEL EGNOAH 103 SWISS STONE COURT CARY NORTH CAROLINA 27513
2 BROOKSHIRE, GREGORY LEE 111 PARMALEE COURT CARY NORTH CAROLINA 27519
3 DIEFFENDERFER, JAMES NORRIS 4000 INKBERRY COURT APEX NORTH CAROLINA 27539
4 GEIST, STEPHEN, G. 105 JONESBORO COURT RALEIGH NORTH CAROLINA 27603
5 MOORE, RICHARD ALAN 2000 RIDGE ROAD RALEIGH NORTH CAROLINA 27607
6 SARTORIUS, THOMAS ANDREW 1600 OLDE CHIMNEY COURT RALEIGH NORTH CAROLINA 27614
7 SMITH, RODNEY WAYNE 1400 BASCOMB DRIVE RALEIGH NORTH CAROLINA 27614
PCT International Classification Number G06F9/48
PCT International Application Number PCT/US2007/062768
PCT International Filing date 2007-02-23
PCT Conventions:
# PCT Application Number Date of Convention Priority Country
1 11/361,402 2006-02-24 U.S.A.