Searched refs:perm (Results 1 – 9 of 9) sorted by relevance
| /tools/testing/selftests/mm/ |
| A D | pkey-arm64.h | 121 u32 perm = (reg >> shift) & PKEY_MASK; in get_pkey_bits() local 123 if (perm == POE_X) in get_pkey_bits() 125 if (perm == POE_RX) in get_pkey_bits()
|
| /tools/include/linux/ |
| A D | module.h | 5 #define module_param(name, type, perm) argument
|
| /tools/testing/selftests/capabilities/ |
| A D | test_execve.c | 198 bool eff, bool perm, bool inh, bool ambient) in exec_other_validate_cap() argument 201 (perm ? "1" : "0"), (inh ? "1" : "0"), (ambient ? "1" : "0"), in exec_other_validate_cap() 206 static void exec_validate_cap(bool eff, bool perm, bool inh, bool ambient) in exec_validate_cap() argument 208 exec_other_validate_cap("./validate_cap", eff, perm, inh, ambient); in exec_validate_cap()
|
| /tools/testing/selftests/damon/ |
| A D | sysfs.sh | 64 perm=$(stat -c "%a" "$file") 65 if [ ! "$perm" = "$permission" ] 67 echo "$file permission: expected $permission but $perm"
|
| /tools/testing/selftests/drivers/net/mlxsw/ |
| A D | rtnetlink.sh | 533 ip -6 neigh add 2001:db8:1::2 lladdr de:ad:be:ef:13:37 nud perm \ 659 ip neigh replace 192.0.2.2 lladdr 00:11:22:33:44:55 nud perm \ 671 ip neigh replace 192.0.2.2 lladdr 00:11:22:33:44:55 nud perm \ 708 ip neigh replace 192.0.2.2 lladdr 00:11:22:33:44:55 nud perm \ 710 ip neigh replace 192.0.2.3 lladdr 00:11:22:33:44:55 nud perm \ 712 ip neigh replace 2001:db8:1::2 lladdr 00:11:22:33:44:55 nud perm \ 768 ip neigh replace 192.0.2.2 lladdr 00:11:22:33:44:55 nud perm \ 770 ip neigh replace 192.0.2.3 lladdr 00:11:22:33:44:55 nud perm \ 772 ip neigh replace 2001:db8:1::2 lladdr 00:11:22:33:44:55 nud perm \ 851 ip neigh replace 192.0.2.2 lladdr 00:11:22:33:44:55 nud perm \ [all …]
|
| /tools/testing/selftests/net/netfilter/ |
| A D | nft_synproxy.sh | 74 … meta iif veth0 meta l4proto tcp ct state untracked,invalid synproxy mss 1460 sack-perm timestamp
|
| /tools/arch/arm64/include/asm/ |
| A D | sysreg.h | 1041 #define PIRx_ELx_PERM_PREP(idx, perm) (((perm) & PIE_MASK) << PIRx_ELx_PERM_SHIFT(idx)) argument 1059 #define POR_ELx_PERM_PREP(idx, perm) (((perm) & POE_MASK) << POR_ELx_PERM_SHIFT(idx)) argument
|
| /tools/testing/selftests/iommu/ |
| A D | iommufd_utils.h | 881 .perm = IOMMU_PGFAULT_PERM_READ | IOMMU_PGFAULT_PERM_WRITE, in _test_cmd_trigger_iopf()
|
| /tools/lib/bpf/ |
| A D | libbpf.c | 12069 int i, perm; in resolve_full_path() local 12075 perm = R_OK; in resolve_full_path() 12079 perm = R_OK | X_OK; in resolve_full_path() 12099 if (faccessat(AT_FDCWD, result, perm, AT_EACCESS) < 0) in resolve_full_path()
|
Completed in 42 milliseconds