会员体验
专利管家(专利管理)
工作空间(专利管理)
风险监控(情报监控)
数据分析(专利分析)
侵权分析(诉讼无效)
联系我们
交流群
官方交流:
QQ群: 891211   
微信请扫码    >>>
现在联系顾问~
热词
    • 2. 发明授权
    • Method and apparatus for supporting read, write, and invalidation
operations to memory which maintain cache consistency
    • 用于支持对存储器进行读取,写入和无效操作的方法和装置,其保持缓存一致性
    • US5909699A
    • 1999-06-01
    • US672422
    • 1996-06-28
    • Nitin V. SarangdharMichael W. RhodehamelAmit A. MerchantMatthew A. FischJames M. Brayton
    • Nitin V. SarangdharMichael W. RhodehamelAmit A. MerchantMatthew A. FischJames M. Brayton
    • G06F12/08G06F13/16G06F13/14
    • G06F12/0831G06F12/0833G06F13/1668
    • Requests to memory issued by an agent on a bus are satisfied while maintaining cache consistency. The requesting agent may issue a request to another agent, or the memory unit, by placing the request on the bus. Each agent on the bus snoops the bus to determine whether the issued request can be satisfied by accessing its cache. An agent which can satisfy the request using its cache, i.e., the snooping agent, issues a signal to the requesting agent indicating so. The snooping agent places the cache line which corresponds to the request onto the bus, which is retrieved by the requesting agent. In the event of a read request, the memory unit also retrieves the cache line data from the bus and stores the cache line in main memory. In the event of a write request, the requesting agent transfers write data over the bus along with the request. This write data is retrieved by both the memory unit, which temporarily stores the data, and the snooping agent. Subsequently, the snooping agent transfers the entire cache line over the bus. The memory unit retrieves this cache line, merges it with the write data previously stored, and writes the merged cache line to memory.
    • 总线上代理发出的内存请求在保持缓存一致性的同时得到满足。 请求代理可以通过将请求放在总线上向另一代理或存储器单元发出请求。 总线上的每个代理都会窥探总线,以确定是否可以通过访问其缓存来满足发出的请求。 可以使用其缓存来满足请求的代理,即窥探代理,向请求代理发出指示这样的信号。 侦听代理将与请求相对应的高速缓存行放置在由请求代理检索到的总线上。 在读取请求的情况下,存储器单元还从总线检索高速缓存线数据,并将高速缓存行存储在主存储器中。 在写请求的情况下,请求代理随着请求传送总线上的写数据。 该写入数据由临时存储数据的存储单元和监听代理二者检索。 随后,窥探代理通过总线传输整个高速缓存行。 存储器单元检索该高速缓存线,将其与先前存储的写数据合并,并将合并的高速缓存行写入存储器。
    • 6. 发明授权
    • Method and apparatus for accessing split lock variables in a computer
system
    • 用于访问计算机系统中的分裂锁定变量的方法和装置
    • US5778441A
    • 1998-07-07
    • US764663
    • 1996-12-11
    • Michael W. RhodehamelNitin V. SarangdharMatthew A. Fisch
    • Michael W. RhodehamelNitin V. SarangdharMatthew A. Fisch
    • G06F13/16G06F12/00G06F13/00
    • G06F13/1652
    • Atomicity of lock variables is preserved in a computer system in response to a request by a microprocessor for a bus lock access whether the lock variable is split between two cache lines or is within a single cache line. A non-split lock bus access which can be satisfied by a cacheable region within the same cluster as the microprocessor issuing the access is allowed to complete, regardless of whether ownership of the next level bus is available. If the non-split lock access can not be satisfied within the cluster, then ownership of the next level bus is obtained, if available, to satisfy the access. Similarly, a split lock access may complete if ownership of the second level bus can be obtained. However, a split lock access is aborted if the second level bus ownership is not available, regardless of whether a cacheable region within the same cluster can satisfy the request.
    • 响应于微处理器对于总线锁定访问的请求,锁定变量的原子性被保留在计算机系统中,无论锁定变量是在两个高速缓存行之间分离还是在单个高速缓存行内。 允许通过与发出访问的微处理器相同的集群内的可缓存区域来满足的非分裂锁总线访问,而不管下一级总线的所有权是否可用。 如果在集群内不能满足非分裂锁访问,则获得下一级总线的所有权(如果可用)以满足访问。 类似地,如果可以获得第二级总线的所有权,则分裂锁定访问可以完成。 但是,如果第二级总线所有权不可用,则无论同一个集群中的可缓存区域是否满足请求,则会中断拆分锁访问。
    • 7. 发明授权
    • Computer system with distributed bus arbitration scheme for symmetric
and priority agents
    • 具有分布式总线仲裁方案的计算机系统,用于对称和优先代理
    • US5581782A
    • 1996-12-03
    • US538597
    • 1995-10-03
    • Nitin V. SarangdharKonrad K. LaiGurbir SinghMichael W. RhodehamelMatthew A. Fisch
    • Nitin V. SarangdharKonrad K. LaiGurbir SinghMichael W. RhodehamelMatthew A. Fisch
    • G06F13/36G06F13/364H04L12/403G06F13/18
    • G06F13/364G06F13/36H04L12/403H04L12/4015
    • A system and method for providing a high performance symmetric arbitration protocol that includes support for priority agents. The bus arbitration protocol supports two classes of bus agents: symmetric agents and priority agents. The symmetric agents support fair, distributed arbitration using a round-robin algorithm. Each symmetric agent has a unique Agent ID assigned at reset. The algorithm arranges the symmetric agents in a circular order of priority. Each symmetric agent also maintains a bus ownership state of busy or idle and a Rotating ID that reflects the symmetric agent with the lowest priority in the next arbitration event. On an arbitration event, the symmetric agent with the highest priority becomes the symmetric owner. However, the symmetric owner is not necessarily the overall bus owner (i.e., a priority agent may be the overall bus owner). The symmetric owner is allowed to take ownership of the bus and issue a transaction on the bus provided no other action of higher priority is preventing the use of the bus. A symmetric owner can maintain ownership without re-arbitrating if the transaction is either a bus-locked or a burst access transaction. The priority agent(s) has higher priority than the symmetric owner. Once the priority agent arbitrates for the bus, it prevents the symmetric owner from issuing any new transactions on the bus unless the new transaction is part of an ongoing bus-locked operation.
    • 一种用于提供包括对优先代理的支持的高性能对称仲裁协议的系统和方法。 总线仲裁协议支持两类总线代理:对称代理和优先代理。 对称代理使用循环算法支持公平的分布式仲裁。 每个对称代理都具有在复位时分配的唯一代理ID。 该算法按照循环顺序排列对称代理。 每个对称代理还维持忙或空闲的总线所有权状态以及在下一个仲裁事件中反映具有最低优先级的对称代理的旋转ID。 在仲裁事件中,优先级最高的对称代理成为对称所有者。 然而,对称所有者不一定是总线总线所有者(即,优先代理可以是总线总线所有者)。 允许对称所有者获得公共汽车的所有权,并在公共汽车上发出交易,只要没有更高优先级的其他动作阻止使用公共汽车。 如果事务是总线锁定或突发访问事务,对称所有者可以维护所有权而不重新仲裁。 优先级代理的优先级高于对称所有者。 一旦优先级代理对总线进行仲裁,就可以防止对称所有者在总线上发出任何新的事务,除非新的事务是持续的总线锁定操作的一部分。
    • 8. 发明授权
    • Apparatus and method for caching lock conditions in a multi-processor
system
    • 用于在多处理器系统中缓存锁定条件的装置和方法
    • US6006299A
    • 1999-12-21
    • US204592
    • 1994-03-01
    • Wen-Hann WangKonrad K. LaiGurbir SinghMandar S. JoshiNitin V. SarangdharMatthew A. Fisch
    • Wen-Hann WangKonrad K. LaiGurbir SinghMandar S. JoshiNitin V. SarangdharMatthew A. Fisch
    • G06F9/46G06F13/08
    • G06F9/52
    • In a computer system, an apparatus for handling lock conditions wherein a first instruction executed by a first processor processes data that is common to a second processor while the second processor is locked from simultaneously executing a second instruction that also processes this same data. A lock bit is set when the first processor begins execution of the first instruction. Thereupon, the second processor is prevented from executing its instruction until the first processor has completed its processing of the shared data. Hence, the second processor queues its request in a buffer. The lock bit is cleared after the first processor has completed execution of its instruction. The first processor then checks the buffer for any outstanding requests. In response to the second processor's queued request, the first processor transmits a signal to the second processor indicating that the data is now not locked.
    • 在计算机系统中,一种用于处理锁定条件的装置,其中由第一处理器执行的第一指令在第二处理器被锁定时处理与第二处理器相同的数据,同时执行也处理该相同数据的第二指令。 当第一个处理器开始执行第一个指令时,锁定位被置位。 于是,第二处理器被阻止执行其指令,直到第一处理器完成对共享数据的处理。 因此,第二处理器将其请求排队在缓冲器中。 在第一个处理器完成其指令执行后,锁定位被清零。 然后,第一个处理器检查缓冲区是否有任何未完成的请求。 响应于第二处理器的排队请求,第一处理器向第二处理器发送指示数据现在不被锁定的信号。
    • 10. 发明授权
    • Signaling protocol conversion between a processor and a high-performance
system bus
    • 处理器与高性能系统总线之间的信号协议转换
    • US5845107A
    • 1998-12-01
    • US675679
    • 1996-07-03
    • Matthew A. FischJames E. Jacobson, Jr.Michael W. Rhodehamel
    • Matthew A. FischJames E. Jacobson, Jr.Michael W. Rhodehamel
    • G06F13/36G06F12/08G06F13/364G06F15/76
    • G06F13/364
    • A method of operation in a computer system having a host processor, a pipelined system bus, and at least one agent, all of which operate in accordance with a first signaling protocol, and a processor that is included in a subsystem that operates according to a second signaling protocol which is incompatible with the first signaling protocol. The method comprises the steps of converting arbiter signals generated by the subsystem processor from the second signaling protocol to the first signaling protocol of the pipelined bus to obtain ownership of the pipelined bus. Next, an outgoing request encoding of the processor is translated from the second signaling protocol to the first signaling protocol. Finally, generating a bus cycle on the pipelined bus from the translated outgoing request encoding in accordance with the first signaling protocol of the pipelined bus.
    • 一种具有主处理器,流水线系统总线和至少一个代理的计算机系统中的操作方法,所有这些代理都按照第一信令协议进行操作,并且处理器包括在根据 第二信令协议与第一信令协议不兼容。 该方法包括以下步骤:将由子系统处理器产生的仲裁信号从第二信令协议转换为流水线总线的第一信令协议以获得流水线总线的所有权。 接下来,将处理器的输出请求编码从第二信令协议转换为第一信令协议。 最后,根据流水线总线的第一信令协议从流水线总线生成总线循环,根据翻译的输出请求编码。