Home
last modified time | relevance | path

Searched full:world (Results 1 – 25 of 354) sorted by relevance

12345678910>>...15

/linux/lib/
H A Dtest_objagg.c29 struct world { struct
46 static struct objagg_obj *world_obj_get(struct world *world, in world_obj_get() argument
60 if (!world->key_refs[key_id_index(key_id)]) { in world_obj_get()
61 world->objagg_objs[key_id_index(key_id)] = objagg_obj; in world_obj_get()
62 } else if (world->objagg_objs[key_id_index(key_id)] != objagg_obj) { in world_obj_get()
68 world->key_refs[key_id_index(key_id)]++; in world_obj_get()
76 static void world_obj_put(struct world *world, struct objagg *objagg, in world_obj_put() argument
81 if (!world->key_refs[key_id_index(key_id)]) in world_obj_put()
83 objagg_obj = world->objagg_objs[key_id_index(key_id)]; in world_obj_put()
85 world->key_refs[key_id_index(key_id)]--; in world_obj_put()
[all …]
H A Dtest_module.c3 * This module emits "Hello, world" on printk when loaded.
19 pr_warn("Hello, world\n"); in test_module_init()
/linux/Documentation/devicetree/bindings/arm/
H A Dsecure.txt1 * ARM Secure world bindings
6 world or the Secure world. However some devicetree consumers are
13 The general principle of the naming scheme for Secure world bindings
14 is that any property that needs a different value in the Secure world
19 world value is the same as specified for the Normal world by the
30 world consumers (like kernels that run entirely in Secure) to simply
31 describe the view of Secure world using the standard bindings. These
33 world views need to be described in a single device tree.
35 Valid Secure world properties
39 in the secure world. The combination of this with "status" allows
[all …]
/linux/Documentation/core-api/real-time/
H A Dhardware.rst198 Execution flows from the normal world (Linux) into the secure world (OP-TEE)
205 allowing normal world interrupts to occur.
207 interrupts from either the normal world or the secure world.
209 In addition, the secure world (EL3 and OP-TEE) can receive interrupts routed to
210 the secure world. While a secure world interrupt is being serviced,
211 normal world interrupts are masked and cannot preempt the operation.
213 The transition from normal world to secure monitor to OP-TEE and back introduces
214 additional latency due to world switching and context save/restore. This
218 It is worth noting that the normal world cannot mask secure interrupts, while
219 the secure world can mask normal-world interrupts during execution. How OP-TEE
[all …]
/linux/Documentation/devicetree/bindings/iio/
H A Dmount-matrix.txt13 that produce three-dimensional data in relation to the world where it is
41 external world, the environment where the device is deployed. Usually the data
43 to this world. When using the mounting matrix, the sensor and device orientation
45 world.
47 Device-to-world examples for some three-dimensional sensor types:
49 - Accelerometers have their world frame of reference toward the center of
53 this point. Up and down in the world relative to the device frame of
93 - Magnetometers (compasses) have their world frame of reference relative to the
94 geomagnetic field. The system orientation vis-a-vis the world is defined with
160 space, relative to the device or world point of reference.
/linux/tools/testing/selftests/bpf/progs/
H A Dstring_kfuncs_success.c8 char str[] = "hello world";
13 __test(0) int test_strcmp_eq(void *ctx) { return bpf_strcmp(str, "hello world"); } in test_strcmp_eq()
15 __test(0) int test_strcasecmp_eq1(void *ctx) { return bpf_strcasecmp(str, "hello world"); } in test_strcasecmp_eq1()
16 __test(0) int test_strcasecmp_eq2(void *ctx) { return bpf_strcasecmp(str, "HELLO WORLD"); } in test_strcasecmp_eq2()
17 __test(0) int test_strcasecmp_eq3(void *ctx) { return bpf_strcasecmp(str, "HELLO world"); } in test_strcasecmp_eq3()
20 __test(0) int test_strncasecmp_eq1(void *ctx) { return bpf_strncasecmp(str, "hello world", 11); } in test_strchr_found()
21 __test(0) int test_strncasecmp_eq2(void *ctx) { return bpf_strncasecmp(str, "HELLO WORLD", 11); } in test_strchr_null()
22 __test(0) int test_strncasecmp_eq3(void *ctx) { return bpf_strncasecmp(str, "HELLO world", 11); } in test_strchr_notfound()
24 __test(0) int test_strncasecmp_eq5(void *ctx) { return bpf_strncasecmp(str, "hello world!", 11); } in test_strchrnul_notfound()
42 __test(6) int test_strstr_found(void *ctx) { return bpf_strstr(str, "world"); } in test_strnstr_notfound2()
[all...]
/linux/scripts/kconfig/tests/preprocess/builtin_func/
H A Dexpected_stderr1 Kconfig:8: hello world 1
2 Kconfig:18: hello world 3
3 Kconfig:22: hello world 4
H A DKconfig4 $(info,hello world 0)
8 $(warning-if,y,hello world 1)
18 $(warning,$(shell,echo hello world 3))
H A Dexpected_stdout1 hello world 0
/linux/Documentation/tee/
H A Dop-tee.rst36 User space Kernel Secure world
56 RPC (Remote Procedure Call) are requests from secure world to kernel driver
74 There are two kinds of notifications that secure world can use to make
75 normal world aware of some event.
84 this is only usable when secure world is entered with a yielding call via
86 world interrupt handlers.
95 special meaning. When this value is received it means that normal world is
98 building block for OP-TEE OS in secure world to implement the top half and
/linux/drivers/scsi/qla2xxx/
H A Dtcm_qla2xxx.h20 /* Binary World Wide unique Node Name for remote FC Initiator Nport */
58 /* Binary World Wide unique Port Name for FC Target Lport */
60 /* Binary World Wide unique Port Name for FC NPIV Target Lport */
62 /* Binary World Wide unique Node Name for FC NPIV Target Lport */
/linux/Documentation/kbuild/
H A Dkconfig-macro-language.rst181 For example, $(shell echo hello, world) runs the command "echo hello, world".
182 Likewise, $(info hello, world) prints "hello, world" to stdout. You could say
188 $(shell, echo hello, world)
194 $(shell, echo hello$(comma) world)
/linux/drivers/tee/optee/
H A Doptee_rpc_cmd.h31 * Notification from/to secure world.
33 * If secure world needs to wait for something, for instance a mutex, it
34 * does a notification wait request instead of spinning in secure world.
36 * world mutex with a thread waiting thread is unlocked.
H A Dsmc_abi.c38 * This file implement the SMC ABI used when communicating with secure world
42 * 2. Low level support functions to register shared memory in secure world
44 * 4. Do a normal scheduled call into secure world
267 * 2. Low level support functions to register shared memory in secure world
269 * Functions to enable/disable shared memory caching in secure world, that
286 /* We need to retry until secure world isn't busy. */ in optee_enable_shm_cache()
311 /* We need to retry until secure world isn't busy. */ in __optee_disable_shm_cache()
583 * when dynamic shared memory is supported by secure world.
640 * 4. Do a normal scheduled call into secure world
643 * call into secure world. During this call may normal world request help
[all …]
/linux/drivers/firmware/arm_ffa/
H A DKconfig11 the Secure world and Normal world. It also leverages the
/linux/drivers/net/wireless/ath/
H A Dregd.c29 * This is a set of common rules used by our world regulatory domains.
30 * We have 12 world regulatory domains. To save space we consolidate
35 /* Only these channels all allow active scan on all world regulatory domains */
202 (regd == WORLD)); in is_wwr_sku()
519 * a world regulatory domain and the scheduler hasn't yet processed in ath_reg_notifier_apply()
529 * If common->reg_world_copy is world roaming it means we *were* in ath_reg_notifier_apply()
530 * world roaming... so we now have to restore that data. in ath_reg_notifier_apply()
656 * it's our own custom world regulatory domain, similar to in ath_regd_init_wiphy()
673 * default Atheros world regulatory domain.
/linux/samples/kdb/
H A Dkdb_hello.c26 kdb_printf("Hello world!\n"); in kdb_hello_cmd()
35 .help = "Say Hello World or Hello [string]",
/linux/tools/testing/selftests/net/af_unix/
H A Dmsg_oob.c470 sendpair("world", 5, 0); in TEST_F()
482 recvpair("world", 5, 5, 0); in TEST_F()
495 sendpair("world", 5, 0); in TEST_F()
503 recvpair("world", 5, 10, 0); /* Drop OOB and recv() the next skb. */ in TEST_F()
709 sendpair("world", 5, MSG_OOB); in TEST_F()
768 sendpair("world", 5, 0); in TEST_F()
783 recvpair("world", 5, 6, 0); /* TCP recv()s "oworld", ... "o" ??? */ in TEST_F()
880 sendpair("world", 5, MSG_OOB); in TEST_F()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dvarlen.c19 const char str2[] = "World!"; in test_varlen()
20 const char exp_str[] = "Hello, \0World!\0"; in test_varlen()
/linux/tools/testing/selftests/tty/
H A Dtty_tstamp_update.c37 r = fprintf(f, "hello, world!\n"); in write_dev_tty()
38 if (r != strlen("hello, world!\n")) in write_dev_tty()
/linux/net/wireless/
H A Dreg.h64 * guesses on regulatory to help with world roaming. This is only used for
65 * world roaming -- when we do not know our current location. This is
67 * 1-11 are already enabled by the world regulatory domain; and on
/linux/fs/smb/client/
H A Dcifsacl.h27 * owner, group and world).
98 * and Groups such as NULL SID and World or Built-in accounts such
/linux/include/linux/firmware/intel/
H A Dstratix10-smc.h15 * service layer driver in normal world (EL1) to communicate with secure
111 * to secure world.
160 * Sync call used by service driver at EL1 to inform secure world that all
161 * data are sent, to check whether or not the secure world had completed
438 * Sync call to check if the secure world have completed service request
/linux/lib/tests/
H A Dbase64_kunit.c130 expect_encode_ok(test, (const u8 *)"Hello, world!", 13, "SGVsbG8sIHdvcmxkIQ==", in base64_std_encode_tests()
149 expect_encode_ok(test, (const u8 *)"Hello, world!", 13, "SGVsbG8sIHdvcmxkIQ", in base64_std_encode_tests()
170 expect_decode_ok(test, "SGVsbG8sIHdvcmxkIQ==", (const u8 *)"Hello, world!", 13, in base64_std_decode_tests()
200 expect_decode_ok(test, "SGVsbG8sIHdvcmxkIQ", (const u8 *)"Hello, world!", 13, in base64_std_decode_tests()
/linux/Documentation/arch/arm64/
H A Dcpu-hotplug.rst8 CPU hotplug in the arm64 world is commonly used to describe the kernel taking
24 In the arm64 world CPUs are not a single device but a slice of the system.

12345678910>>...15