Searched refs:backref (Results 1 – 10 of 10) sorted by relevance
/openbmc/u-boot/cmd/ |
H A D | setexpr.c | 237 char backref[2] = { in regex_sub() local 245 backref[1] += i; in regex_sub() 249 2, backref, in regex_sub() 254 char *p = memstr(np, nlen, backref, 2); in regex_sub() 261 backref, 2, in regex_sub()
|
/openbmc/qemu/hw/intc/ |
H A D | arm_gic.c | 1829 GICState **backref = (GICState **)opaque; in gic_do_cpu_read() local 1830 GICState *s = *backref; in gic_do_cpu_read() 1831 int id = (backref - s->backref); in gic_do_cpu_read() 1839 GICState **backref = (GICState **)opaque; in gic_do_cpu_write() local 1840 GICState *s = *backref; in gic_do_cpu_write() 1841 int id = (backref - s->backref); in gic_do_cpu_write() 2043 GICState *s = *backref; in gic_do_hyp_read() 2044 int id = (backref - s->backref); in gic_do_hyp_read() 2054 GICState *s = *backref; in gic_do_hyp_write() 2055 int id = (backref - s->backref); in gic_do_hyp_write() [all …]
|
/openbmc/qemu/hw/misc/ |
H A D | bcm2835_cprman.c | 310 CprmanClockMuxState **backref = opaque; in clock_mux_src_update() local 311 CprmanClockMuxState *s = *backref; in clock_mux_src_update() 312 CprmanClockMuxSource src = backref - s->backref; in clock_mux_src_update() 337 s->backref[i] = s; in clock_mux_init() 340 &s->backref[i], in clock_mux_init()
|
H A D | stm32l4x5_rcc.c | 78 RccClockMuxState **backref = opaque; in clock_mux_src_update() local 79 RccClockMuxState *s = *backref; in clock_mux_src_update() 85 const uint32_t update_src = backref - s->backref; in clock_mux_src_update() 99 s->backref[i] = s; in clock_mux_init() 102 &s->backref[i], in clock_mux_init()
|
/openbmc/qemu/include/hw/intc/ |
H A D | arm_gic_common.h | 137 struct GICState *backref[GIC_NCPU]; member
|
/openbmc/qemu/include/hw/misc/ |
H A D | bcm2835_cprman.h | 174 struct CprmanClockMuxState *backref[CPRMAN_NUM_CLOCK_MUX_SRC]; member
|
H A D | stm32l4x5_rcc.h | 159 struct RccClockMuxState *backref[RCC_NUM_CLOCK_MUX_SRC]; member
|
/openbmc/linux/fs/btrfs/ |
H A D | Makefile | 32 backref.o ulist.o qgroup.o send.o dev-replace.o raid56.o \
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/ |
H A D | rdist-6.1.5-cleanup.patch | 1945 backref(i, lp)
|
/openbmc/linux/Documentation/filesystems/ |
H A D | xfs-online-fsck-design.rst | 3717 2. If the entry is a dotdot entry of a subdirectory, the parent's backref 3731 accounted as a backref counter in the shadow data for A, since child dotdot 3740 The backref information is used to detect inconsistencies in the number of
|