Searched refs:banked (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/Documentation/arch/sh/ |
H A D | register-banks.rst | 11 bank (selected by SR.RB, only r0 ... r7 are banked), whereas other families 17 In the case of this type of banking, banked registers are mapped directly to 19 can still be used to reference the banked registers (as r0_bank ... r7_bank) 21 in mind when writing code that utilizes these banked registers, for obvious
|
/openbmc/qemu/hw/intc/ |
H A D | armv7m_nvic.c | 544 bool banked = exc_is_banked(irq); in do_armv7m_nvic_set_pending() local 549 assert(!secure || banked); in do_armv7m_nvic_set_pending() 551 vec = (banked && secure) ? &s->sec_vectors[irq] : &s->vectors[irq]; in do_armv7m_nvic_set_pending() 553 targets_secure = banked ? secure : exc_targets_secure(s, irq); in do_armv7m_nvic_set_pending() 682 bool banked = exc_is_banked(irq); in armv7m_nvic_set_pending_lazyfp() local 695 assert(!secure || banked); in armv7m_nvic_set_pending_lazyfp() 697 vec = (banked && secure) ? &s->sec_vectors[irq] : &s->vectors[irq]; in armv7m_nvic_set_pending_lazyfp() 699 targets_secure = banked ? secure : exc_targets_secure(s, irq); in armv7m_nvic_set_pending_lazyfp() 920 bool banked = exc_is_banked(irq); in armv7m_nvic_get_ready_status() local 925 assert(!secure || banked); in armv7m_nvic_get_ready_status() [all …]
|
/openbmc/linux/arch/sh/ |
H A D | Kconfig.cpu | 86 accomplishing what is taken care of by the banked registers.
|
/openbmc/linux/Documentation/i2c/ |
H A D | i2c-stub.rst | 57 select the active bank, as well as the range of banked registers.
|
/openbmc/linux/Documentation/arch/arm/ |
H A D | setup.rst | 23 the memory is banked, then this should contain the total number
|
/openbmc/linux/Documentation/virt/kvm/devices/ |
H A D | arm-vgic.rst | 61 fields are not banked, but return the same value regardless of the
|
H A D | arm-vgic-v3.rst | 113 Note that distributor fields are not banked, but return the same value
|
/openbmc/qemu/target/arm/tcg/ |
H A D | t32.decode | 395 # Note that the v7m insn overlaps both the normal and banked insn.
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | sh_mobile_lcdcfb.c | 262 static bool banked(int reg_nr) in banked() function 291 if (banked(reg_nr)) in lcdc_write_chan()
|
/openbmc/linux/Documentation/driver-api/soundwire/ |
H A D | stream.rst | 354 Slave(s) registers. The banked registers programming is done on the
|