| /OK3568_Linux_fs/kernel/sound/firewire/dice/ |
| H A D | dice-transaction.c | 273 __be32 *pointers; in get_subaddrs() local 279 pointers = kmalloc_array(ARRAY_SIZE(min_values), sizeof(__be32), in get_subaddrs() 281 if (pointers == NULL) in get_subaddrs() 290 DICE_PRIVATE_SPACE, pointers, in get_subaddrs() 296 data = be32_to_cpu(pointers[i]); in get_subaddrs() 303 if (be32_to_cpu(pointers[1]) > 0x18) { in get_subaddrs() 310 be32_to_cpu(pointers[0]) * 4 + GLOBAL_VERSION, in get_subaddrs() 328 dice->global_offset = be32_to_cpu(pointers[0]) * 4; in get_subaddrs() 329 dice->tx_offset = be32_to_cpu(pointers[2]) * 4; in get_subaddrs() 330 dice->rx_offset = be32_to_cpu(pointers[4]) * 4; in get_subaddrs() [all …]
|
| H A D | dice-extension.c | 142 __be32 *pointers; in snd_dice_detect_extension_formats() local 147 pointers = kmalloc_array(9, sizeof(__be32) * 2, GFP_KERNEL); in snd_dice_detect_extension_formats() 148 if (pointers == NULL) in snd_dice_detect_extension_formats() 152 DICE_EXT_APP_SPACE, pointers, in snd_dice_detect_extension_formats() 162 if (pointers[i * 2] == pointers[j * 2]) { in snd_dice_detect_extension_formats() 170 section_addr = DICE_EXT_APP_SPACE + be32_to_cpu(pointers[12]) * 4; in snd_dice_detect_extension_formats() 173 kfree(pointers); in snd_dice_detect_extension_formats()
|
| /OK3568_Linux_fs/kernel/Documentation/arm64/ |
| H A D | tagged-address-abi.rst | 17 userspace (EL0) to perform memory accesses through 64-bit pointers with 19 syscall ABI that allows userspace to pass certain tagged pointers to 48 tagged pointers in this context is allowed with these exceptions: 55 incorrectly accept valid tagged pointers for the ``brk()``, 65 incorrectly accept valid tagged pointers for this system call. 101 - The syscall behaviour is undefined for invalid tagged pointers: it may 109 A definition of the meaning of tagged pointers on AArch64 can be found 110 in Documentation/arm64/tagged-pointers.rst. 118 - ``prctl()`` other than pointers to user data either passed directly or 121 - ``ioctl()`` other than pointers to user data either passed directly or [all …]
|
| H A D | pointer-authentication.rst | 21 whether pointers have been modified unexpectedly. A PAC is derived from 78 exposed for data pointers and instruction pointers, as the set of PAC 81 pointers). 129 instructions to sign and authenticate function pointers and other pointers 132 pointers.
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | raid56.c | 1201 void **pointers = rbio->finish_pointers; in finish_rmw() local 1256 pointers[stripe] = kmap(p); in finish_rmw() 1262 pointers[stripe++] = kmap(p); in finish_rmw() 1272 pointers[stripe++] = kmap(p); in finish_rmw() 1275 pointers); in finish_rmw() 1278 copy_page(pointers[nr_data], pointers[0]); in finish_rmw() 1279 run_xor(pointers + 1, nr_data - 1, PAGE_SIZE); in finish_rmw() 1838 void **pointers; in __raid_recover_end_io() local 1844 pointers = kcalloc(rbio->real_stripes, sizeof(void *), GFP_NOFS); in __raid_recover_end_io() 1845 if (!pointers) { in __raid_recover_end_io() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | sysv-fs.rst | 114 of limited size, and every now and then a free block contains pointers 116 contains pointers and so on. The list terminates with a "block number" 214 - 1 indirect block (pointers to blocks) 215 - 1 double-indirect block (pointer to pointers to blocks) 220 - 1 indirect block (pointers to blocks) 221 - 1 double-indirect block (pointer to pointers to blocks) 222 - 1 triple-indirect block (pointer to pointers to pointers to blocks)
|
| H A D | qnx6.rst | 61 addressing block holds up to blocksize / 4 bytes pointers to data blocks. 65 Unused block pointers are always set to ~0 - regardless of root node, 86 The inode structure contains pointers to the filesystem blocks which contain 94 There are also pointers to the first 16 blocks, if the object data can be 122 starting with the superblock longfilename root node pointers. 133 no block pointers and the directory file record pointing to the target file
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/gettext/gettext-minimal-0.21/aclocal/ |
| H A D | host-cpu-c-abi.m4 | 66 # - 64-bit instruction set, 64-bit pointers, 64-bit 'long': x86_64. 67 # - 64-bit instruction set, 64-bit pointers, 32-bit 'long': x86_64 69 # - 64-bit instruction set, 32-bit pointers, 32-bit 'long': x86_64-x32. 70 # - 32-bit instruction set, 32-bit pointers, 32-bit 'long': i386. 103 # - aarch64 instruction set, 64-bit pointers, 64-bit 'long': arm64. 104 # - aarch64 instruction set, 32-bit pointers, 32-bit 'long': arm64-ilp32. 105 # - 32-bit instruction set, 32-bit pointers, 32-bit 'long': arm or armhf. 516 # - 64-bit instruction set, 64-bit pointers, 64-bit 'long': x86_64. 517 # - 64-bit instruction set, 64-bit pointers, 32-bit 'long': x86_64 519 # - 64-bit instruction set, 32-bit pointers, 32-bit 'long': x86_64-x32. [all …]
|
| /OK3568_Linux_fs/kernel/tools/lib/traceevent/Documentation/ |
| H A D | libtraceevent-fields.txt | 20 The _tep_event_common_fields()_ function returns an array of pointers to common 24 The _tep_event_fields()_ function returns an array of pointers to event specific 31 an array of pointers to tep_format_field structures in case of success, or
|
| H A D | libtraceevent-event_list.txt | 27 The _tep_list_events()_ function returns an array of pointers to the events, 46 The _tep_list_events()_ function returns an array of pointers to events. 50 The _tep_list_events_copy()_ function returns an array of pointers to events.
|
| /OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/arm64/ |
| H A D | tagged-pointers.txt | 1 Chinese translated version of Documentation/arm64/tagged-pointers.rst 12 Documentation/arm64/tagged-pointers.rst 的中文翻译
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/musl/ |
| H A D | musl_git.bb | 38 # When compiling for Thumb or Thumb2, frame pointers _must_ be disabled since the 40 # (where r7 is used for the syscall NR). In most cases, frame pointers will be 43 # pointers have been enabled by -fno-omit-frame-pointer earlier in CFLAGS, etc.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/openssh/openssh/ |
| H A D | fix-potential-signed-overflow-in-pointer-arithmatic.patch | 51 + * Cast pointers to unsigned type before calculation, to avoid signed 77 + * Cast pointers to unsigned type before calculation, to avoid signed 103 + * Cast pointers to unsigned type before calculation, to avoid signed
|
| /OK3568_Linux_fs/kernel/Documentation/RCU/ |
| H A D | rcu_dereference.rst | 40 -not- work in general for char* pointers. 42 - XOR bits to translate pointers, as is done in some 50 "(x-(uintptr_t)x)" for char* pointers. The compiler is within its 87 - Be very careful about comparing pointers obtained from 89 explained, if the two pointers are equal, the compiler could 115 it is safe to compare pointers from rcu_dereference() 116 against NULL pointers. 155 rcu_dereference(). In this case, both pointers depend 171 - The pointers are not equal -and- the compiler does 422 pointers, which can result in "interesting" bugs due to compiler [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/ |
| H A D | marvell-neta-bm.txt | 12 - pool<0 : 3>,capacity: size of external buffer pointers' ring maintained 18 pointers' pool (id 0 : 3). It will be taken into consideration only when pool
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | assoc_array.rst | 11 1. Objects are opaque pointers. The implementation does not care where they 52 pack leaf object pointers into spare space in the node rather than making an 187 pointers internally. 340 can contain mixtures of leaves and metadata pointers. 434 pointers - even if some of those leaves would like to be in the same slot. 436 A node can contain a heterogeneous mix of leaves and metadata pointers. 437 Metadata pointers must be in the slots that match their subdivisions of key 477 Each node has a maximum capacity of 16 leaves and metadata pointers. If the 523 new layout until we follow the back pointers - at which point we've 525 leaves in a node before following any of its metadata pointers). [all …]
|
| H A D | printk-formats.rst | 61 pointers of different types. 91 For printing error pointers (i.e. a pointer for which IS_ERR() is true) 138 For printing kernel pointers which should be hidden from unprivileged 149 For printing pointers when you *really* want to print the address. Please 151 kernel memory layout before printing pointers with %px. %px is functionally 154 printing pointers we will be better equipped to find the call sites. 168 printk("test: difference between pointers: %td\n", ptr2 - ptr1); 403 For printing name of block_device pointers.
|
| /OK3568_Linux_fs/kernel/tools/objtool/Documentation/ |
| H A D | stack-validation.txt | 35 Frame pointers are used for debugging purposes. They allow runtime 40 For some architectures, frame pointers are enabled by 42 required by the ABI (sometimes referred to as "backchain pointers"). 45 frame pointers when the -fno-omit-frame-pointer option is used. 51 For stack traces based on frame pointers to be reliable, all 58 pointers enabled: 95 destroyed. This is an inherent limitation of frame pointers. 99 An alternative to frame pointers and DWARF, ORC unwind data can be 100 used to walk the stack. Unlike frame pointers, ORC data is out of
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/ |
| H A D | functional | 189 // Handle member data pointers using _Mem_fn's logic 312 // To pick up function references (that will become function pointers) 551 /// Implementation of @c mem_fn for member function pointers. 579 // Handle pointers 584 // Handle smart pointers, references and pointers to derived 594 /// Implementation of @c mem_fn for const member function pointers. 623 // Handle pointers 628 // Handle smart pointers, references and pointers to derived 637 /// Implementation of @c mem_fn for volatile member function pointers. 666 // Handle pointers [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/ |
| H A D | functional | 189 // Handle member data pointers using _Mem_fn's logic 312 // To pick up function references (that will become function pointers) 551 /// Implementation of @c mem_fn for member function pointers. 579 // Handle pointers 584 // Handle smart pointers, references and pointers to derived 594 /// Implementation of @c mem_fn for const member function pointers. 623 // Handle pointers 628 // Handle smart pointers, references and pointers to derived 637 /// Implementation of @c mem_fn for volatile member function pointers. 666 // Handle pointers [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest/ |
| H A D | userfaultfd.patch | 83 + the one at the front pointer. Then both pointers are advanced to the next 87 + rear pointers can't wrap on the same call by not testing the rear 140 + congruential generator. Then, the pointers are set to known locations 266 + Note: It is important that we also remember the locations of the pointers 267 + in the current state information, and restore the locations of the pointers
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | sysfs-tagging.rst | 18 By using the network namespace pointers as tags to separate out 37 kernfs_node->ns pointers pointing to it.
|
| /OK3568_Linux_fs/kernel/Documentation/x86/ |
| H A D | orc-unwinder.rst | 28 ORC vs frame pointers 31 With frame pointers enabled, GCC adds instrumentation code to every 38 frame pointers and enable the ORC unwinder, you get a nice performance 49 Another benefit of ORC compared to frame pointers is that it can 55 The main disadvantage of the ORC unwinder compared to frame pointers is
|
| /OK3568_Linux_fs/buildroot/package/cereal/ |
| H A D | 0001-Store-a-copy-of-each-serialized-shared_ptr-within-the-archive.patch | 38 // Handle null pointers by just returning 0 48 + //! Copy of shared pointers used in #itsSharedPointerMap to make sure they are kept alive
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/toshiba/ |
| H A D | spider_net.rst | 21 together with three pointers into the ring that are used to manage its 42 This filling and emptying is managed by three pointers, the "head" 43 and "tail" pointers, managed by the OS, and a hardware current 74 Thus, in an idle system, the GDACTDPA, tail and head pointers will 79 GDACTDPA, tail and head pointers. It will also summarize the contents 156 Both the tail and head pointers are pointing at descr 255, which is
|