Searched refs:operations (Results 1 - 25 of 25) sorted by relevance

/linux-master/arch/arm/mach-versatile/
H A Ddcscb_setup.S28 2: @ Implementation-specific local CPU setup operations should go here,
/linux-master/scripts/atomic/
H A Dgen-atomic-instrumented.sh138 * This file provoides atomic operations with explicit instrumentation (e.g.
141 * raw_atomic*() operations should be used.
/linux-master/include/linux/greybus/
H A Dconnection.h55 struct list_head operations; member in struct:gb_connection
/linux-master/drivers/greybus/
H A Dconnection.c134 * A connection also maintains the state of operations sent over the
188 INIT_LIST_HEAD(&connection->operations);
596 * Cancel all active operations on a connection.
607 while (!list_empty(&connection->operations)) {
608 operation = list_last_entry(&connection->operations,
625 * Cancel all active incoming operations on a connection.
637 while (!list_empty(&connection->operations)) {
639 list_for_each_entry(operation, &connection->operations,
H A Doperation.c3 * Greybus operations
64 list_add_tail(&operation->links, &connection->operations);
203 list_for_each_entry(operation, &connection->operations, links)
503 * Outgoing operations must also specify the response buffer size,
508 * Request messages for incoming operations can arrive in interrupt
537 /* Allocate the response buffer for outgoing operations */
745 * Zero is a reserved operation id for unidirectional operations.
/linux-master/arch/arm/include/asm/
H A Dpage.h104 #error Unknown user operations model
/linux-master/tools/net/ynl/
H A Dynl-gen-rst.py162 def parse_operations(operations: List[Dict[str, Any]]) -> str:
163 """Parse operations block"""
167 for operation in operations:
301 if "operations" in obj:
303 lines.append(parse_operations(obj["operations"]["list"]))
/linux-master/drivers/block/
H A Dsunvdc.c80 u64 operations; member in struct:vdc_port
253 pkt->tag.stype, pkt->operations,
278 port->operations = pkt->operations;
583 if (!(((u64)1 << (u64)op) & port->operations))
/linux-master/arch/arm/mm/
H A Dproc-sa1100.S42 mcr p15, 0, r0, c9, c0, 5 @ Allow read-buffer operations from userland
/linux-master/arch/arm/common/
H A Dmcpm_head.S128 @ Wait for any previously-pending cluster teardown operations to abort
/linux-master/arch/m68k/ifpsp060/src/
H A Dpfpsp.S670 # bit five of the fp extension word separates the monadic and dyadic operations
908 # bit five of the fp ext word separates the monadic and dyadic operations
1279 # bit five of the fp extension word separates the monadic and dyadic operations
1824 # bit five of the fp extension word separates the monadic and dyadic operations
2401 # This exception handles 3 types of operations: #
2407 # For immediate data operations, the data is read in w/ a #
2608 # SNAN : all operations
2609 # OPERR : all reg-reg or mem-reg operations that can normally operr
2614 # INEX1 : all packed immediate operations
3131 # this would be the case for opclass two operations wit
[all...]
H A Dfpsp.S671 # bit five of the fp extension word separates the monadic and dyadic operations
909 # bit five of the fp ext word separates the monadic and dyadic operations
1280 # bit five of the fp extension word separates the monadic and dyadic operations
1825 # bit five of the fp extension word separates the monadic and dyadic operations
2402 # This exception handles 3 types of operations: #
2408 # For immediate data operations, the data is read in w/ a #
2609 # SNAN : all operations
2610 # OPERR : all reg-reg or mem-reg operations that can normally operr
2615 # INEX1 : all packed immediate operations
3132 # this would be the case for opclass two operations wit
[all...]
/linux-master/arch/sparc/include/asm/
H A Dvio.h132 u64 operations; member in struct:vio_disk_attr_info
/linux-master/arch/x86/crypto/
H A Dchacha-avx2-x86_64.S45 # matrix twice across four AVX registers. It performs matrix operations
238 # operations on four words in two matrices in parallel, sequentially
239 # to the operations on the four words of the other two matrices. The
H A Dchacha-avx512vl-x86_64.S35 # matrix twice across four AVX registers. It performs matrix operations
201 # operations on four words in two matrices in parallel, sequentially
202 # to the operations on the four words of the other two matrices. The
H A Daesni-intel_asm.S1474 # make 3 copies of XMMDst for doing 3 shift operations
/linux-master/arch/s390/boot/
H A Dhead.S291 .quad 0 # cr15: linkage stack operations
/linux-master/arch/sparc/lib/
H A DM7memcpy.S450 ! ST_CHUNK batches up initial BIS operations for several cache lines
453 ! BIS operations are executed.
/linux-master/drivers/md/dm-vdo/
H A Ddata-vio.c1124 static const char * const operations[] = { local
1145 operations[index],
/linux-master/arch/parisc/kernel/
H A Dperf_asm.S87 ;* for RDR10 which has bits that preclude PDC stack operations
985 ;* for RDR10 which has bits that preclude PDC stack operations
/linux-master/arch/powerpc/crypto/
H A Daes-gcm-p10.S991 # operations.
/linux-master/mm/damon/
H A Dsysfs.c794 __ATTR_RW_MODE(operations, 0600);
/linux-master/drivers/usb/core/
H A Dhub.c79 /* synchronize hub-port add/remove and peering operations */
4863 int retries, operations, retval, i; local
5029 for (operations = 0; operations < SET_ADDRESS_TRIES; ++operations) {
/linux-master/arch/m68k/fpsp040/
H A Dres_func.S602 | operations which are not restorable into the floating-point
/linux-master/tools/testing/ktest/
H A Dktest.pl397 (most likely root, since you need privileged operations)

Completed in 589 milliseconds