Home
last modified time | relevance | path

Searched full:prefixed (Results 1 – 25 of 312) sorted by relevance

12345678910>>...13

/openbmc/phosphor-power/phosphor-regulators/docs/config_file/
H A Di2c_write_byte.md12 | register | yes | string | Device register address expressed in hexadecimal. Must be prefixed
13 | value | yes | string | Byte value to write expressed in hexadecimal. Must be prefixed wit…
14 | mask | no | string | Bit mask expressed in hexadecimal. Must be prefixed with 0x and su…
H A Di2c_compare_byte.md12 | register | yes | string | Device register address expressed in hexadecimal. Must be prefixed
13 | value | yes | string | Expected byte value expressed in hexadecimal. Must be prefixed wit…
14 | mask | no | string | Bit mask expressed in hexadecimal. Must be prefixed with 0x and su…
H A Di2c_write_bytes.md18 …g | Device register address expressed in hexadecimal. Must be prefixed with 0x and surro…
19 … more byte values to write expressed in hexadecimal. Each value must be prefixed with 0x and surro…
20 …ngs | One or more bit masks expressed in hexadecimal. Each mask must be prefixed with 0x and surro…
H A Di2c_compare_bytes.md18 …g | Device register address expressed in hexadecimal. Must be prefixed with 0x and surro…
19 … more expected byte values expressed in hexadecimal. Each value must be prefixed with 0x and surro…
20 …ngs | One or more bit masks expressed in hexadecimal. Each mask must be prefixed with 0x and surro…
/openbmc/linux/tools/testing/selftests/powerpc/include/
H A Dinstructions.h69 /* This defines the prefixed load/store instructions */
116 /* Prefixed Integer Load/Store instructions */
130 /* Prefixed Floating-Point Load/Store Instructions */
136 /* Prefixed VSX Load/Store Instructions */
/openbmc/linux/arch/sh/include/mach-common/mach/
H A Dmangle-port.h17 * variations of functions: non-prefixed ones that preserve the value
18 * and prefixed ones that preserve byte addresses. The latters are
/openbmc/u-boot/arch/mips/include/asm/mach-generic/
H A Dmangle-port.h20 * variations of functions: non-prefixed ones that preserve the value
21 * and prefixed ones that preserve byte addresses. The latters are
/openbmc/linux/arch/arm64/include/asm/
H A Dhyp_image.h15 * KVM nVHE code has its own symbol namespace prefixed with __kvm_nvhe_,
26 * KVM nVHE ELF section names are prefixed with .hyp, to separate them
/openbmc/linux/Documentation/mm/
H A Dpage_frags.rst30 called. The "netdev" prefixed functions are usable in any context as these
31 functions will disable interrupts, while the "napi" prefixed functions are
/openbmc/openbmc/poky/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/
H A D0002-musl-does-not-provide-printf-h.patch224 + }, { /* 1: l-prefixed */
231 + }, { /* 2: ll-prefixed */
236 + }, { /* 3: h-prefixed */
242 + }, { /* 4: hh-prefixed */
247 + }, { /* 5: L-prefixed */
251 + }, { /* 6: z- or t-prefixed (assumed to be same size) */
256 + }, { /* 7: j-prefixed */
/openbmc/linux/arch/mips/include/asm/mach-generic/
H A Dmangle-port.h23 * variations of functions: non-prefixed ones that preserve the value
24 * and prefixed ones that preserve byte addresses. The latters are
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0002-add-fallback-parse_printf_format-implementation.patch209 + }, { /* 1: l-prefixed */
216 + }, { /* 2: ll-prefixed */
221 + }, { /* 3: h-prefixed */
227 + }, { /* 4: hh-prefixed */
232 + }, { /* 5: L-prefixed */
236 + }, { /* 6: z- or t-prefixed (assumed to be same size) */
241 + }, { /* 7: j-prefixed */
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0005-add-fallback-parse_printf_format-implementation.patch209 + }, { /* 1: l-prefixed */
216 + }, { /* 2: ll-prefixed */
221 + }, { /* 3: h-prefixed */
227 + }, { /* 4: hh-prefixed */
232 + }, { /* 5: L-prefixed */
236 + }, { /* 6: z- or t-prefixed (assumed to be same size) */
241 + }, { /* 7: j-prefixed */
/openbmc/linux/arch/powerpc/include/asm/
H A Dsstep.h95 /* Prefixed flag, ORed in with type */
96 #define PREFIXED 0x800 macro
103 #define GETLENGTH(t) (((t) & PREFIXED) ? 8 : 4)
/openbmc/linux/arch/arm64/kernel/
H A Dimage-vars.h16 * The EFI stub has its own symbol namespace prefixed by __efistub_, to
40 * KVM nVHE code has its own symbol namespace prefixed with __kvm_nvhe_, to
/openbmc/libpldm/docs/checklists/
H A Dchanges.md105 specifications must be prefixed with either `pldm_` or `PLDM_` as
112 implementation must be prefixed with `libpldm_` or `LIBPLDM_`
114 - [ ] All `pldm_`-prefixed symbols must also name the related specification. For
118 - [ ] All enum members must be prefixed with the type name
/openbmc/linux/drivers/i3c/master/mipi-i3c-hci/
H A Dcore.c197 bool prefixed = raw && !!(ccc->id & I3C_CCC_DIRECT); in i3c_hci_send_ccc_cmd() local
198 unsigned int nxfers = ccc->ndests + prefixed; in i3c_hci_send_ccc_cmd()
209 if (prefixed) { in i3c_hci_send_ccc_cmd()
218 for (i = 0; i < nxfers - prefixed; i++) { in i3c_hci_send_ccc_cmd()
232 if (prefixed) in i3c_hci_send_ccc_cmd()
243 for (i = prefixed; i < nxfers; i++) { in i3c_hci_send_ccc_cmd()
245 ccc->dests[i - prefixed].payload.len = in i3c_hci_send_ccc_cmd()
/openbmc/linux/arch/powerpc/platforms/
H A DKconfig.cputype471 bool "Build Kernel with Prefixed Instructions"
473 POWER10 and later CPUs support prefixed instructions, 8 byte
477 This option builds the kernel with prefixed instructions, and
480 Kernel support for prefixed instructions in applications and guests
/openbmc/openbmc/poky/bitbake/lib/bs4/builder/
H A D_lxml.py86 tracked. Un-prefixed namespaces are not tracked.
92 # don't track un-prefixed namespaces. Soupselect will
93 # treat an un-prefixed namespace as the default, which
272 # We should not track un-prefixed namespaces as we can only hold one
/openbmc/linux/arch/powerpc/xmon/
H A Dxmon_bpts.S7 /* Prefixed instructions can not cross 64 byte boundaries */
/openbmc/linux/arch/powerpc/lib/
H A Dsstep.c193 * prefixed instruction
1504 op->type = COMPUTE | PREFIXED; in analyse_instr()
2976 case 1: /* Prefixed instructions */ in analyse_instr()
2996 op->type = MKOP(LOAD, PREFIXED | SIGNEXT, 4); in analyse_instr()
3001 op->type = MKOP(LOAD_VSX, PREFIXED, 8); in analyse_instr()
3007 op->type = MKOP(LOAD_VSX, PREFIXED, 4); in analyse_instr()
3013 op->type = MKOP(STORE_VSX, PREFIXED, 8); in analyse_instr()
3019 op->type = MKOP(STORE_VSX, PREFIXED, 4); in analyse_instr()
3027 op->type = MKOP(LOAD_VSX, PREFIXED, 16); in analyse_instr()
3035 op->type = MKOP(STORE_VSX, PREFIXED, 16); in analyse_instr()
[all …]
/openbmc/qemu/docs/system/devices/
H A Dvirtio-gpu.rst33 into VGA and non-VGA variants. The VGA ones are prefixed with virtio-vga
34 or vhost-user-vga while the non-VGA ones are prefixed with virtio-gpu or
/openbmc/linux/arch/riscv/kernel/pi/
H A Dfdt_early.c7 * Declare the functions that are exported (but prefixed) here so that LLVM
/openbmc/linux/arch/riscv/kernel/
H A Dimage-vars.h18 * The EFI stub has its own symbol namespace prefixed by __efistub_, to
/openbmc/linux/scripts/kconfig/tests/preprocess/builtin_func/
H A DKconfig7 # and the message is prefixed with the current file name and line number.

12345678910>>...13