| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/ |
| H A D | mali_soft_job.h | 24 * Soft job types. 26 * Soft jobs of type MALI_SOFT_JOB_TYPE_USER_SIGNALED will only complete after activation if either 29 * Soft jobs of type MALI_SOFT_JOB_TYPE_SELF_SIGNALED will release job resource automatically 38 * Soft job state. 43 * For soft jobs of type MALI_SOFT_JOB_TYPE_USER_SIGNALED the state is changed to 44 * MALI_SOFT_JOB_STATE_SIGNALED when @ref mali_soft_job_system_signal_job is called and the soft 47 * If a soft job of type MALI_SOFT_JOB_TYPE_USER_SIGNALED is timed out before being signaled, the 48 * state is changed to MALI_SOFT_JOB_STATE_TIMED_OUT. This can only happen to soft jobs in state 62 * Soft job struct. 64 * Soft job can be used to represent any kind of CPU work done in kernel-space. [all …]
|
| H A D | mali_soft_job.c | 24 MALI_DEBUG_PRINT(5, ("Mali Soft Job: soft system %p lock taken\n", system)); in mali_soft_job_system_lock() 32 MALI_DEBUG_PRINT(5, ("Mali Soft Job: releasing soft system %p lock\n", system)); in mali_soft_job_system_unlock() 127 MALI_DEBUG_PRINT(4, ("Mali Soft Job: destroying soft job %u (0x%08X)\n", job->id, job)); in mali_soft_job_destroy() 154 MALI_PRINT_ERROR(("Mali Soft Job: failed to allocate notification")); in mali_soft_job_create() 160 MALI_DEBUG_PRINT(2, ("Mali Soft Job: system alloc job failed. \n")); in mali_soft_job_create() 210 MALI_DEBUG_PRINT(4, ("Mali Soft Job: starting soft job %u (0x%08X)\n", job->id, job)); in mali_soft_job_start() 243 MALI_PRINT_ERROR(("Mali Soft Job: invalid soft job id %u", job_id)); in mali_soft_job_system_signal_job() 252 MALI_DEBUG_PRINT(4, ("Mali Soft Job: soft job %u (0x%08X) was timed out\n", job->id, job)); in mali_soft_job_system_signal_job() 272 MALI_DEBUG_PRINT(4, ("Mali Soft Job: signaling soft job %u (0x%08X)\n", job->id, job)); in mali_soft_job_system_signal_job() 300 …MALI_DEBUG_PRINT(4, ("Mali Soft Job: Timeline activation for soft job %u (0x%08X).\n", job->id, jo… in mali_soft_job_system_activate_job() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/arcnet/ |
| H A D | rfc1201.c | 94 struct arc_rfc1201 *soft = &pkt->soft.rfc1201; in type_trans() local 109 switch (soft->proto) { in type_trans() 138 struct arc_rfc1201 *soft = &pkthdr->soft.rfc1201; in rx() local 150 if (soft->split_flag == 0xFF) { /* Exception Packet */ in rx() 163 soft, sizeof(pkt->soft)); in rx() 165 if (!soft->split_flag) { /* not split */ in rx() 167 soft->split_flag); in rx() 171 in->sequence, soft->split_flag, in rx() 172 soft->sequence); in rx() 173 lp->rfc1201.aborted_seq = soft->sequence; in rx() [all …]
|
| H A D | capmode.c | 70 /* up to sizeof(pkt->soft) has already been copied from the card in rx() 77 memcpy(pktbuf, pkthdrbuf, ARC_HDR_SIZE + sizeof(pkt->soft.cap.proto)); in rx() 78 memcpy(pktbuf + ARC_HDR_SIZE + sizeof(pkt->soft.cap.proto) + sizeof(int), in rx() 79 pkthdrbuf + ARC_HDR_SIZE + sizeof(pkt->soft.cap.proto), in rx() 80 sizeof(struct archdr) - ARC_HDR_SIZE - sizeof(pkt->soft.cap.proto)); in rx() 82 if (length > sizeof(pkt->soft)) in rx() 83 lp->hw.copy_from_card(dev, bufnum, ofs + sizeof(pkt->soft), in rx() 84 pkt->soft.raw + sizeof(pkt->soft) in rx() 86 length - sizeof(pkt->soft)); in rx() 95 /* Create the ARCnet hard/soft headers for cap mode. [all …]
|
| H A D | rfc1051.c | 90 struct arc_rfc1051 *soft = &pkt->soft.rfc1051; in type_trans() local 105 switch (soft->proto) { in type_trans() 146 /* up to sizeof(pkt->soft) has already been copied from the card */ in rx() 148 if (length > sizeof(pkt->soft)) in rx() 149 lp->hw.copy_from_card(dev, bufnum, ofs + sizeof(pkt->soft), in rx() 150 pkt->soft.raw + sizeof(pkt->soft), in rx() 151 length - sizeof(pkt->soft)); in rx() 160 /* Create the ARCnet hard/soft headers for RFC1051 */ 166 struct arc_rfc1051 *soft = &pkt->soft.rfc1051; in build_header() local 171 soft->proto = ARC_P_IP_RFC1051; in build_header() [all …]
|
| H A D | arc-rawmode.c | 2 * Linux ARCnet driver - "raw mode" packet encapsulation (no soft headers) 67 /* up to sizeof(pkt->soft) has already been copied from the card */ in rx() 69 if (length > sizeof(pkt->soft)) in rx() 70 lp->hw.copy_from_card(dev, bufnum, ofs + sizeof(pkt->soft), in rx() 71 pkt->soft.raw + sizeof(pkt->soft), in rx() 72 length - sizeof(pkt->soft)); in rx() 81 /* Create the ARCnet hard/soft headers for raw mode. 82 * There aren't any soft headers in raw mode - not even the protocol id. 146 lp->hw.copy_to_card(dev, bufnum, ofs, &pkt->soft, length); in prepare_tx()
|
| /OK3568_Linux_fs/buildroot/toolchain/toolchain-external/toolchain-external-codescape-mti-mips/ |
| H A D | Config.in | 22 Disable 'Use soft-float' 26 Disable 'Use soft-float' 28 - MIPS32r2 - Big-Endian, Soft-Float, Legacy NaN, o32 ABI 31 Enable 'Use soft-float' 35 Disable 'Use soft-float' 39 Disable 'Use soft-float' 41 - MIPS32r2 - Little-Endian, Soft-Float, Legacy NaN, o32 ABI 44 Enable 'Use soft-float' 49 Enable 'Use soft-float' 51 - MIPS32r2 - Little-Endian, Soft-Float, Legacy NaN, o32 ABI, [all …]
|
| /OK3568_Linux_fs/buildroot/toolchain/toolchain-external/toolchain-external-codescape-img-mips/ |
| H A D | Config.in | 21 Disable 'Use soft-float' 22 - MIPS32r6 - Big-Endian, Soft-Float, 2008 NaN, o32 ABI 25 Enable 'Use soft-float' 29 Disable 'Use soft-float' 30 - MIPS32r6 - Little-Endian, Soft-Float, 2008 NaN, o32 ABI 33 Enable 'Use soft-float' 38 Disable 'Use soft-float' 40 - MIPS32r6 - Little-Endian, Soft-Float, 2008 NaN, o32 ABI, 44 Enable 'Use soft-float' 50 Disable 'Use soft-float' [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/mm/ |
| H A D | soft-dirty.rst | 4 Soft-Dirty PTEs 7 The soft-dirty is a bit on a PTE which helps to track which pages a task 10 1. Clear soft-dirty bits from the task's PTEs. 17 3. Read soft-dirty bits from the PTEs. 20 64-bit qword is the soft-dirty one. If set, the respective PTE was 25 when the soft-dirty bit is cleared. So, after this, when the task tries to 27 the soft-dirty bit on the respective PTE. 30 soft-dirty bits clear, the #PF-s that occur after that are processed fast. 32 the kernel does is finds this fact out and puts both writable and soft-dirty 36 there is still a scenario when we can lose soft dirty bits -- a task [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/ |
| H A D | sah_RU | 56 collating-element <d-soft-sign> from "<U0434><U044C>" 57 collating-element <d-Soft-sign> from "<U0434><U042C>" 58 collating-element <D-soft-sign> from "<U0414><U044C>" 59 collating-element <D-Soft-sign> from "<U0414><U042C>" 60 collating-element <n-soft-sign> from "<U043D><U044C>" 61 collating-element <n-Soft-sign> from "<U043D><U042C>" 62 collating-element <N-soft-sign> from "<U041D><U044C>" 63 collating-element <N-Soft-sign> from "<U041D><U042C>" 71 collating-symbol <d-soft-sign-digraph> 72 collating-symbol <n-soft-sign-digraph> [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/libc/usr/share/i18n/locales/ |
| H A D | sah_RU | 56 collating-element <d-soft-sign> from "<U0434><U044C>" 57 collating-element <d-Soft-sign> from "<U0434><U042C>" 58 collating-element <D-soft-sign> from "<U0414><U044C>" 59 collating-element <D-Soft-sign> from "<U0414><U042C>" 60 collating-element <n-soft-sign> from "<U043D><U044C>" 61 collating-element <n-Soft-sign> from "<U043D><U042C>" 62 collating-element <N-soft-sign> from "<U041D><U044C>" 63 collating-element <N-Soft-sign> from "<U041D><U042C>" 71 collating-symbol <d-soft-sign-digraph> 72 collating-symbol <n-soft-sign-digraph> [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/conf/machine/include/microblaze/ |
| H A D | feature-microblaze-math.inc | 7 TUNEVALID[fpu-soft] = "Software FPU" 11 TUNECONFLICTS[fpu-soft] = "fpu-hard fpu-hard-extended" 12 TUNECONFLICTS[fpu-hard] = "fpu-soft" 13 TUNECONFLICTS[fpu-hard-extended] = "fpu-soft" 16 …any('TUNE_FEATURES', ['multiply-low', 'multiply-high'], ' -mno-xl-soft-mul', ' -mxl-soft-mul', d)}" 19 …= "${@bb.utils.contains('TUNE_FEATURES', 'divide-hard', ' -mno-xl-soft-div', ' -mxl-soft-div', d)}" 21 TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'fpu-soft', '', '', d)}" 25 # Set target fpu (bitbake known target) to soft or hard (basic or extended) 26 …{@bb.utils.contains_any('TUNE_FEATURES', 'fpu-hard fpu-hard-extended', 'fpu-hard', 'fpu-soft', d)}"
|
| /OK3568_Linux_fs/kernel/drivers/platform/mellanox/ |
| H A D | mlxbf-bootctl.h | 11 * the next chip soft reset. This call does not affect the current 14 * will not be enabled after the next soft reset. Non-zero errors are 21 * after the next chip soft reset. Returns the interval as set by 27 * Request that a specific boot action be taken at the next soft 39 * soft reset. Returns the reset action (see below for the parameter 45 * Request that a specific boot action be taken at the soft reset 46 * after the next soft reset. For a specified valid boot mode, the 48 * MLXBF_BOOTCTL_SET_RESET_ACTION after the next chip soft reset; in 53 * MLXBF_BOOTCTL_SET_RESET_ACTION be taken after the next chip soft reset. 54 * This call does not affect the action to be taken at the next soft [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/stable/ |
| H A D | sysfs-driver-speakup | 262 the synthesizer driver currently in use (E.G) `soft` for the 263 soft driver. This directory contains files which control the 273 Below is a description of values and parameters for soft 276 What: /sys/accessibility/speakup/soft/caps_start 280 to start speaking uppercase letters. For the soft synthesizer 284 What: /sys/accessibility/speakup/soft/caps_stop 288 speaking uppercase letters. In the case of the soft synthesizer 293 What: /sys/accessibility/speakup/soft/delay_time 298 What: /sys/accessibility/speakup/soft/direct 305 the espeak synthesizer used by the soft driver speaks "greater [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/math-emu/ |
| H A D | fpu_system.h | 77 #define FPU_info (I387->soft.info) 87 #define FPU_lookahead (I387->soft.lookahead) 91 #define no_ip_update (*(u_char *)&(I387->soft.no_update)) 92 #define FPU_rm (*(u_char *)&(I387->soft.rm)) 96 #define access_limit (*(u_char *)&(I387->soft.alimit)) 98 #define partial_status (I387->soft.swd) 99 #define control_word (I387->soft.cwd) 100 #define fpu_tag_word (I387->soft.twd) 101 #define registers (I387->soft.st_space) 102 #define top (I387->soft.ftop) [all …]
|
| H A D | fpu_aux.c | 34 void fpstate_init_soft(struct swregs_state *soft) in fpstate_init_soft() argument 37 memset(soft, 0, sizeof(*soft)); in fpstate_init_soft() 38 soft->cwd = 0x037f; in fpstate_init_soft() 39 soft->swd = 0; in fpstate_init_soft() 40 soft->ftop = 0; /* We don't keep top in the status word internally. */ in fpstate_init_soft() 41 soft->twd = 0xffff; in fpstate_init_soft() 44 oaddr = (struct address *)&soft->foo; in fpstate_init_soft() 47 iaddr = (struct address *)&soft->fip; in fpstate_init_soft() 51 soft->no_update = 1; in fpstate_init_soft() 56 fpstate_init_soft(¤t->thread.fpu.state.soft); in finit()
|
| /OK3568_Linux_fs/buildroot/toolchain/toolchain-external/toolchain-external-codesourcery-mips/ |
| H A D | Config.in | 35 - MIPS32r2 - Big-Endian, Soft-Float, O32 38 - MIPS32r2 - Big-Endian, Soft-Float, O32, MIPS16 53 - MIPS32r2 - Little-Endian, Soft-Float, O32 56 - MIPS32r2 - Little-Endian, Soft-Float, O32, MIPS16 60 - MIPS32r2 - Little-Endian, Soft-Float, O32, microMIPS 68 - MIPS32r2 - uClibc, Big-Endian, Soft-Float, O32 74 - MIPS32r2 - uClibc, Little-Endian, Soft-Float, O32 80 - MIPS64r2 - Big-Endian, Soft-Float, N64 88 - MIPS64r2 - Little-Endian, Soft-Float, N64
|
| /OK3568_Linux_fs/yocto/poky/meta/conf/machine/include/powerpc/ |
| H A D | arch-powerpc.inc | 3 # *) Hard/Soft Floating Point 24 TUNEVALID[fpu-soft] = "Use software FPU." 25 TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'fpu-soft', ' -msoft-float', '', d)}" 26 TARGET_FPU .= "${@bb.utils.contains('TUNE_FEATURES', 'fpu-soft', 'soft', '', d)}" 33 TUNE_FEATURES:tune-powerpc-nf = "m32 fpu-soft bigendian" 43 TUNE_FEATURES:tune-powerpcle-nf = "m32 fpu-soft"
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/net/mlxsw/ |
| H A D | mirror_gre.sh | 45 # unsupported soft device. 47 tunnel_create gt6-soft ip6gretap 2001:db8:4::1 2001:db8:4::2 \ 50 tunnel_create h3-gt6-soft ip6gretap 2001:db8:4::2 2001:db8:4::1 51 ip link set h3-gt6-soft vrf v$h3 52 matchall_sink_create h3-gt6-soft 67 tunnel_destroy h3-gt6-soft 68 tunnel_destroy gt6-soft 175 test_span_failable $should_fail gt6-soft "mirror to gretap w/ soft underlay"
|
| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/spi/ |
| H A D | soft-spi.txt | 1 Soft SPI 3 The soft SPI bus implementation allows the use of GPIO pins to simulate a 7 The soft SPI node requires the following properties: 9 compatible: "u-boot,soft-spi" 23 soft-spi { 24 compatible = "u-boot,soft-spi";
|
| /OK3568_Linux_fs/kernel/sound/oss/dmasound/ |
| H A D | dmasound_q40.c | 14 * [0.3] - put in default hard/soft settings. 66 char *table = dmasound.soft.format == AFMT_MU_LAW ? dmasound_ulaw2dma8: dmasound_alaw2dma8; in q40_ct_law() 123 (dmasound.soft.format == AFMT_MU_LAW ? dmasound_ulaw2dma8: dmasound_alaw2dma8); in q40_ctx_law() 127 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctx_law() 163 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctx_s8() 200 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctx_u8() 233 (dmasound.soft.format == AFMT_MU_LAW ? dmasound_ulaw2dma8: dmasound_alaw2dma8); in q40_ctc_law() 237 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctc_law() 276 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctc_s8() 315 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctc_u8() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/parisc/ |
| H A D | power.c | 3 * HP PARISC soft power switch support driver 33 * Support of the soft power switch button may be enabled or disabled at 110 /* soft power switch enabled/disabled */ 180 * soft-power switch and allows the user to switch off the system 185 /* re-enable the soft-power switch */ in parisc_panic_event() 206 /* enable the soft power switch if possible */ in power_init() 214 case 0: printk(KERN_INFO DRIVER_NAME ": Gecko-style soft power switch enabled.\n"); in power_init() 217 case -1UL: printk(KERN_INFO DRIVER_NAME ": Soft power switch support not available.\n"); in power_init() 220 default: printk(KERN_INFO DRIVER_NAME ": Soft power switch at 0x%08lx enabled.\n", in power_init() 253 MODULE_DESCRIPTION("Soft power switch driver");
|
| /OK3568_Linux_fs/u-boot/drivers/misc/ |
| H A D | fsl_sec_mon.c | 54 * If initial state is Trusted, Secure or Soft-Fail, then first set in set_sec_mon_state_non_sec() 55 * the Software Security Violation Bit and transition to Soft-Fail in set_sec_mon_state_non_sec() 61 printf("SEC_MON state transitioning to Soft Fail.\n"); in set_sec_mon_state_non_sec() 64 /* polling loop till SEC_MON is in Soft-Fail state */ in set_sec_mon_state_non_sec() 84 * If SSM Soft Fail to Non-Secure State Transition in set_sec_mon_state_non_sec() 125 printf("SEC_MON state transitioning to Soft Fail.\n"); in set_sec_mon_state_soft_fail() 128 /* polling loop till SEC_MON is in Soft-Fail state */ in set_sec_mon_state_soft_fail()
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | linuxloader.bbclass | 9 …SPKGSFX_BYTE}${MIPSPKGSFX_R6}${MIPSPKGSFX_ENDIAN}${@['', '-sf'][d.getVar('TARGET_FPU') == 'soft']}" 11 ldso_arch = "powerpc${@['', '-sf'][d.getVar('TARGET_FPU') == 'soft']}" 23 ldso_arch = "riscv64${@['', '-sf'][d.getVar('TARGET_FPU') == 'soft']}" 25 ldso_arch = "riscv32${@['', '-sf'][d.getVar('TARGET_FPU') == 'soft']}" 52 …dynamic_loader = "${base_libdir}/ld-linux${@['-armhf', ''][d.getVar('TARGET_FPU') == 'soft']}.so.3" 56 …loader = "${base_libdir}/ld-linux-riscv64-lp64${@['d', ''][d.getVar('TARGET_FPU') == 'soft']}.so.1" 58 …oader = "${base_libdir}/ld-linux-riscv32-ilp32${@['d', ''][d.getVar('TARGET_FPU') == 'soft']}.so.1"
|
| /OK3568_Linux_fs/kernel/net/batman-adv/ |
| H A D | multicast.c | 60 #include "soft-interface.h" 68 * @bat_priv: the bat priv with all the soft interface information 80 * If the given soft interface has a bridge on top then the refcount 154 * @bat_priv: the bat priv with all the soft interface information 185 * @bat_priv: the bat priv with all the soft interface information 247 * @bat_priv: the bat priv with all the soft interface information 273 * @bat_priv: the bat priv with all the soft interface information 362 * on this kernel on the given soft interface, dev, in 428 * on this kernel on the given soft interface, dev, in 510 * on this kernel on the given soft interface, dev, in [all …]
|