/kernel/linux/linux-6.6/arch/x86/entry/ |
H A D | entry_64_compat.S | 3 * Compatibility mode system call entry point for x86-64. 22 .section .entry.text, "ax" 25 * 32-bit SYSENTER entry. 54 /* Interrupts are off on entry. */ 107 * forces us to single-step through the SYSENTER entry code.) 134 * 32-bit SYSCALL entry. 183 /* Interrupts are off on entry. */
|
/kernel/linux/linux-6.6/drivers/net/wwan/t7xx/ |
H A D | t7xx_hif_cldma.h | 63 struct list_head entry; member
|
H A D | t7xx_port.h | 110 struct list_head entry; member
|
/kernel/linux/linux-6.6/drivers/nvme/host/ |
H A D | fabrics.h | 136 * @entry: Used by the fabrics library to add the new 137 * registration entry to its linked-list internal tree. 159 struct list_head entry; member
|
/kernel/linux/linux-6.6/arch/x86/um/ |
H A D | Makefile | 34 subarch-$(CONFIG_PREEMPTION) += ../entry/thunk_64.o
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/ |
H A D | hmc.h | 42 IRDMA_HMC_IW_MAX, /* Must be last entry */ 114 struct irdma_update_sd_entry entry[IRDMA_MAX_SD_ENTRIES]; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_hw_sspp.h | 334 * @cfg: Pipe catalog entry for which driver object is required 349 struct dentry *entry);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_bios.h | 57 struct dcb_output entry[DCB_MAX_NUM_ENTRIES]; member
|
/kernel/linux/linux-6.6/drivers/iio/ |
H A D | iio_core.h | 28 struct list_head entry; member
|
/kernel/linux/linux-6.6/drivers/input/rmi4/ |
H A D | rmi_driver.h | 95 const struct pdt_entry *entry));
|
/kernel/linux/linux-6.6/tools/testing/selftests/sgx/ |
H A D | test_encl.c | 83 memcpy(tcs + 32, &op->entry, 8); /* OENTRY */ in do_encl_init_tcs_page()
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | coff.h | 61 char entry[4]; member
|
/kernel/linux/linux-6.6/drivers/s390/net/ |
H A D | qeth_l3.h | 96 struct list_head entry; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | coff.h | 61 char entry[4]; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | coff.h | 65 char entry[4]; member
|
/third_party/NuttX/include/nuttx/fs/ |
H A D | dirent_fs.h | 102 unsigned int fd_index; /* Current index of the directory entry to read */ 108 * of the directory entry being read 113 off_t fr_firstoffset; /* Offset to the first entry in the directory */ 123 uint32_t cr_firstoffset; /* Offset to the first entry in the directory */ 143 unsigned int fb_index; /* Index to the next named entry point */ 149 * the offset in FLASH memory to the next vnode entry. 190 int entry; /* Current entry */ member
|
/third_party/mbedtls/include/mbedtls/ |
H A D | asn1.h | 164 /** The next entry in the sequence. 182 /** The next entry in the sequence. 206 * \param p On entry, \c *p points to the first byte of the length, 229 * \param p On entry, \c *p points to the start of the ASN.1 element. 255 * \param p On entry, \c *p points to the start of the ASN.1 element. 274 * \param p On entry, \c *p points to the start of the ASN.1 element. 295 * \param p On entry, \c *p points to the start of the ASN.1 element. 316 * \param p On entry, \c *p points to the start of the ASN.1 element. 337 * \param p On entry, \c *p points to the start of the ASN.1 element. 372 * \param p On entry, \ [all...] |
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_descriptor_set.h | 178 struct tu_descriptor_update_template_entry entry[0]; member
|
/third_party/node/src/dataqueue/ |
H A D | queue.h | 29 // the state of the DataQueue. Every entry in 41 // data. The data may be memory-resident or streaming. The entry 42 // can be idempotent or non-idempotent. An entry cannot be read 60 // must be provided when the DataQueue is constructed. Every entry 97 // a size because it might not know how much data a streaming entry 145 // The entry may or may not represent memory-resident data. It may 155 // true. This is because consuming either the original entry or 156 // the new entry would change the state of the other in non- 161 // entry is known. If size() returns std::nullopt, slice() 171 // If the entry i [all...] |
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | ptrace.h | 120 } entry; member
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | ptrace.h | 120 } entry; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | ptrace.h | 120 } entry; member
|
/third_party/node/deps/v8/src/codegen/ |
H A D | source-position-table.h | 66 void AddEntry(const PositionTableEntry& entry); 73 PositionTableEntry previous_; // Previously written entry, to compute delta. 81 // Filter that applies only to the first entry of the source position table. 82 // If it is kSkipFunctionEntry, it will skip the FunctionEntry entry if it
|
/third_party/node/deps/v8/src/ic/ |
H A D | stub-cache.h | 46 // Access cache for entry hash(name, map). 85 // the STATIC_ASSERT below, in {entry(...)}). 110 // update strategy on updates is fairly clear and simple: Any existing entry 124 // Compute the entry for a given offset in exactly the same way as 129 static Entry* entry(Entry* table, int offset) { in entry() function in v8::internal::StubCache
|
/third_party/node/deps/v8/src/execution/ |
H A D | simulator.h | 116 return FromAddress(code.GetIsolate(), code.entry()); in FromCode() 138 // When running without a simulator we call the entry directly. in Call()
|