GB1174069A - Data Processing System with Access Control for Subsystems - Google Patents

Data Processing System with Access Control for Subsystems

Info

Publication number
GB1174069A
GB1174069A GB23876/67A GB2387667A GB1174069A GB 1174069 A GB1174069 A GB 1174069A GB 23876/67 A GB23876/67 A GB 23876/67A GB 2387667 A GB2387667 A GB 2387667A GB 1174069 A GB1174069 A GB 1174069A
Authority
GB
United Kingdom
Prior art keywords
interrupt
flip
flop
processor
programme
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.)
Expired
Application number
GB23876/67A
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.)
General Electric Co
Original Assignee
General Electric Co
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 General Electric Co filed Critical General Electric Co
Publication of GB1174069A publication Critical patent/GB1174069A/en
Expired legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4812Task transfer initiation or dispatching by interrupt, e.g. masked
    • 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/04Addressing variable-length words or parts of words
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/10Program control for peripheral devices
    • G06F13/12Program control for peripheral devices using hardware independent of the central processor, e.g. channel or peripheral processor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/10Program control for peripheral devices
    • G06F13/12Program control for peripheral devices using hardware independent of the central processor, e.g. channel or peripheral processor
    • G06F13/122Program control for peripheral devices using hardware independent of the central processor, e.g. channel or peripheral processor where hardware performs an I/O function other than control of data transfer
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/14Handling requests for interconnection or transfer
    • G06F13/16Handling requests for interconnection or transfer for access to memory bus
    • G06F13/18Handling requests for interconnection or transfer for access to memory bus based on priority control
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/14Handling requests for interconnection or transfer
    • G06F13/20Handling requests for interconnection or transfer for access to input/output bus
    • G06F13/24Handling requests for interconnection or transfer for access to input/output bus using interrupt
    • G06F13/26Handling requests for interconnection or transfer for access to input/output bus using interrupt with priority control
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F5/00Methods or arrangements for data conversion without changing the order or content of the data handled
    • G06F5/06Methods or arrangements for data conversion without changing the order or content of the data handled for changing the speed of data flow, i.e. speed regularising or timing, e.g. delay lines, FIFO buffers; over- or underrun control therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/30003Arrangements for executing specific machine instructions
    • G06F9/30007Arrangements for executing specific machine instructions to perform operations on data operands
    • G06F9/30032Movement instructions, e.g. MOVE, SHIFT, ROTATE, SHUFFLE
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/30003Arrangements for executing specific machine instructions
    • G06F9/3005Arrangements for executing specific machine instructions to perform operations for flow control
    • G06F9/30054Unconditional branch instructions
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/38Concurrent instruction execution, e.g. pipeline or look ahead
    • G06F9/3867Concurrent instruction execution, e.g. pipeline or look ahead using instruction pipelines
    • G06F9/3875Pipelining a single stage, e.g. superpipelining
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/448Execution paradigms, e.g. implementations of programming paradigms
    • G06F9/4482Procedural
    • G06F9/4484Executing subprograms
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4812Task transfer initiation or dispatching by interrupt, e.g. masked
    • G06F9/4818Priority circuits therefor

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Programmable Controllers (AREA)
  • Computer And Data Communications (AREA)
  • Multi Processors (AREA)
  • Bus Control (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Compression, Expansion, Code Conversion, And Decoders (AREA)
  • Accessory Devices And Overall Control Thereof (AREA)
  • Electrophonic Musical Instruments (AREA)
  • Mobile Radio Communication Systems (AREA)
  • Executing Machine-Instructions (AREA)
  • Logic Circuits (AREA)
  • Hardware Redundancy (AREA)
  • Storage Device Security (AREA)
  • Debugging And Monitoring (AREA)

Abstract

1,174,069. Interruption data processing. GENERAL ELECTRIC CO. 23 May, 1967 [25 May, 1966], No. 23876/67. Heading G4A. A data processing system comprises a memory controller operable to store a plurality of programme interrupt requests, and cause an interrupt in response to the highest priority stored request, and comprising means to receive and store interrupt mask signals, from a processor, which correspond to selected interrupt requests to be inhibited, to prevent granting of such stored interrupt requests Input-output controllers and processors can each communicate with each of a plurality of memory controllers each associated with a respective memory. Each memory controller accepts a 16-bit word and a command code from the highest priority controller or processor attempting to communicate with it. The command code is decoded to pass the word into memory (at an address also specified by the communicating controller or processor), or use it to set selected flip-flops of one of two groups of 16 interrupt flip-flops, or use it to set/reset the flip-flops of one of two groups of 16 mask flip-flops. One mask flip-flop corresponds to each interrupt flip-flop. As long as any interrupt flip-flop corresponding to a reset mask flip-flop is set, an interrupt request present signal is sent to a processor selected by manual or programme - controlled switches. When the processor reaches an odd-numbered instruction with bit position 28 equal to 0, during or at the end of its current programme, it sends a command code to the highest priority memory controller which is currently supplying an interrupt request present signal. This command code causes the identity of the highest priority interrupt flip-flop which is set and which corresponds to a reset mask flip-flop, in the memory controller, to be encoded and sent to the processor to constitute part of the address portion of the next instruction, the interrupt flip-flop then being reset. The rest of the address portion of the instruction is fixed in accordance with the identity of the memory controller. The non-address (command) portions of the instruction are provided by fixed circuitry. This instruction causes the processor to access memory at the address specified by the instruction to enter another programme. Information about the interrupted programme (if the prior programme was interrupted before completion) is stored to allow subsequent return to it. Each input-output controller may set interrupt flip-flops in only one memory controller specified by manual or programmecontrolled switches. Nand and inverter logic, including junctions at which a 0 will override any 1, is described for determining the highest priority unmasked interrupt flip-flop in a given memory controller, and for generating the interrupt request present signal.
GB23876/67A 1966-05-25 1967-05-23 Data Processing System with Access Control for Subsystems Expired GB1174069A (en)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US55298166A 1966-05-25 1966-05-25

Publications (1)

Publication Number Publication Date
GB1174069A true GB1174069A (en) 1969-12-10

Family

ID=24207624

Family Applications (10)

Application Number Title Priority Date Filing Date
GB23867/67A Expired GB1142290A (en) 1966-05-25 1967-05-23 Data processing system with improved subsystem communication
GB23875/67A Expired GB1177109A (en) 1966-05-25 1967-05-23 Communication and Control Apparatus in a Computer System
GB23866/67A Expired GB1137784A (en) 1966-05-25 1967-05-23 Data processing system with improved memory
GB23874/67A Expired GB1164000A (en) 1966-05-25 1967-05-23 Data Processing System with Controls to Deal with Requests from Subsystem for Prohibited Operations
GB23876/67A Expired GB1174069A (en) 1966-05-25 1967-05-23 Data Processing System with Access Control for Subsystems
GB23869/67A Expired GB1173356A (en) 1966-05-25 1967-05-23 Apparatus for handling data records in a computer system
GB23865/67A Expired GB1186414A (en) 1966-05-25 1967-05-23 Input/Output Control Apparatus in a Computer System
GB23873/67A Expired GB1167945A (en) 1966-05-25 1967-05-23 Data Processing System with Acces Control for Subsystems.
GB23872/67A Expired GB1154516A (en) 1966-05-25 1967-05-23 Information shift apparatus in a computer system.
GB23868/67A Expired GB1150489A (en) 1966-05-25 1967-05-23 Dual Control Apparatus in Data Processing Equipment

Family Applications Before (4)

Application Number Title Priority Date Filing Date
GB23867/67A Expired GB1142290A (en) 1966-05-25 1967-05-23 Data processing system with improved subsystem communication
GB23875/67A Expired GB1177109A (en) 1966-05-25 1967-05-23 Communication and Control Apparatus in a Computer System
GB23866/67A Expired GB1137784A (en) 1966-05-25 1967-05-23 Data processing system with improved memory
GB23874/67A Expired GB1164000A (en) 1966-05-25 1967-05-23 Data Processing System with Controls to Deal with Requests from Subsystem for Prohibited Operations

Family Applications After (5)

Application Number Title Priority Date Filing Date
GB23869/67A Expired GB1173356A (en) 1966-05-25 1967-05-23 Apparatus for handling data records in a computer system
GB23865/67A Expired GB1186414A (en) 1966-05-25 1967-05-23 Input/Output Control Apparatus in a Computer System
GB23873/67A Expired GB1167945A (en) 1966-05-25 1967-05-23 Data Processing System with Acces Control for Subsystems.
GB23872/67A Expired GB1154516A (en) 1966-05-25 1967-05-23 Information shift apparatus in a computer system.
GB23868/67A Expired GB1150489A (en) 1966-05-25 1967-05-23 Dual Control Apparatus in Data Processing Equipment

Country Status (6)

Country Link
JP (3) JPS45236860B1 (en)
CH (7) CH506132A (en)
DE (8) DE1298318B (en)
FR (6) FR1564478A (en)
GB (10) GB1142290A (en)
SE (5) SE329287B (en)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3675209A (en) * 1970-02-06 1972-07-04 Burroughs Corp Autonomous multiple-path input/output control system
FR2289003A1 (en) * 1974-02-01 1976-05-21 Honeywell Bull Soc Ind CONTROL DEVICE FOR DATA TRANSFERS BETWEEN THE CENTRAL MEMORY AND THE PERIPHERAL UNITS OF A COMPUTER SYSTEM
US4209839A (en) * 1978-06-16 1980-06-24 International Business Machines Corporation Shared synchronous memory multiprocessing arrangement
US4306287A (en) * 1979-08-31 1981-12-15 Bell Telephone Laboratories, Incorporated Special address generation arrangement
GB2092341B (en) * 1981-02-02 1984-09-12 Picker Int Ltd Computer peripheral selection
GB2147126B (en) * 1983-09-29 1987-01-07 Memory Ireland Limited Improvements in and relating to computers
EP0690399A3 (en) * 1994-06-30 1997-05-02 Tandem Computers Inc Remote financial transaction system

Also Published As

Publication number Publication date
GB1154516A (en) 1969-06-11
DE1549428A1 (en) 1972-08-10
DE1549429A1 (en) 1971-01-21
CH493886A (en) 1970-07-15
GB1150489A (en) 1969-04-30
CH495014A (en) 1970-08-15
FR1564476A (en) 1969-04-25
JPS45236860B1 (en) 1970-08-10
DE1549422B2 (en) 1977-05-05
DE1549424A1 (en) 1971-03-04
FR1564477A (en) 1969-04-25
GB1164000A (en) 1969-09-10
GB1186414A (en) 1970-04-02
JPS4510707B1 (en) 1970-04-17
GB1173356A (en) 1969-12-10
GB1142290A (en) 1969-02-05
JPS5323059B1 (en) 1978-07-12
FR1564478A (en) 1969-04-25
DE1549423A1 (en) 1971-02-18
SE329287B (en) 1970-10-05
GB1177109A (en) 1970-01-07
DE1549428B2 (en) 1973-02-01
DE1549422A1 (en) 1971-01-07
CH505430A (en) 1971-03-31
DE1549431A1 (en) 1971-04-01
SE329517B (en) 1970-10-12
GB1167945A (en) 1969-10-22
FR1545595A (en) 1968-11-15
SE329282B (en) 1970-10-05
CH486738A (en) 1970-02-28
CH506132A (en) 1971-04-15
SE329279B (en) 1970-10-05
DE1549426A1 (en) 1971-01-21
FR1528181A (en) 1968-06-07
CH489847A (en) 1970-04-30
DE1298318B (en) 1969-06-26
GB1137784A (en) 1968-12-27
CH495016A (en) 1970-08-15
SE340192B (en) 1971-11-08
FR1545594A (en) 1968-11-15

Similar Documents

Publication Publication Date Title
US3242467A (en) Temporary storage register
US4034349A (en) Apparatus for processing interrupts in microprocessing systems
CA1077593A (en) Multiprocessor system with computer poller and memory poller
US3676861A (en) Multiple mask registers for servicing interrupts in a multiprocessor system
US3665415A (en) Data processing system with program interrupt priority apparatus utilizing working store for multiplexing interrupt requests
US3812473A (en) Storage system with conflict-free multiple simultaneous access
US5263146A (en) Multiprocessor system including an exclusive access controller with lock request holding and grant circuits
GB1392231A (en) Switching system
ES8801755A1 (en) Self service terminal for checking into and out of a hotel.
GB1493817A (en) Information processor with immediate and indirect addressing
JPS6142306B2 (en)
GB1174069A (en) Data Processing System with Access Control for Subsystems
US3716837A (en) Interrupt handling
US3701107A (en) Computer with probability means to transfer pages from large memory to fast memory
US3624611A (en) Stored-logic real time monitoring and control system
GB1276590A (en) Improvements in or relating to data processing systems
GB1170587A (en) Data Processing System
GB1084069A (en) Data handling system
US3425039A (en) Data processing system employing indirect character addressing capability
JPS6481066A (en) Connection system for multi-processor
US3911408A (en) Apparatus and method for controlling a communications terminal
JPS58150195A (en) System for controlling main storage key
US3518630A (en) Data processing system including plural memory controllers
JPS57137942A (en) Instruction advance-taking control system
JPS58197536A (en) Device selecting system

Legal Events

Date Code Title Description
PS Patent sealed
732 Registration of transactions, instruments or events in the register (sect. 32/1977)
PCNP Patent ceased through non-payment of renewal fee