Home
last modified time | relevance | path

Searched refs:CASE (Results 1 – 21 of 21) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
A Dbase.c196 CASE(SW ); in nvkm_fifo_info()
197 CASE(GR ); in nvkm_fifo_info()
198 CASE(MPEG ); in nvkm_fifo_info()
199 CASE(ME ); in nvkm_fifo_info()
200 CASE(CIPHER); in nvkm_fifo_info()
201 CASE(BSP ); in nvkm_fifo_info()
202 CASE(VP ); in nvkm_fifo_info()
203 CASE(CE ); in nvkm_fifo_info()
204 CASE(SEC ); in nvkm_fifo_info()
205 CASE(MSVLD ); in nvkm_fifo_info()
[all …]
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Dlibbpf_probes.c85 #define CASE(prog, helper, supp) { \ in test_libbpf_probe_helpers() macro
99 CASE(KPROBE, unspec, false), in test_libbpf_probe_helpers()
100 CASE(KPROBE, map_lookup_elem, true), in test_libbpf_probe_helpers()
101 CASE(KPROBE, loop, true), in test_libbpf_probe_helpers()
103 CASE(KPROBE, ktime_get_coarse_ns, false), in test_libbpf_probe_helpers()
104 CASE(SOCKET_FILTER, ktime_get_coarse_ns, true), in test_libbpf_probe_helpers()
106 CASE(KPROBE, sys_bpf, false), in test_libbpf_probe_helpers()
107 CASE(SYSCALL, sys_bpf, true), in test_libbpf_probe_helpers()
/linux-6.3-rc2/arch/ia64/lib/
A Dcopy_user.S236 #define CASE(pred, shift) \ macro
271 CASE(p6, 8)
272 CASE(p7, 16)
273 CASE(p8, 24)
274 CASE(p9, 32)
275 CASE(p10, 40)
276 CASE(p11, 48)
277 CASE(p12, 56)
/linux-6.3-rc2/arch/arc/lib/
A Dmemcpy-archs.S60 ;;; CASE 0: Both source and destination are 32bit aligned
84 ;;; END CASE 0
94 ;;; CASE 1: The source is unaligned, off by 1
139 ;;; CASE 2: The source is unaligned, off by 2
180 ;;; CASE 3: The source is unaligned, off by 3
/linux-6.3-rc2/net/ceph/
A Dmessenger.c1405 #define CASE(x) \ in con_sock_closed() macro
1411 CASE(CLOSED); in con_sock_closed()
1412 CASE(PREOPEN); in con_sock_closed()
1413 CASE(V1_BANNER); in con_sock_closed()
1414 CASE(V1_CONNECT_MSG); in con_sock_closed()
1415 CASE(V2_BANNER_PREFIX); in con_sock_closed()
1417 CASE(V2_HELLO); in con_sock_closed()
1418 CASE(V2_AUTH); in con_sock_closed()
1422 CASE(OPEN); in con_sock_closed()
1423 CASE(STANDBY); in con_sock_closed()
[all …]
/linux-6.3-rc2/tools/perf/util/
A Devent.c133 #define CASE(__term, __val) \ in perf_event__read_stat_config() macro
138 CASE(AGGR_MODE, aggr_mode) in perf_event__read_stat_config()
139 CASE(SCALE, scale) in perf_event__read_stat_config()
140 CASE(INTERVAL, interval) in perf_event__read_stat_config()
141 #undef CASE in perf_event__read_stat_config()
/linux-6.3-rc2/arch/m68k/fpsp040/
A Dstwotox.S227 |--USUAL CASE, 2^(-70) <= |X| <= 16480
330 |--USUAL CASE, 2^(-70) <= |X| <= 16480 LOG 2 / LOG 10
A Dsatanh.S75 |--THIS IS THE USUAL CASE, |X| < 1
A Dsasin.S71 |--THIS IS THE USUAL CASE, |X| < 1
A Dscosh.S88 |--THIS IS THE USUAL CASE, |X| < 16380 LOG2
A Dssinh.S85 |--THIS IS THE USUAL CASE, |X| < 16380 LOG2
A Dstanh.S94 |--THIS IS THE USUAL CASE
A Dsatan.S280 movew #0x0000,XDCARE(%a6) | ...CLEAN UP X JUST IN CASE
A Dssin.S199 |--THIS IS THE USUAL CASE, |X| <= 15 PI.
554 |--THIS IS THE USUAL CASE, |X| <= 15 PI.
A Dslogn.S340 |--THIS SHOULD BE THE USUAL CASE, X NOT VERY CLOSE TO 1
A Dstan.S187 |--THIS IS THE USUAL CASE, |X| <= 15 PI.
/linux-6.3-rc2/Documentation/core-api/
A Dpin_user_pages.rst125 CASE 1: Direct IO (DIO)
137 CASE 2: RDMA
150 CASE 3: MMU notifier registration, with or without page faulting hardware
167 CASE 4: Pinning for struct page manipulation only
173 CASE 5: Pinning in order to write to the data within the page
/linux-6.3-rc2/tools/testing/selftests/tc-testing/creating-testcases/
A DAddingTestCases.txt29 TEST CASE STRUCTURE
/linux-6.3-rc2/Documentation/admin-guide/
A Dkernel-parameters.rst200 Note that ALL kernel parameters listed below are CASE SENSITIVE, and that
/linux-6.3-rc2/arch/m68k/ifpsp060/src/
A Dfplsp.S5045 #--THIS IS THE USUAL CASE, |X| <= 15 PI.
5775 #--THIS IS THE USUAL CASE, |X| <= 15 PI.
7623 #--THIS IS THE USUAL CASE, |X| < 16380 LOG2
7736 #--THIS IS THE USUAL CASE, |X| < 16380 LOG2
7864 #--THIS IS THE USUAL CASE
8237 #--THIS SHOULD BE THE USUAL CASE, X NOT VERY CLOSE TO 1
8489 #--CASE 1: 1+Z < 1, THEN K = -1 AND Y-F = (2-F) + 2Z
8490 #--CASE 2: 1+Z > 1, THEN K = 0 AND Y-F = (1-F) + Z
8607 #--THIS IS THE USUAL CASE, |X| < 1
9003 #--USUAL CASE, 2^(-70) <= |X| <= 16480
[all …]
A Dfpsp.S5312 # mov.w &0x0000,XDCARE(%a6) # JUST IN CASE
5362 #--THIS IS THE USUAL CASE, |X| <= 15 PI.
6646 #--THIS IS THE USUAL CASE, |X| < 1
6739 #--THIS IS THE USUAL CASE, |X| < 1

Completed in 61 milliseconds