Searched refs:lname (Results 1 – 6 of 6) sorted by relevance
| /linux/include/linux/ |
| H A D | page-flags.h | 443 #define TESTPAGEFLAG(uname, lname, policy) \ argument 444 FOLIO_TEST_FLAG(lname, FOLIO_##policy) \ 446 { return test_bit(PG_##lname, &policy(page, 0)->flags.f); } 448 #define SETPAGEFLAG(uname, lname, policy) \ argument 449 FOLIO_SET_FLAG(lname, FOLIO_##policy) \ 451 { set_bit(PG_##lname, &policy(page, 1)->flags.f); } 453 #define CLEARPAGEFLAG(uname, lname, policy) \ argument 454 FOLIO_CLEAR_FLAG(lname, FOLIO_##policy) \ 456 { clear_bit(PG_##lname, &policy(page, 1)->flags.f); } 458 #define __SETPAGEFLAG(uname, lname, policy) \ argument [all …]
|
| /linux/tools/perf/util/ |
| H A D | dsos.c | 297 char *base, *lname; dso__set_basename() local
|
| /linux/arch/x86/kvm/ |
| H A D | kvm_cache_regs.h | |
| /linux/sound/hda/controllers/ |
| H A D | acpi.c | 74 const char *sname, *lname; in hda_acpi_init() local 143 lname = hda->data->long_name ? hda->data->long_name : sname; in hda_acpi_init() 146 "%s at 0x%lx irq %i", lname, bus->addr, bus->irq); in hda_acpi_init()
|
| /linux/security/apparmor/ |
| H A D | file.c | 331 const char *lname = NULL, *tname = NULL; in profile_path_link() local 340 buffer, &lname, cond, AA_MAY_LINK); in profile_path_link() 354 rules->file->start[AA_CLASS_FILE], lname, in profile_path_link() 407 profile, &lperms, OP_LINK, request, lname, tname, in profile_path_link() 446 /* buffer freed below, lname is pointer in buffer */ in aa_path_link()
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | vmx.c | 4739 #define vmx_adjust_sec_exec_feature(vmx, exec_control, lname, uname) \ in vmx_secondary_exec_control() 4740 vmx_adjust_sec_exec_control(vmx, exec_control, lname, uname, ENABLE_##uname, false) in vmx_secondary_exec_control() 4742 #define vmx_adjust_sec_exec_exiting(vmx, exec_control, lname, uname) \ in vmx_secondary_exec_control() 4743 vmx_adjust_sec_exec_control(vmx, exec_control, lname, uname, uname##_EXITING, true) in vmx_secondary_exec_control() 4710 vmx_adjust_sec_exec_feature(vmx,exec_control,lname,uname) global() argument 4713 vmx_adjust_sec_exec_exiting(vmx,exec_control,lname,uname) global() argument
|