Home
last modified time | relevance | path

Searched refs:ADDRESS (Results 1 – 25 of 40) sorted by relevance

12

/openbmc/qemu/tests/qtest/
H A Dprom-env-test.c27 #define ADDRESS 0x4000 macro
36 signature = qtest_readl(qts, ADDRESS); in check_guest_memory()
63 extra_args, MAGIC, ADDRESS); in test_machine()
/openbmc/linux/arch/m68k/fpsp040/
H A Dslogn.S351 |--GET K, Y, F, AND ADDRESS OF 1/F.
356 lea LOGTBL,%a0 | ...BASE ADDRESS OF 1/F AND LOG(F)
359 |--WHILE THE CONVERSION IS GOING ON, WE GET F AND ADDRESS OF 1/F
364 movel FFRAC(%a6),%d0 | ...READY TO GET ADDRESS OF 1/F
369 addal %d0,%a0 | ...A0 IS THE ADDRESS FOR 1/F
376 |--SUMMARY: FP0 IS Y-F, A0 IS ADDRESS OF 1/F, FP1 IS K
407 addal #16,%a0 | ...ADDRESS OF LOG(F)
H A Dstwotox.S234 lea EXPTBL,%a1 | ...LOAD ADDRESS OF TABLE OF 2^(J/64)
240 addal %d0,%a1 | ...ADDRESS FOR 2^(J/64)
337 lea EXPTBL,%a1 | ...LOAD ADDRESS OF TABLE OF 2^(J/64)
343 addal %d0,%a1 | ...ADDRESS FOR 2^(J/64)
H A Dssin.S213 addal %d0,%a1 | ...A1 IS THE ADDRESS OF N*PIBY2
568 addal %d0,%a1 | ...ADDRESS OF N*PIBY2, IN Y1, Y2
H A Dstan.S199 addal %d0,%a1 | ...ADDRESS N*PIBY2 IN Y1, Y2
/openbmc/linux/Documentation/PCI/endpoint/
H A Dpci-ntb-function.rst83 | ADDRESS (LOWER 32) |
85 | ADDRESS (UPPER 32) |
125 in the ADDRESS register (64 bit), the size should be programmed in
147 ADDRESS/SIZE:
305 | BAR0 | | | Doorbell 1 +-----------> MSI-X ADDRESS 1 |
310 +-----------------+----+ +----------------+ | +-> MSI-X ADDRESS 2 |
314 +-----------------+ | | MW1 +---+ | +-->+ MSI-X ADDRESS 3||
318 | | | +---->+ MSI-X ADDRESS 4 |
/openbmc/linux/arch/powerpc/kernel/
H A Dsysfs.c83 #define __SYSFS_SPRSETUP_READ_WRITE(NAME, ADDRESS, EXTRA) \ argument
86 *(unsigned long *)val = mfspr(ADDRESS); \
91 mtspr(ADDRESS, *(unsigned long *)val); \
117 #define SYSFS_PMCSETUP(NAME, ADDRESS) \ argument
118 __SYSFS_SPRSETUP_READ_WRITE(NAME, ADDRESS, ppc_enable_pmcs()) \
120 #define SYSFS_SPRSETUP(NAME, ADDRESS) \ argument
121 __SYSFS_SPRSETUP_READ_WRITE(NAME, ADDRESS, ) \
/openbmc/linux/drivers/media/dvb-frontends/
H A Ddrxd_firm.c17 #define ADDRESS(x) ((x) & 0xFF), (((x)>>8) & 0xFF), (((x)>>16) & 0xFF), (((x)>>24) & 0xFF) macro
23 #define WRBLOCK(a, l) ADDRESS(a), LENGTH(l)
24 #define WR16(a, d) ADDRESS(a), LENGTH(1), DATA16(d)
/openbmc/linux/arch/m68k/ifpsp060/
H A DCHANGES82 ADDRESS = PC of instruction being emulated
104 ADDRESS = Address of source or destination operand
/openbmc/entity-manager/docs/
H A Dassociations.md79 "ConnectsToType": "PSU$ADDRESS % 4 + 1 Port",
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A D12_makefile_config.patch47 # Optional: Turning on host ADDRESS checking
/openbmc/qemu/disas/
H A Dnanomips.c478 static char *ADDRESS(uint64 value, int instruction_size, Dis_info *info) in ADDRESS() function
1827 g_autofree char *s = ADDRESS(s_value, 4, info); in ADDIUPC_32_()
1849 g_autofree char *s = ADDRESS(s_value, 6, info); in ADDIUPC_48_()
2307 g_autofree char *s = ADDRESS(s_value, 4, info); in ALUIPC()
2464 g_autofree char *s = ADDRESS(s_value, 2, info); in BALC_16_()
2484 g_autofree char *s = ADDRESS(s_value, 4, info); in BALC_32_()
2529 g_autofree char *s = ADDRESS(s_value, 4, info); in BBEQZC()
2552 g_autofree char *s = ADDRESS(s_value, 4, info); in BBNEZC()
2572 g_autofree char *s = ADDRESS(s_value, 2, info); in BC_16_()
2592 g_autofree char *s = ADDRESS(s_value, 4, info); in BC_32_()
[all …]
/openbmc/u-boot/board/seco/mx6quq7/
H A Dmx6quq7-2g.cfg59 /* ADDRESS */
/openbmc/linux/Documentation/networking/devlink/
H A Ddevlink-region.rst52 $ devlink region read DEV/REGION [ snapshot SNAPSHOT_ID ] address ADDRESS length length
/openbmc/linux/drivers/platform/x86/
H A Dcompal-laptop.c468 #define TEMPERATURE_SHOW_TEMP_AND_LABEL(POSTFIX, ADDRESS, LABEL) \ argument
472 return sprintf(buf, "%d\n", 1000 * (int)ec_read_s8(ADDRESS)); \
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6qdl-colibri.dtsi1176 /* ADDRESS[16:18] [25] used as GPIO */
1192 /* ADDRESS[19:24] used as GPIO */
1245 /* ADDRESS[16] DATA[30] used as GPIO */
/openbmc/docs/development/
H A Dweb-ui.md150 "BMC HOST OR BMC IP ADDRESS" field.
/openbmc/linux/Documentation/arch/arm64/
H A Dtagged-address-abi.rst2 AArch64 TAGGED ADDRESS ABI
H A Dpointer-authentication.rst92 initialised by passing flags KVM_ARM_VCPU_PTRAUTH_[ADDRESS/GENERIC] and
/openbmc/qemu/target/s390x/tcg/
H A Dinsn-data.h.inc437 /* LOAD ADDRESS */
440 /* LOAD ADDRESS EXTENDED */
443 /* LOAD ADDRESS RELATIVE LONG */
1355 /* LOAD REAL ADDRESS */
1359 /* LOAD USING REAL ADDRESS */
1372 /* SET ADDRESS SPACE CONTROL FAST */
1384 /* SET PSW KEY FROM ADDRESS */
1397 /* STORE CPU ADDRESS */
1413 /* STORE USING REAL ADDRESS */
/openbmc/openbmc/meta-arm/documentation/
H A Drunfvp.md72 …s a space-separated list of parameters in the format `[INST=]FILE@[MEMSPACE:]ADDRESS`. For example:
/openbmc/linux/Documentation/networking/
H A Dvrf.rst352 $ ip [-6] route get vrf NAME ADDRESS
353 $ ip [-6] route get oif NAME ADDRESS
/openbmc/linux/sound/pci/asihpi/
H A Dhpi6000.c113 #define ADDRESS 0x0200 macro
484 phw->dw2040_HPIDSP + (ADDRESS + in create_adapter_obj()
/openbmc/qemu/docs/system/devices/
H A Dcxl.rst162 |<------------------SYSTEM PHYSICAL ADDRESS MAP (1)----------------->|
247 |<------------------SYSTEM PHYSICAL ADDRESS MAP (1)----------------->|
/openbmc/linux/drivers/media/i2c/
H A Dtc358746.c113 #define ADDRESS(val) FIELD_PREP(GENMASK(28, 24), (val)) macro
635 ADDRESS(CSI_CONTROL_ADDRESS) | in tc358746_enable_csi_module()

12