/openbmc/qemu/docs/devel/ |
H A D | writing-monitor-commands.rst | 228 Let's say we don't accept the string "message" to contain the word "love". If 235 error_setg(errp, "the word 'love' is not allowed"); 258 "desc": "the word 'love' is not allowed"
|
/openbmc/linux/Documentation/bpf/standardization/ |
H A D | instruction-set.rst | 444 BPF_W 0x00 word (4 bytes) 445 BPF_H 0x08 half word (2 bytes) 447 BPF_DW 0x18 double word (8 bytes)
|
/openbmc/linux/drivers/tty/hvc/ |
H A D | hvsi.c | 232 if ((be32_to_cpu(header->word) & HVSI_TSCD) == 0) { in hvsi_recv_control() 595 packet.word = cpu_to_be32(HVSI_TSDTR); in hvsi_set_mctrl()
|
/openbmc/u-boot/lib/ |
H A D | Kconfig | 149 better performance by writing a word at a time. But in very 158 better performance by writing a word at a time. But in very
|
/openbmc/qemu/target/hexagon/ |
H A D | README | 1 Hexagon is Qualcomm's very long instruction word (VLIW) digital signal 135 address to helper functions. Here's an example for an HVX vector-add-word
|
/openbmc/linux/arch/arm/kernel/ |
H A D | iwmmxt.S | 355 .word 0
|
/openbmc/openbmc/meta-openembedded/meta-oe/licenses/ |
H A D | TLWG | 124 the words "Bitstream" or the word "Vera".
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | OpenSSL | 93 The word `cryptographic` can be left out if the rouines from the library
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | scale.S | 95 | if the result of the add sets a bit in the upper word.
|
H A D | x_operr.S | 256 | the stack at (a7). D1 has size: 1=byte,2=word,4=long/single
|
/openbmc/linux/Documentation/firmware-guide/acpi/ |
H A D | acpi-lid.rst | 31 However the word of "current" has ambiguity, some buggy AML tables return
|
/openbmc/linux/drivers/pci/hotplug/ |
H A D | cpqphp_nvram.c | 35 unsigned short word; /* ax */ member
|
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
H A D | chtls.h | 578 void chtls_set_tcb_field_rpl_skb(struct sock *sk, u16 word,
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | spkguide.txt | 121 and would rather only type one word. So keypad it is. Got it? Good. 171 keypad 4 -- read previous word 172 keypad 5 -- read current word (press twice rapidly to spell the current word) 173 keypad 6 -- read next word 833 type the word lynx, followed by a space. Now press and hold the speakup 870 The word echo tells the shell that you want to have it display the 871 string of characters that follow the word echo. If you were to just 876 You would get the word hello printed on your screen as soon as you 1315 proprietary word processors, SGML or XML for which the DTD and/or 1317 machine-generated HTML, PostScript or PDF produced by some word
|
/openbmc/linux/mm/ |
H A D | page_alloc.c | 376 unsigned long word; in get_pfnblock_flags_mask() local 387 word = READ_ONCE(bitmap[word_bitidx]); in get_pfnblock_flags_mask() 388 return (word >> bitidx) & mask; in get_pfnblock_flags_mask() 410 unsigned long word; in set_pfnblock_flags_mask() local 425 word = READ_ONCE(bitmap[word_bitidx]); in set_pfnblock_flags_mask() 427 } while (!try_cmpxchg(&bitmap[word_bitidx], &word, (word & ~mask) | flags)); in set_pfnblock_flags_mask()
|
/openbmc/linux/drivers/crypto/inside-secure/ |
H A D | safexcel_hash.c | 382 u32 *ipad = ctx->base.ipad.word; in safexcel_ahash_send_req() 824 result[i] = swab32(ctx->base.ipad.word[i + 4]); in safexcel_ahash_final() 1902 req->state[0] = cpu_to_le32(~ctx->base.ipad.word[0]); in safexcel_crc32_init() 2075 ctx->base.ipad.word[i] = swab32(key_tmp[i]); in safexcel_xcbcmac_setkey() 2154 ctx->base.ipad.word[i + 8] = swab32(ctx->aes->key_enc[i]); in safexcel_cmac_setkey()
|
/openbmc/linux/fs/jfs/ |
H A D | jfs_imap.c | 2694 static int diFindFree(u32 word, int start) in diFindFree() argument 2699 for (word <<= start, bitno = start; bitno < 32; in diFindFree() 2700 bitno++, word <<= 1) { in diFindFree() 2701 if ((word & HIGHORDER) == 0) in diFindFree()
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_filter.c | 57 unsigned int ftid, u16 word, u64 mask, u64 val, in set_tcb_field() argument 72 req->word_cookie = htons(TCB_WORD_V(word) | TCB_COOKIE_V(ftid)); in set_tcb_field() 122 unsigned int word, u64 mask, u64 val, in mk_set_tcb_ulp() argument 135 req->word_cookie = htons(TCB_WORD_V(word) | TCB_COOKIE_V(cookie)); in mk_set_tcb_ulp()
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | drxd_hard.c | 1076 u16 word; 1079 &word, 0); 1082 pData[2 * i] = (u8) (word & 0xFF); 1083 pData[(2 * i) + 1] = (u8) (word >> 8);
|
/openbmc/linux/net/ipv4/ |
H A D | fou_core.c | 425 if (guehdr->word != guehdr2->word) { in gue_gro_receive()
|
/openbmc/linux/Documentation/virt/kvm/devices/ |
H A D | s390_flic.rst | 54 subsystem identification word passed via the buffer specified by
|
/openbmc/linux/arch/m68k/ifpsp060/ |
H A D | ilsp.doc | 53 assembly syntaxes by using any word processor with a global
|
/openbmc/linux/Documentation/devicetree/bindings/ |
H A D | xilinx.txt | 34 generic class of device. Preferably, this is one word, such
|
/openbmc/linux/drivers/net/vmxnet3/ |
H A D | vmxnet3_defs.h | 386 __le16 word[8]; member
|
/openbmc/linux/tools/scripts/ |
H A D | utilities.mak | 114 # that works as a shell word, regardless of whether or
|