Home
last modified time | relevance | path

Searched refs:descriptors (Results 1 – 25 of 33) sorted by relevance

12

/device/linaro/bootloader/edk2/DuetPkg/BootSector/
Defi64.S67 movl %eax,%ebx # use bx to copy 15..0 to descriptors
68 shrl $16,%eax # use ax to copy 31..16 to descriptors
69 # 63..32 of descriptors is 0
82 …loopl LOOP_1 # loop back through again until all descriptors are in…
86 ## so initialize all the rest of the descriptors with these two values...
87 # mov ecx, 101 ; there are 100 descriptors left (INT 20 (14h) - I…
95 # loop @b ; loop back through again until all descriptors ar…
98 ## DUMP location of IDT and several of the descriptors
Defi64.asm64 mov ebx, eax ; use bx to copy 15..0 to descriptors
65 shr eax, 16 ; use ax to copy 31..16 to descriptors
66 ; 63..32 of descriptors is 0
79 …loop @b ; loop back through again until all descriptors are in…
83 ;; so initialize all the rest of the descriptors with these two values...
84 ; mov ecx, 101 ; there are 100 descriptors left (INT 20 (14h) - I…
92 ; loop @b ; loop back through again until all descriptors ar…
95 ;; DUMP location of IDT and several of the descriptors
Defi32.S54 movl %eax, %ebx # use bx to copy 15..0 to descriptors
55 shrl $16, %eax # use ax to copy 31..16 to descriptors
67 …loopl LOOP_1 # loop back through again until all descriptors are…
71 ## so initialize all the rest of the descriptors with these two values...
72 # mov ecx, 101 ; there are 100 descriptors left (INT 20 (14h) - I…
79 # loop @b ; loop back through again until all descriptors ar…
82 ## DUMP location of IDT and several of the descriptors
Defi32.asm56 mov ebx, eax ; use bx to copy 15..0 to descriptors
57 shr eax, 16 ; use ax to copy 31..16 to descriptors
69 …loop @b ; loop back through again until all descriptors are in…
73 ;; so initialize all the rest of the descriptors with these two values...
74 ; mov ecx, 101 ; there are 100 descriptors left (INT 20 (14h) - I…
81 ; loop @b ; loop back through again until all descriptors ar…
84 ;; DUMP location of IDT and several of the descriptors
/device/linaro/hikey/gralloc960/
Dmali_gralloc_ion.cpp329 static bool check_buffers_sharable(const gralloc_buffer_descriptor_t *descriptors, uint32_t numDesc… in check_buffers_sharable() argument
345 buffer_descriptor_t *bufDescriptor = (buffer_descriptor_t *)descriptors[i]; in check_buffers_sharable()
374 static int get_max_buffer_descriptor_index(const gralloc_buffer_descriptor_t *descriptors, uint32_t… in get_max_buffer_descriptor_index() argument
381 buffer_descriptor_t *bufDescriptor = (buffer_descriptor_t *)descriptors[i]; in get_max_buffer_descriptor_index()
393 …t mali_gralloc_ion_allocate(mali_gralloc_module *m, const gralloc_buffer_descriptor_t *descriptors, in mali_gralloc_ion_allocate() argument
433 *shared_backend = check_buffers_sharable(descriptors, numDescriptors); in mali_gralloc_ion_allocate()
439 max_buffer_index = get_max_buffer_descriptor_index(descriptors, numDescriptors); in mali_gralloc_ion_allocate()
440 max_bufDescriptor = (buffer_descriptor_t *)(descriptors[max_buffer_index]); in mali_gralloc_ion_allocate()
479 buffer_descriptor_t *bufDescriptor = (buffer_descriptor_t *)(descriptors[i]); in mali_gralloc_ion_allocate()
518 buffer_descriptor_t *bufDescriptor = (buffer_descriptor_t *)(descriptors[i]); in mali_gralloc_ion_allocate()
[all …]
Dmali_gralloc_bufferallocation.h27 …ali_gralloc_buffer_allocate(mali_gralloc_module *m, const gralloc_buffer_descriptor_t *descriptors,
Dmali_gralloc_ion.h25 …t mali_gralloc_ion_allocate(mali_gralloc_module *m, const gralloc_buffer_descriptor_t *descriptors,
Dmali_gralloc_public_interface.cpp165 … const gralloc1_buffer_descriptor_t *descriptors, buffer_handle_t *outBuffers) in mali_gralloc_allocate() argument
169 buffer_descriptor_t *bufDescriptor = (buffer_descriptor_t *)(*descriptors); in mali_gralloc_allocate()
226 …if (mali_gralloc_buffer_allocate(m, (gralloc_buffer_descriptor_t *)descriptors, numDescriptors, ou… in mali_gralloc_allocate()
Dmali_gralloc_bufferallocation.cpp883 …ali_gralloc_buffer_allocate(mali_gralloc_module *m, const gralloc_buffer_descriptor_t *descriptors, in mali_gralloc_buffer_allocate() argument
895 buffer_descriptor_t *bufDescriptor = (buffer_descriptor_t *)(descriptors[i]); in mali_gralloc_buffer_allocate()
1135 err = mali_gralloc_ion_allocate(m, descriptors, numDescriptors, pHandle, &shared); in mali_gralloc_buffer_allocate()
1150 buffer_descriptor_t *bufDescriptor = (buffer_descriptor_t *)descriptors[i]; in mali_gralloc_buffer_allocate()
/device/google/cuttlefish_common/host/vsoc/lib/
Dregion_control.cpp163 std::vector<vsoc_device_region> descriptors; in InitializeRegion() local
164 descriptors.resize(layout.region_count); in InitializeRegion()
166 rval = shared_memory_fd_->Pread(descriptors.data(), wanted, in InitializeRegion()
173 for (const auto& desc : descriptors) { in InitializeRegion()
181 for (const auto& desc : descriptors) { in InitializeRegion()
/device/linaro/bootloader/edk2/IntelFspPkg/Library/SecFspSecPlatformLibNull/Ia32/
DFlat32.s37 # hard-coded GDT that provides exactly two descriptors.
DFlat32.asm44 ; hard-coded GDT that provides exactly two descriptors.
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/
DSecEntry.asm51 ; hard-coded GDT that provides exactly two descriptors.
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dauth-framework.rst356 A CoT can be described as a set of image descriptors linked together in a
628 array of image descriptors and it is registered in the framework using the macro
655 CoT array, so the descriptors location in the array must match the identifiers.
678 type and a list of parameter descriptors. A parameter descriptor consists of
686 from the parent image. The following parameter descriptors must be
694 the platform if the parent is NULL). The following parameter descriptors
714 Next in that file, the parameter descriptors are defined. These descriptors will
720 Four image descriptors form the BL31 Chain of Trust:
829 four parameter descriptors must be specified with the authentication method:
Dxlat-tables-lib-v2-design.rst352 descriptors. If a block entry could be able to describe a translation, but that
353 level does not allow block descriptors, a table descriptor will have to be used
Dpsci-lib-integration-guide.rst543 end of the ``cpu_ops`` descriptors must be exported by the EL3 Runtime Software
546 The ``cpu_ops`` descriptors also include reset sequences and may include errata
/device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
DTechNotes.txt268 descriptors. All descriptor indices on both the Available Ring and the Used
277 - The host reads the descriptors D(2*N) and -- following the Next link there
310 that is shared by all of the head descriptors. This virtio-net request header
321 chains by keeping the indices of their head descriptors in a stack that is
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/Ia32/
DFlat32.asm74 ; hard-coded GDT that provides exactly two descriptors.
DFlat32.S161 # hard-coded GDT that provides exactly two descriptors.
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/
DSecEntry.S43 # hard-coded GDT that provides exactly two descriptors.
DSecEntry.asm52 ; hard-coded GDT that provides exactly two descriptors.
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/
DPlatform.asl31 // GpioInt() descriptors maybe used in this file and included .asi files.
/device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/Library/SecFspWrapperPlatformSecLibSample/Ia32/
DSecEntry.nasm46 ; hard-coded GDT that provides exactly two descriptors.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Darraymodule.c393 static struct arraydescr descriptors[] = { variable
1954 for (descr = descriptors; descr->typecode != '\0'; descr++) { in array_new()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Darraymodule.c393 static struct arraydescr descriptors[] = { variable
1939 for (descr = descriptors; descr->typecode != '\0'; descr++) { in array_new()

12