Home
last modified time | relevance | path

Searched defs:eas (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/hw/intc/
H A Dspapr_xive.c177 XiveEAS *eas = &xive->eat[i]; in spapr_xive_pic_print_info() local
265 XiveEAS *eas = &xive->eat[i]; in spapr_xive_reset() local
362 uint32_t eas_idx, XiveEAS *eas) in spapr_xive_get_eas()
1052 XiveEAS eas, new_eas; in h_int_set_source_config() local
1163 XiveEAS eas; in h_int_get_source_config() local
1685 XiveEAS eas; in h_int_esb() local
1761 XiveEAS eas; in h_int_sync() local
H A Dxive2.c29 void xive2_eas_pic_print_info(Xive2Eas *eas, uint32_t lisn, GString *buf) in xive2_eas_pic_print_info()
123 Xive2Eas *eas = (Xive2Eas *) &end->w4; in xive2_end_eas_pic_print_info() local
417 Xive2Eas *eas) in xive2_router_get_eas()
757 Xive2Eas eas; in xive2_router_notify() local
H A Dxive.c1429 XiveEAS *eas = (XiveEAS *) &end->w4; in xive_end_eas_pic_print_info() local
1454 XiveEAS *eas) in xive_router_get_eas()
1525 static void xive_router_end_notify_handler(XiveRouter *xrtr, XiveEAS *eas) in xive_router_end_notify_handler()
1678 void xive_router_end_notify(XiveRouter *xrtr, XiveEAS *eas) in xive_router_end_notify()
1842 XiveEAS eas; in xive_router_notify() local
1924 void xive_eas_pic_print_info(XiveEAS *eas, uint32_t lisn, GString *buf) in xive_eas_pic_print_info()
H A Dpnv_xive.c416 XiveEAS *eas) in pnv_xive_get_eas()
1396 static void pnv_xive_end_notify(XiveRouter *xrtr, XiveEAS *eas) in pnv_xive_end_notify()
1854 XiveEAS eas; in pnv_xive_pic_print_info() local
H A Dspapr_xive_kvm.c190 int kvmppc_xive_set_source_config(SpaprXive *xive, uint32_t lisn, XiveEAS *eas, in kvmppc_xive_set_source_config()
H A Dpnv_xive2.c566 Xive2Eas *eas) in pnv_xive2_get_eas()
2497 Xive2Eas eas; in pnv_xive2_pic_print_info() local
/openbmc/linux/fs/hpfs/
H A Dsuper.c314 int *lowercase, int *eas, int *chk, int *errs, in parse_opts()
447 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_remount_fs() local
549 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_fill_super() local
/openbmc/qemu/include/hw/ppc/
H A Dxive2_regs.h48 #define xive2_eas_is_valid(eas) (be64_to_cpu((eas)->w) & EAS2_VALID) argument
49 #define xive2_eas_is_masked(eas) (be64_to_cpu((eas)->w) & EAS2_MASKED) argument
H A Dxive_regs.h167 #define xive_eas_is_valid(eas) (be64_to_cpu((eas)->w) & EAS_VALID) argument
168 #define xive_eas_is_masked(eas) (be64_to_cpu((eas)->w) & EAS_MASKED) argument
/openbmc/linux/arch/x86/events/intel/
H A Duncore_snbep.c3929 struct dev_ext_attribute *eas = NULL; in pmu_set_mapping() local
/openbmc/linux/fs/smb/client/
H A Dcifsglob.h230 __u8 eas[SMB2_WSL_MAX_QUERY_EA_RESP_SIZE]; member